mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
haskell-graphviz: jailbreak some more
This commit is contained in:
parent
8cca7e4603
commit
446a93b375
@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
|
||||
transformers wlPprintText
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|polyparse.*,|polyparse,|' -e 's|dlist ==.*|dlist|' -e 's|temporary >=.*|temporary|' graphviz.cabal
|
||||
sed -i -e 's|polyparse.*,|polyparse,|' -e 's|dlist ==.*|dlist|' -e 's|temporary.*,|temporary,|' graphviz.cabal
|
||||
'';
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user