mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
remove upstreamed libseccomp
This commit is contained in:
parent
1a8bd84f55
commit
81b6b79a56
1 changed files with 0 additions and 8 deletions
|
@ -114,14 +114,6 @@ scope: {
|
|||
requiredSystemFeatures = [ ];
|
||||
};
|
||||
|
||||
libseccomp = pkgs.libseccomp.overrideAttrs (_: rec {
|
||||
version = "2.5.5";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/seccomp/libseccomp/releases/download/v${version}/libseccomp-${version}.tar.gz";
|
||||
hash = "sha256-JIosik2bmFiqa69ScSw0r+/PnJ6Ut23OAsHJqiX7M3U=";
|
||||
};
|
||||
});
|
||||
|
||||
boehmgc = pkgs.boehmgc.override {
|
||||
enableLargeConfig = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue