eudev.meta.pkgConfigModules: init
This commit is contained in:
parent
af2e71bd62
commit
37442e7792
@ -6,6 +6,7 @@
|
||||
, kmod
|
||||
, pkg-config
|
||||
, util-linux
|
||||
, testers
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -56,6 +57,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"udevrulesdir=$(out)/var/lib/udev/rules.d"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/eudev-project/eudev";
|
||||
description = "Fork of udev with the aim of isolating it from init";
|
||||
@ -80,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/eudev-project/eudev/releases/tag/${finalAttrs.src.rev}";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ raskin AndersonTorres ];
|
||||
pkgConfigModules = [ "libudev" "udev" ];
|
||||
inherit (kmod.meta) platforms;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user