anystyle-cli: fix PATH in wrapper

There was a syntax error in the `--prefix` argument to `wrapProgram`.
The arguments are ENV SEP VAL.
main
David Baynard 2 years ago committed by GitHub
parent e0e1c7155d
commit b6080f1e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/tools/misc/anystyle-cli/default.nix

@ -30,7 +30,7 @@ buildRubyGem rec {
propagatedBuildInputs = [ deps ];
preFixup = ''
wrapProgram $out/bin/anystyle --prefix PATH ${poppler_utils}/bin
wrapProgram $out/bin/anystyle --prefix PATH : ${poppler_utils}/bin
'';
meta = with lib; {

Loading…
Cancel
Save