treewide: remove stdenv where not needed

This commit is contained in:
Pavol Rusnak
2021-01-25 09:26:54 +01:00
parent e06e847595
commit a6ce00c50c
2779 changed files with 2844 additions and 2834 deletions

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, python3Packages }:
{ lib, python3Packages }:
with python3Packages;
buildPythonApplication rec {

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, rustPlatform, fetchFromGitHub }:
{ lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage rec {
pname = "bingrep";

View File

@@ -1,4 +1,4 @@
{ stdenv, pkgs, lib, python3, fetchFromGitHub }:
{ pkgs, lib, python3, fetchFromGitHub }:
let
pname = "checkov";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, perlPackages }:
{ lib, fetchurl, perlPackages }:
perlPackages.buildPerlPackage rec {
pname = "egypt";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage {
pname = "evmdis-unstable";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv,
{ lib,
mkDerivation,
cmake,
elfutils,

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, qt5, git, cmake
{ lib, fetchFromGitHub, rustPlatform, qt5, git, cmake
, pkg-config, makeWrapper }:
rustPlatform.buildRustPackage rec {

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, mkDerivation, fetchFromGitHub, cmake, boost, qtbase }:
{ lib, mkDerivation, fetchFromGitHub, cmake, boost, qtbase }:
mkDerivation rec {
pname = "snowman";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, python3, fetchFromGitHub }:
{ lib, python3, fetchFromGitHub }:
with python3.pkgs;