doctave: move to by-name

This commit is contained in:
wxt
2024-10-25 22:04:59 +08:00
parent 09aa28c2b5
commit febbf089dd
3 changed files with 2 additions and 6 deletions
@@ -1,4 +1,4 @@
{ lib, rustPlatform, fetchFromGitHub, stdenv, CoreServices }:
{ lib, rustPlatform, fetchFromGitHub, stdenv, darwin, }:
rustPlatform.buildRustPackage rec {
pname = "doctave";
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-keLcNttdM9JUnn3qi/bWkcObIHl3MRACDHKPSZuScOc=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
CoreServices
darwin.apple_sdk.frameworks.CoreServices
];
meta = with lib; {
-4
View File
@@ -6982,10 +6982,6 @@ with pkgs;
dockbarx = callPackage ../applications/misc/dockbarx { };
doctave = callPackage ../applications/misc/doctave {
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
dog = callPackage ../tools/system/dog { };
dogdns = callPackage ../tools/networking/dogdns {