diesel-cli: migrate to by-name

This commit is contained in:
seth 2024-06-12 05:08:31 -04:00
parent 2e92235aa5
commit 8ad3581ac9
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
2 changed files with 2 additions and 6 deletions

View File

@ -5,10 +5,10 @@
, rustPlatform
, fetchCrate
, installShellFiles
, darwin
, pkg-config
, openssl
, stdenv
, Security
, libiconv
, sqlite
, postgresql
@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ installShellFiles pkg-config ];
buildInputs = [ openssl ]
++ optional stdenv.isDarwin Security
++ optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security
++ optional (stdenv.isDarwin && mysqlSupport) libiconv
++ optional sqliteSupport sqlite
++ optional postgresqlSupport postgresql

View File

@ -4899,10 +4899,6 @@ with pkgs;
dieharder = callPackage ../tools/security/dieharder { };
diesel-cli = callPackage ../development/tools/diesel-cli {
inherit (darwin.apple_sdk.frameworks) Security;
};
digitemp = callPackage ../tools/misc/digitemp { };
dijo = callPackage ../tools/misc/dijo {