Merge pull request #62129 from gnidorah/geeqie

geeqie: use wrapGAppsHook
This commit is contained in:
Silvan Mosberger 2019-05-28 02:53:25 +02:00 committed by GitHub
commit 268a7327ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{ stdenv, fetchurl, pkgconfig, autoconf, automake, gettext, intltool { stdenv, fetchurl, pkgconfig, autoconf, automake, gettext, intltool
, gtk3, lcms2, exiv2, libchamplain, clutter-gtk, ffmpegthumbnailer, fbida , gtk3, lcms2, exiv2, libchamplain, clutter-gtk, ffmpegthumbnailer, fbida
, wrapGAppsHook
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -16,7 +17,9 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh"; preConfigure = "./autogen.sh";
nativeBuildInputs = [ pkgconfig autoconf automake gettext intltool ]; nativeBuildInputs = [ pkgconfig autoconf automake gettext intltool
wrapGAppsHook
];
buildInputs = [ buildInputs = [
gtk3 lcms2 exiv2 libchamplain clutter-gtk ffmpegthumbnailer fbida gtk3 lcms2 exiv2 libchamplain clutter-gtk ffmpegthumbnailer fbida
]; ];