surrealdb: migrate to by-name

This commit is contained in:
Nikolay Korotkiy 2024-03-15 08:16:36 +04:00
parent f4235345e4
commit 33f3c98822
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5
2 changed files with 2 additions and 6 deletions

View file

@ -7,7 +7,7 @@
, rocksdb
, testers
, surrealdb
, SystemConfiguration
, darwin
, protobuf
}:
@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
];
buildInputs = [ openssl ]
++ lib.optionals stdenv.isDarwin [ SystemConfiguration ];
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
doCheck = false;

View file

@ -27036,10 +27036,6 @@ with pkgs;
storm = callPackage ../servers/computing/storm { };
surrealdb = callPackage ../servers/nosql/surrealdb {
inherit (darwin.apple_sdk.frameworks) SystemConfiguration;
};
switcheroo-control = callPackage ../os-specific/linux/switcheroo-control { };
slurm = callPackage ../servers/computing/slurm { };