forked from mirrors/nixpkgs
Revert "fluidsynth: switch to cmake build system" which causes mpd and calf to fail to detect
fluidsynth.
This reverts commit cd16faa257
.
This commit is contained in:
parent
990d9684a4
commit
610532ac6a
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, alsaLib, glib, jackaudio, libsndfile, pkgconfig
|
||||
, pulseaudio, cmake }:
|
||||
, pulseaudio }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fluidsynth-${version}";
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin
|
||||
"-framework CoreAudio";
|
||||
|
||||
buildInputs = [ cmake glib libsndfile pkgconfig ]
|
||||
buildInputs = [ glib libsndfile pkgconfig ]
|
||||
++ stdenv.lib.optionals (!stdenv.isDarwin) [ alsaLib pulseaudio jackaudio ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue