summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-08-14 12:37:20 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-08-14 12:38:01 +0200
commit6842a24b21dcc49a5ed485f6ffde14e69e430adb (patch)
tree4c56223bd954bcf84d41d81227b3d627c2160c8f /pkgs/development/python-modules
parent4b2120f5b895e133b3c991bd01ba28e6d1698311 (diff)
downloadnixlib-6842a24b21dcc49a5ed485f6ffde14e69e430adb.tar
nixlib-6842a24b21dcc49a5ed485f6ffde14e69e430adb.tar.gz
nixlib-6842a24b21dcc49a5ed485f6ffde14e69e430adb.tar.bz2
nixlib-6842a24b21dcc49a5ed485f6ffde14e69e430adb.tar.lz
nixlib-6842a24b21dcc49a5ed485f6ffde14e69e430adb.tar.xz
nixlib-6842a24b21dcc49a5ed485f6ffde14e69e430adb.tar.zst
nixlib-6842a24b21dcc49a5ed485f6ffde14e69e430adb.zip
Remove top-level pyqt4
See #11567.
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pyqt/4.x.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyqt/4.x.nix b/pkgs/development/python-modules/pyqt/4.x.nix
index 746cc747d72d..ead5c4ffe9d2 100644
--- a/pkgs/development/python-modules/pyqt/4.x.nix
+++ b/pkgs/development/python-modules/pyqt/4.x.nix
@@ -40,7 +40,10 @@ stdenv.mkDerivation {
 
   enableParallelBuilding = true;
 
-  passthru.pythonPath = [];
+  passthru = {
+    pythonPath = [];
+    qt = qt4;
+  };
 
   meta = {
     description = "Python bindings for Qt";