mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace src/Makefile.in --replace 04755 0755
|
||||
'';
|
||||
|
||||
configureFlags = [
|
||||
"--with-env-editor"
|
||||
"--with-editor=/run/current-system/sw/bin/nano"
|
||||
|
|
Loading…
Reference in a new issue