3
0
Fork 0
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:
Lluís Batlle i Rossell 2012-03-10 19:02:07 +00:00
parent a1f88264cf
commit eddf9e24c7

View file

@ -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 ""}
'';