diff options
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.nix b/package.nix index f82bc8fc..19a45001 100644 --- a/package.nix +++ b/package.nix @@ -23,6 +23,9 @@ go, gcc, + # for check + util-linux, + glibc, # for ldd withStatic ? stdenv.hostPlatform.isStatic, }: @@ -118,6 +121,7 @@ buildGoModule rec { go gcc xorg.xorgproto + util-linux ] ++ buildInputs ++ nativeBuildInputs; |
