surrealdb: migrate to by-name
This commit is contained in:
parent
f4235345e4
commit
33f3c98822
2 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue