10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-UB/FI5LUyksKzAgzsza5NTDtYWou69hqj0M2GWV/FcA=";
19 fetchSubmodules = true;
22 cargoHash = "sha256-/Yb1QTsye60qL6B3TM6Wd1W8n4XMxMhu42CLvJcqIYw=";
30 ] ++ lib.optionals stdenv.isDarwin [
31 darwin.apple_sdk.frameworks.Security
36 export HOME=$(mktemp -d)
40 description = "A package manager for tools that use node_modules";
41 homepage = "https://github.com/orogene/orogene";
42 changelog = "https://github.com/orogene/orogene/blob/${src.rev}/CHANGELOG.md";
43 license = with licenses; [ asl20 isc ];
44 maintainers = with maintainers; [ figsoda ];