haskell-dsp: jailbreak to fix build with recent 'random'
This commit is contained in:
parent
2f3e8b1634
commit
a2ad0039f5
@ -9,7 +9,9 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ random ];
|
buildDepends = [ random ];
|
||||||
jailbreak = true;
|
patchPhase = ''
|
||||||
|
sed -i -e 's|random.*<1.1,|random,|' dsp.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/haskellwiki/DSP";
|
homepage = "http://www.haskell.org/haskellwiki/DSP";
|
||||||
description = "Haskell Digital Signal Processing";
|
description = "Haskell Digital Signal Processing";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user