quickjs: add mainProgram

main
Daniel Nagy 2 years ago
parent a1efaf3eb8
commit 86e3ea384d
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
  1. 1
      pkgs/development/interpreters/quickjs/default.nix

@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ stesie AndersonTorres ];
platforms = platforms.linux;
license = licenses.mit;
mainProgram = "qjs";
};
}

Loading…
Cancel
Save