anystyle-cli: fix PATH in wrapper

There was a syntax error in the `--prefix` argument to `wrapProgram`.
The arguments are ENV SEP VAL.
This commit is contained in:
David Baynard 2022-01-12 10:58:46 +00:00 committed by GitHub
parent e0e1c7155d
commit b6080f1e57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {