parent
9b8d21bd80
commit
f29762d5d6
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1hmai3422iaqnp34kkzxdnywl7n7pvlxp11vrw66ybxn9wxg90c1";
|
||||
};
|
||||
|
||||
preConfigure =
|
||||
''
|
||||
# Fix for building on Glibc 2.16. Won't be needed once the
|
||||
# gnulib in idutils is updated.
|
||||
sed -i '/gets is a security hole/d' lib/stdio.in.h
|
||||
'';
|
||||
|
||||
buildInputs = stdenv.lib.optional stdenv.isLinux emacs;
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue