1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

Merge pull request #213338 from wegank/suil-darwin

suil: fix build on x86_64-darwin
This commit is contained in:
Weijia Wang 2023-01-29 12:00:08 +01:00 committed by GitHub
commit d2bbcbe6c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23263,7 +23263,7 @@ with pkgs;
subtitleeditor = callPackage ../applications/video/subtitleeditor { };
suil = callPackage ../development/libraries/audio/suil { };
suil = darwin.apple_sdk_11_0.callPackage ../development/libraries/audio/suil { };
sundials = callPackage ../development/libraries/sundials {
python = python3;