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
, python3Packages
, fetchPypi
}:
with python3Packages;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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