Skip to content

Commit

Permalink
moved makeWrapper to nativeBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Mar 23, 2019
1 parent 554d745 commit 4b1d085
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/editors/retext/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 4b1d085

Please sign in to comment.