jack2: apply patch to fix build with gcc5
This commit is contained in:
committed by
William A. Kennington III
parent
1e83055cd2
commit
55d822c512
@@ -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"} \
|
||||
|
||||
Reference in New Issue
Block a user