haskellPackages.ShellCheck: drop obsolete patch
Said issue has been fixed in 0.8.0 which we ship by default now.
This commit is contained in:
parent
4fdc933fe5
commit
b32a80d9ec
@ -1801,13 +1801,6 @@ self: super: {
|
||||
# https://github.com/hasufell/lzma-static/issues/1
|
||||
lzma-static = doJailbreak super.lzma-static;
|
||||
|
||||
# Fix haddock errors: https://github.com/koalaman/shellcheck/issues/2216
|
||||
ShellCheck = appendPatch (pkgs.fetchpatch {
|
||||
url = "https://github.com/koalaman/shellcheck/commit/9e60b3ea841bcaf48780bfcfc2e44aa6563a62de.patch";
|
||||
sha256 = "1vmg8mmmnph34x7y0mhkcd5nzky8f1rh10pird750xbkp9zlk099";
|
||||
excludes = ["test/buildtest"];
|
||||
}) super.ShellCheck;
|
||||
|
||||
# Too strict version bounds on base:
|
||||
# https://github.com/obsidiansystems/database-id/issues/1
|
||||
database-id-class = doJailbreak super.database-id-class;
|
||||
|
Loading…
Reference in New Issue
Block a user