Loading pkgs/tools/misc/vimv-rs/default.nix +2 −2 Original line number Diff line number Diff line { lib, rustPlatform, fetchCrate, stdenv, Foundation }: { lib, rustPlatform, fetchCrate, stdenv, apple-sdk_11 }: rustPlatform.buildRustPackage rec { pname = "vimv-rs"; Loading @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-rYQxIttuGBGEkYkFtSBl8ce1I/Akm6FxeITJcaIeP6M="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Foundation ]; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; meta = with lib; { description = "Command line utility for batch-renaming files"; Loading pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -32910,9 +32910,7 @@ with pkgs; vimv = callPackage ../tools/misc/vimv { }; vimv-rs = callPackage ../tools/misc/vimv-rs { inherit (darwin.apple_sdk.frameworks) Foundation; }; vimv-rs = callPackage ../tools/misc/vimv-rs { }; qpdfview = libsForQt5.callPackage ../applications/office/qpdfview { }; Loading
pkgs/tools/misc/vimv-rs/default.nix +2 −2 Original line number Diff line number Diff line { lib, rustPlatform, fetchCrate, stdenv, Foundation }: { lib, rustPlatform, fetchCrate, stdenv, apple-sdk_11 }: rustPlatform.buildRustPackage rec { pname = "vimv-rs"; Loading @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-rYQxIttuGBGEkYkFtSBl8ce1I/Akm6FxeITJcaIeP6M="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Foundation ]; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; meta = with lib; { description = "Command line utility for batch-renaming files"; Loading
pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -32910,9 +32910,7 @@ with pkgs; vimv = callPackage ../tools/misc/vimv { }; vimv-rs = callPackage ../tools/misc/vimv-rs { inherit (darwin.apple_sdk.frameworks) Foundation; }; vimv-rs = callPackage ../tools/misc/vimv-rs { }; qpdfview = libsForQt5.callPackage ../applications/office/qpdfview { };