lash: fix for new gcc

This commit is contained in:
Vladimír Čunát
2013-02-23 21:12:24 +01:00
parent e469bc503e
commit e02153a3c0
2 changed files with 13 additions and 1 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
sha256 = "05kc4brcx8mncai0rj2gz4s4bsrsy9q8xlnaddf75i0m8jl7snhh";
};
patches = [ ./socket.patch ];
# http://permalink.gmane.org/gmane.linux.redhat.fedora.extras.cvs/822346
patches = [ ./socket.patch ./gcc-47.patch ];
buildInputs = [ alsaLib gtk jackaudio libuuid libxml2 makeWrapper
pkgconfig readline ];