Merge branch 'staging' into closure-size

This commit is contained in:
Vladimír Čunát
2016-01-19 09:55:31 +01:00
1293 changed files with 75245 additions and 28520 deletions
@@ -1,6 +1,7 @@
{ stdenv, fetchFromGitHub, makeWrapper
, go, sqlite, iproute, bridge-utils, devicemapper
, btrfsProgs, iptables, e2fsprogs, xz, utillinux
, btrfs-progs, iptables, e2fsprogs, xz, utillinux
, systemd, pkgconfig
, enableLxc ? false, lxc
}:
@@ -20,12 +21,14 @@ stdenv.mkDerivation rec {
};
buildInputs = [
makeWrapper go sqlite iproute bridge-utils devicemapper btrfsProgs
iptables e2fsprogs stdenv.glibc stdenv.glibc.static
makeWrapper go sqlite iproute bridge-utils devicemapper btrfs-progs
iptables e2fsprogs systemd pkgconfig stdenv.glibc stdenv.glibc.static
];
dontStrip = true;
DOCKER_BUILDTAGS = [ "journald" ];
buildPhase = ''
patchShebangs .
export AUTO_GOPATH=1