Merge pull request #77596 from samueldr/fix/cross/libselinux-python3

libselinux: Fix cross-compilation with Python 3
This commit is contained in:
Jörg Thalheim 2020-01-13 10:04:08 +00:00 committed by GitHub
commit c6fed21306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
"MAN3DIR=$(man)/share/man/man3"
"MAN5DIR=$(man)/share/man/man5"
"MAN8DIR=$(man)/share/man/man8"
"PYTHON=python"
"PYTHON=${python.pythonForBuild}/bin/python"
"PYTHONLIBDIR=$(py)/${python.sitePackages}"
"SBINDIR=$(bin)/sbin"
"SHLIBDIR=$(out)/lib"