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

@@ -2,7 +2,7 @@
let version = "0.7.6";
in pythonPackages.buildPythonPackage rec {
in pythonPackages.buildPythonApplication rec {
name = "cloud-init-${version}";
namePrefix = "";

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchgit, which, pythonPackages }:
pythonPackages.buildPythonPackage rec {
pythonPackages.buildPythonApplication rec {
name = "euca2ools-2.1.4";
namePrefix = "";