mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
hop: fix build
The configure process tries to escape the sandbox by writing into /tmp
This commit is contained in:
parent
a4c2512d7b
commit
943fa12e6a
@ -7,6 +7,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1bvp7pc71bln5yvfj87s8750c6l53wjl6f8m12v62q9926adhwys";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace configure --replace "(os-tmp)" '(getenv "TMPDIR")'
|
||||
'';
|
||||
|
||||
buildInputs = [ bigloo ];
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user