mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
taggy: remove patch
The newly released 0.2.1 includes it.
This commit is contained in:
parent
052fdc9427
commit
48c4901a7a
1 changed files with 0 additions and 7 deletions
|
@ -905,13 +905,6 @@ self: super: {
|
|||
# https://github.com/takano-akio/filelock/issues/5
|
||||
filelock = dontCheck super.filelock;
|
||||
|
||||
# https://github.com/alpmestan/taggy/issues/{19,20}
|
||||
taggy = appendPatch super.taggy (pkgs.fetchpatch {
|
||||
name = "blaze-markup.patch";
|
||||
url = "https://github.com/alpmestan/taggy/commit/5456c2fa4d377f7802ec5df3d5f50c4ccab2e8ed.patch";
|
||||
sha256 = "1vss7b99zrhw3r29krl1b60r4qk0m2mpwmrz8q8zdxrh33hb8pd7";
|
||||
});
|
||||
|
||||
# cryptol-2.5.0 doesn't want happy 1.19.6+.
|
||||
cryptol = super.cryptol.override { happy = self.happy_1_19_5; };
|
||||
|
||||
|
|
Loading…
Reference in a new issue