* Fix the broken Glibc version check.

svn path=/nixpkgs/trunk/; revision=17251
This commit is contained in:
Eelco Dolstra
2009-09-18 15:02:19 +00:00
parent 519b26bd4d
commit a727aa8d8b
2 changed files with 74 additions and 0 deletions
@@ -23,6 +23,9 @@ stdenv.mkDerivation {
# Don't include directories in the Debian `conffiles' file.
./etc-dirs.patch
# Support Glibc >= 2.8.
./glibc-check.patch
];
buildInputs = [gettext];