libsemanage, libselinux: fix meta.outputsToInstall
Same as 57b9719e4c.
+libselinux from vcunat - was probably not breaking but confusing anyway.
Close #44212.
This commit is contained in:
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installTargets = [ "install" ] ++ optional enablePython "install-pywrap";
|
installTargets = [ "install" ] ++ optional enablePython "install-pywrap";
|
||||||
|
|
||||||
meta = libsepol.meta // {
|
meta = removeAttrs libsepol.meta ["outputsToInstall"] // {
|
||||||
description = "SELinux core library";
|
description = "SELinux core library";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installTargets = [ "install" ] ++ optionals enablePython [ "install-pywrap" ];
|
installTargets = [ "install" ] ++ optionals enablePython [ "install-pywrap" ];
|
||||||
|
|
||||||
meta = libsepol.meta // {
|
meta = removeAttrs libsepol.meta ["outputsToInstall"] // {
|
||||||
description = "Policy management tools for SELinux";
|
description = "Policy management tools for SELinux";
|
||||||
license = stdenv.lib.licenses.lgpl21;
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user