Skip to content

Commit

Permalink
rage: migrate to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Feb 4, 2024
1 parent f56f725 commit 2a9e0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, rustPlatform
, fetchFromGitHub
, installShellFiles
, Foundation
, darwin
}:

rustPlatform.buildRustPackage rec {
Expand All @@ -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
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2a9e0d5

Please sign in to comment.