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:
commit
d2bbcbe6c6
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue