pyqt: propagate python for nix-shell
This commit is contained in:
parent
d4de02c46e
commit
256394be60
@ -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
|
||||
|
@ -20,11 +20,11 @@ in stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
python pkgconfig makeWrapper lndir
|
||||
pkgconfig makeWrapper lndir
|
||||
qtbase qtsvg qtwebkit qmakeHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ sip ];
|
||||
propagatedBuildInputs = [ sip python ];
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
Loading…
Reference in New Issue
Block a user