···12251226 # Use latest pandoc despite what LTS says.
1227 # Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309.
1228- pandoc = dontCheck super.pandoc_2_6;
1229 pandoc-citeproc = self.pandoc-citeproc_0_16_1;
12301231 # https://github.com/qfpl/tasty-hedgehog/issues/24
···12251226 # Use latest pandoc despite what LTS says.
1227 # Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309.
1228+ pandoc = doDistribute (dontCheck super.pandoc_2_6);
1229 pandoc-citeproc = self.pandoc-citeproc_0_16_1;
12301231 # https://github.com/qfpl/tasty-hedgehog/issues/24
···76 postInstall =
77 ''
78 moveToOutput "lib/pgxs" "$out" # looks strange, but not deleting it
79- moveToOutput "lib/*.a" "$out"
080 moveToOutput "lib/libecpg*" "$out"
8182 # Prevent a retained dependency on gcc-wrapper.
···8485 if [ -z "''${dontDisableStatic:-}" ]; then
86 # Remove static libraries in case dynamic are available.
87- for i in $out/lib/*.a; do
88 name="$(basename "$i")"
89 ext="${stdenv.hostPlatform.extensions.sharedLibrary}"
90 if [ -e "$lib/lib/''${name%.a}$ext" ] || [ -e "''${i%.a}$ext" ]; then
···76 postInstall =
77 ''
78 moveToOutput "lib/pgxs" "$out" # looks strange, but not deleting it
79+ moveToOutput "lib/libpgcommon.a" "$out"
80+ moveToOutput "lib/libpgport.a" "$out"
81 moveToOutput "lib/libecpg*" "$out"
8283 # Prevent a retained dependency on gcc-wrapper.
···8586 if [ -z "''${dontDisableStatic:-}" ]; then
87 # Remove static libraries in case dynamic are available.
88+ for i in $out/lib/*.a $lib/lib/*.a; do
89 name="$(basename "$i")"
90 ext="${stdenv.hostPlatform.extensions.sharedLibrary}"
91 if [ -e "$lib/lib/''${name%.a}$ext" ] || [ -e "''${i%.a}$ext" ]; then