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
+1 -1
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; {