Loading pkgs/applications/misc/doctave/cargo-lock.patch→pkgs/by-name/do/doctave/cargo-lock.patch +0 −0 File moved. View file pkgs/applications/misc/doctave/default.nix→pkgs/by-name/do/doctave/package.nix +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"; Loading @@ -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; { Loading pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading
pkgs/applications/misc/doctave/cargo-lock.patch→pkgs/by-name/do/doctave/cargo-lock.patch +0 −0 File moved. View file
pkgs/applications/misc/doctave/default.nix→pkgs/by-name/do/doctave/package.nix +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"; Loading @@ -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; { Loading
pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -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 {