Fix runtime dependencies for virtualenvwrapper
This commit is contained in:
parent
d3aba9b866
commit
6ab564cf64
@ -8108,7 +8108,8 @@ rec {
|
|||||||
# pip depend on $HOME setting
|
# pip depend on $HOME setting
|
||||||
preConfigure = "export HOME=$TMPDIR";
|
preConfigure = "export HOME=$TMPDIR";
|
||||||
|
|
||||||
buildInputs = [ pbr pip stevedore virtualenv virtualenv-clone pkgs.which ];
|
buildInputs = [ pbr pip pkgs.which ];
|
||||||
|
propagatedBuildInputs = [ stevedore virtualenv virtualenv-clone ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace "virtualenvwrapper.sh" --replace "which" "${pkgs.which}/bin/which"
|
substituteInPlace "virtualenvwrapper.sh" --replace "which" "${pkgs.which}/bin/which"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user