Unverified Commit febbf089 authored by wxt's avatar wxt
Browse files

doctave: move to by-name

parent 09aa28c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ 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; {
+0 −4
Original line number Diff line number Diff line
@@ -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 {