pyqt: propagate python for nix-shell
This commit is contained in:
@@ -28,9 +28,9 @@ stdenv.mkDerivation {
|
||||
${python.executable} configure.py $configureFlags "''${configureFlagsArray[@]}"
|
||||
'';
|
||||
|
||||
buildInputs = [ python pkgconfig makeWrapper qt4 lndir ];
|
||||
buildInputs = [ pkgconfig makeWrapper qt4 lndir ];
|
||||
|
||||
propagatedBuildInputs = [ pythonPackages.sip_4_16 ];
|
||||
propagatedBuildInputs = [ pythonPackages.sip_4_16 python ];
|
||||
|
||||
postInstall = ''
|
||||
for i in $out/bin/*; do
|
||||
|
||||
Reference in New Issue
Block a user