Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

audit: apply patches unconditionally

+1 -1
+1 -1
pkgs/os-specific/linux/audit/default.nix
··· 24 hash = "sha256-v0ItQSard6kqTDrDneVHPyeNw941ck0lGKSMe+FdVNg="; 25 }; 26 27 - patches = lib.optionals (!stdenv.hostPlatform.isGnu) [ 28 (fetchpatch { 29 name = "musl.patch"; 30 url = "https://github.com/linux-audit/audit-userspace/commit/64cb48e1e5137b8a389c7528e611617a98389bc7.patch";
··· 24 hash = "sha256-v0ItQSard6kqTDrDneVHPyeNw941ck0lGKSMe+FdVNg="; 25 }; 26 27 + patches = [ 28 (fetchpatch { 29 name = "musl.patch"; 30 url = "https://github.com/linux-audit/audit-userspace/commit/64cb48e1e5137b8a389c7528e611617a98389bc7.patch";