From d96998920af50a59b71b2d38b80d4e28a9a252f9 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 10 Jan 2026 17:50:42 +0100 Subject: [PATCH] Revert "haskellPackages.cabal-pkg-config-version-hook: 0.1.0.1 -> 0.1.1.0" This reverts commit b19910075c0798c1e3d7890441eab27981866a36. The version remains the same, but the replacement package is not needed anymore after the hackage bump. --- .../cabal-pkg-config-version-hook.nix | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 pkgs/development/haskell-modules/replacements-by-name/cabal-pkg-config-version-hook.nix diff --git a/pkgs/development/haskell-modules/replacements-by-name/cabal-pkg-config-version-hook.nix b/pkgs/development/haskell-modules/replacements-by-name/cabal-pkg-config-version-hook.nix deleted file mode 100644 index 0381063b1689..000000000000 --- a/pkgs/development/haskell-modules/replacements-by-name/cabal-pkg-config-version-hook.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ - mkDerivation, - base, - Cabal, - containers, - lens, - lib, - process, -}: -mkDerivation { - pname = "cabal-pkg-config-version-hook"; - version = "0.1.1.0"; - sha256 = "18l87dcq2854vqchg21bvv85sdm4126nbk8sj9ilr5819qslk26f"; - libraryHaskellDepends = [ - base - Cabal - containers - lens - process - ]; - homepage = "https://github.com/hercules-ci/hercules-ci-agent/tree/master/cabal-pkg-config-version-hook#readme"; - description = "Make Cabal aware of pkg-config package versions"; - license = lib.licensesSpdx."BSD-3-Clause"; -}