From 69cff7ecd3c5311f4020508d2ea485af4d924063 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 10 Feb 2025 22:00:20 +0100 Subject: [PATCH] haskellPackages.pinboard-notes-backup: allow tls >= 2.0 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 126d5fa57a5e..5dfa20408bc3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2826,6 +2826,9 @@ 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 {