mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
Merge pull request #93060 from marsam/fix-sdl2-darwin
SDL2: fix build on darwin
This commit is contained in:
commit
a3389443b3
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
depsBuildBuild = [ pkgconfig ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig wayland ];
|
||||
nativeBuildInputs = [ pkgconfig ] ++ optionals waylandSupport [ wayland ];
|
||||
|
||||
propagatedBuildInputs = dlopenPropagatedBuildInputs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue