mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
darcs: jailbreak to fix build with latest version of 'text'
This commit is contained in:
parent
ebca821f9c
commit
eac1d21819
@ -24,7 +24,7 @@ cabal.mkDerivation (self: {
|
||||
mv contrib/darcs_completion $out/etc/bash_completion.d/darcs
|
||||
'';
|
||||
patchPhase = ''
|
||||
sed -i -e 's|random.*==.*|random|' darcs.cabal
|
||||
sed -i -e 's|random.*==.*|random|' -e 's|text.*>=.*,|text,|' darcs.cabal
|
||||
'';
|
||||
meta = {
|
||||
homepage = "http://darcs.net/";
|
||||
|
Loading…
Reference in New Issue
Block a user