pandoc: keep generated postInstall

...otherwise the man page disappears.

Fixes #144605
main
Naïm Favier 3 years ago
parent e2b2136d63
commit 972337dd36
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2
  1. 2
      pkgs/development/tools/pandoc/default.nix

@ -26,7 +26,7 @@ in
# This should ideally be fixed in haskellPackages (or even Cabal),
# but a minimal pandoc is important enough to patch it manually.
disallowedReferences = [ haskellPackages.pandoc-types haskellPackages.HTTP ];
postInstall = ''
postInstall = drv.postInstall or "" + ''
remove-references-to \
-t ${haskellPackages.pandoc-types} \
$out/bin/pandoc

Loading…
Cancel
Save