mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
tini: fix cross-compilation
This commit is contained in:
parent
e0527cef7a
commit
6176cf75c6
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue