treewide: remove file-wide with rustPlatform;s

This commit is contained in:
figsoda 2023-04-17 16:27:54 -04:00
parent 10d74285cd
commit 38401aed72
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";