mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
haskell-syb-with-class: remove obsolete patches
This commit is contained in:
parent
b73c3c7d9f
commit
7c9cf6d6c2
@ -116,11 +116,6 @@ self: super: {
|
|||||||
# support a moving target". Go figure.
|
# support a moving target". Go figure.
|
||||||
barecheck = doJailbreak super.barecheck;
|
barecheck = doJailbreak super.barecheck;
|
||||||
|
|
||||||
syb-with-class = appendPatch super.syb-with-class (pkgs.fetchpatch {
|
|
||||||
url = "https://github.com/seereason/syb-with-class/compare/adc86a9...719e567.patch";
|
|
||||||
sha256 = "1lwwvxyhxcmppdapbgpfhwi7xc2z78qir03xjrpzab79p2qyq7br";
|
|
||||||
});
|
|
||||||
|
|
||||||
# https://github.com/kazu-yamamoto/unix-time/issues/30
|
# https://github.com/kazu-yamamoto/unix-time/issues/30
|
||||||
unix-time = dontCheck super.unix-time;
|
unix-time = dontCheck super.unix-time;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user