dev/rkt: update dependencies

This commit is contained in:
steveej 2016-06-28 11:40:39 -07:00
parent 324201856c
commit 3502adbe22

View file

@ -1,11 +1,11 @@
{
pkgs ? import /home/steveej/src/github/NixOS/nixpkgs-systemsource {},
pkgs ? import /home/steveej/src/github/NixOS/nixpkgs {},
mkGoEnv ? import ./go.nix,
}:
let
rktBasebuildInputs = with pkgs; [
stdenv.glibc.out
stdenv.glibc.static
glibc.out
glibc.static
autoreconfHook
gnupg1
squashfsTools
@ -23,6 +23,8 @@ let
iptables
bc
acl
trousers
systemd
];
in {
go15 = mkGoEnv {