nixpkgs/pkgs/applications/networking/mailreaders/sylpheed/builder.sh

15 lines
309 B
Bash
Raw Normal View History

buildInputs="$gtk $gdkpixbuf $openssl"
. $stdenv/setup
if test $sslSupport; then
configureFlags="--enable-ssl $extraflags"
fi
if test $imageSupport; then
configureFlags="--enable-gdk-pixbuf $extraflags"
else
configureFlags="--disable-gdk-pixbuf --disable-imlibtest $extraflags"
fi
genericBuild