lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

agg: Fix darwin build

This had been broken with #136095

+4 -2
+4 -2
pkgs/development/libraries/agg/default.nix
··· 32 32 sh autogen.sh 33 33 ''; 34 34 35 - configureFlags = lib.optionals stdenv.isLinux [ 35 + configureFlags = [ 36 + (lib.strings.enableFeature stdenv.isLinux "platform") 37 + "--enable-examples=no" 38 + ] ++ lib.optionals stdenv.isLinux [ 36 39 "--x-includes=${lib.getDev libX11}/include" 37 40 "--x-libraries=${lib.getLib libX11}/lib" 38 - "--enable-examples=no" 39 41 ]; 40 42 41 43 # libtool --tag=CXX --mode=link g++ -g -O2 libexamples.la ../src/platform/X11/libaggplatformX11.la ../src/libagg.la -o alpha_mask2 alpha_mask2.o