mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
smpeg: unbreak on darwin
This commit is contained in:
parent
ef67fbd65b
commit
2ff4c5e736
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoconf automake libtool m4 pkg-config makeWrapper ];
|
||||
|
||||
buildInputs = [ SDL gtk2 libGLU libGL ];
|
||||
buildInputs = [ SDL ] ++ lib.optionals (!stdenv.isDarwin) [ gtk2 libGLU libGL ];
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user