mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
audit.tests.musl: init
This would have caught the build regression introduced byc01ada8c55
("audit: 3.1.2 -> 4.0") and fixed by8fbb95ca8d
("pkgsMusl.audit: fix build").
This commit is contained in:
parent
cf7e625161
commit
6fc7779cf3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user