mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
libsepol: add meta.pkgConfigModules annotation
This commit is contained in:
parent
e7d708bd73
commit
f8c558ca80
@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
pkgConfigModules = [ "libselinux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user