File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ stdenv.mkDerivation rec {
129129 vamp-plugin-sdk
130130 ] ++ lib . optionals videoSupport [ harvid xjadeo ] ;
131131
132- wafConfigureFlags = [
132+ configureFlags = [
133133 "--cxx11"
134134 "--docs"
135135 "--freedesktop"
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
150150 vamp-plugin-sdk
151151 ] ++ lib . optionals videoSupport [ harvid xjadeo ] ;
152152
153- wafConfigureFlags = [
153+ configureFlags = [
154154 "--cxx11"
155155 "--docs"
156156 "--freedesktop"
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
8989 zita-resampler
9090 ] ;
9191
92- wafConfigureFlags = [
92+ configureFlags = [
9393 "--no-font-cache-update"
9494 "--shared-lib"
9595 "--no-desktop-update"
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ mkDerivation rec {
8585 kdelibs4support
8686 ] ;
8787
88- wafConfigureFlags = [
88+ configureFlags = [
8989 "--qtlibs=${ lib . getLib qtbase } /lib"
9090 ] ;
9191
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
2727 sed -e '/print/d' -i wscript
2828 '' ;
2929
30- wafConfigureFlags = [
30+ configureFlags = [
3131 "--boost-includes=${ boost . dev } /include"
3232 "--boost-libs=${ boost . out } /lib"
3333 ] ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
5757
5858 wafPath = "buildtools/bin/waf" ;
5959
60- wafConfigureFlags = [
60+ configureFlags = [
6161 "--bundled-libraries=NONE"
6262 "--builtin-libraries=replace"
6363 "--without-ldb-lmdb"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
2626
2727 buildInputs = [ boost179 openssl sqlite ] ;
2828
29- wafConfigureFlags = [
29+ configureFlags = [
3030 "--with-openssl=${ openssl . dev } "
3131 "--boost-includes=${ boost179 . dev } /include"
3232 "--boost-libs=${ boost179 . out } /lib"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
4646
4747 wafPath = "buildtools/bin/waf" ;
4848
49- wafConfigureFlags = [
49+ configureFlags = [
5050 "--enable-talloc-compat1"
5151 "--bundled-libraries=NONE"
5252 "--builtin-libraries=replace"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
4343
4444 wafPath = "buildtools/bin/waf" ;
4545
46- wafConfigureFlags = [
46+ configureFlags = [
4747 "--bundled-libraries=NONE"
4848 "--builtin-libraries=replace"
4949 ] ;
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
4949
5050 wafPath = "buildtools/bin/waf" ;
5151
52- wafConfigureFlags = [
52+ configureFlags = [
5353 "--bundled-libraries=NONE"
5454 "--builtin-libraries=replace"
5555 ] ;
You can’t perform that action at this time.
0 commit comments