nsjail: move to by-name (#564920)

This commit is contained in:
Michael Daniels
2026-09-19 14:20:07 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -9,12 +9,16 @@
pkg-config,
which,
libnl,
protobuf,
protobuf_21,
protobufc,
shadow,
installShellFiles,
}:
let
protobuf = protobuf_21;
in
stdenv.mkDerivation rec {
pname = "nsjail";
version = "3.6";

View File

@@ -2561,10 +2561,6 @@ with pkgs;
pgbadger = perlPackages.callPackage ../tools/misc/pgbadger { };
nsjail = callPackage ../tools/security/nsjail {
protobuf = protobuf_21;
};
# ntfsprogs are merged into ntfs-3g
ntfsprogs = pkgs.ntfs3g;