about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-01-31 23:00:30 +0100
committersternenseemann <sternenseemann@systemli.org>2022-01-31 23:00:30 +0100
commit9875c91f04821e62c6f2fcb36af61ce0e0b363cd (patch)
tree77610a18fe9e916b5270903b9f9e76b054e54f38 /pkgs/development/haskell-modules
parent89f05bbc3efba7ddec5b78092d4ba3808fa30897 (diff)
downloadnixlib-9875c91f04821e62c6f2fcb36af61ce0e0b363cd.tar
nixlib-9875c91f04821e62c6f2fcb36af61ce0e0b363cd.tar.gz
nixlib-9875c91f04821e62c6f2fcb36af61ce0e0b363cd.tar.bz2
nixlib-9875c91f04821e62c6f2fcb36af61ce0e0b363cd.tar.lz
nixlib-9875c91f04821e62c6f2fcb36af61ce0e0b363cd.tar.xz
nixlib-9875c91f04821e62c6f2fcb36af61ce0e0b363cd.tar.zst
nixlib-9875c91f04821e62c6f2fcb36af61ce0e0b363cd.zip
haskellPackages.tz: drop upstreamed patch
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 48ef3d1515e6..df1582c11e74 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -209,16 +209,6 @@ self: super: builtins.intersectAttrs super {
   # Help the test suite find system timezone data.
   tz = overrideCabal (drv: {
     preConfigure = "export TZDIR=${pkgs.tzdata}/share/zoneinfo";
-    patches = [
-      # Fix tests failing with libSystem, musl etc. due to a lack of
-      # support for glibc's non-POSIX TZDIR environment variable.
-      # https://github.com/nilcons/haskell-tz/pull/29
-      (pkgs.fetchpatch {
-        name = "support-non-glibc-tzset.patch";
-        url = "https://github.com/sternenseemann/haskell-tz/commit/64928f1a50a1a276a718491ae3eeef63abcdb393.patch";
-        sha256 = "1f53w8k1vpy39hzalyykpvm946ykkarj2714w988jdp4c2c4l4cf";
-      })
-    ] ++ (drv.patches or []);
   }) super.tz;
 
   # Nix-specific workaround