summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gtk/3.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/gtk/3.x.nix')
-rw-r--r--pkgs/development/libraries/gtk/3.x.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/libraries/gtk/3.x.nix b/pkgs/development/libraries/gtk/3.x.nix
index 769b722fd438..e14e2ad1be3a 100644
--- a/pkgs/development/libraries/gtk/3.x.nix
+++ b/pkgs/development/libraries/gtk/3.x.nix
@@ -29,7 +29,7 @@
, libxkbcommon
, libxml2
, gmp
-, gnome3
+, gnome
, gsettings-desktop-schemas
, sassc
, trackerSupport ? stdenv.isLinux
@@ -42,14 +42,12 @@
, xineramaSupport ? stdenv.isLinux
, cupsSupport ? stdenv.isLinux
, withGtkDoc ? stdenv.isLinux
-, cups ? null
+, cups
, AppKit
, Cocoa
, broadwaySupport ? true
}:
-assert cupsSupport -> cups != null;
-
let
gtkCleanImmodulesCache = substituteAll {
@@ -208,7 +206,7 @@ stdenv.mkDerivation rec {
'';
passthru = {
- updateScript = gnome3.updateScript {
+ updateScript = gnome.updateScript {
packageName = "gtk+";
attrPath = "gtk3";
};