treewide: remove unused lib (and other) arguments

This commit is contained in:
Sigmanificient
2024-07-26 11:18:09 +02:00
parent da8fd5be9f
commit 6dd44107ac
141 changed files with 120 additions and 218 deletions
@@ -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";