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, mkGoEnv ? import ./go.nix,
}: }:
let let
rktBasebuildInputs = with pkgs; [ rktBasebuildInputs = with pkgs; [
stdenv.glibc.out glibc.out
stdenv.glibc.static glibc.static
autoreconfHook autoreconfHook
gnupg1 gnupg1
squashfsTools squashfsTools
@ -23,6 +23,8 @@ let
iptables iptables
bc bc
acl acl
trousers
systemd
]; ];
in { in {
go15 = mkGoEnv { go15 = mkGoEnv {