From df4f4e2b06ea80971234b7ae81c3a7f65b92b17a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 11 Nov 2025 11:29:50 +0100 Subject: [PATCH] haskellPackages.pdftotext: remove redundant poppler input Automatically provided since 5a80601f9795a42d12c6358a3fa10c025df79046. --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4fb08c1ce696..af78708b231b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2944,7 +2944,7 @@ with haskellLib; substituteInPlace pdftotext.cabal --replace-quiet BSD3 BSD-3-Clause '' + (drv.postPatch or ""); - }) (addExtraLibrary pkgs.pkg-config (addExtraLibrary pkgs.poppler super.pdftotext)); + }) super.pdftotext; # QuickCheck <2.15 # https://github.com/google/proto-lens/issues/403