Skip to content

Commit

Permalink
tini: fix cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Sep 16, 2019
1 parent e0527ce commit 6176cf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/virtualization/tini/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
"-DPR_GET_CHILD_SUBREAPER=37"
];

buildInputs = [ cmake glibc glibc.static ];
nativeBuildInputs = [ cmake ];
buildInputs = [ glibc glibc.static ];

meta = with stdenv.lib; {
description = "A tiny but valid init for containers";
Expand Down

0 comments on commit 6176cf7

Please sign in to comment.