Loading pkgs/os-specific/linux/audit/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading
pkgs/os-specific/linux/audit/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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