audit.tests.musl: init

This would have caught the build regression introduced by
c01ada8c55 ("audit: 3.1.2 -> 4.0") and fixed by
8fbb95ca8d ("pkgsMusl.audit: fix build").
This commit is contained in:
Alyssa Ross 2024-06-26 14:01:40 +02:00
parent cf7e625161
commit 6fc7779cf3
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -8,6 +8,7 @@
, linuxHeaders
, python3
, swig
, pkgsCross
# Enabling python support while cross compiling would be possible, but the
# configure script tries executing python to gather info instead of relying on
@ -74,6 +75,10 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
passthru.tests = {
musl = pkgsCross.musl64.audit;
};
meta = {
homepage = "https://people.redhat.com/sgrubb/audit/";
description = "Audit Library";