dog: fix darwin build

This commit is contained in:
Matthew Bauer 2016-08-11 22:20:01 -05:00
parent 07ca8027d9
commit 738b0a39d7

View File

@ -8,6 +8,11 @@ stdenv.mkDerivation rec {
sha256 = "3ef25907ec5d1dfb0df94c9388c020b593fbe162d7aaa9bd08f35d2a125af056";
};
patchPhase = ''
substituteInPlace Makefile \
--replace "gcc" "cc"
'';
installPhase = ''
mkdir -p $out/bin
mkdir -p $out/man/man1