about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/window-managers/sway/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/window-managers/sway/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/window-managers/sway/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/window-managers/sway/default.nix b/nixpkgs/pkgs/applications/window-managers/sway/default.nix
index 9fe09ca3241b..acbd2f578705 100644
--- a/nixpkgs/pkgs/applications/window-managers/sway/default.nix
+++ b/nixpkgs/pkgs/applications/window-managers/sway/default.nix
@@ -4,7 +4,7 @@
 , wayland, libxkbcommon, pcre, json_c, libevdev, pango, cairo, libinput
 , wlroots, wayland-protocols, swaybg
 
-, gdkPixbufSupport ? true, gdk_pixbuf
+, gdkPixbufSupport ? true, gdk-pixbuf
 , xwaylandSupport ? lib.elem "-Dxwayland=enabled" wlroots.mesonFlags
 }:
 
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   buildInputs = [
     wayland libxkbcommon pcre json_c libevdev pango cairo libinput
     wlroots wayland-protocols
-  ] ++ lib.optional gdkPixbufSupport gdk_pixbuf;
+  ] ++ lib.optional gdkPixbufSupport gdk-pixbuf;
 
   enableParallelBuilding = true;