geeqie: xxd is required as build dependency
This commit is contained in:
parent
e13f15b43a
commit
852f0bf2d4
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchgit, autoconf, automake, libtool, pkgconfig, gtk, libpng, exiv2
|
{ stdenv, fetchgit, autoconf, automake, libtool, pkgconfig, gtk, libpng, exiv2
|
||||||
, lcms, intltool, gettext, libchamplain, fbida
|
, lcms, intltool, gettext, libchamplain, fbida, vim
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
autoconf automake libtool pkgconfig gtk libpng exiv2 lcms intltool gettext
|
autoconf automake libtool pkgconfig gtk libpng exiv2 lcms intltool gettext
|
||||||
libchamplain
|
libchamplain vim
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user