Commit dbcea082 authored by zowoq's avatar zowoq
Browse files

vimv-rs: switch to apple-sdk_11

parent 580741f0
Loading
Loading
Loading
Loading
+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";
@@ -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";
+1 −3
Original line number Diff line number Diff line
@@ -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 { };