mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +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 { };
|
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 {
|
sundials = callPackage ../development/libraries/sundials {
|
||||||
python = python3;
|
python = python3;
|
||||||
|
Loading…
Reference in New Issue
Block a user