Merge pull request #154744 from dbaynard/patch-1

anystyle-cli: fix PATH in wrapper
This commit is contained in:
Bobby Rong 2022-01-13 22:18:45 +08:00 committed by GitHub
commit 67f9281470
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; {