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, mkDerivation, fetchFromGitHub, cmake, fuse, readline, pkg-config, qtbase, qttools }:
{ lib, mkDerivation, fetchFromGitHub, cmake, fuse, readline, pkg-config, qtbase, qttools }:
mkDerivation rec {
pname = "android-file-transfer";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, fetchFromGitHub
, buildPythonApplication
, docopt, anytree
+1 -1
View File
@@ -1,5 +1,5 @@
# This file was generated by go2nix.
{ lib, stdenv, buildGoPackage, fetchFromGitHub, lvm2 }:
{ lib, buildGoPackage, fetchFromGitHub, lvm2 }:
buildGoPackage rec {
pname = "convoy";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, python3Packages }:
{ lib, fetchFromGitHub, python3Packages }:
python3Packages.buildPythonApplication rec {
pname = "gitfs";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, buildGoModule
, fetchFromGitHub
, openssl
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, buildPythonApplication, blivet }:
{ lib, fetchurl, buildPythonApplication, blivet }:
buildPythonApplication rec {
pname = "nixpart";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, fetchFromGitHub
, rustPlatform
, fuse
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, buildGoPackage, fetchFromGitHub, fuse, installShellFiles }:
{ lib, buildGoPackage, fetchFromGitHub, fuse, installShellFiles }:
buildGoPackage rec {
pname = "tmsu";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, python3, makeWrapper }:
{ lib, fetchFromGitHub, python3, makeWrapper }:
python3.pkgs.buildPythonApplication rec {