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
@@ -3,7 +3,7 @@
, fetchFromGitHub
, git
, go
, lib, stdenv
, lib
}:
buildBazelPackage rec {
@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "bazel-buildtools";
@@ -1,4 +1,4 @@
{ lib, stdenv, git, fetchFromGitHub, rustPlatform }:
{ lib, git, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "fac-build";
@@ -1,6 +1,6 @@
{ lib
, python3
, stdenv
, writeTextDir
, substituteAll
, fetchpatch
@@ -1,4 +1,4 @@
{ lib, stdenv, pythonPackages }:
{ lib, pythonPackages }:
with lib;
with pythonPackages;
@@ -1,6 +1,6 @@
{ version, sha256 }:
{ stdenv, fetchurl, python3Packages, lib }:
{ fetchurl, python3Packages, lib }:
python3Packages.buildPythonApplication rec {
pname = "scons";
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, fetchFromGitHub
, crystal_0_34
, crystal_0_35