atril: enable caja
This commit is contained in:
parent
bf4c39134c
commit
0880ec7033
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, libxml2, libsecret, poppler, itstool, mate, hicolor_icon_theme, wrapGAppsHook }:
|
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, libxml2, libsecret, poppler, itstool, caja, mate-desktop, hicolor_icon_theme, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "atril-${version}";
|
name = "atril-${version}";
|
||||||
@ -23,11 +23,12 @@ stdenv.mkDerivation rec {
|
|||||||
libsecret
|
libsecret
|
||||||
libxml2
|
libxml2
|
||||||
poppler
|
poppler
|
||||||
|
caja
|
||||||
|
mate-desktop
|
||||||
hicolor_icon_theme
|
hicolor_icon_theme
|
||||||
mate.mate-desktop
|
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [ "--disable-caja" ];
|
makeFlags = [ "cajaextensiondir=$$out/lib/caja/extensions-2.0" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple multi-page document viewer for the MATE desktop";
|
description = "A simple multi-page document viewer for the MATE desktop";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user