mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #199254 from wegank/cups-darwin
cups: fix build on darwin
This commit is contained in:
commit
3eaf24df5b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
propagatedBuildInputs = [ gmp ];
|
||||
|
||||
configurePlatforms = [ "build" "host" ];
|
||||
configurePlatforms = lib.optionals stdenv.isLinux [ "build" "host" ];
|
||||
configureFlags = [
|
||||
"--localstatedir=/var"
|
||||
"--sysconfdir=/etc"
|
||||
|
|
Loading…
Reference in a new issue