Skip to content

Commit

Permalink
mate.atril: workaround undeclared dependence on gio-unix-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Jan 15, 2019
1 parent 6ce1348 commit f9b8f2c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/desktops/mate/atril/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, libxml2, libsecret, poppler, itstool, hicolor-icon-theme, mate, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, glib, libxml2, libsecret, poppler, itstool, hicolor-icon-theme, mate, wrapGAppsHook }:

stdenv.mkDerivation rec {
name = "atril-${version}";
Expand All @@ -17,6 +17,7 @@ stdenv.mkDerivation rec {

buildInputs = [
gtk3
glib
itstool
libsecret
libxml2
Expand All @@ -25,7 +26,9 @@ stdenv.mkDerivation rec {
mate.mate-desktop
hicolor-icon-theme
];


NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";

makeFlags = [ "cajaextensiondir=$$out/lib/caja/extensions-2.0" ];

meta = {
Expand Down

0 comments on commit f9b8f2c

Please sign in to comment.