treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
version = "1.2.0";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "aws-iam-authenticator";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ buildGoPackage, fetchFromGitHub, libusb1, pkg-config, lib, stdenv, libiconv }:
|
||||
{ buildGoPackage, fetchFromGitHub, libusb1, pkg-config, lib, libiconv }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "aws-okta";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub, fetchpatch }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub, fetchpatch }:
|
||||
|
||||
let
|
||||
generic = { patches ? [] }:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "certstrap";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub, go-rice }:
|
||||
{ lib, buildGoModule, fetchFromGitHub, go-rice }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "cfssl";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, mkDerivation, fetchFromGitHub, qmake, pcsclite, pkg-config, opensc }:
|
||||
{ lib, mkDerivation, fetchFromGitHub, qmake, pcsclite, pkg-config, opensc }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "chrome-token-signing";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitLab, python2, python2Packages }:
|
||||
{ lib, fetchFromGitLab, python2, python2Packages }:
|
||||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
pname = "creddump";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
, nmap
|
||||
, openvpn
|
||||
, python3Packages
|
||||
, lib, stdenv
|
||||
, lib
|
||||
, tigervnc
|
||||
}:
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, python3 }:
|
||||
{ lib, fetchFromGitHub, python3 }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "dnsrecon";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, rustPlatform
|
||||
, fetchFromGitHub
|
||||
, cryptsetup
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, python3 }:
|
||||
{ lib, fetchFromGitHub, python3 }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "fierce";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, fetchFromGitLab
|
||||
, fetchpatch
|
||||
, python3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ buildGoModule
|
||||
, docker
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "hologram-2018-03-19";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub, keybase }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub, keybase }:
|
||||
|
||||
buildGoPackage {
|
||||
pname = "kbfs";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, python2Packages, hping }:
|
||||
{ lib, fetchFromGitHub, python2Packages, hping }:
|
||||
let
|
||||
rev = "bf14bbff";
|
||||
in python2Packages.buildPythonApplication rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, python3, fetchFromGitHub }:
|
||||
{ lib, python3, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
inherit (python3.pkgs) buildPythonApplication pytest mock pexpect;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, buildGoPackage, libtool }:
|
||||
{ lib, fetchFromGitHub, buildGoPackage, libtool }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "notary";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchgit, python3, intltool, gtk3, gobject-introspection, gnome3 }:
|
||||
{ lib, fetchgit, python3, intltool, gtk3, gobject-introspection, gnome3 }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "onioncircuits";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ fetchFromGitHub, lib, stdenv, python3Packages, gnupg, perl }:
|
||||
{ fetchFromGitHub, lib, python3Packages, gnupg, perl }:
|
||||
|
||||
let version = "3.0.0"; in
|
||||
python3Packages.buildPythonApplication {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchFromGitHub, python2Packages, openssl, zlib, libpcap, opencl-headers, ocl-icd }:
|
||||
{ lib, fetchFromGitHub, python2Packages, openssl, zlib, libpcap, opencl-headers, ocl-icd }:
|
||||
|
||||
let
|
||||
version = "2019-12-13";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, mkDerivation, fetchgit, fetchurl, cmake, darkhttpd, gettext, makeWrapper, pkg-config
|
||||
{ lib, mkDerivation, fetchgit, fetchurl, cmake, darkhttpd, gettext, makeWrapper, pkg-config
|
||||
, libdigidocpp, opensc, openldap, openssl, pcsclite, qtbase, qttranslations, qtsvg }:
|
||||
|
||||
mkDerivation rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, buildGoPackage
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "saml2aws";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "sops";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# This file was generated by go2nix, then modified by hand for Darwin support.
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub, darwin }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub, darwin }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "sudolikeaboss-unstable";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ buildGoModule
|
||||
, fetchFromGitHub
|
||||
, lib, stdenv
|
||||
, lib
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, buildGoPackage, installShellFiles, nixosTests }:
|
||||
{ lib, fetchFromGitHub, buildGoPackage, installShellFiles, nixosTests }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "vault";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, pythonPackages }:
|
||||
{ lib, fetchFromGitHub, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
pname = "volatility";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv
|
||||
{ lib
|
||||
, python3Packages
|
||||
, nix
|
||||
, ronn
|
||||
|
||||
Reference in New Issue
Block a user