* bclr: shrink fixes.patch from 3.6 MB (!) to 11 KB by not

including Autoconf/Automake generated code.

svn path=/nixpkgs/trunk/; revision=22815
This commit is contained in:
Eelco Dolstra
2010-07-29 19:56:16 +00:00
parent 907bb1aac6
commit 20db67154c
4 changed files with 46 additions and 112138 deletions

View File

@@ -206,6 +206,7 @@ let
else
stdenv;
### BUILD SUPPORT
attrSetToDir = arg : import ../build-support/upstream-updater/attrset-to-dir.nix {
@@ -6584,7 +6585,8 @@ let
};
blcr = import ../os-specific/linux/blcr/0.8.2.nix {
inherit fetchurl stdenv kernel perl makeWrapper;
inherit fetchurl stdenv kernel perl makeWrapper autoconf automake;
libtool = libtool_1_5; # libtool 2 causes a fork bomb
};
exmap = import ../os-specific/linux/exmap {