rage: migrate to by-name

This commit is contained in:
Mario Rodas 2024-02-04 04:20:00 +00:00
parent f56f725f8c
commit 2a9e0d5119
2 changed files with 2 additions and 6 deletions

View file

@ -3,7 +3,7 @@
, rustPlatform
, fetchFromGitHub
, installShellFiles
, Foundation
, darwin
}:
rustPlatform.buildRustPackage rec {
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
];
buildInputs = lib.optionals stdenv.isDarwin [
Foundation
darwin.apple_sdk.frameworks.Foundation
];
# cargo test has an x86-only dependency

View file

@ -7755,10 +7755,6 @@ with pkgs;
inherit (pkgs.darwin.apple_sdk.libs) utmp;
};
rage = callPackage ../tools/security/rage {
inherit (darwin.apple_sdk.frameworks) Foundation;
};
rar2fs = callPackage ../tools/filesystems/rar2fs { };
rocmPackages = rocmPackages_5;