mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
gtk4: fix darwinMinVersionHook typo
set min version to 10.15 not 15.0
This commit is contained in:
parent
da7fb8d0ef
commit
3302365be7
@ -163,7 +163,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# Will be picked up by wrapGAppsHook4.
|
||||
gsettings-desktop-schemas
|
||||
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
(darwinMinVersionHook "15.0")
|
||||
(darwinMinVersionHook "10.15")
|
||||
] ++ lib.optionals (stdenv.hostPlatform.isDarwin
|
||||
&& lib.versionOlder apple-sdk.version "10.15") [
|
||||
apple-sdk_10_15
|
||||
|
Loading…
Reference in New Issue
Block a user