Merge pull request #234041 from wegank/explicit-fetchpypi

treewide: make fetchPypi more explicit
This commit is contained in:
Weijia Wang 2023-05-25 22:33:02 +03:00 committed by GitHub
commit ba5d0dc56b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 42 additions and 24 deletions

View file

@ -1,5 +1,6 @@
{ lib { lib
, python3Packages , python3Packages
, fetchPypi
}: }:
with python3Packages; with python3Packages;

View file

@ -1,4 +1,4 @@
{ lib, python3Packages }: { lib, python3Packages, fetchPypi }:
with python3Packages; with python3Packages;

View file

@ -1,5 +1,6 @@
{ lib { lib
, python3 , python3
, fetchPypi
}: }:
with python3.pkgs; with python3.pkgs;

View file

@ -1,6 +1,6 @@
{ lib { lib
, stdenv
, python3 , python3
, fetchPypi
}: }:
let let

View file

@ -1,4 +1,4 @@
{ lib, python3Packages }: { lib, python3Packages, fetchPypi }:
with python3Packages; with python3Packages;

View file

@ -1,4 +1,4 @@
{ lib, pythonPackages }: { lib, pythonPackages, fetchPypi }:
with pythonPackages; with pythonPackages;

View file

@ -1,5 +1,6 @@
{ lib { lib
, python3 , python3
, fetchPypi
, alsa-utils , alsa-utils
, gobject-introspection , gobject-introspection
, libappindicator-gtk3 , libappindicator-gtk3

View file

@ -1,6 +1,6 @@
{ lib { lib
, python3 , python3
, fetchFromGitHub , fetchPypi
}: }:
with python3.pkgs; with python3.pkgs;

View file

@ -1,5 +1,6 @@
{ lib { lib
, python3Packages , python3Packages
, fetchPypi
, taskwarrior , taskwarrior
, glibcLocales , glibcLocales
}: }:

View file

@ -1,6 +1,7 @@
{ lib { lib
, fetchpatch , fetchpatch
, fetchFromGitHub , fetchFromGitHub
, fetchPypi
, python3 , python3
}: }:

View file

@ -1,5 +1,6 @@
{ lib { lib
, fetchFromGitHub , fetchFromGitHub
, fetchPypi
, python3 , python3
}: }:

View file

@ -1,5 +1,6 @@
{ lib { lib
, pythonPackages , pythonPackages
, fetchPypi
, taskwarrior , taskwarrior
, writeShellScriptBin , writeShellScriptBin
}: }:

View file

@ -1,5 +1,6 @@
{ lib { lib
, python3Packages , python3Packages
, fetchPypi
}: }:
with python3Packages; with python3Packages;

View file

@ -1,4 +1,4 @@
{ lib, python3Packages, git, mercurial }: { lib, python3Packages, fetchPypi, git, mercurial }:
with python3Packages; with python3Packages;

View file

@ -1,4 +1,4 @@
{ lib, python3 }: { lib, python3, fetchPypi }:
with python3.pkgs; with python3.pkgs;

View file

@ -1,6 +1,7 @@
{ lib { lib
, stdenv , stdenv
, python3 , python3
, fetchPypi
, installShellFiles , installShellFiles
}: }:

View file

@ -1,4 +1,4 @@
{ lib, python }: { lib, python, fetchPypi }:
with python.pkgs; with python.pkgs;

View file

@ -2,6 +2,7 @@
, git , git
, gnupg1 , gnupg1
, python3Packages , python3Packages
, fetchPypi
}: }:
with python3Packages; buildPythonApplication rec { with python3Packages; buildPythonApplication rec {

View file

@ -1,4 +1,4 @@
{ lib, python3Packages { lib, python3Packages, fetchPypi
, git, breezy, subversion }: , git, breezy, subversion }:
with python3Packages; with python3Packages;

View file

@ -1,6 +1,6 @@
{ lib { lib
, pkgs
, python3 , python3
, fetchPypi
}: }:
with python3.pkgs; with python3.pkgs;

View file

@ -1,5 +1,6 @@
{ lib { lib
, python3 , python3
, fetchPypi
, fetchpatch , fetchpatch
}: }:

View file

@ -1,5 +1,6 @@
{ lib { lib
, python3 , python3
, fetchPypi
, mailman , mailman
}: }:

View file

@ -1,6 +1,7 @@
{ lib { lib
, fetchpatch , fetchpatch
, python3 , python3
, fetchPypi
, docutils , docutils
, sphinx , sphinx
, postfix , postfix

View file

@ -1,4 +1,4 @@
{ lib, python3 }: { lib, python3, fetchPypi }:
with python3.pkgs; with python3.pkgs;

View file

@ -1,4 +1,4 @@
{ lib, python3 { lib, python3, fetchPypi
, sassc, hyperkitty, postorius , sassc, hyperkitty, postorius
}: }:

View file

@ -1,6 +1,7 @@
{ lib { lib
, python3 , python3
, fetchFromGitHub , fetchFromGitHub
, fetchPypi
, groff , groff
, less , less
}: }:

View file

@ -1,4 +1,4 @@
{ python3, lib }: { lib, python3, fetchPypi }:
with python3.pkgs; with python3.pkgs;

View file

@ -1,4 +1,4 @@
{ lib, python3Packages }: { lib, python3Packages, fetchPypi }:
with python3Packages; with python3Packages;

View file

@ -1,5 +1,6 @@
{ lib { lib
, python3 , python3
, fetchPypi
, glibcLocales , glibcLocales
}: }:

View file

@ -1,4 +1,4 @@
{ lib, python3 }: { lib, python3, fetchPypi }:
with python3.pkgs; with python3.pkgs;

View file

@ -1,5 +1,6 @@
{ python3 { lib
, lib , python3
, fetchPypi
}: }:
let let

View file

@ -1,5 +1,6 @@
{ lib { lib
, python3 , python3
, fetchPypi
}: }:
with python3.pkgs; with python3.pkgs;

View file

@ -1,4 +1,4 @@
{ lib, python3 }: { lib, python3, fetchPypi }:
with python3.pkgs; with python3.pkgs;

View file

@ -1,5 +1,6 @@
{ lib { lib
, python3 , python3
, fetchPypi
}: }:
with python3.pkgs; with python3.pkgs;

View file

@ -1,7 +1,7 @@
{ lib { lib
, python3 , python3
, fetchPypi
, ffmpeg , ffmpeg
, makeWrapper
, nix-update-script , nix-update-script
}: }:

View file

@ -1,4 +1,4 @@
{ lib, python3 }: { lib, python3, fetchPypi }:
with python3.pkgs; buildPythonApplication rec { with python3.pkgs; buildPythonApplication rec {
pname = "mutt-ics"; pname = "mutt-ics";

View file

@ -1,4 +1,4 @@
{ lib, python3Packages }: { lib, python3Packages, fetchPypi }:
with python3Packages; with python3Packages;

View file

@ -1,4 +1,4 @@
{ lib, python3Packages }: { lib, python3Packages, fetchPypi }:
with python3Packages; with python3Packages;

View file

@ -1,4 +1,4 @@
{ lib, python3, fetchFromGitHub, fetchurl }: { lib, python3, fetchFromGitHub, fetchPypi }:
let let
python = python3.override { python = python3.override {
# override resolvelib due to # override resolvelib due to

View file

@ -1,4 +1,4 @@
{ python3Packages, lib, nrfutil, libnitrokey }: { lib, python3Packages, fetchPypi, nrfutil, libnitrokey }:
with python3Packages; with python3Packages;