From 444d0733325b755d6d6ec315ff2d6a17c8b0e319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 29 Jan 2019 12:54:04 +0100 Subject: [PATCH] Revert "glibc: fix build with newer bison" This reverts commit aa9821bbb9ce1085205eeb01bcfe3529617ed712. --- pkgs/development/libraries/glibc/common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/libraries/glibc/common.nix b/pkgs/development/libraries/glibc/common.nix index d8cc00738a9..7e99a0c18d7 100644 --- a/pkgs/development/libraries/glibc/common.nix +++ b/pkgs/development/libraries/glibc/common.nix @@ -105,9 +105,6 @@ stdenv.mkDerivation ({ # nscd needs libgcc, and we don't want it dynamically linked # because we don't want it to depend on bootstrap-tools libs. echo "LDFLAGS-nscd += -static-libgcc" >> nscd/Makefile - - # bison 3.3 is too strict - sed 's/^BISONFLAGS = --yacc /BISONFLAGS = --yacc -Wno-error=yacc /g' -i intl/Makefile ''; configureFlags =