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 , python3Packages }:
{ lib, python3Packages }:
python3Packages.buildPythonPackage rec {
pname = "doge";
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, python3Packages, libusb1, linuxHeaders
{ lib, fetchFromGitHub, python3Packages, libusb1, linuxHeaders
, GyroplotSupport ? false
}:
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, mkDerivation, lib, fetchgit, cmake, SDL2, qtbase, qtmultimedia, boost }:
{ mkDerivation, lib, fetchgit, cmake, SDL2, qtbase, qtmultimedia, boost }:
mkDerivation {
pname = "citra";
+1 -1
View File
@@ -1,4 +1,4 @@
{ mkDerivation, lib, stdenv, fetchFromGitHub, qmake, qtbase, qtdeclarative }:
{ mkDerivation, lib, fetchFromGitHub, qmake, qtbase, qtdeclarative }:
mkDerivation rec {
pname = "firebird-emu";
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, fetchFromGitHub
, mkDerivation
, cmake
+1 -1
View File
@@ -5,7 +5,7 @@
, pkg-config
, python3
, rustPlatform
, lib, stdenv
, lib
, wayland
, xorg
, vulkan-loader
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, callPackage, wineUnstable }:
{ lib, callPackage, wineUnstable }:
with callPackage ./util.nix {};
+1 -1
View File
@@ -1,4 +1,4 @@
{ mkDerivation, lib, stdenv, fetchurl, cmake, pkg-config, qtbase, qt5, libGLU, libGL
{ mkDerivation, lib, fetchurl, cmake, pkg-config, qtbase, qt5, libGLU, libGL
, freeglut ? null, openal ? null, SDL2 ? null }:
mkDerivation rec {
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, lndir, symlinkJoin, makeWrapper
{ lib, lndir, symlinkJoin, makeWrapper
, lilypond, openlilylib-fonts
}:
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, elk6Version, buildGoPackage, libpcap, systemd }:
{ lib, fetchFromGitHub, elk6Version, buildGoPackage, libpcap, systemd }:
let beat = package : extraArgs : buildGoPackage (rec {
name = "${package}-${version}";
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, elk7Version, buildGoPackage, libpcap, systemd }:
{ lib, fetchFromGitHub, elk7Version, buildGoPackage, libpcap, systemd }:
let beat = package : extraArgs : buildGoPackage (rec {
name = "${package}-${version}";
@@ -1,4 +1,4 @@
{ lib, stdenv, vscode-utils
{ lib, vscode-utils
, fetchurl, unzip
, mono, writeScript, runtimeShell
, jq, clang-tools
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, config, lib, callPackage, vscode-utils, nodePackages,llvmPackages_8, llvmPackages_latest }:
{ config, lib, callPackage, vscode-utils, nodePackages,llvmPackages_8, llvmPackages_latest }:
let
inherit (vscode-utils) buildVscodeMarketplaceExtension;
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, vscode-utils
, useLocalExtensions ? false}:
# Note that useLocalExtensions requires that vscode-server is not running
@@ -1,5 +1,5 @@
# Update script: pkgs/development/tools/rust/rust-analyzer/update.sh
{ lib, stdenv, vscode-utils, jq, rust-analyzer, nodePackages
{ lib, vscode-utils, jq, rust-analyzer, nodePackages
, setDefaultServerPath ? true
}:
@@ -1,4 +1,4 @@
{ lib, stdenv
{ lib
, wakatime, vscode-utils }:
let