mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
haskell-regex-compat-tdfa: work around broken release tarball on Hackage
This commit is contained in:
parent
da17bd1352
commit
be67ab572c
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.95.1.3";
|
version = "0.95.1.3";
|
||||||
sha256 = "0wl5sqbb3rl5dai3qni8w09wlipc4n1mn9kh5zgb9xl0lcd59pjx";
|
sha256 = "0wl5sqbb3rl5dai3qni8w09wlipc4n1mn9kh5zgb9xl0lcd59pjx";
|
||||||
buildDepends = [ regexBase regexTdfa ];
|
buildDepends = [ regexBase regexTdfa ];
|
||||||
|
patchPhase = "find . -type f -exec touch {} ';'";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hub.darcs.net/shelarcy/regex-compat-tdfa";
|
homepage = "http://hub.darcs.net/shelarcy/regex-compat-tdfa";
|
||||||
description = "Unicode Support version of Text.Regex, using regex-tdfa";
|
description = "Unicode Support version of Text.Regex, using regex-tdfa";
|
||||||
|
Loading…
Reference in New Issue
Block a user