about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/wayfire/firedecor.nix
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-03-26 19:19:13 +0800
committerBobby Rong <rjl931189261@126.com>2024-03-27 22:51:30 +0800
commitefae95be3da607785d178c1272e24f64faf114e0 (patch)
tree909752582b95b3193a4bf82c471e59af6ce49d6b /pkgs/applications/window-managers/wayfire/firedecor.nix
parentc167f6efdb3af9a198565b61dfc3c006fc536c38 (diff)
wayfire: set nessasary propagatedBuildInputs required by wayfire.pc
Diffstat (limited to 'pkgs/applications/window-managers/wayfire/firedecor.nix')
-rw-r--r--pkgs/applications/window-managers/wayfire/firedecor.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/applications/window-managers/wayfire/firedecor.nix b/pkgs/applications/window-managers/wayfire/firedecor.nix
index ce42f6fc68866..6fbe4b5575bba 100644
--- a/pkgs/applications/window-managers/wayfire/firedecor.nix
+++ b/pkgs/applications/window-managers/wayfire/firedecor.nix
@@ -5,17 +5,13 @@
 , ninja
 , pkg-config
 , boost
-, cairo
 , glib
 , libGL
 , libinput
 , librsvg
 , libxkbcommon
-, pango
 , udev
 , wayfire
-, wayland
-, wf-config
 , xcbutilwm
 , mate
 }:
@@ -39,17 +35,13 @@ stdenv.mkDerivation (finalAttrs: {
 
   buildInputs = [
     boost
-    cairo
     glib
     libGL
     libinput
     librsvg
     libxkbcommon
-    pango
     udev
     wayfire
-    wayland
-    wf-config
     xcbutilwm
   ];