Unverified Commit 7f97b5a0 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #322627: audit.tests.musl: init

parents 91594d11 6fc7779c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";