Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2018-07-21 19:43:53 +02:00
2090 changed files with 4329 additions and 3730 deletions
@@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "bazel-buildtools";
name = "bazel-buildtools-unstable-${version}";
version = "2018-05-24";
goPackagePath = "github.com/bazelbuild/buildtools";
@@ -2,7 +2,7 @@
let
baseName = "bloop";
version = "1.0.0-M11";
version = "1.0.0";
deps = stdenv.mkDerivation {
name = "${baseName}-deps-${version}";
buildCommand = ''
@@ -16,12 +16,12 @@ let
'';
outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "00p9mrwcms3skzicyj8frqs0r0a2rfvk5fbh58rk5yvcvkwl4fy1";
outputHash = "0dgllwv9rjvpzvlbwwiynmfp15j2x48al7cb5rlmhq0an3q81hbh";
};
in
stdenv.mkDerivation rec {
name = "${baseName}-${version}";
nailgunCommit = "60c2d130";
nailgunCommit = "0c8b937b";
buildInputs = [ jdk makeWrapper deps ];
@@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, jdk, ant, python2, python2Packages, watchman, unzip, bash, makeWrapper }:
{ stdenv, fetchFromGitHub, jdk, ant, python2, python2Packages, watchman, bash, makeWrapper }:
stdenv.mkDerivation rec {
name = "buck-${version}";
version = "v2017.10.01.01";
name = "buck-unstable-${version}";
version = "2017-10-01";
src = fetchFromGitHub {
owner = "facebook";
@@ -1,4 +1,4 @@
{ stdenv, lib, openssh, buildbot-worker, buildbot-pkg, pythonPackages, runCommand, makeWrapper }:
{ stdenv, openssh, buildbot-worker, buildbot-pkg, pythonPackages, runCommand, makeWrapper }:
let
withPlugins = plugins: runCommand "wrapped-${package.name}" {
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, replace, curl, expat, zlib, bzip2
{ stdenv, fetchurl, fetchpatch, curl, expat, zlib, bzip2
, useNcurses ? false, ncurses, useQt4 ? false, qt4, ps
, buildPlatform, hostPlatform
}:
@@ -1,4 +1,4 @@
{ lib, fetchpatch, python }:
{ lib, python }:
let newPython = python.override {
packageOverrides = self: super: {
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchpatch, curl, dmd, libevent, rsync }:
{ stdenv, fetchFromGitHub, curl, dmd, libevent, rsync }:
let
@@ -52,12 +52,12 @@ rec {
};
gradle_latest = gradleGen rec {
name = "gradle-4.8.1";
name = "gradle-4.9";
nativeVersion = "0.14";
src = fetchurl {
url = "http://services.gradle.org/distributions/${name}-bin.zip";
sha256 = "0wgdf1iv0izi957hay1xfsk5xnl6s2vx5dammcwy8say9fclscxg";
sha256 = "0a0dkdzmz0ynf73inii8djy2hihqd9c97fir9c0d4g8px3f6jvp6";
};
};
@@ -1,4 +1,4 @@
{ lib, python3Packages, stdenv, ninja, pkgconfig, targetPlatform, writeTextDir, substituteAll }: let
{ lib, python3Packages, stdenv, targetPlatform, writeTextDir, substituteAll }: let
targetPrefix = lib.optionalString stdenv.isCross
(targetPlatform.config + "-");
in python3Packages.buildPythonApplication rec {
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, fetchFromGitHub, pkgconfig, mono, makeWrapper
{ stdenv, fetchFromGitHub, pkgconfig, mono, makeWrapper
, targetVersion ? "4.5" }:
let
@@ -1,4 +1,4 @@
{ stdenv, pythonPackages, runCommand, curl }:
{ stdenv, pythonPackages }:
with stdenv.lib;
with pythonPackages;
@@ -1,6 +1,6 @@
{ stdenv, writeText, callPackage, fetchurl,
{ stdenv, fetchurl,
fetchHex, erlang, hermeticRebar3 ? true,
tree, fetchFromGitHub, hexRegistrySnapshot }:
tree, hexRegistrySnapshot }:
let
version = "3.6.1";
@@ -1,6 +1,6 @@
{ version, sha256 }:
{ stdenv, fetchurl, fetchpatch, python2Packages }:
{ stdenv, fetchurl, python2Packages }:
let name = "scons";
in python2Packages.buildPythonApplication {
@@ -1,4 +1,4 @@
{ callPackage, stdenv }:
{ callPackage }:
let
mkScons = args: callPackage (import ./common.nix args) { };
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, python2 }:
{ stdenv, fetchurl, python2 }:
stdenv.mkDerivation rec {
name = "waf-${version}";