mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
Merge pull request #222281 from viraptor/minixml-darwin
minixml: fix darwin build
This commit is contained in:
commit
13781bffab
@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-l7GUA+vlSECi/72eU3Y9COpGtLTRh3vYcHUi+uRkCn8=";
|
||||
};
|
||||
|
||||
# remove the -arch flags which are set by default in the build
|
||||
configureFlags = lib.optionals stdenv.isDarwin [
|
||||
"--with-archflags=\"-mmacosx-version-min=10.14\""
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user