agate: migrate to by-name
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
libiconv,
|
||||
Security,
|
||||
darwin,
|
||||
openssl,
|
||||
pkg-config,
|
||||
nix-update-script,
|
||||
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
||||
[ openssl ]
|
||||
++ lib.optionals stdenv.isDarwin [
|
||||
libiconv
|
||||
Security
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
];
|
||||
|
||||
doInstallCheck = true;
|
||||
@@ -1598,10 +1598,6 @@ with pkgs;
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices;
|
||||
};
|
||||
|
||||
agate = callPackage ../servers/gemini/agate {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
agi = callPackage ../tools/graphics/agi { };
|
||||
|
||||
agola = callPackage ../development/tools/continuous-integration/agola { };
|
||||
|
||||
Reference in New Issue
Block a user