nsjail: 2.2 -> 2.7 (#48024)
This commit is contained in:
parent
1039da1556
commit
a5d839f874
@ -1,20 +1,20 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoconf, pkgconfig, libtool
|
{ stdenv, fetchFromGitHub, autoconf, bison, flex, libtool, pkgconfig, which
|
||||||
, bison, flex, libnl, protobuf, protobufc }:
|
, libnl, protobuf, protobufc }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nsjail-${version}";
|
name = "nsjail-${version}";
|
||||||
version = "2.2";
|
version = "2.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "nsjail";
|
repo = "nsjail";
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "11323j5wd02nm8ibvzbzq7dla70bmcldc71lv5bpk4x7h64ai14v";
|
sha256 = "13s1bi2b80rlwrgls1bx4bk140qhncwdamm9q51jd677s0i3xg3s";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf libtool pkgconfig ];
|
nativeBuildInputs = [ autoconf bison flex libtool pkgconfig which ];
|
||||||
buildInputs = [ bison flex libnl protobuf protobufc ];
|
buildInputs = [ libnl protobuf protobufc ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user