mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
haskell-dsp: jailbreak to fix build with latest version of 'random'
This commit is contained in:
parent
6651fe463e
commit
acdb574813
|
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ random ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/DSP";
|
||||
description = "Haskell Digital Signal Processing";
|
||||
|
|
Loading…
Reference in a new issue