summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-28 23:47:06 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-28 23:51:20 +0000
commit070769940671311b4fdfac73ec831d07f82748ee (patch)
tree71ac7390f82264e77574d637260b9a94892257fb /pkgs/applications/office
parent6baf21f6bb93d334a827464d35f860a20fbf65df (diff)
downloadnixlib-070769940671311b4fdfac73ec831d07f82748ee.tar
nixlib-070769940671311b4fdfac73ec831d07f82748ee.tar.gz
nixlib-070769940671311b4fdfac73ec831d07f82748ee.tar.bz2
nixlib-070769940671311b4fdfac73ec831d07f82748ee.tar.lz
nixlib-070769940671311b4fdfac73ec831d07f82748ee.tar.xz
nixlib-070769940671311b4fdfac73ec831d07f82748ee.tar.zst
nixlib-070769940671311b4fdfac73ec831d07f82748ee.zip
gnucash: use nativeBuildInputs
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/gnucash/2.6.nix17
1 files changed, 9 insertions, 8 deletions
diff --git a/pkgs/applications/office/gnucash/2.6.nix b/pkgs/applications/office/gnucash/2.6.nix
index 99839f8a352e..14c954c0c831 100644
--- a/pkgs/applications/office/gnucash/2.6.nix
+++ b/pkgs/applications/office/gnucash/2.6.nix
@@ -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 = [