sonata: modernize (#450760)

This commit is contained in:
Fabian Affolter
2025-10-12 08:36:20 +00:00
committed by GitHub
+4 -5
View File
@@ -15,7 +15,6 @@
let
inherit (python3Packages)
buildPythonApplication
isPy3k
dbus-python
pygobject3
mpd2
@@ -31,11 +30,9 @@ buildPythonApplication rec {
owner = "multani";
repo = "sonata";
tag = "v${version}";
sha256 = "sha256-80F2dVaRawnI0E+GzaxRUudaLWWHGUjICCEbXHVGy+E=";
hash = "sha256-80F2dVaRawnI0E+GzaxRUudaLWWHGUjICCEbXHVGy+E=";
};
disabled = !isPy3k;
nativeBuildInputs = [
gettext
gobject-introspection
@@ -93,7 +90,9 @@ buildPythonApplication rec {
- Available in 24 languages
'';
homepage = "https://www.nongnu.org/sonata/";
license = lib.licenses.gpl3;
changelog = "https://github.com/multani/sonata/blob/${src.tag}/CHANGELOG";
license = lib.licenses.gpl3Plus;
maintainers = [ ];
platforms = lib.platforms.linux;
};
}