Loading pkgs/by-name/ro/rojo/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, pkg-config, openssl, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "rojo"; Loading @@ -30,6 +31,8 @@ rustPlatform.buildRustPackage (finalAttrs: { # tests flaky on darwin on hydra doCheck = !stdenv.hostPlatform.isDarwin; passthru.updateScript = nix-update-script { }; meta = { changelog = "https://github.com/rojo-rbx/rojo/blob/v${finalAttrs.version}/CHANGELOG.md"; description = "Project management tool for Roblox"; Loading Loading
pkgs/by-name/ro/rojo/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, pkg-config, openssl, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "rojo"; Loading @@ -30,6 +31,8 @@ rustPlatform.buildRustPackage (finalAttrs: { # tests flaky on darwin on hydra doCheck = !stdenv.hostPlatform.isDarwin; passthru.updateScript = nix-update-script { }; meta = { changelog = "https://github.com/rojo-rbx/rojo/blob/v${finalAttrs.version}/CHANGELOG.md"; description = "Project management tool for Roblox"; Loading