gnome.gnome-music: Format with nixfmt
This commit is contained in:
@@ -1,31 +1,32 @@
|
||||
{ lib
|
||||
, meson
|
||||
, ninja
|
||||
, gettext
|
||||
, fetchurl
|
||||
, gdk-pixbuf
|
||||
, tracker
|
||||
, libxml2
|
||||
, python3
|
||||
, libnotify
|
||||
, wrapGAppsHook4
|
||||
, libmediaart
|
||||
, gobject-introspection
|
||||
, gnome-online-accounts
|
||||
, grilo
|
||||
, grilo-plugins
|
||||
, pkg-config
|
||||
, gtk4
|
||||
, pango
|
||||
, glib
|
||||
, desktop-file-utils
|
||||
, appstream-glib
|
||||
, itstool
|
||||
, gnome
|
||||
, gst_all_1
|
||||
, libsoup_3
|
||||
, libadwaita
|
||||
, gsettings-desktop-schemas
|
||||
{
|
||||
lib,
|
||||
meson,
|
||||
ninja,
|
||||
gettext,
|
||||
fetchurl,
|
||||
gdk-pixbuf,
|
||||
tracker,
|
||||
libxml2,
|
||||
python3,
|
||||
libnotify,
|
||||
wrapGAppsHook4,
|
||||
libmediaart,
|
||||
gobject-introspection,
|
||||
gnome-online-accounts,
|
||||
grilo,
|
||||
grilo-plugins,
|
||||
pkg-config,
|
||||
gtk4,
|
||||
pango,
|
||||
glib,
|
||||
desktop-file-utils,
|
||||
appstream-glib,
|
||||
itstool,
|
||||
gnome,
|
||||
gst_all_1,
|
||||
libsoup_3,
|
||||
libadwaita,
|
||||
gsettings-desktop-schemas,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
@@ -35,7 +36,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
format = "other";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
url = "mirror://gnome/sources/gnome-music/${lib.versions.major version}/gnome-music-${version}.tar.xz";
|
||||
hash = "sha256-Eb4tbCib5NxDOwxPtZo9rDvtAcf1oorualRBl6NTv/0=";
|
||||
};
|
||||
|
||||
@@ -52,29 +53,31 @@ python3.pkgs.buildPythonApplication rec {
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gtk4
|
||||
pango
|
||||
glib
|
||||
libmediaart
|
||||
gnome-online-accounts
|
||||
gdk-pixbuf
|
||||
python3
|
||||
grilo
|
||||
grilo-plugins
|
||||
libnotify
|
||||
libsoup_3
|
||||
libadwaita
|
||||
gsettings-desktop-schemas
|
||||
tracker
|
||||
] ++ (with gst_all_1; [
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gst-plugins-bad
|
||||
gst-plugins-ugly
|
||||
gst-libav
|
||||
]);
|
||||
buildInputs =
|
||||
[
|
||||
gtk4
|
||||
pango
|
||||
glib
|
||||
libmediaart
|
||||
gnome-online-accounts
|
||||
gdk-pixbuf
|
||||
python3
|
||||
grilo
|
||||
grilo-plugins
|
||||
libnotify
|
||||
libsoup_3
|
||||
libadwaita
|
||||
gsettings-desktop-schemas
|
||||
tracker
|
||||
]
|
||||
++ (with gst_all_1; [
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gst-plugins-bad
|
||||
gst-plugins-ugly
|
||||
gst-libav
|
||||
]);
|
||||
|
||||
pythonPath = with python3.pkgs; [
|
||||
pycairo
|
||||
@@ -96,8 +99,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = pname;
|
||||
attrPath = "gnome.${pname}";
|
||||
packageName = "gnome-music";
|
||||
attrPath = "gnome.gnome-music";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user