nanoemoji: avoid escaping hell
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user