tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
genromfs: fix darwin build
Matthew Bauer
9 years ago
9ab5b14d
ad610006
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
genromfs
default.nix
+3
-1
pkgs/tools/filesystems/genromfs/default.nix
···
10
10
};
11
11
12
12
postPatch = ''
13
13
-
substituteInPlace Makefile --replace "prefix = /usr" "prefix = $out"
13
13
+
substituteInPlace Makefile \
14
14
+
--replace "prefix = /usr" "prefix = $out" \
15
15
+
--replace "gcc" "cc"
14
16
'';
15
17
16
18
meta = with stdenv.lib; {