udevil: add remark to patch

This commit is contained in:
Jörg Thalheim 2017-06-17 10:47:42 +01:00 committed by GitHub
parent aa49177091
commit 230c0d461a

View File

@ -8,6 +8,7 @@ stdenv.mkDerivation {
buildInputs = [ intltool glib pkgconfig udev ];
configurePhase = ''
substituteInPlace src/Makefile.in --replace "-o root -g root" ""
# do not set setuid bit in nix store
substituteInPlace src/Makefile.in --replace 4755 0755
./configure \
--prefix=$out \