diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 738efef59385..89541ffd91ae 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1374,27 +1374,6 @@ with haskellLib; ''; }) super.stunclient; - d-bus = - let - # The latest release on hackage is missing necessary patches for recent compilers - # https://github.com/Philonous/d-bus/issues/24 - newer = overrideSrc { - version = "unstable-2021-01-08"; - src = pkgs.fetchFromGitHub { - owner = "Philonous"; - repo = "d-bus"; - rev = "fb8a948a3b9d51db618454328dbe18fb1f313c70"; - hash = "sha256-R7/+okb6t9DAkPVUV70QdYJW8vRcvBdz4zKJT13jb3A="; - }; - } super.d-bus; - # Add now required extension on recent compilers. - # https://github.com/Philonous/d-bus/pull/23 - in - appendPatch (fetchpatch { - url = "https://github.com/Philonous/d-bus/commit/e5f37900a3a301c41d98bdaa134754894c705681.patch"; - sha256 = "6rQ7H9t483sJe1x95yLPAZ0BKTaRjgqQvvrQv7HkJRE="; - }) newer; - # * The standard libraries are compiled separately. # * We need a few patches from master to fix compilation with # updated dependencies which can be