We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c5ee3 commit 198dd16Copy full SHA for 198dd16
pkgs/by-name/sd/SDL1/package.nix
@@ -55,8 +55,9 @@ stdenv.mkDerivation (finalAttrs: {
55
56
propagatedBuildInputs = [ libiconv ] ++ extraPropagatedBuildInputs;
57
58
- buildInputs = [ ]
59
- ++ lib.optional (!stdenv.hostPlatform.isMinGW && alsaSupport) audiofile
+ buildInputs =
+ [ ]
60
+ ++ lib.optionals (!stdenv.hostPlatform.isMinGW && alsaSupport) [ audiofile ]
61
++ lib.optionals stdenv.isDarwin [ AudioUnit CoreAudio CoreServices Kernel OpenGL ];
62
63
configureFlags = [
0 commit comments