From ca49a9ad8574379241d5237e5abd32bd9ac870d2 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 15 Feb 2025 16:25:46 +0100 Subject: [PATCH] haskellPackages.pinboard-notes-backup: drop incorrect override https://github.com/NixOS/nixpkgs/pull/371032#issuecomment-2648957908 https://github.com/NixOS/nixpkgs/pull/371032#issuecomment-2649633753 https://github.com/NixOS/nixpkgs/pull/371032#issuecomment-2652487818 --- 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 7614e7c66e5c..763ad8f4f0c6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2585,9 +2585,6 @@ self: super: { # libfuse3 fails to mount fuse file systems within the build environment libfuse3 = dontCheck super.libfuse3; - # Bogus constraint on tls (<2.0) - pinboard-notes-backup = doJailbreak super.pinboard-notes-backup; - # Merged upstream, but never released. Allows both intel and aarch64 darwin to build. # https://github.com/vincenthz/hs-gauge/pull/106 gauge = appendPatch (pkgs.fetchpatch {