Merge pull request #226708 from figsoda/with

This commit is contained in:
figsoda 2023-04-19 11:35:41 -04:00 committed by GitHub
commit 792dad7bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 25 deletions

View File

@ -1,8 +1,6 @@
{ darwin, fetchFromGitHub, rustPlatform, lib, stdenv }:
with rustPlatform;
buildRustPackage rec {
rustPlatform.buildRustPackage rec {
pname = "click";
version = "0.4.2";

View File

@ -1,8 +1,6 @@
{ lib, fetchFromGitHub, rustPlatform, pkg-config, openssl }:
with rustPlatform;
buildRustPackage rec {
rustPlatform.buildRustPackage rec {
pname = "cfdyndns";
version = "0.0.3";
src = fetchFromGitHub {

View File

@ -1,8 +1,6 @@
{ lib, fetchFromGitHub, rustPlatform }:
with rustPlatform;
buildRustPackage rec {
rustPlatform.buildRustPackage rec {
version = "0.4.1";
pname = "loc";

View File

@ -2,9 +2,7 @@
, darwin
}:
with rustPlatform;
buildRustPackage rec {
rustPlatform.buildRustPackage rec {
pname = "chit";
version = "0.1.15";

View File

@ -1,8 +1,6 @@
{ fetchFromGitHub, rustPlatform, lib }:
with rustPlatform;
buildRustPackage rec {
rustPlatform.buildRustPackage rec {
pname = "clog-cli";
version = "0.9.3";

View File

@ -1,7 +1,6 @@
{ lib, fetchFromGitHub, fetchurl, rustPlatform, runCommand } :
with rustPlatform;
buildRustPackage rec {
rustPlatform.buildRustPackage rec {
pname = "pax-rs";
version = "0.4.0";

View File

@ -1,8 +1,6 @@
{ fetchFromGitHub, rustPlatform, lib }:
with rustPlatform;
buildRustPackage rec {
rustPlatform.buildRustPackage rec {
pname = "tarssh";
version = "0.7.0";

View File

@ -13,9 +13,7 @@ in
assert (x11Support && usesX11) -> xclip != null || xsel != null;
with rustPlatform;
buildRustPackage rec {
rustPlatform.buildRustPackage rec {
pname = "ffsend";
version = "0.2.76";

View File

@ -17,8 +17,7 @@
, installShellFiles
}:
with rustPlatform;
buildRustPackage rec {
rustPlatform.buildRustPackage rec {
version = "0.6.4";
pname = "ripasso-cursive";