treewide: make fetchPypi more explicit

This commit is contained in:
Weijia Wang 2023-05-25 21:37:59 +03:00
parent 027259f359
commit 6e7c0b97d4
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;