Merge master into closure-size

The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
This commit is contained in:
Vladimír Čunát
2016-03-08 09:57:58 +01:00
1276 changed files with 78548 additions and 29166 deletions

View File

@@ -74,7 +74,7 @@ in stdenv.mkDerivation {
mv "$bin/lib" "$static/"
'';
patchPhase = ''
postPatch = ''
substituteInPlace Makefile --replace CC=gcc CC=cc
substituteInPlace Makefile-libbz2_so --replace CC=gcc CC=cc
'' + stdenv.lib.optionalString stdenv.isDarwin ''

View File

@@ -1,6 +1,6 @@
{stdenv, fetchurl, pythonPackages}:
pythonPackages.buildPythonPackage rec {
pythonPackages.buildPythonApplication rec {
name = "dtrx-${version}";
version = "7.1";

View File

@@ -3,10 +3,10 @@
stdenv.mkDerivation rec {
name = "zstd-${version}";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
sha256 = "18jwhvzj3kv8lpr6fgild7a574lsak93fc1z8nvhcdbc1b1n2dsj";
sha256 = "18mfrq5fqd7gkkqrgc32rlb98vw45rq1vsbrg44bprg3mv6ca3ls";
rev = "v${version}";
repo = "zstd";
owner = "Cyan4973";