suil: fix build on x86_64-darwin
This commit is contained in:
parent
4ed11a5c79
commit
5a1b73d8e0
1 changed files with 1 additions and 1 deletions
|
@ -23259,7 +23259,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