From 8bd6a26806d0036d347fcec0f02d4bbb973a43b2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Jun 2009 20:10:59 +0000 Subject: [PATCH] Removed misleading comment that no longer applies. svn path=/nixpkgs/branches/stdenv-updates/; revision=16038 --- pkgs/development/libraries/glibc-2.9/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/glibc-2.9/default.nix b/pkgs/development/libraries/glibc-2.9/default.nix index 84c138a197b..c94cedab018 100644 --- a/pkgs/development/libraries/glibc-2.9/default.nix +++ b/pkgs/development/libraries/glibc-2.9/default.nix @@ -5,9 +5,9 @@ stdenv.mkDerivation rec { name = "glibc-2.9"; - + builder = ./builder.sh; - + src = fetchurl { url = http://nixos.org/tarballs/glibc-2.9-20081208.tar.bz2; sha256 = "0zhxbgcsl97pf349m0lz8d5ljvvzrcqc23yf08d888xlk4ms8m3h"; @@ -48,9 +48,6 @@ stdenv.mkDerivation rec { ./rpcgen-path.patch ]; - # `--with-tls --without-__thread' enables support for TLS but causes - # it not to be used. Required if we don't want to barf on 2.4 - # kernels. Or something. configureFlags = '' --enable-add-ons --with-headers=${kernelHeaders}/include