udevil: add remark to patch
This commit is contained in:
parent
aa49177091
commit
230c0d461a
@ -8,6 +8,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ intltool glib pkgconfig udev ];
|
buildInputs = [ intltool glib pkgconfig udev ];
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
substituteInPlace src/Makefile.in --replace "-o root -g root" ""
|
substituteInPlace src/Makefile.in --replace "-o root -g root" ""
|
||||||
|
# do not set setuid bit in nix store
|
||||||
substituteInPlace src/Makefile.in --replace 4755 0755
|
substituteInPlace src/Makefile.in --replace 4755 0755
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=$out \
|
--prefix=$out \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user