chatterino2: fix darwin build

Use the newer SDK to fix darwin build.
This commit is contained in:
Stanisław Pitucha 2023-02-08 10:03:21 +11:00
parent ad4a70b4b6
commit 03f85e9e93

View File

@ -33872,7 +33872,9 @@ with pkgs;
pipewire = null;
};
chatterino2 = libsForQt5.callPackage ../applications/networking/instant-messengers/chatterino2 {};
chatterino2 = libsForQt5.callPackage ../applications/networking/instant-messengers/chatterino2 {
stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
};
weston = callPackage ../applications/window-managers/weston { };