cabal-install: jailbreak version 1.16.0.2 to build with random 1.x
This commit is contained in:
parent
10b43b4a16
commit
06445b309e
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ cabal.mkDerivation (self: {
|
|||
mkdir $out/etc
|
||||
mv bash-completion $out/etc/bash_completion.d
|
||||
'';
|
||||
patchPhase = ''
|
||||
sed -i -e 's|random .*1.1,|random,|' cabal-install.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/cabal/";
|
||||
description = "The command-line interface for Cabal and Hackage";
|
||||
|
|
Loading…
Reference in a new issue