mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-22 15:04:46 +03:00
fetch-pip-metadata: fix build
This commit is contained in:
parent
07a3dab254
commit
684f88baad
@ -6,8 +6,8 @@
|
||||
nix-prefetch-scripts,
|
||||
}: let
|
||||
package = python3.pkgs.buildPythonPackage {
|
||||
name = "fetch_pip_metadata";
|
||||
format = "flit";
|
||||
name = "fetch-pip-metadata";
|
||||
format = "pyproject";
|
||||
src = ./src;
|
||||
nativeBuildInputs = [
|
||||
gitMinimal
|
||||
@ -16,6 +16,7 @@
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
packaging
|
||||
certifi
|
||||
flit-core
|
||||
nix-prefetch-scripts
|
||||
python-dateutil
|
||||
pip
|
||||
|
Loading…
Reference in New Issue
Block a user