Merge pull request #19063 from puffnfresh/package/redprl
redprl: remove explicit builder
This commit is contained in:
commit
7eaaaf0100
@ -11,12 +11,11 @@ stdenv.mkDerivation {
|
|||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
patchShebangs ./script/
|
patchShebangs ./script/
|
||||||
'';
|
'';
|
||||||
builder = builtins.toFile "builder.sh" ''
|
buildPhase = ''
|
||||||
source $stdenv/setup
|
|
||||||
mkdir -p $out/bin
|
|
||||||
cp -r $src/* .
|
|
||||||
chmod -R +w src
|
|
||||||
./script/mlton.sh
|
./script/mlton.sh
|
||||||
|
'';
|
||||||
|
installPhase = ''
|
||||||
|
mkdir -p $out/bin
|
||||||
mv ./bin/redprl $out/bin
|
mv ./bin/redprl $out/bin
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user