treewide: remove unused occurence of stdenv (and other) arguments

format (will squash)
This commit is contained in:
Sigmanificient 2024-07-05 10:19:04 +02:00
parent 76069dafc9
commit 512e8afdb9
213 changed files with 59 additions and 247 deletions

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, mkDerivation , mkDerivation
, fetchFromGitHub , fetchFromGitHub
, makeDesktopItem , makeDesktopItem

View File

@ -1,4 +1,4 @@
{ stdenv, mkDerivation, lib { mkDerivation, lib
, extra-cmake-modules, kdoctools , extra-cmake-modules, kdoctools
, breeze-icons, chmlib, discount, djvulibre, ebook_tools, kactivities , breeze-icons, chmlib, discount, djvulibre, ebook_tools, kactivities
, karchive, kbookmarks, kcompletion, kconfig, kconfigwidgets, kcoreaddons , karchive, kbookmarks, kcompletion, kconfig, kconfigwidgets, kcoreaddons

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, makeWrapper , makeWrapper

View File

@ -1,4 +1,4 @@
{ lib, stdenv, rustPlatform, fetchCrate }: { lib, rustPlatform, fetchCrate }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "globe-cli"; pname = "globe-cli";

View File

@ -1,9 +1,7 @@
{ stdenv { lib
, lib
, fetchFromGitHub , fetchFromGitHub
, python3Packages , python3Packages
, wrapGAppsHook4 , wrapGAppsHook4
, gtk4
, meson , meson
, ninja , ninja
, pkg-config , pkg-config

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, fetchFromGitHub , fetchFromGitHub
, wrapGAppsHook4 , wrapGAppsHook4
, meson , meson

View File

@ -1,4 +1,4 @@
{ lib, stdenv, requireFile, callPackage}: { lib, requireFile, callPackage}:
callPackage ./runtime-build.nix rec { callPackage ./runtime-build.nix rec {
version = "20.0.688"; version = "20.0.688";

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, appstream-glib , appstream-glib
, blueprint-compiler , blueprint-compiler
, desktop-file-utils , desktop-file-utils

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, buildGoModule , buildGoModule
, fetchFromGitea , fetchFromGitea
}: }:

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
}: }:

View File

@ -1,9 +1,7 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, wrapGAppsHook3 , wrapGAppsHook3
, buildGoModule , buildGoModule
, go
, glib , glib
, pkg-config , pkg-config
, cairo , cairo

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, makeWrapper , makeWrapper

View File

@ -1,5 +1,4 @@
{ stdenv { mkDerivation
, mkDerivation
, lib , lib
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, fetchFromGitHub , fetchFromGitHub
, rofi-unwrapped , rofi-unwrapped
, wayland-scanner , wayland-scanner

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
, makeDesktopItem , makeDesktopItem

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
, pam , pam

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, gtk3, glib, wrapGAppsHook3, libusb1, hidapi, udev, pkg-config }: { lib, fetchFromGitHub, rustPlatform, gtk3, glib, wrapGAppsHook3, libusb1, hidapi, udev, pkg-config }:
# system76-keyboard-configurator tries to spawn a daemon as root via pkexec, so # system76-keyboard-configurator tries to spawn a daemon as root via pkexec, so
# your system needs a PolicyKit authentication agent running for the # your system needs a PolicyKit authentication agent running for the

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, gexiv2 , gexiv2
, gobject-introspection , gobject-introspection

View File

@ -3,7 +3,6 @@
, lib , lib
, makeWrapper , makeWrapper
, ncurses , ncurses
, stdenv
}: }:
buildGoModule rec { buildGoModule rec {

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch
, xmrig , xmrig

View File

@ -1,4 +1,4 @@
{ stdenv, lib, runCommand, fetchFromGitLab, wrapFirefox, firefox-unwrapped }: { runCommand, fetchFromGitLab, wrapFirefox, firefox-unwrapped }:
let let
pkg = fetchFromGitLab { pkg = fetchFromGitLab {

View File

@ -1,4 +1,4 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec { buildGoModule rec {
pname = "argocd-autopilot"; pname = "argocd-autopilot";

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, installShellFiles , installShellFiles

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, installShellFiles , installShellFiles

View File

@ -1,4 +1,4 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, docker }: { lib, buildGoModule, fetchFromGitHub, docker }:
buildGoModule rec { buildGoModule rec {
pname = "fn"; pname = "fn";

View File

@ -1,4 +1,4 @@
{ stdenv, lib, buildGoModule, fetchFromGitHub, installShellFiles }: { lib, buildGoModule, fetchFromGitHub, installShellFiles }:
buildGoModule rec { buildGoModule rec {
pname = "hubble"; pname = "hubble";

View File

@ -1,4 +1,4 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, testers, kluctl }: { lib, buildGoModule, fetchFromGitHub, testers, kluctl }:
buildGoModule rec { buildGoModule rec {
pname = "kluctl"; pname = "kluctl";

View File

@ -1,4 +1,4 @@
{ stdenv, lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub }:
let let
version = "1.6.1"; version = "1.6.1";
in in

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, testers , testers

View File

@ -1,7 +1,6 @@
{ buildGoModule { buildGoModule
, fetchFromGitHub , fetchFromGitHub
, lib , lib
, stdenv
}: }:
buildGoModule rec { buildGoModule rec {

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, buildGoModule , buildGoModule
}: }:

View File

@ -1,6 +1,5 @@
{ notmuch { notmuch
, lib , lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, rustPlatform , rustPlatform
, installShellFiles , installShellFiles

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, python310Packages , python310Packages
, testers , testers

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, mkDerivation , mkDerivation
, fetchFromGitLab , fetchFromGitLab
, wafHook , wafHook

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, glibcLocales , glibcLocales
, installShellFiles , installShellFiles

View File

@ -6,7 +6,6 @@
, glib , glib
, lib , lib
, libGL , libGL
, stdenv
, xkeyboard_config , xkeyboard_config
, xorg , xorg
, zlib , zlib

View File

@ -1,5 +1,4 @@
{ stdenv { fetchFromGitHub
, fetchFromGitHub
, lib , lib
, pkg-config , pkg-config
, libX11 , libX11

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, python3Packages, git }: { lib, fetchFromGitHub, python3Packages, git }:
python3Packages.buildPythonApplication { python3Packages.buildPythonApplication {
pname = "git-bars"; pname = "git-bars";

View File

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, stdenv, makeWrapper, gitMinimal, testers, gitsign }: { lib, buildGoModule, fetchFromGitHub, makeWrapper, gitMinimal, testers, gitsign }:
buildGoModule rec { buildGoModule rec {
pname = "gitsign"; pname = "gitsign";

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, python3 , python3
, callPackage , callPackage
, recurseIntoAttrs , recurseIntoAttrs

View File

@ -1,7 +1,6 @@
{ lib { lib
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, stdenv
, nix-update-script , nix-update-script
}: }:

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, nixosTests , nixosTests

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, runCommand , runCommand

View File

@ -1,9 +1,5 @@
{ {
lib, lib,
dotnet-sdk,
stdenv,
substituteAll,
buildDotnetModule, buildDotnetModule,
fetchFromGitHub, fetchFromGitHub,

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, cmake , cmake
, gcc12Stdenv , gcc12Stdenv

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
}: }:

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, runCommand , runCommand

View File

@ -1,6 +1,5 @@
{ {
lib, lib,
stdenv,
buildGraalvmNativeImage, buildGraalvmNativeImage,
babashka, babashka,
fetchurl, fetchurl,

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, php , php
}: }:

View File

@ -1,4 +1,4 @@
{ stdenv, lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub }:
let let
pname = "e1s"; pname = "e1s";
version = "1.0.38"; version = "1.0.38";

View File

@ -1,7 +1,6 @@
{ lib { lib
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, stdenv
}: }:
let let

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, rustPlatform , rustPlatform
, fetchCrate , fetchCrate
}: }:

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
}: }:

View File

@ -5,7 +5,6 @@
, nixVersions , nixVersions
, pkg-config , pkg-config
, rustPlatform , rustPlatform
, stdenv
, nix-update-script , nix-update-script
, nixosTests , nixosTests
}: }:

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, python3Packages , python3Packages
}: }:

View File

@ -26,7 +26,6 @@
, python3 , python3
, rustPlatform , rustPlatform
, shaderc , shaderc
, stdenv
, vulkan-extension-layer , vulkan-extension-layer
, vulkan-headers , vulkan-headers
, vulkan-loader , vulkan-loader

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, buildGoModule , buildGoModule
}: }:

View File

@ -4,7 +4,6 @@
, fontconfig , fontconfig
, lib , lib
, openal , openal
, stdenv
, xorg , xorg
}: }:

View File

@ -1,6 +1,5 @@
{ {
lib, lib,
stdenv,
fetchFromGitLab, fetchFromGitLab,
fetchpatch, fetchpatch,
wrapGAppsHook4, wrapGAppsHook4,

View File

@ -1,4 +1,4 @@
{ lib, rustPlatform, fetchFromGitHub, stdenv }: { lib, rustPlatform, fetchFromGitHub }:
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "loco-cli"; pname = "loco-cli";
version = "0.2.6"; version = "0.2.6";

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, fetchFromGitHub , fetchFromGitHub
, pkg-config , pkg-config
, ffmpeg_7 , ffmpeg_7

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
}: }:

View File

@ -1,7 +1,6 @@
{ lib { lib
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
, stdenv
, python3 , python3
, nix-update-script , nix-update-script
}: }:

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, symlinkJoin , symlinkJoin
, callPackage , callPackage
, fetchFromGitHub , fetchFromGitHub

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, fetchgit , fetchgit
, fetchzip , fetchzip
, python310 , python310

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, fetchzip, python310, rtlcss, wkhtmltopdf { lib, fetchFromGitHub, fetchzip, python310, rtlcss, wkhtmltopdf
, nixosTests }: , nixosTests }:
let let

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, fetchzip , fetchzip
, python310 , python310
, rtlcss , rtlcss

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, qt5 , qt5
, python3 , python3
, fetchFromGitHub , fetchFromGitHub

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, rustPlatform , rustPlatform
, asciidoctor , asciidoctor

View File

@ -1,6 +1,5 @@
{ {
lib, lib,
stdenv,
buildGoModule, buildGoModule,
fetchFromGitLab, fetchFromGitLab,
}: }:

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildNpmPackage , buildNpmPackage
, fetchFromGitHub , fetchFromGitHub
}: }:

View File

@ -1,4 +1,4 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec { buildGoModule rec {
pname = "reproxy"; pname = "reproxy";

View File

@ -3,7 +3,6 @@
fetchPypi, fetchPypi,
gitUpdater, gitUpdater,
python3Packages, python3Packages,
stdenv,
testers, testers,
}: }:

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
}: }:

