nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

hop: fix build

The configure process tries to escape the sandbox by writing into /tmp

(cherry picked from commit 943fa12e6a7aaaec9af8bab5afa897d6086c4199)

+4
+4
pkgs/development/compilers/hop/default.nix
··· 7 7 sha256 = "1bvp7pc71bln5yvfj87s8750c6l53wjl6f8m12v62q9926adhwys"; 8 8 }; 9 9 10 + postPatch = '' 11 + substituteInPlace configure --replace "(os-tmp)" '(getenv "TMPDIR")' 12 + ''; 13 + 10 14 buildInputs = [ bigloo ]; 11 15 12 16 preConfigure = ''