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 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, fetchFromGitHub
, rustPlatform
}:
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, fetchFromGitHub
, rustPlatform
}:
+1 -1
View File
@@ -1,5 +1,5 @@
# This file was generated by go2nix.
{ lib, stdenv, buildGoPackage, fetchgit }:
{ lib, buildGoPackage, fetchgit }:
buildGoPackage rec {
pname = "codesearch";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, python3Packages }:
{ lib, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "FanFicFare";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, buildGoModule
, fetchFromGitHub
}:
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, python2Packages }:
{ lib, fetchFromGitHub, python2Packages }:
python2Packages.buildPythonApplication rec {
program = "grin";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "gucci";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pythonPackages }:
{ lib, fetchFromGitHub, pythonPackages }:
pythonPackages.buildPythonApplication rec {
pname = "icdiff";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, python3Packages, xpdf, imagemagick, tesseract }:
{ lib, python3Packages, xpdf, imagemagick, tesseract }:
python3Packages.buildPythonPackage rec {
pname = "invoice2data";
+1 -1
View File
@@ -1,4 +1,4 @@
{ fetchFromGitHub, pythonPackages, lib, stdenv }:
{ fetchFromGitHub, pythonPackages, lib }:
with pythonPackages;
buildPythonApplication rec {
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "pbgopy";
@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "the_platinum_searcher";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, buildPythonApplication, click, future, six }:
{ lib, fetchurl, buildPythonApplication, click, future, six }:
buildPythonApplication rec {
pname = "proselint";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, pythonPackages }:
{ lib, fetchFromGitHub, pythonPackages }:
pythonPackages.buildPythonApplication rec {
pname = "rpl";
+3 -1
View File
@@ -1,4 +1,6 @@
{ lib, stdenv, fetchurl, makeWrapper, perlPackages }: stdenv.mkDerivation rec {
{ lib, stdenv, fetchurl, makeWrapper, perlPackages }:
stdenv.mkDerivation rec {
pname = "schema2ldif";
version = "1.3";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, buildPythonApplication, fetchPypi
{ lib, buildPythonApplication, fetchPypi
, python-slugify, requests, urllib3, six, setuptools }:
buildPythonApplication rec {
+1 -1
View File
@@ -1,4 +1,4 @@
{ buildGoPackage, lib, stdenv, fetchFromGitHub }:
{ buildGoPackage, lib, fetchFromGitHub }:
buildGoPackage rec {
version = "2.2.0";