gnome-latex: 3.44.0 → 3.46.0
https://gitlab.gnome.org/swilmet/gnome-latex/-/compare/3.44.0...3.46.0
This commit is contained in:
parent
fc0ec23922
commit
fd522475ce
1 changed files with 7 additions and 7 deletions
|
@ -8,10 +8,10 @@
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
, gspell
|
, gspell
|
||||||
, gtksourceview4
|
, libgedit-amtk
|
||||||
|
, libgedit-gtksourceview
|
||||||
, libgee
|
, libgee
|
||||||
, tepl
|
, tepl
|
||||||
, amtk
|
|
||||||
, gnome
|
, gnome
|
||||||
, glib
|
, glib
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
@ -21,12 +21,12 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.44.0";
|
version = "3.46.0";
|
||||||
pname = "gnome-latex";
|
pname = "gnome-latex";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "iL1TQL0ox+0Bx5ZqOgBzK72QJ3PfWsZZvmrRGAap50Q=";
|
sha256 = "1nVVY5sqFaiuvVTzNTVORP40MxQ648s8ynqOJvgRKto=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -41,12 +41,12 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
amtk
|
|
||||||
gnome.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
glib
|
glib
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gspell
|
gspell
|
||||||
gtksourceview4
|
libgedit-amtk
|
||||||
|
libgedit-gtksourceview
|
||||||
libgee
|
libgee
|
||||||
libxml2
|
libxml2
|
||||||
tepl
|
tepl
|
||||||
|
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://wiki.gnome.org/Apps/GNOME-LaTeX";
|
homepage = "https://wiki.gnome.org/Apps/GNOME-LaTeX";
|
||||||
description = "A LaTeX editor for the GNOME desktop";
|
description = "A LaTeX editor for the GNOME desktop";
|
||||||
maintainers = [ maintainers.manveru ];
|
maintainers = with maintainers; [ manveru bobby285271 ];
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "gnome-latex";
|
mainProgram = "gnome-latex";
|
||||||
|
|
Loading…
Reference in a new issue