gnome3.gnome-logs: fix build
This commit is contained in:
parent
21a27267d3
commit
d1dcc9efc7
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
|
||||||
, intltool, itstool, libxml2, systemd }:
|
, gettext, itstool, libxml2, libxslt, docbook_xsl, docbook_xml_dtd_43, systemd }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-logs-${version}";
|
name = "gnome-logs-${version}";
|
||||||
@ -10,17 +10,17 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0j3wkbz7c2snmx4kjmh767175nf2lqxx2p8b8xa2qslknxc3gq6b";
|
sha256 = "0j3wkbz7c2snmx4kjmh767175nf2lqxx2p8b8xa2qslknxc3gq6b";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
|
||||||
updateScript = gnome3.updateScript { packageName = "gnome-logs"; attrPath = "gnome3.gnome-logs"; };
|
|
||||||
};
|
|
||||||
|
|
||||||
configureFlags = [ "--disable-tests" ];
|
configureFlags = [ "--disable-tests" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig wrapGAppsHook gettext itstool libxml2 libxslt docbook_xsl docbook_xml_dtd_43 ];
|
||||||
buildInputs = [
|
buildInputs = [ gtk3 systemd gnome3.gsettings-desktop-schemas gnome3.defaultIconTheme ];
|
||||||
gtk3 wrapGAppsHook intltool itstool libxml2
|
|
||||||
systemd gnome3.gsettings-desktop-schemas gnome3.defaultIconTheme
|
passthru = {
|
||||||
];
|
updateScript = gnome3.updateScript {
|
||||||
|
packageName = "gnome-logs";
|
||||||
|
attrPath = "gnome3.gnome-logs";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://wiki.gnome.org/Apps/Logs;
|
homepage = https://wiki.gnome.org/Apps/Logs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user