summary refs log tree commit diff
path: root/pkgs/applications/editors/gnome-latex
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-02-13 22:47:50 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-02-14 02:31:15 +0100
commit606ceda352de9830cc5e01c169571e742d88fb15 (patch)
treecbd513b0d2a7402d9aa9f83fa6c80597d2e55cb0 /pkgs/applications/editors/gnome-latex
parente27fa435f7dd15506e96ee6b794b447998e77997 (diff)
downloadnixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar.gz
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar.bz2
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar.lz
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar.xz
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.tar.zst
nixpkgs-606ceda352de9830cc5e01c169571e742d88fb15.zip
gnome3: stop using aliases
Diffstat (limited to 'pkgs/applications/editors/gnome-latex')
-rw-r--r--pkgs/applications/editors/gnome-latex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/gnome-latex/default.nix b/pkgs/applications/editors/gnome-latex/default.nix
index 71d0f9450f2..ff6439c8654 100644
--- a/pkgs/applications/editors/gnome-latex/default.nix
+++ b/pkgs/applications/editors/gnome-latex/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, wrapGAppsHook
+{ stdenv, fetchurl, wrapGAppsHook, gsettings-desktop-schemas, gspell, gtksourceview4, libgee
 , tepl, amtk, gnome3, glib, pkgconfig, intltool, itstool, libxml2 }:
 let
   version = "3.30.2";
@@ -21,9 +21,9 @@ in stdenv.mkDerivation {
     intltool
   ];
 
-  buildInputs = with gnome3; [
+  buildInputs = [
     amtk
-    defaultIconTheme
+    gnome3.adwaita-icon-theme
     glib
     gsettings-desktop-schemas
     gspell