mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-text-binary: remove patch that's contained in version 0.2.x
This commit is contained in:
parent
c139b0593c
commit
a1c0a00dac
@ -820,12 +820,6 @@ self: super: {
|
||||
# https://github.com/hvr/token-bucket/issues/3
|
||||
token-bucket = dontCheck super.token-bucket;
|
||||
|
||||
# https://github.com/kawu/text-binary/issues/2
|
||||
text-binary = appendPatch super.text-binary (pkgs.fetchpatch {
|
||||
url = "https://github.com/RyanGlScott/text-binary/commit/608e0ce86a9a7591dbfe83f7cbb36b8d8ebd07b8.patch";
|
||||
sha256 = "1rk5rgb5lsykpvylz77hzxyflxzlmi3fi06rf0yqg2vvrnri83f1";
|
||||
});
|
||||
|
||||
# https://github.com/alphaHeavy/lzma-enumerator/issues/3
|
||||
lzma-enumerator = dontCheck super.lzma-enumerator;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user