smpeg: unbreak on darwin

This commit is contained in:
Weijia Wang 2023-08-03 19:41:02 +02:00
parent ef67fbd65b
commit 2ff4c5e736

View file

@ -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" ];