mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
gprolog: patch hard-coded path to the temporary file /tmp/make.log
This commit is contained in:
parent
eb85038518
commit
95934138bc
@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "13miyas47bmijmadm68cbvb21n4s156gjafz7kfx9brk9djfkh0q";
|
sha256 = "13miyas47bmijmadm68cbvb21n4s156gjafz7kfx9brk9djfkh0q";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e "s|/tmp/make.log|$TMPDIR/make.log|g" src/Pl2Wam/check_boot
|
||||||
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cd src
|
cd src
|
||||||
configureFlagsArray=(
|
configureFlagsArray=(
|
||||||
|
Loading…
Reference in New Issue
Block a user