xlock: fixed typo in default.nix
svn path=/nixpkgs/trunk/; revision=17360
This commit is contained in:
parent
cdd0317b9a
commit
d874ec17a4
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
# Don't try to install `xlock' setuid. Instead, the user should add
|
||||
# it to `security.extraSetuidPrograms'.
|
||||
configureFlags =
|
||||
+ " --with-crypt" # TODO: set --enable-appdefaultdir to a suitable value
|
||||
" --with-crypt" # TODO: set --enable-appdefaultdir to a suitable value
|
||||
+ " --disable-setuid"
|
||||
+ " --without-editres"
|
||||
+ " --without-xpm"
|
||||
|
Loading…
Reference in New Issue
Block a user