treewide: remove stdenv where not needed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, python3Packages }:
|
||||
{ lib, python3Packages }:
|
||||
|
||||
with python3Packages;
|
||||
buildPythonApplication rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, rustPlatform, fetchFromGitHub }:
|
||||
{ lib, rustPlatform, fetchFromGitHub }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "bingrep";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, pkgs, lib, python3, fetchFromGitHub }:
|
||||
{ pkgs, lib, python3, fetchFromGitHub }:
|
||||
|
||||
let
|
||||
pname = "checkov";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, perlPackages }:
|
||||
{ lib, fetchurl, perlPackages }:
|
||||
|
||||
perlPackages.buildPerlPackage rec {
|
||||
pname = "egypt";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage {
|
||||
pname = "evmdis-unstable";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv,
|
||||
{ lib,
|
||||
mkDerivation,
|
||||
cmake,
|
||||
elfutils,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, rustPlatform, qt5, git, cmake
|
||||
{ lib, fetchFromGitHub, rustPlatform, qt5, git, cmake
|
||||
, pkg-config, makeWrapper }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, mkDerivation, fetchFromGitHub, cmake, boost, qtbase }:
|
||||
{ lib, mkDerivation, fetchFromGitHub, cmake, boost, qtbase }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "snowman";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, python3, fetchFromGitHub }:
|
||||
{ lib, python3, fetchFromGitHub }:
|
||||
|
||||
with python3.pkgs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user