mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #234041 from wegank/explicit-fetchpypi
treewide: make fetchPypi more explicit
This commit is contained in:
commit
ba5d0dc56b
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3Packages
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
with python3Packages;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3Packages }:
|
||||
{ lib, python3Packages, fetchPypi }:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
with python3.pkgs;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, python3
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3Packages }:
|
||||
{ lib, python3Packages, fetchPypi }:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, pythonPackages }:
|
||||
{ lib, pythonPackages, fetchPypi }:
|
||||
|
||||
with pythonPackages;
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
, alsa-utils
|
||||
, gobject-introspection
|
||||
, libappindicator-gtk3
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchFromGitHub
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
with python3.pkgs;
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3Packages
|
||||
, fetchPypi
|
||||
, taskwarrior
|
||||
, glibcLocales
|
||||
}:
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, fetchpatch
|
||||
, fetchFromGitHub
|
||||
, fetchPypi
|
||||
, python3
|
||||
}:
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, fetchPypi
|
||||
, python3
|
||||
}:
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, pythonPackages
|
||||
, fetchPypi
|
||||
, taskwarrior
|
||||
, writeShellScriptBin
|
||||
}:
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3Packages
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
with python3Packages;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3Packages, git, mercurial }:
|
||||
{ lib, python3Packages, fetchPypi, git, mercurial }:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3 }:
|
||||
{ lib, python3, fetchPypi }:
|
||||
|
||||
with python3.pkgs;
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, python3
|
||||
, fetchPypi
|
||||
, installShellFiles
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python }:
|
||||
{ lib, python, fetchPypi }:
|
||||
|
||||
with python.pkgs;
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
, git
|
||||
, gnupg1
|
||||
, python3Packages
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
with python3Packages; buildPythonApplication rec {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3Packages
|
||||
{ lib, python3Packages, fetchPypi
|
||||
, git, breezy, subversion }:
|
||||
|
||||
with python3Packages;
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ lib
|
||||
, pkgs
|
||||
, python3
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
with python3.pkgs;
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
, fetchpatch
|
||||
}:
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
, mailman
|
||||
}:
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, fetchpatch
|
||||
, python3
|
||||
, fetchPypi
|
||||
, docutils
|
||||
, sphinx
|
||||
, postfix
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3 }:
|
||||
{ lib, python3, fetchPypi }:
|
||||
|
||||
with python3.pkgs;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3
|
||||
{ lib, python3, fetchPypi
|
||||
, sassc, hyperkitty, postorius
|
||||
}:
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchFromGitHub
|
||||
, fetchPypi
|
||||
, groff
|
||||
, less
|
||||
}:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ python3, lib }:
|
||||
{ lib, python3, fetchPypi }:
|
||||
|
||||
with python3.pkgs;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3Packages }:
|
||||
{ lib, python3Packages, fetchPypi }:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
, glibcLocales
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3 }:
|
||||
{ lib, python3, fetchPypi }:
|
||||
|
||||
with python3.pkgs;
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ python3
|
||||
, lib
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
with python3.pkgs;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3 }:
|
||||
{ lib, python3, fetchPypi }:
|
||||
|
||||
with python3.pkgs;
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
with python3.pkgs;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
, ffmpeg
|
||||
, makeWrapper
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3 }:
|
||||
{ lib, python3, fetchPypi }:
|
||||
|
||||
with python3.pkgs; buildPythonApplication rec {
|
||||
pname = "mutt-ics";
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3Packages }:
|
||||
{ lib, python3Packages, fetchPypi }:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3Packages }:
|
||||
{ lib, python3Packages, fetchPypi }:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, python3, fetchFromGitHub, fetchurl }:
|
||||
{ lib, python3, fetchFromGitHub, fetchPypi }:
|
||||
let
|
||||
python = python3.override {
|
||||
# override resolvelib due to
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ python3Packages, lib, nrfutil, libnitrokey }:
|
||||
{ lib, python3Packages, fetchPypi, nrfutil, libnitrokey }:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user