haskell-pandoc: drop obsolete override

+2 -8
+2 -8
pkgs/development/haskell-modules/configuration-common.nix
··· 605 605 # https://github.com/junjihashimoto/test-sandbox-compose/issues/2 606 606 test-sandbox-compose = dontCheck super.test-sandbox-compose; 607 607 608 - # https://github.com/jgm/pandoc/issues/2190 609 - pandoc = overrideCabal super.pandoc (drv: { 610 - enableSharedExecutables = false; 611 - postInstall = '' # install man pages 612 - mv man $out/ 613 - find $out/man -type f ! -name "*.[0-9]" -exec rm {} + 614 - ''; 615 - }); 608 + # https://github.com/jgm/pandoc/issues/2709 609 + pandoc = disableSharedExecutables super.pandoc; 616 610 617 611 # Tests attempt to use NPM to install from the network into 618 612 # /homeless-shelter. Disabled.