Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster
2016-05-02 22:58:02 +00:00
867 changed files with 75282 additions and 27025 deletions
@@ -9,6 +9,8 @@ buildPerlPackage rec {
url = "http://www.gson.org/egypt/download/${name}.tar.gz";
};
outputs = [ "out" ];
enableParallelBuilding = true;
doCheck = true;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, qt4 }:
{ stdenv, fetchurl, qt4, qmake4Hook }:
stdenv.mkDerivation rec {
name = "valkyrie-2.0.0";
@@ -9,8 +9,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ qt4 ];
configurePhase = "qmake PREFIX=$out";
nativeBuildInputs = [ qmake4Hook ];
meta = {
homepage = http://www.valgrind.org/;