dev/rkt: update dependencies
This commit is contained in:
parent
324201856c
commit
3502adbe22
1 changed files with 5 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue