python3Packages.notify-py: fix version metadata
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
pytest,
|
||||
dbus,
|
||||
coreutils,
|
||||
pyprojectVersionPatchHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -43,6 +44,10 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pyprojectVersionPatchHook
|
||||
];
|
||||
|
||||
build-system = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user