geeqie: use wrapGAppsHook
This commit is contained in:
parent
68cae99370
commit
fa7d2ca892
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{ stdenv, fetchurl, pkgconfig, autoconf, automake, gettext, intltool
|
||||
, gtk3, lcms2, exiv2, libchamplain, clutter-gtk, ffmpegthumbnailer, fbida
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -16,7 +17,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
nativeBuildInputs = [ pkgconfig autoconf automake gettext intltool ];
|
||||
nativeBuildInputs = [ pkgconfig autoconf automake gettext intltool
|
||||
wrapGAppsHook
|
||||
];
|
||||
buildInputs = [
|
||||
gtk3 lcms2 exiv2 libchamplain clutter-gtk ffmpegthumbnailer fbida
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue