summary refs log tree commit diff
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2016-10-27 20:28:12 -0700
committerJude Taylor <me@jude.bio>2016-10-27 20:28:22 -0700
commit3cb116f708896b2c33f5cc3a4a925fd6a762dfa0 (patch)
tree1814a45fa7529fdb750082bde4f94364fec0cee2
parentc60b3e4bfc94c567db5d68eaaf6c8c1bbb9d43ee (diff)
downloadnixpkgs-3cb116f708896b2c33f5cc3a4a925fd6a762dfa0.tar
nixpkgs-3cb116f708896b2c33f5cc3a4a925fd6a762dfa0.tar.gz
nixpkgs-3cb116f708896b2c33f5cc3a4a925fd6a762dfa0.tar.bz2
nixpkgs-3cb116f708896b2c33f5cc3a4a925fd6a762dfa0.tar.lz
nixpkgs-3cb116f708896b2c33f5cc3a4a925fd6a762dfa0.tar.xz
nixpkgs-3cb116f708896b2c33f5cc3a4a925fd6a762dfa0.tar.zst
nixpkgs-3cb116f708896b2c33f5cc3a4a925fd6a762dfa0.zip
qt48: fix eval
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 1c65f9bbffd..9ad9515b98b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -8834,7 +8834,7 @@ in
   qt48 = callPackage ../development/libraries/qt-4.x/4.8 {
     # GNOME dependencies are not used unless gtkStyle == true
     mesa = mesa_noglu;
-    inherit (pkgs.gnome) libgnomeui GConf gnome_vfs;
+    inherit (pkgs.gnome2) libgnomeui GConf gnome_vfs;
     cups = if stdenv.isLinux then cups else null;
 
     # XXX: mariadb doesn't built on fbsd as of nov 2015