policycoreutils: fix build w/glibc-2.30

This commit is contained in:
Maximilian Bosch
2020-01-30 15:34:17 +01:00
parent edbbd1e044
commit 306cbf24af

View File

@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
substituteInPlace po/Makefile \
--replace /usr/bin/install install --replace /usr/share /share
substituteInPlace newrole/Makefile --replace /usr/share /share
sed -i -e '39i#include <crypt.h>' run_init/run_init.c
'';
nativeBuildInputs = [ gettext ];