treewide: remove stdenv where not needed

This commit is contained in:
Pavol Rusnak
2021-01-25 18:31:47 +01:00
parent e06e847595
commit a6ce00c50c
2779 changed files with 2844 additions and 2834 deletions
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, buildGoModule }:
{ lib, fetchFromGitHub, buildGoModule }:
buildGoModule rec {
pname = "circleci-cli";
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, pkg-config
, fetchurl
, meson
@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "docopts";
@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "elfinfo";
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, buildPythonApplication
, fetchPypi
, gdb
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, pkg-config }:
{ lib, fetchFromGitHub, rustPlatform, pkg-config }:
rustPlatform.buildRustPackage rec {
pname = "itm-tools";
@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoPackage, fetchFromGitLab }:
{ lib, buildGoPackage, fetchFromGitLab }:
buildGoPackage rec {
pname = "loccount";
version = "1.2";
@@ -1,4 +1,4 @@
{ lib, stdenv, python37Packages, fetchFromGitHub }:
{ lib, python37Packages, fetchFromGitHub }:
with python37Packages; buildPythonApplication rec {
pname = "nrfutil";
@@ -1,4 +1,4 @@
{ lib, stdenv, python3, fetchFromGitHub }:
{ lib, python3, fetchFromGitHub }:
python3.pkgs.buildPythonApplication rec {
pname = "perfect-hash";
version = "0.4.1";
@@ -2,7 +2,7 @@
, cargo
, lib
, rustPlatform
, stdenv
}:
rustPlatform.buildRustPackage rec {
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "scc";
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, cmake }:
{ lib, fetchFromGitHub, rustPlatform, cmake }:
rustPlatform.buildRustPackage rec {
pname = "unused";
version = "0.2.1";
@@ -1,4 +1,4 @@
{ lib, stdenv, python3, fetchFromGitHub, clang-unwrapped }:
{ lib, python3, fetchFromGitHub, clang-unwrapped }:
python3.pkgs.buildPythonApplication rec {
pname = "whatstyle";