View File

@ -3,7 +3,6 @@
, python3Packages , python3Packages
, fetchFromGitLab , fetchFromGitLab
, makeWrapper , makeWrapper
, stdenv
, fetchpatch , fetchpatch
, rspamd , rspamd
}: }:

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildGoModule , buildGoModule
, fetchFromSourcehut , fetchFromSourcehut
, makeWrapper , makeWrapper

View File

@ -15,7 +15,6 @@
pango, pango,
sqlite, sqlite,
vulkan-loader, vulkan-loader,
stdenv,
wayland, wayland,
nix-update-script, nix-update-script,
}: }:

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, rustPlatform , rustPlatform
, libiconv , libiconv

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchFromGitHub , fetchFromGitHub
, buildGoModule , buildGoModule
, unixODBC , unixODBC

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, pkgs , pkgs
, makeSetupHook , makeSetupHook
, waf , waf

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, rustPlatform , rustPlatform
, fetchFromGitHub , fetchFromGitHub
, testers , testers

View File

@ -5,7 +5,6 @@
, openssl , openssl
, pkg-config , pkg-config
, rustPlatform , rustPlatform
, stdenv
, ,
}: }:

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, runCommand , runCommand
, glib , glib
, gtk3 , gtk3

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, fetchFromGitHub , fetchFromGitHub
, buildGoModule , buildGoModule
, pkg-config , pkg-config

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, fetchFromGitHub , fetchFromGitHub
, substituteAll , substituteAll
, buildGoModule , buildGoModule

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, buildGoModule , buildGoModule
, fetchFromGitHub , fetchFromGitHub
, gettext , gettext

