Commit 65cc6890 authored by Tony Wasserka's avatar Tony Wasserka
Browse files

processing: symlink uppercase executable name to lowercase

Upstream changed the executable name to uppercase. Creating a symlink
with the old name prevents breaking existing scripts.
parent b0cf9126
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -176,6 +176,10 @@ stdenv.mkDerivation rec {
    runHook postInstall
  '';

  postFixup = ''
    ln -s $out/bin/Processing $out/bin/processing
  '';

  meta = {
    description = "Language and IDE for electronic arts";
    homepage = "https://processing.org";