slrn: build slrnpull

As explained in its documentation, also build slrnpull when building
slrn:
https://github.com/jedsoft/slrn/blob/master/doc/slrnpull/SETUP
This commit is contained in:
Kevin Boulain 2023-01-30 23:15:12 +01:00
parent 2caf4ef500
commit f67655f5ad

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-slang=${slang.dev}"
"--with-ssl=${openssl.dev}"
"--with-slrnpull"
];
buildInputs = [ slang ncurses openssl ];