1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

sudo: fix attempt to set special perms

This commit is contained in:
Will Dietz 2017-06-16 16:20:06 -05:00
parent 794a4a5ce5
commit 5ff8387f64

View file

@ -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"