fix getopt path on darwin

This commit is contained in:
Joel Taylor
2014-05-29 09:46:53 -07:00
parent 1905e054c1
commit fdebea003e
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1d32y6k625pv704icmhg46zg02kw5zcyxscgljxgy8bb5wv4lv2j";
};
patches = [ ./darwin-getopt.patch ];
buildInputs = [ makeWrapper ];
meta = with stdenv.lib; {