* Got rid of all --disable-static flags; they're redundant now.
* Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = ''
|
||||
--disable-qt3 --disable-gdbm --disable-gtk --disable-mono
|
||||
--${if qt4Support then "enable" else "disable"}-qt4
|
||||
--with-distro=none --enable-shared --disable-static --disable-python
|
||||
--with-distro=none --disable-python
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user