genromfs: fix darwin build

+3 -1
+3 -1
pkgs/tools/filesystems/genromfs/default.nix
··· 10 10 }; 11 11 12 12 postPatch = '' 13 - substituteInPlace Makefile --replace "prefix = /usr" "prefix = $out" 13 + substituteInPlace Makefile \ 14 + --replace "prefix = /usr" "prefix = $out" \ 15 + --replace "gcc" "cc" 14 16 ''; 15 17 16 18 meta = with stdenv.lib; {