summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk+
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-10-01 23:38:06 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-10-01 23:38:06 +0300
commit5bf5de58ea568b733d7399233f4d661f911c742d (patch)
treeeb0614162926a8e103a59e87284d759139c8aed7 /pkgs/development/libraries/gtk+
parentc61cc2d56cb1f790c1921c18deaf6d6c33d5627f (diff)
downloadnixlib-5bf5de58ea568b733d7399233f4d661f911c742d.tar
nixlib-5bf5de58ea568b733d7399233f4d661f911c742d.tar.gz
nixlib-5bf5de58ea568b733d7399233f4d661f911c742d.tar.bz2
nixlib-5bf5de58ea568b733d7399233f4d661f911c742d.tar.lz
nixlib-5bf5de58ea568b733d7399233f4d661f911c742d.tar.xz
nixlib-5bf5de58ea568b733d7399233f4d661f911c742d.tar.zst
nixlib-5bf5de58ea568b733d7399233f4d661f911c742d.zip
treewide: Fix 'lib.optional' misuses
These add a singleton list of a package to buildInputs.
Diffstat (limited to 'pkgs/development/libraries/gtk+')
-rw-r--r--pkgs/development/libraries/gtk+/3.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gtk+/3.x.nix b/pkgs/development/libraries/gtk+/3.x.nix
index 1ac006b21617..df223688d46d 100644
--- a/pkgs/development/libraries/gtk+/3.x.nix
+++ b/pkgs/development/libraries/gtk+/3.x.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
     [ expat glib cairo pango gdk_pixbuf atk at_spi2_atk
       libXrandr libXrender libXcomposite libXi libXcursor libSM libICE ]
     ++ optionals waylandSupport [ wayland wayland-protocols ]
-    ++ optional stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ AppKit Cocoa ])
+    ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ AppKit Cocoa ])
     ++ optional xineramaSupport libXinerama
     ++ optional cupsSupport cups;
   #TODO: colord?