treewide: remove unused lib (and other) arguments

This commit is contained in:
Sigmanificient
2024-07-17 05:26:36 +02:00
parent da8fd5be9f
commit 6dd44107ac
141 changed files with 120 additions and 218 deletions

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation {
pname = "python27-docs-html";

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation {
pname = "python27-docs-pdf-a4";

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation {
pname = "python27-docs-pdf-letter";

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation {
pname = "python27-docs-text";

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation {
pname = "python310-docs-html";

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation {
pname = "python310-docs-pdf-a4";

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation {
pname = "python310-docs-pdf-letter";

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation {
pname = "python310-docs-texinfo";

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, lib, fetchurl }:
stdenv.mkDerivation {
pname = "python310-docs-text";

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, fetchurl }:
stdenv.mkDerivation {
pname = "pythonMAJORMINOR-docs-TYPE";

View File

@@ -1,6 +1,6 @@
# This file was generated and will be overwritten by ./generate.sh
{ stdenv, fetchurl, lib }:
{ stdenv, fetchurl }:
stdenv.mkDerivation {
pname = "pythonMAJORMINOR-docs-TYPE";