Merge pull request #96172 from saschagrunert/libseccomp
libseccomp: 2.4.3 -> 2.5.0
This commit is contained in:
commit
7f76840034
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchurl, getopt, makeWrapper, utillinux }:
|
{ stdenv, fetchurl, getopt, makeWrapper, utillinux, gperf }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libseccomp";
|
pname = "libseccomp";
|
||||||
version = "2.4.3";
|
version = "2.5.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/seccomp/libseccomp/releases/download/v${version}/libseccomp-${version}.tar.gz";
|
url = "https://github.com/seccomp/libseccomp/releases/download/v${version}/libseccomp-${version}.tar.gz";
|
||||||
sha256 = "07crwxqzvl5k2b90a47ii9wgvi09s9hsy5b5jddw9ylp351d25fg";
|
sha256 = "1wql62cg8f95cwpy057cl764nni9g4sdn5lqj68x22kjs8w71yhz";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "lib" "dev" "man" ];
|
outputs = [ "out" "lib" "dev" "man" ];
|
||||||
|
|
||||||
buildInputs = [ getopt makeWrapper ];
|
buildInputs = [ getopt makeWrapper gperf ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
@ -30,8 +30,8 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
badPlatforms = [
|
badPlatforms = [
|
||||||
"alpha-linux"
|
"alpha-linux"
|
||||||
"riscv64-linux" "riscv32-linux"
|
"sparc-linux"
|
||||||
"sparc-linux" "sparc64-linux"
|
"sparc64-linux"
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user