xlock: fixed typo in default.nix

svn path=/nixpkgs/trunk/; revision=17360
This commit is contained in:
Peter Simons 2009-09-23 11:01:14 +00:00
parent cdd0317b9a
commit d874ec17a4

View file

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