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
};
11
12
postPatch = ''
13
-
substituteInPlace Makefile --replace "prefix = /usr" "prefix = $out"
0
0
14
'';
15
16
meta = with stdenv.lib; {
···
10
};
11
12
postPatch = ''
13
+
substituteInPlace Makefile \
14
+
--replace "prefix = /usr" "prefix = $out" \
15
+
--replace "gcc" "cc"
16
'';
17
18
meta = with stdenv.lib; {