mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
moved makeWrapper
to nativeBuildInputs
This commit is contained in:
parent
554d745d67
commit
4b1d08558c
@ -41,7 +41,8 @@ in python.pkgs.buildPythonApplication {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = [ makeWrapper pythonEnv ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
propagatedBuildInputs = [ pythonEnv ];
|
||||
|
||||
postInstall = ''
|
||||
mv $out/bin/retext $out/bin/.retext
|
||||
|
Loading…
Reference in New Issue
Block a user