sonata: modernize (#450760)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user