Nix package: get setuptools-scm
This commit is contained in:
parent
9be4489f9b
commit
1286dc24fd
1 changed files with 3 additions and 2 deletions
|
|
@ -9,8 +9,9 @@
|
|||
|
||||
src = ./.;
|
||||
|
||||
build-system = [
|
||||
python3Packages.setuptools
|
||||
build-system = with python3Packages; [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue