summary refs log tree commit diff
path: root/pkgs/os-specific/linux/util-linux/builder.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-10 15:35:49 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-10 15:35:49 +0000
commit409cd65e5d5dfa67e7dc86a70553803b8cadd4b8 (patch)
tree7f4583827f17a39f0e5bf10ca63572943f141946 /pkgs/os-specific/linux/util-linux/builder.sh
parent4ab54186007ffb88f7cee3be9cf0e4ecaa899c6a (diff)
* Merge r2369.
svn path=/nixpkgs/branches/one-click/; revision=2370
Diffstat (limited to 'pkgs/os-specific/linux/util-linux/builder.sh')
-rw-r--r--pkgs/os-specific/linux/util-linux/builder.sh13
1 files changed, 1 insertions, 12 deletions
diff --git a/pkgs/os-specific/linux/util-linux/builder.sh b/pkgs/os-specific/linux/util-linux/builder.sh
index 16f015c73a9ac..8e0d2ebc58f08 100644
--- a/pkgs/os-specific/linux/util-linux/builder.sh
+++ b/pkgs/os-specific/linux/util-linux/builder.sh
@@ -1,14 +1,3 @@
-buildinputs="$patch"
 . $stdenv/setup
-
-# !!! hack; this is because $linuxHeaders/config.h includes some
-# file autoconf.h.  What is that?
-export NIX_CFLAGS_COMPILE="-D_LINUX_CONFIG_H $NIX_CFLAGS_COMPILE"
-
-tar xvfz $src
-cd util-linux-*
-patch MCONFIG $mconfigPatch
-./configure
-make
 export DESTDIR=$out
-make install
+genericBuild