selinux-sandbox: remove 'with lib;'
This commit is contained in:
committed by
Valentin Gagarin
parent
3269966314
commit
7c4beba7bc
@@ -4,7 +4,6 @@
|
||||
|
||||
# this is python3 only as it depends on selinux-python
|
||||
|
||||
with lib;
|
||||
with python3.pkgs;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -51,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
wrapPythonPrograms
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "SELinux sandbox utility";
|
||||
license = licenses.gpl2Only;
|
||||
homepage = "https://selinuxproject.org";
|
||||
|
||||
Reference in New Issue
Block a user