Merge pull request #27780 from tilpner/overridable-buildenv
Make buildEnv overridable
This commit is contained in:
commit
87f757e834
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
{ buildPackages, runCommand, lib }:
|
{ buildPackages, runCommand, lib }:
|
||||||
|
|
||||||
{ name
|
lib.makeOverridable
|
||||||
|
({ name
|
||||||
|
|
||||||
, # The manifest file (if any). A symlink $out/manifest will be
|
, # The manifest file (if any). A symlink $out/manifest will be
|
||||||
# created to it.
|
# created to it.
|
||||||
@ -68,4 +69,4 @@ runCommand name
|
|||||||
''
|
''
|
||||||
${buildPackages.perl}/bin/perl -w ${./builder.pl}
|
${buildPackages.perl}/bin/perl -w ${./builder.pl}
|
||||||
eval "$postBuild"
|
eval "$postBuild"
|
||||||
''
|
'')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user