We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e48354 + b575953 commit 9f41a78Copy full SHA for 9f41a78
pkgs/development/python-modules/dahlia/default.nix
@@ -2,7 +2,8 @@
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
- poetry-core,
+ hatchling,
6
+ pytestCheckHook,
7
}:
8
9
buildPythonPackage rec {
@@ -17,9 +18,11 @@ buildPythonPackage rec {
17
18
hash = "sha256-489wI0SoC6EU9lC2ISYsLOJUC8g+kLA7UpOrDiBCBmo=";
19
};
20
- build-system = [ poetry-core ];
21
+ build-system = [ hatchling ];
22
pythonImportsCheck = [ "dahlia" ];
23
24
+ nativeCheckInputs = [ pytestCheckHook ];
25
+
26
meta = {
27
changelog = "https://github.com/dahlia-lib/dahlia/blob/${src.tag}/CHANGELOG.md";
28
description = "Simple text formatting package, inspired by the game Minecraft";
0 commit comments