nanoemoji: avoid escaping hell

This commit is contained in:
Sandro 2023-07-21 14:57:26 +02:00 committed by GitHub
parent 1ce92c15f2
commit 0e1c1dad5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ python3.pkgs.buildPythonApplication rec {
preCheck = ''
# make sure the built binaries (nanoemoji/maximum_color) can be found by the test
export PATH="$out/bin:''${PATH}"
export PATH="$out/bin:$PATH"
'';
meta = with lib; {