mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +00:00
Merge pull request #19021 from acowley/redprl-install-script-shebangs
redprl: patch install script shebangs
This commit is contained in:
commit
58dc2f9d49
@ -8,6 +8,9 @@ stdenv.mkDerivation {
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
buildInputs = [ mlton ];
|
||||
patchPhase = ''
|
||||
patchShebangs ./script/
|
||||
'';
|
||||
builder = builtins.toFile "builder.sh" ''
|
||||
source $stdenv/setup
|
||||
mkdir -p $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user