Merge remote-tracking branch 'upstream/master' into hardened-stdenv
This commit is contained in:
@@ -16,6 +16,11 @@ stdenv.mkDerivation rec {
|
||||
url = "http://gnu.spinellicreations.com/gcl/${name}.tar.gz";
|
||||
};
|
||||
|
||||
patches = [(fetchurl {
|
||||
url = https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-lisp/gcl/files/gcl-2.6.12-gcc5.patch;
|
||||
sha256 = "00jbsn0qp8ki2w7dx8caha7g2hr9076xa6bg48j3qqqncff93zdh";
|
||||
})];
|
||||
|
||||
buildInputs = [
|
||||
mpfr m4 binutils emacs gmp
|
||||
libX11 xproto inputproto libXi
|
||||
@@ -29,6 +34,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fgnu89-inline";
|
||||
|
||||
meta = {
|
||||
description = "GNU Common Lisp compiler working via GCC";
|
||||
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||
|
||||
Reference in New Issue
Block a user