mpd: fix on i686

Was submtitted to upstream, but fix here in the meantime.
This commit is contained in:
Profpatsch
2017-02-12 22:27:11 +01:00
parent 939c846ae7
commit 21cb82f34b
2 changed files with 16 additions and 0 deletions
+2
View File
@@ -39,6 +39,8 @@ in stdenv.mkDerivation rec {
sha256 = "0a4psqsf71vc6hfgyv55jclsx8yb7lf4w840qlq6cq8j3hsjaavi";
};
patches = [ ./i386.patch ];
buildInputs = [ pkgconfig glib boost ]
++ opt stdenv.isDarwin darwin.apple_sdk.frameworks.CoreAudioKit
++ opt stdenv.isLinux systemd