audit: apply patches unconditionally

This commit is contained in:
Alyssa Ross 2024-06-26 14:03:57 +02:00
parent d9d9535e36
commit 3d4e7b461c
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-v0ItQSard6kqTDrDneVHPyeNw941ck0lGKSMe+FdVNg=";
};
patches = lib.optionals (!stdenv.hostPlatform.isGnu) [
patches = [
(fetchpatch {
name = "musl.patch";
url = "https://github.com/linux-audit/audit-userspace/commit/64cb48e1e5137b8a389c7528e611617a98389bc7.patch";