Merge pull request #215201 from viraptor/chatterino-darwin
chatterino2: fix darwin build
This commit is contained in:
commit
86f9c0bba4
1 changed files with 3 additions and 1 deletions
|
@ -33878,7 +33878,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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue