mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
nsjail: move to by-name (#564920)
This commit is contained in:
@@ -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";
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user