gmpc: fix build

This commit is contained in:
Domen Kožar
2014-12-10 09:55:49 +01:00
parent 4faed098e8
commit 7080a9cae8
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
url = http://download.sarine.nl/Programs/gmpc/11.8/libmpd-11.8.17.tar.gz;
sha256 = "10vspwsgr8pwf3qp2bviw6b2l8prgdiswgv7qiqiyr0h1mmk487y";
};
patches = [ ./libmpd-11.8.17-remove-strndup.patch ];
buildInputs = [ pkgconfig glib ];
};