forked from mirrors/nixpkgs
Allowing mount to call /var/setuid-wrappers in preference. mount.cifs may require this,
as it does not support the 'user' option in fstab. svn path=/nixpkgs/trunk/; revision=32975
This commit is contained in:
parent
a1f88264cf
commit
eddf9e24c7
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = ''
|
||||
--disable-use-tty-group
|
||||
--enable-write
|
||||
--enable-fs-paths-default=/var/run/current-system/sw/sbin:/sbin
|
||||
--enable-fs-paths-default=/var/setuid-wrappers:/var/run/current-system/sw/sbin:/sbin
|
||||
${if ncurses == null then "--without-ncurses" else ""}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue