Skip to content

Commit 0a3bb95

Browse files
committed
default.nix: use pyproject for building Tockloader
1 parent a514e81 commit 0a3bb95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ in pkgs.python3Packages.buildPythonPackage rec {
7979
in elemAt (match pattern (readFile ./tockloader/_version.py)) 0;
8080
name = "${pname}-${version}";
8181

82+
pyproject = true;
83+
84+
nativeBuildInputs = with python3Packages; [
85+
flit
86+
];
87+
8288
propagatedBuildInputs = with python3Packages; [
8389
argcomplete
8490
colorama

0 commit comments

Comments
 (0)