Merge branch 'master' into closure-size

TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
This commit is contained in:
Vladimír Čunát
2015-12-31 09:53:02 +01:00
951 changed files with 117997 additions and 19014 deletions
@@ -1,4 +1,4 @@
{ fetchurl, stdenv }:
{ fetchurl, stdenv, dejagnu, doCheck ? false }:
stdenv.mkDerivation rec {
name = "libffi-3.2.1";
@@ -12,11 +12,15 @@ stdenv.mkDerivation rec {
outputs = [ "dev" "out" "doc" ];
buildInputs = stdenv.lib.optional doCheck dejagnu;
configureFlags = [
"--with-gcc-arch=generic" # no detection of -march= or -mtune=
"--enable-pax_emutramp"
];
inherit doCheck;
dontStrip = stdenv ? cross; # Don't run the native `strip' when cross-compiling.
# Install headers and libs in the right places.