summary refs log tree commit diff
path: root/pkgs/applications/graphics/weylus/default.nix
diff options
context:
space:
mode:
authorlegendofmiracles <legendofmiracles@protonmail.com>2021-09-01 20:20:00 -0600
committerlegendofmiracles <legendofmiracles@protonmail.com>2021-09-02 06:33:23 -0600
commit525846372100f5c43a0fd27866995ab89d05fc2e (patch)
tree22cb4d5bc024c3690db9291b81abcbf43e082e7f /pkgs/applications/graphics/weylus/default.nix
parentf859b89525e7867f82a5c9310a479c5d4d14dd57 (diff)
downloadnixpkgs-525846372100f5c43a0fd27866995ab89d05fc2e.tar
nixpkgs-525846372100f5c43a0fd27866995ab89d05fc2e.tar.gz
nixpkgs-525846372100f5c43a0fd27866995ab89d05fc2e.tar.bz2
nixpkgs-525846372100f5c43a0fd27866995ab89d05fc2e.tar.lz
nixpkgs-525846372100f5c43a0fd27866995ab89d05fc2e.tar.xz
nixpkgs-525846372100f5c43a0fd27866995ab89d05fc2e.tar.zst
nixpkgs-525846372100f5c43a0fd27866995ab89d05fc2e.zip
nixos/weylus: init
Diffstat (limited to 'pkgs/applications/graphics/weylus/default.nix')
-rw-r--r--pkgs/applications/graphics/weylus/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/weylus/default.nix b/pkgs/applications/graphics/weylus/default.nix
index da4f26d3eb1..54b86c09341 100644
--- a/pkgs/applications/graphics/weylus/default.nix
+++ b/pkgs/applications/graphics/weylus/default.nix
@@ -1,7 +1,6 @@
 { lib
 , dbus
 , stdenv
-, ffmpeg
 , gst_all_1
 , xorg
 , libdrm
@@ -24,8 +23,12 @@ stdenv.mkDerivation rec {
   };
 
   installPhase = ''
+    runHook preInstall
+
     install -Dm755 ./weylus $out/bin/weylus
     copyDesktopItems ./weylus.desktop
+
+    runHook postInstall
   '';
 
   buildInputs = [