From 754ab6225db8594773b3cc1967d2de7b6dd23b37 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 22:47:24 +0100 Subject: [PATCH] haskellPackages.applicative-quoters: remove jailbreak Pointless to keep it, since the github repo has been deleted, there is no maintainer and this has not been updated in more than 8 years - and of course it's broken anyway. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index bc42a96d9085..1155f0d8c274 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1112,9 +1112,6 @@ self: super: { # fails with sandbox yi-keymap-vim = dontCheck super.yi-keymap-vim; - # https://github.com/bmillwood/applicative-quoters/issues/6 - applicative-quoters = doJailbreak super.applicative-quoters; - # https://hydra.nixos.org/build/42769611/nixlog/1/raw # note: the library is unmaintained, no upstream issue dataenc = doJailbreak super.dataenc;