Bobby Rong 2 years ago
parent 87d34a6b89
commit 97f1222dc7
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 9
      pkgs/desktops/gnome/apps/gnome-music/default.nix

@ -8,7 +8,7 @@
, libxml2
, python3
, libnotify
, wrapGAppsHook
, wrapGAppsHook4
, libmediaart
, gobject-introspection
, gnome-online-accounts
@ -30,13 +30,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "gnome-music";
version = "42.0";
version = "42.1";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "nWgZj5hSveD4NFhLlqgSiX0xDLcXKLak8Ji8spsZxdA=";
sha256 = "x3R/pqhrVrGK1v+VD/kB5Z7n+sEcaLKmcnr4bq7tgnA=";
};
nativeBuildInputs = [
@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication rec {
itstool
pkg-config
libxml2
wrapGAppsHook
wrapGAppsHook4
desktop-file-utils
appstream-glib
gobject-introspection
@ -60,7 +60,6 @@ python3.pkgs.buildPythonApplication rec {
gnome-online-accounts
gobject-introspection
gdk-pixbuf
gnome.adwaita-icon-theme
python3
grilo
grilo-plugins

Loading…
Cancel
Save