pure darwin stdenv

This commit is contained in:
Jude Taylor
2015-06-18 12:37:41 -07:00
parent 5e63669520
commit fa9c81f694
19 changed files with 435 additions and 132 deletions
+6
View File
@@ -11,6 +11,12 @@ stdenv.mkDerivation rec {
patches = stdenv.lib.optional stdenv.isDarwin ./gnutar-1.28-darwin.patch;
# avoid retaining reference to CF during stdenv bootstrap
configureFlags = stdenv.lib.optionals stdenv.isDarwin [
"gt_cv_func_CFPreferencesCopyAppValue=no"
"gt_cv_func_CFLocaleCopyCurrent=no"
];
# gnutar tries to call into gettext between `fork` and `exec`,
# which is not safe on darwin.
# see http://article.gmane.org/gmane.os.macosx.fink.devel/21882