treewide: remove stdenv where not needed

This commit is contained in:
Pavol Rusnak
2021-01-25 09:26:54 +01:00
parent e06e847595
commit a6ce00c50c
2779 changed files with 2844 additions and 2834 deletions

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, cmake, extra-cmake-modules, pkg-config
{ lib, fetchFromGitHub, cmake, extra-cmake-modules, pkg-config
, qtbase, qtimageformats, qtwebengine, qtx11extras, mkDerivation
, libarchive, libXdmcp, libpthreadstubs, xcbutilkeysyms }:

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub }:
{ lib, fetchFromGitHub }:
fetchFromGitHub rec {
rev = "7e8f02dadcc23ba42b491b39e5bdf16e7b383031";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip }:
{ lib, fetchzip }:
let
version = "5.2";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip }:
{ lib, fetchzip }:
fetchzip {
name = "fira-code-symbols-20160811";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip }:
{ lib, fetchzip }:
fetchzip {
name = "fira-mono-3.206";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl } :
{ lib, fetchurl } :
let
major = "3";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchgit }:
{ lib, fetchgit }:
let
version = "2017-03-30";

View File

@@ -1,4 +1,4 @@
{lib, stdenv, fetchzip}:
{lib, fetchzip}:
let
version = "3.5";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip }:
{ lib, fetchzip }:
fetchzip {
name = "paratype-pt-mono";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip }:
{ lib, fetchzip }:
fetchzip {
name = "paratype-pt-sans";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip }:
{ lib, fetchzip }:
fetchzip {
name = "paratype-pt-serif";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip }:
{ lib, fetchzip }:
let
pname = "ttf-bitstream-vera";
version = "1.10";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip }:
{ lib, fetchzip }:
let
version = "2020-11-14";
in

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip, cabextract }:
{ lib, fetchzip, cabextract }:
fetchzip {
name = "vista-fonts-1";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip }:
{ lib, fetchzip }:
let
version = "20200729";

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchzip }:
{ lib, fetchzip }:
let
version = "9";

View File

@@ -1,7 +1,6 @@
{ stdenv
{ lib
, fetchurl
, symlinkJoin
, lib
}:
let