about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2024-03-10 13:25:57 +0100
committermaralorn <mail@maralorn.de>2024-03-10 13:25:57 +0100
commit13d10cc6e302e7d5800c6a08c1728b14c3801e26 (patch)
treea80429092296545b1bdcb4c2b45de24e9a737655
parentd6516b3ac9d25acf3dc53ba0c5d626f94c55c7a3 (diff)
downloadnixlib-13d10cc6e302e7d5800c6a08c1728b14c3801e26.tar
nixlib-13d10cc6e302e7d5800c6a08c1728b14c3801e26.tar.gz
nixlib-13d10cc6e302e7d5800c6a08c1728b14c3801e26.tar.bz2
nixlib-13d10cc6e302e7d5800c6a08c1728b14c3801e26.tar.lz
nixlib-13d10cc6e302e7d5800c6a08c1728b14c3801e26.tar.xz
nixlib-13d10cc6e302e7d5800c6a08c1728b14c3801e26.tar.zst
nixlib-13d10cc6e302e7d5800c6a08c1728b14c3801e26.zip
Drop support for iCalendar
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix13
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml1
2 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 7523d43df5be..fa715aed8c66 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2082,19 +2082,6 @@ self: super: {
   # 2022-12-28: Too strict version bounds on bytestring
   iconv = doJailbreak super.iconv;
 
-  # 2021-04-02: iCalendar is basically unmaintained.
-  # There is a PR for fixing the build: https://github.com/chrra/iCalendar/pull/50
-  iCalendar = appendPatches [
-    (fetchpatch {
-      url = "https://github.com/chrra/iCalendar/commit/66b408f10b2d87929ecda715109b26093c711823.patch";
-      sha256 = "sha256-MU5OHUx3L8CaX+xAmoQhAAOMxT7u9Xk1OcOaUHBwK3Y=";
-    })
-    (fetchpatch {
-      url = "https://github.com/chrra/iCalendar/commit/76f5d2e8328cb985f1ee5176e86a5cdd05a17934.patch";
-      sha256 = "sha256-Z5V8VTA5Ml9YIRANQn2aD7dljAbR9dq13N11Y3LZdoE=";
-    })
-   ] super.iCalendar;
-
   ginger = doJailbreak super.ginger;
 
   # Too strict version bounds on cryptonite
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
index e088a15a461b..e82686f224a7 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
@@ -266,7 +266,6 @@ package-maintainers:
     - hlint
     - hmatrix
     - hspec-discover
-    - iCalendar
     - matrix-client
     - optics
     - pandoc