tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
audit: apply patches unconditionally
Alyssa Ross
2 years ago
3d4e7b46
d9d9535e
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
audit
default.nix
+1
-1
pkgs/os-specific/linux/audit/default.nix
···
24
24
hash = "sha256-v0ItQSard6kqTDrDneVHPyeNw941ck0lGKSMe+FdVNg=";
25
25
};
26
26
27
27
-
patches = lib.optionals (!stdenv.hostPlatform.isGnu) [
27
27
+
patches = [
28
28
(fetchpatch {
29
29
name = "musl.patch";
30
30
url = "https://github.com/linux-audit/audit-userspace/commit/64cb48e1e5137b8a389c7528e611617a98389bc7.patch";