nanoemoji: avoid escaping hell
This commit is contained in:
parent
1ce92c15f2
commit
0e1c1dad5f
@ -60,7 +60,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
# make sure the built binaries (nanoemoji/maximum_color) can be found by the test
|
# 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; {
|
meta = with lib; {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user