Merge pull request #146772 from Stunkymonkey/mono-dll-fixer-builder
This commit is contained in:
commit
d245291949
@ -1,4 +0,0 @@
|
||||
source $stdenv/setup
|
||||
|
||||
substitute $dllFixer $out --subst-var-by perl $perl/bin/perl
|
||||
chmod +x $out
|
@ -1,8 +1,11 @@
|
||||
{stdenv, perl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mono-dll-fixer";
|
||||
builder = ./builder.sh;
|
||||
dllFixer = ./dll-fixer.pl;
|
||||
dontUnpack = true;
|
||||
installPhase = ''
|
||||
substitute $dllFixer $out --subst-var-by perl $perl/bin/perl
|
||||
chmod +x $out
|
||||
'';
|
||||
inherit perl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user