sudo: fix attempt to set special perms
This commit is contained in:
parent
794a4a5ce5
commit
5ff8387f64
@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "07fvh8qy0l1h93lccc625f48d8yp0pkp5rjjykq13pb07ar0x64y";
|
sha256 = "07fvh8qy0l1h93lccc625f48d8yp0pkp5rjjykq13pb07ar0x64y";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
substituteInPlace src/Makefile.in --replace 04755 0755
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-env-editor"
|
"--with-env-editor"
|
||||||
"--with-editor=/run/current-system/sw/bin/nano"
|
"--with-editor=/run/current-system/sw/bin/nano"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user