selinux-python: remove 'with lib;'

This commit is contained in:
Felix Buehler
2024-08-16 16:09:03 +02:00
committed by Valentin Gagarin
parent 7c4beba7bc
commit e531f98846
@@ -2,9 +2,6 @@
, libselinux, libsemanage, libsepol, setools }:
# this is python3 only because setools only supports python3
with lib;
stdenv.mkDerivation rec {
pname = "selinux-python";
version = "3.3";
@@ -42,7 +39,7 @@ stdenv.mkDerivation rec {
wrapPythonPrograms
'';
meta = {
meta = with lib; {
description = "SELinux policy core utilities written in Python";
license = licenses.gpl2Plus;
homepage = "https://selinuxproject.org";