nixpkgs/pkgs
Joachim Fasting 0028abeb4e
libffcall: 2009-05-27 -> 1.10
Use the release tarball provided by the clisp maintainer.

Tested build by nix-build -A clisp -A clisp_2_44_1 -A gtk-server;
only clisp run-tested.

Of particular note is that the .so files no longer have executable
stacks.  This also avoids executable stack in clisp lisp.run

Before:

   $ readelf -lW $(nix-build -A clisp)/lib/clisp-2.49/base/lisp.run|grep GNU_STACK
   GNU_STACK      [...] RWE 0x10

After:

   $ readelf -lW $(nix-build -A clisp)/lib/clisp-2.49/base/lisp.run|grep GNU_STACK
   GNU_STACK      [...] RW 0x10
2016-11-30 06:01:10 +01:00
..
applications Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
build-support stdenv moveToOutput: move even broken symlinks 2016-11-26 12:32:15 +01:00
data xits-math: build from source 2016-11-24 01:17:54 +03:00
desktops Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
development libffcall: 2009-05-27 -> 1.10 2016-11-30 06:01:10 +01:00
games rogue: Add alternative source archive URLs. 2016-11-26 19:24:01 +00:00
misc Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
os-specific linux: 3.12.67 -> 3.12.68 2016-11-29 17:40:17 -05:00
servers Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
shells oh-my-zsh: 2016-11-03 -> 2016-11-16 2016-11-19 20:57:54 -05:00
stdenv allowUnfree: mention the solution that works for nix-shell as well 2016-11-16 15:14:19 +01:00
test
tools Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
top-level Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00