mpd: reenable c++ exceptions in configure

resolves #8880
This commit is contained in:
Michael Kuryshev
2015-07-19 17:26:06 +03:00
parent 22fb22e743
commit 3be214d324
2 changed files with 144 additions and 0 deletions
+2
View File
@@ -38,6 +38,8 @@ in stdenv.mkDerivation rec {
sha256 = "0vzj365s4j0pw5w37lfhx3dmpkdp85driravsvx8rlrw0lii91a7";
};
patches = stdenv.lib.optionals stdenv.isDarwin ./darwin-enable-cxx-exceptions.patch;
buildInputs = [ pkgconfig glib boost ]
++ opt stdenv.isLinux systemd
++ opt (stdenv.isLinux && alsaSupport) alsaLib