Revert "geeqie: xxd is required as build dependency"
This reverts commit 852f0bf2d4f4ae2c58fd414e628d841879163386. Geeqie builds fine without vim.
This commit is contained in:
parent
af2a19426b
commit
1aafb0a700
@ -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, vim
|
, lcms, intltool, gettext, libchamplain, fbida
|
||||||
}:
|
}:
|
||||||
|
|
||||||
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 vim
|
libchamplain
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user