pandoc: Remove unneeded postInstall (#56180)
This commit is contained in:
parent
5b33d758d7
commit
28dfbfe420
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue