* Fix the broken Glibc version check.
svn path=/nixpkgs/trunk/; revision=17251
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user