3
0
Fork 0
forked from mirrors/nixpkgs

gnome-logs: init at 3.16.2

This commit is contained in:
Jascha Geerds 2015-08-13 16:53:52 +02:00
parent 47acbac546
commit 5f067a0e61
2 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,24 @@
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
, intltool, itstool, libxml2, systemd, hicolor_icon_theme }:
stdenv.mkDerivation rec {
name = "gnome-logs-${gnome3.version}.2";
src = fetchurl {
url = "mirror://gnome/sources/gnome-logs/${gnome3.version}/${name}.tar.xz";
sha256 = "0732jbvih5d678idvhlgqik9j9y594agwdx6gwap80459k1a6fg1";
};
buildInputs = [
pkgconfig gtk3 wrapGAppsHook intltool itstool libxml2
systemd hicolor_icon_theme
];
meta = with stdenv.lib; {
homepage = https://wiki.gnome.org/Apps/Logs;
description = "A log viewer for the systemd journal";
maintainers = gnome3.maintainers;
license = licenses.gpl3;
platforms = platforms.linux;
};
}

View file

@ -30,7 +30,7 @@ let
gnome-system-log gnome-system-monitor
gnome_terminal gnome-user-docs bijiben evolution file-roller gedit
gnome-clocks gnome-music gnome-tweak-tool gnome-photos
nautilus-sendto dconf-editor vinagre gnome-weather
nautilus-sendto dconf-editor vinagre gnome-weather gnome-logs
];
gamesPackages = with gnome3; [ swell-foop lightsoff iagno
@ -272,6 +272,8 @@ let
gnome-documents = callPackage ./apps/gnome-documents { };
gnome-logs = callPackage ./apps/gnome-logs { };
gnome-maps = callPackage ./apps/gnome-maps { };
gnome-music = callPackage ./apps/gnome-music { };