Skip to content

Commit

Permalink
buildEnv: cleanup extension of postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Aug 2, 2023
1 parent 5ab5b4d commit efb6c01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions distros/build-env/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ let

nativeBuildInputs = optional wrapPrograms makeWrapper;

postBuild = ''
${postBuild}
postBuild = postBuild + ''
"${buildPackages.perl}/bin/perl" "${./setup-hook-builder.pl}"
'' + optionalString wrapPrograms ''
if [ -d "$out/bin" ]; then
Expand Down

0 comments on commit efb6c01

Please sign in to comment.