ploticus: fixup a manual-page symlink

With new man compression this caused a build error.
wip/yesman
Vladimír Čunát 7 years ago
parent 5c89ab7cb6
commit 64d4bfd139
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 6
      pkgs/tools/graphics/ploticus/default.nix

@ -15,6 +15,12 @@ stdenv.mkDerivation {
patches = [ ./ploticus-install.patch ];
# Make the symlink relative instead of absolute.
# Otherwise it breaks when auto-moved to $out/share.
preFixup = ''
ln -sf pl.1 "$out"/man/man1/ploticus.1
'';
meta = with stdenv.lib; {
description = "A non-interactive software package for producing plots and charts";
longDescription = ''Ploticus is a free, GPL'd, non-interactive

Loading…
Cancel
Save