haskellPackages.d-bus: drop override

There hasn't been an upstream release since that override has been
introduced nor more activity upstream.
This commit is contained in:
sternenseemann
2026-04-23 11:54:05 +02:00
parent 0acbc12ee9
commit fa9c328979
@@ -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