Commit 2a9e0d51 authored by Mario Rodas's avatar Mario Rodas
Browse files

rage: migrate to by-name

parent f56f725f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+0 −4
Original line number Diff line number Diff line
@@ -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;