mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
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;
|
||||
isExecutable = true;
|
||||
buildDepends = [ random ];
|
||||
jailbreak = true;
|
||||
patchPhase = ''
|
||||
sed -i -e 's|random.*<1.1,|random,|' dsp.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/DSP";
|
||||
description = "Haskell Digital Signal Processing";
|
||||
|
Loading…
Reference in New Issue
Block a user