tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-pandoc: drop obsolete override
Peter Simons
10 years ago
328d9967
e771dc4b
+2
-8
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+2
-8
pkgs/development/haskell-modules/configuration-common.nix
···
605
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
606
test-sandbox-compose = dontCheck super.test-sandbox-compose;
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
-
});
616
617
# Tests attempt to use NPM to install from the network into
618
# /homeless-shelter. Disabled.
···
605
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
606
test-sandbox-compose = dontCheck super.test-sandbox-compose;
607
608
+
# https://github.com/jgm/pandoc/issues/2709
609
+
pandoc = disableSharedExecutables super.pandoc;
0
0
0
0
0
0
610
611
# Tests attempt to use NPM to install from the network into
612
# /homeless-shelter. Disabled.