gnome-feeds: format with nixfmt-rfc-style
This commit is contained in:
parent
619db5d8f4
commit
7372a01400
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, python3
|
||||
, fetchPypi
|
||||
{
|
||||
lib,
|
||||
python3,
|
||||
fetchPypi,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonPackage rec {
|
||||
@ -25,9 +26,7 @@ python3.pkgs.buildPythonPackage rec {
|
||||
description = "Parser for subscription lists";
|
||||
homepage = "https://github.com/kurtmckee/listparser";
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = [
|
||||
maintainers.pbogdan
|
||||
];
|
||||
maintainers = [ maintainers.pbogdan ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -1,22 +1,23 @@
|
||||
{ lib
|
||||
, callPackage
|
||||
{
|
||||
lib,
|
||||
callPackage,
|
||||
|
||||
, fetchFromGitLab
|
||||
fetchFromGitLab,
|
||||
|
||||
, appstream
|
||||
, gobject-introspection
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
, wrapGAppsHook3
|
||||
appstream,
|
||||
gobject-introspection,
|
||||
meson,
|
||||
ninja,
|
||||
pkg-config,
|
||||
wrapGAppsHook3,
|
||||
|
||||
, glib
|
||||
, glib-networking
|
||||
, gtk3
|
||||
, libhandy
|
||||
, listparser ? callPackage ./listparser.nix { }
|
||||
, webkitgtk
|
||||
, python3
|
||||
glib,
|
||||
glib-networking,
|
||||
gtk3,
|
||||
libhandy,
|
||||
listparser ? callPackage ./listparser.nix { },
|
||||
webkitgtk,
|
||||
python3,
|
||||
}:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
@ -81,9 +82,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
mainProgram = "gfeeds";
|
||||
homepage = "https://gitlab.gnome.org/World/gfeeds";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = [
|
||||
maintainers.pbogdan
|
||||
];
|
||||
maintainers = [ maintainers.pbogdan ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user