mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 18:08:03 +00:00
nanoemoji: avoid escaping hell
This commit is contained in:
parent
1ce92c15f2
commit
0e1c1dad5f
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user