jack2: apply patch to fix build with gcc5

This commit is contained in:
Cillian de Róiste
2015-09-03 11:22:28 -07:00
committed by William A. Kennington III
parent 1e83055cd2
commit 55d822c512
2 changed files with 29 additions and 1 deletions
+3 -1
View File
@@ -41,10 +41,12 @@ stdenv.mkDerivation rec {
optDbus optPythonDBus optLibffado optAlsaLib optLibopus
];
patchPhase = ''
prePatch = ''
substituteInPlace svnversion_regenerate.sh --replace /bin/bash ${bash}/bin/bash
'';
patches = [ ./jack-gcc5.patch ];
configurePhase = ''
python waf configure --prefix=$out \
${optionalString (optDbus != null) "--dbus"} \