boost: Remove boost.lib

This commit is contained in:
William A. Kennington III
2014-11-02 17:22:27 -08:00
parent ecfc1a7fc3
commit aa3e800be7
57 changed files with 52 additions and 83 deletions
@@ -8,9 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "01vcd1mfn2s0iiq2cjyzgvnxx6kcq9cwra1iipijhs0vwvjx0yhf";
};
configureFlags = [ "--with-boost=${boost}" ];
buildInputs = [ expat zlib boost boost.lib ];
buildInputs = [ expat zlib boost ];
meta = with stdenv.lib; {
homepage = http://libopenraw.freedesktop.org/wiki/Exempi/;