haskellPackages.hnix: remove now unnecessary patch

New release 0.13.0.1 introduced support with ref-tf >= 0.5, so we can
remove our patch for that purpose.
This commit is contained in:
sternenseemann
2021-05-13 11:47:21 +02:00
parent bc10fb732b
commit 52c8b2de4e
2 changed files with 0 additions and 43 deletions
@@ -174,15 +174,6 @@ self: super: {
hnix = generateOptparseApplicativeCompletion "hnix"
(overrideCabal super.hnix (drv: {
doCheck = false;
prePatch = ''
# fix encoding problems when patching
${pkgs.dos2unix}/bin/dos2unix hnix.cabal
'' + (drv.prePatch or "");
patches = [
# support ref-tf in hnix 0.12.0.1, can be removed after
# https://github.com/haskell-nix/hnix/pull/918
./patches/hnix-ref-tf-0.5-support.patch
] ++ (drv.patches or []);
}));
# Fails for non-obvious reasons while attempting to use doctest.