Revert "haskellPackages.cabal-pkg-config-version-hook: 0.1.0.1 -> 0.1.1.0"
This reverts commit b19910075c.
The version remains the same, but the replacement package is not needed
anymore after the hackage bump.
This commit is contained in:
-24
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user