genromfs: fix darwin build

+3 -1
+3 -1
pkgs/tools/filesystems/genromfs/default.nix
··· 10 }; 11 12 postPatch = '' 13 - substituteInPlace Makefile --replace "prefix = /usr" "prefix = $out" 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; {