diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2009-04-21 23:18:09 +0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2009-04-21 23:18:09 +0000 |
commit | 94d7d1fdbbb80718ff369389c1230ed77a4f7577 (patch) | |
tree | e6b513aa6e9bf61bcabcbfdfe7cd8f0dd052893f /pkgs/development/libraries/exiv2 | |
parent | 2a699fe5fb15cd68473f59d986059bdb92228b75 (diff) |
* 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
Diffstat (limited to 'pkgs/development/libraries/exiv2')
-rw-r--r-- | pkgs/development/libraries/exiv2/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/exiv2/default.nix b/pkgs/development/libraries/exiv2/default.nix index 896af5e654018..676f021a7209c 100644 --- a/pkgs/development/libraries/exiv2/default.nix +++ b/pkgs/development/libraries/exiv2/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { buildInputs = [zlib]; - configureFlags = "--with-zlib=${zlib} --enable-shared --disable-static --disable-xmp"; + configureFlags = "--with-zlib=${zlib} --disable-xmp"; meta = { homepage = http://www.exiv2.org/; |