Unverified Commit 0e1c1dad authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nanoemoji: avoid escaping hell

parent 1ce92c15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; {