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