moved makeWrapper to nativeBuildInputs
This commit is contained in:
@@ -41,7 +41,8 @@ in python.pkgs.buildPythonApplication {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
propagatedBuildInputs = [ makeWrapper pythonEnv ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
propagatedBuildInputs = [ pythonEnv ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/bin/retext $out/bin/.retext
|
mv $out/bin/retext $out/bin/.retext
|
||||||
|
|||||||
Reference in New Issue
Block a user