mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 11:08:28 +00:00
update-python-libraries: add missing dependency nix
nix is needed for nix-prefetch-url
This commit is contained in:
parent
ed0eeef636
commit
c0972c16dc
@ -1,7 +1,8 @@
|
|||||||
{ python3, runCommand, git }:
|
{ python3, runCommand, git, nix }:
|
||||||
|
|
||||||
runCommand "update-python-libraries" {
|
runCommand "update-python-libraries" {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
nix
|
||||||
(python3.withPackages(ps: with ps; [ packaging requests toolz ]))
|
(python3.withPackages(ps: with ps; [ packaging requests toolz ]))
|
||||||
git
|
git
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user