Loading pkgs/tools/text/runiq/default.nix +5 −1 Original line number Diff line number Diff line { fetchCrate, lib, rustPlatform }: { lib, rustPlatform, fetchCrate, stdenv, darwin }: rustPlatform.buildRustPackage rec { pname = "runiq"; Loading @@ -11,6 +11,10 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-WSMV0GNKNckN9uSPN647iDloGkNtaKcrZbeyglUappc="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; meta = with lib; { description = "An efficient way to filter duplicate lines from input, à la uniq"; homepage = "https://github.com/whitfin/runiq"; Loading Loading
pkgs/tools/text/runiq/default.nix +5 −1 Original line number Diff line number Diff line { fetchCrate, lib, rustPlatform }: { lib, rustPlatform, fetchCrate, stdenv, darwin }: rustPlatform.buildRustPackage rec { pname = "runiq"; Loading @@ -11,6 +11,10 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-WSMV0GNKNckN9uSPN647iDloGkNtaKcrZbeyglUappc="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; meta = with lib; { description = "An efficient way to filter duplicate lines from input, à la uniq"; homepage = "https://github.com/whitfin/runiq"; Loading