convco: move to pkgs/by-name
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
9d2e9d8ddf
commit
4f694f3ab8
2 changed files with 2 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
, libiconv
|
||||
, openssl
|
||||
, pkg-config
|
||||
, Security
|
||||
, darwin
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
|
||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ libiconv Security ];
|
||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A Conventional commit cli";
|
|
@ -17382,10 +17382,6 @@ with pkgs;
|
|||
|
||||
critcmp = callPackage ../development/tools/rust/critcmp { };
|
||||
|
||||
convco = callPackage ../development/tools/convco {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
devspace = callPackage ../development/tools/misc/devspace { };
|
||||
|
||||
djlint = callPackage ../development/tools/djlint { };
|
||||
|
|
Loading…
Reference in a new issue