Skip to content

Commit

Permalink
remove upstreamed libseccomp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 22, 2024
1 parent ff5c77c commit b28a1bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packaging/dependencies.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,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;
};
Expand Down

0 comments on commit b28a1bc

Please sign in to comment.