mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
NixOS 24.05: add setuptools
This commit is contained in:
parent
3686c62476
commit
b0f55047cd
@ -8,7 +8,7 @@ let
|
||||
(
|
||||
buildPythonPackage rec {
|
||||
pname = "de.p1st.monitor";
|
||||
version = "0.12.1";
|
||||
version = "0.12.1"; # TOODO 0.12.2
|
||||
# https://nixos.wiki/wiki/Packaging/Python#Fix_Missing_setup.py
|
||||
format = "pyproject";
|
||||
src = fetchPypi {
|
||||
@ -22,6 +22,9 @@ let
|
||||
build
|
||||
twine
|
||||
];
|
||||
nativeBuildInputs = with pkgs.python3Packages; [
|
||||
setuptools
|
||||
];
|
||||
}
|
||||
)
|
||||
];
|
||||
|
@ -20,6 +20,9 @@ let
|
||||
build
|
||||
twine
|
||||
];
|
||||
nativeBuildInputs = with pkgs.python3Packages; [
|
||||
setuptools
|
||||
];
|
||||
}
|
||||
)
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user