1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gnucash: use nativeBuildInputs

This commit is contained in:
Orivej Desh 2017-11-28 23:47:06 +00:00
parent 6baf21f6bb
commit 0707699406

View file

@ -1,8 +1,9 @@
{ fetchurl, stdenv, pkgconfig, libxml2, libxslt, perl, perlPackages, gconf, guile
, intltool, glib, gtk2, libofx, aqbanking, gwenhywfar, libgnomecanvas, goffice
, webkit, glibcLocales, gsettings_desktop_schemas, makeWrapper, dconf, file
{ fetchurl, fetchpatch, stdenv, intltool, pkgconfig, file, makeWrapper
, libxml2, libxslt, perl, perlPackages, gconf, guile
, glib, gtk2, libofx, aqbanking, gwenhywfar, libgnomecanvas, goffice
, webkit, glibcLocales, gsettings_desktop_schemas, dconf
, gettext, swig, slibGuile, enchant, bzip2, isocodes, libdbi, libdbiDrivers
, pango, gdk_pixbuf, fetchpatch
, pango, gdk_pixbuf
}:
/*
@ -28,9 +29,11 @@ stdenv.mkDerivation rec {
})
];
nativeBuildInputs = [ intltool pkgconfig file makeWrapper ];
buildInputs = [
# general
intltool pkgconfig libxml2 libxslt glibcLocales file gettext swig enchant
libxml2 libxslt glibcLocales gettext swig enchant
bzip2 isocodes
# glib, gtk...
glib gtk2 goffice webkit
@ -44,12 +47,10 @@ stdenv.mkDerivation rec {
guile slibGuile
# database backends
libdbi libdbiDrivers
# build
makeWrapper
];
postPatch = ''
patchShebangs ./src
patchShebangs ./src
'';
configureFlags = [