pandoc: Remove unneeded postInstall (#56180)

This commit is contained in:
Sarah Brofeldt 2019-02-24 01:58:08 +01:00 committed by xeji
parent 5b33d758d7
commit 28dfbfe420

View file

@ -4736,10 +4736,6 @@ in
pandoc = haskell.lib.overrideCabal (haskell.lib.justStaticExecutables haskellPackages.pandoc) (drv: {
configureFlags = drv.configureFlags or [] ++ ["-fembed_data_files"];
buildDepends = drv.buildDepends or [] ++ [haskellPackages.file-embed];
postInstall = ''
mkdir -p $out/share/man/man1
cp man/pandoc.1 $out/share/man/man1/
'';
# Newer tasty version works
# https://github.com/jgm/pandoc/commit/3bf398b15ff28a39133a8ce27ba3d2728d255b17#diff-d37211f38c72504621b9d03eef12ffd7
# Note the patch doesn't apply because we fetch the cabal file from elsewhere