haskell-pandoc: drop obsolete override
This commit is contained in:
parent
e771dc4b06
commit
328d9967d3
@ -605,14 +605,8 @@ self: super: {
|
|||||||
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
|
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
|
||||||
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
||||||
|
|
||||||
# https://github.com/jgm/pandoc/issues/2190
|
# https://github.com/jgm/pandoc/issues/2709
|
||||||
pandoc = overrideCabal super.pandoc (drv: {
|
pandoc = disableSharedExecutables super.pandoc;
|
||||||
enableSharedExecutables = false;
|
|
||||||
postInstall = '' # install man pages
|
|
||||||
mv man $out/
|
|
||||||
find $out/man -type f ! -name "*.[0-9]" -exec rm {} +
|
|
||||||
'';
|
|
||||||
});
|
|
||||||
|
|
||||||
# Tests attempt to use NPM to install from the network into
|
# Tests attempt to use NPM to install from the network into
|
||||||
# /homeless-shelter. Disabled.
|
# /homeless-shelter. Disabled.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user