haskellPackages: move knob patch to configuration-common

This commit is contained in:
Naïm Favier 2022-03-21 20:38:10 +01:00
parent 832c091143
commit f60832c17a
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2
2 changed files with 2 additions and 2 deletions

View File

@ -2372,6 +2372,8 @@ self: super: {
# https://github.com/kuribas/mfsolve/issues/8
mfsolve = dontCheck super.mfsolve;
knob = appendPatch ./patches/knob-ghc9.patch super.knob;
# compatibility with random-fu 0.3 https://github.com/mokus0/misfortune/pull/5
misfortune = appendPatch ./patches/misfortune-ghc9.patch (overrideCabal (drv: {
revision = null;

View File

@ -47,8 +47,6 @@ self: super: {
Cabal = self.Cabal_3_6_3_0;
});
knob = appendPatch ./patches/knob-ghc9.patch super.knob;
# Jailbreaks & Version Updates
# This `doJailbreak` can be removed once the following PR is released to Hackage: