libselinux: default to python3

This commit is contained in:
Jan Tojnar 2019-12-14 17:21:21 +01:00
parent 3a8d826723
commit 56e557257d
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -16541,7 +16541,9 @@ in
keyutils = callPackage ../os-specific/linux/keyutils { };
libselinux = callPackage ../os-specific/linux/libselinux { };
libselinux = callPackage ../os-specific/linux/libselinux {
python = python3;
};
libsemanage = callPackage ../os-specific/linux/libsemanage { };
@ -25034,7 +25036,6 @@ in
serviio = callPackage ../servers/serviio {};
selinux-python = callPackage ../os-specific/linux/selinux-python {
# needs python3 bindings
libselinux = libselinux.override { python = python3; };
libsemanage = libsemanage.override { python = python3; };
};