mpd: fix on darwin

by removing a patch that is no longer needed after the update to 0.20
This commit is contained in:
Vincent Laporte
2017-01-10 11:23:48 +00:00
parent 3aca77a7f2
commit 93197aabea
2 changed files with 0 additions and 144 deletions
-2
View File
@@ -39,8 +39,6 @@ in stdenv.mkDerivation rec {
sha256 = "068nxsfkp2ppcjh3fmcbapkiwnjpvkii73bfydpw4bf2yphdvsa8";
};
patches = stdenv.lib.optionals stdenv.isDarwin ./darwin-enable-cxx-exceptions.patch;
buildInputs = [ pkgconfig glib boost ]
++ opt stdenv.isDarwin darwin.apple_sdk.frameworks.CoreAudioKit
++ opt stdenv.isLinux systemd