Skip to content

Commit

Permalink
mpd: fix on darwin
Browse files Browse the repository at this point in the history
by removing a patch that is no longer needed after the update to 0.20
  • Loading branch information
vbgl committed Jan 10, 2017
1 parent 3aca77a commit 93197aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 144 deletions.
142 changes: 0 additions & 142 deletions pkgs/servers/mpd/darwin-enable-cxx-exceptions.patch

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/servers/mpd/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 93197aa

Please sign in to comment.