forked from mirrors/nixpkgs
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
|
# Don't try to install `xlock' setuid. Instead, the user should add
|
||||||
# it to `security.extraSetuidPrograms'.
|
# it to `security.extraSetuidPrograms'.
|
||||||
configureFlags =
|
configureFlags =
|
||||||
+ " --with-crypt" # TODO: set --enable-appdefaultdir to a suitable value
|
" --with-crypt" # TODO: set --enable-appdefaultdir to a suitable value
|
||||||
+ " --disable-setuid"
|
+ " --disable-setuid"
|
||||||
+ " --without-editres"
|
+ " --without-editres"
|
||||||
+ " --without-xpm"
|
+ " --without-xpm"
|
||||||
|
|
Loading…
Reference in a new issue