Merge pull request #199254 from wegank/cups-darwin

cups: fix build on darwin
This commit is contained in:
markuskowa 2022-11-03 20:28:38 +01:00 committed by GitHub
commit 3eaf24df5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ gmp ];
configurePlatforms = [ "build" "host" ];
configurePlatforms = lib.optionals stdenv.isLinux [ "build" "host" ];
configureFlags = [
"--localstatedir=/var"
"--sysconfdir=/etc"