boost: Fix incompatible applications

This commit is contained in:
William A. Kennington III
2014-10-11 01:51:47 -07:00
parent 8f8712b1e1
commit a9c472d16e
9 changed files with 43 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ boost gtkmm lv2 pkgconfig python ];
configurePhase = ''
python waf configure --prefix=$out --boost-includes=${boost}/include
python waf configure --prefix=$out --boost-includes="${boost.dev}/include"
'';
buildPhase = "python waf";