View File

@ -1,5 +1,4 @@
{ stdenv { lib
, lib
, fetchurl , fetchurl
, meson , meson
, ninja , ninja

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, qtModule, python3, qtbase, qtsvg }: , qtModule, python3, qtbase, qtsvg }:
qtModule { qtModule {

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, qtModule , qtModule
, qtbase , qtbase
, libwebp , libwebp

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchurl , fetchurl
, fetchpatch , fetchpatch
, tcl , tcl

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, callPackage , callPackage
, fetchurl , fetchurl
, tcl , tcl

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, callPackage , callPackage
, python27 , python27
, fetchFromGitHub , fetchFromGitHub

View File

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, fetchurl , fetchurl
, libxml2 , libxml2
, libxslt , libxslt

View File

@ -1,6 +1,5 @@
{ {
lib, lib,
stdenv,
aocd-example-parser, aocd-example-parser,
beautifulsoup4, beautifulsoup4,
buildPythonPackage, buildPythonPackage,

View File

@ -1,6 +1,5 @@
{ {
lib, lib,
stdenv,
fetchFromGitHub, fetchFromGitHub,
buildPythonPackage, buildPythonPackage,
unittestCheckHook, unittestCheckHook,

View File

@ -1,5 +1,4 @@
{ {
stdenv,
fetchPypi, fetchPypi,
fetchpatch, fetchpatch,
buildPythonPackage, buildPythonPackage,

View File

@ -1,6 +1,5 @@
{ {
lib, lib,
stdenv,
buildPythonPackage, buildPythonPackage,
fetchPypi, fetchPypi,
pythonOlder, pythonOlder,

View File

@ -1,6 +1,5 @@
{ {
lib, lib,
stdenv,
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
poetry-core, poetry-core,

View File

@ -1,5 +1,4 @@
{ {
stdenv,
lib, lib,
buildPythonPackage, buildPythonPackage,
fetchPypi, fetchPypi,

View File

@ -1,6 +1,5 @@
{ {
lib, lib,
stdenv,
apscheduler, apscheduler,
bitstring, bitstring,
buildPythonPackage, buildPythonPackage,

Some files were not shown because too many files have changed in this diff Show More