Merge pull request #93087 from jerith666/alpine-2-23
alpine: 2.21 -> 2.23
This commit is contained in:
commit
3673b31d2b
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "alpine";
|
pname = "alpine";
|
||||||
version = "2.21";
|
version = "2.23";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://alpine.x10host.com/alpine/release/src/${pname}-${version}.tar.xz";
|
url = "http://alpine.x10host.com/alpine/release/src/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0f3llxrmaxw7w9w6aixh752md3cdc91mwfmbarkm8s413f4bcc30";
|
sha256 = "0yqzm56lqgg8v66m09vqxjvpclli4pql5xj8zg7mynq0bhhn2fkr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-ssl-include-dir=${openssl.dev}/include/openssl"
|
"--with-ssl-include-dir=${openssl.dev}/include/openssl"
|
||||||
"--with-passfile=.pine-passfile"
|
"--with-passfile=.pine-passfile"
|
||||||
|
"--with-c-client-target=slx"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user