about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-05-08 11:07:16 +0200
committerPeter Simons <simons@cryp.to>2020-05-08 21:11:47 +0200
commit96ca16d0d812a39c28187dd12f2926f6ce1bd4cb (patch)
tree885432a130f1840f2011639b0edaccb0a3fdf5a2
parentccb81f56cf6b5f1769c32b3638783717c7746694 (diff)
downloadnixlib-96ca16d0d812a39c28187dd12f2926f6ce1bd4cb.tar
nixlib-96ca16d0d812a39c28187dd12f2926f6ce1bd4cb.tar.gz
nixlib-96ca16d0d812a39c28187dd12f2926f6ce1bd4cb.tar.bz2
nixlib-96ca16d0d812a39c28187dd12f2926f6ce1bd4cb.tar.lz
nixlib-96ca16d0d812a39c28187dd12f2926f6ce1bd4cb.tar.xz
nixlib-96ca16d0d812a39c28187dd12f2926f6ce1bd4cb.tar.zst
nixlib-96ca16d0d812a39c28187dd12f2926f6ce1bd4cb.zip
haskell-dbus: drop obsolete patches for ghc-8.10.x support
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index 61919055eb0a..7715705a27e4 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -132,7 +132,6 @@ self: super: {
     url = "https://github.com/haskell-hvr/cabal-plan/pull/55.patch";
     sha256 = "0lhs4vx5qg5ldhnyb9z7k0jmxhmd2f34x4xbwv6vsljs9vr02pd8";
   });
-  dbus = appendPatch super.dbus ./patches/fix-dbus-for-ghc-8.10.x.patch;
 
   # https://github.com/ndmitchell/hlint/issues/959
   hlint = super.hlint.override {