caps: fix build with gcc6
This commit is contained in:
parent
101a048f95
commit
3d8d9aa1dd
@ -6,6 +6,14 @@ stdenv.mkDerivation rec {
|
|||||||
url = "http://www.quitte.de/dsp/caps_${version}.tar.bz2";
|
url = "http://www.quitte.de/dsp/caps_${version}.tar.bz2";
|
||||||
sha256 = "081zx0i2ysw5nmy03j60q9j11zdlg1fxws81kwanncdgayxgwipp";
|
sha256 = "081zx0i2ysw5nmy03j60q9j11zdlg1fxws81kwanncdgayxgwipp";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchurl {
|
||||||
|
url = "https://anonscm.debian.org/cgit/pkg-multimedia/caps.git/plain/debian/patches/0001-Avoid-ambiguity-in-div-invocation.patch";
|
||||||
|
sha256 = "1b1pb5yfskiw8zi1lkj572l2ajpirh4amq538vggwvlpv1fqfway";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
echo "PREFIX = $out" > defines.make
|
echo "PREFIX = $out" > defines.make
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user