From a9f1bc74eae2d0325805fd44f4ea141738a4bb25 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 31 Jan 2026 11:25:48 +0100 Subject: [PATCH] haskellPackages.yesod-static: drop released patch --- .../haskell-modules/configuration-common.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2ecea0595d33..71bf5485fd59 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -340,17 +340,6 @@ with haskellLib; # https://github.com/yesodweb/shakespeare/issues/294 shakespeare = dontCheck super.shakespeare; - # Fixes test suite with mime-types >= 0.1.2.1 - yesod-static = appendPatches [ - (pkgs.fetchpatch { - name = "yesod-static-mime-types-0.1.2.1.patch"; - url = "https://github.com/yesodweb/yesod/commit/5466dc3b984efcd1f963ae3c6c3a5241c4f625ee.patch"; - sha256 = "sha256-UN8kdnSsZPRt8PdQdortd50cB+j9kUOmhECl6lfxIxI="; - includes = [ "**/EmbedProductionTest.hs" ]; - stripLen = 1; - }) - ] super.yesod-static; - # Work around -Werror failures until a more permanent solution is released # https://github.com/haskell-cryptography/HsOpenSSL/issues/88 # https://github.com/haskell-cryptography/HsOpenSSL/issues/93