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:
AmineChikhaoui 2018-07-29 22:22:56 +01:00 committed by Vladimír Čunát
parent 326f514279
commit 78a988b974
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
installTargets = [ "install" ] ++ optional enablePython "install-pywrap";
meta = libsepol.meta // {
meta = removeAttrs libsepol.meta ["outputsToInstall"] // {
description = "SELinux core library";
};
}

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
installTargets = [ "install" ] ++ optionals enablePython [ "install-pywrap" ];
meta = libsepol.meta // {
meta = removeAttrs libsepol.meta ["outputsToInstall"] // {
description = "Policy management tools for SELinux";
license = stdenv.lib.licenses.lgpl21;
};