realpine: remove
upstream unmaintained, doesn't build with openssl 1.1 and no recent changes in nixpkgs, alpine from which this was forked seems to be maintained and a superior choice.
This commit is contained in:
parent
178cb02571
commit
81c88f5d29
@ -2,7 +2,6 @@
|
||||
, openldap
|
||||
}:
|
||||
|
||||
# NOTE: Please check if any changes here are applicable to ../realpine/ as well
|
||||
stdenv.mkDerivation rec {
|
||||
name = "alpine-${version}";
|
||||
version = "2.21";
|
||||
|
@ -1,42 +0,0 @@
|
||||
{stdenv, fetchurl, ncurses, tcl, openssl, pam, kerberos
|
||||
, openldap
|
||||
}:
|
||||
# NOTE: Please check if any changes here are applicable to ../alpine/ as well
|
||||
let
|
||||
baseName = "re-alpine";
|
||||
version = "2.03";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "${baseName}-${version}";
|
||||
inherit version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/re-alpine/re-alpine-${version}.tar.bz2";
|
||||
sha256 = "11xspzbk9cwmklmcw6rxsan7j71ysd4m9c7qldlc59ck595k5nbh";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
ncurses tcl openssl pam kerberos openldap
|
||||
];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
configureFlags = [
|
||||
"--with-ssl-include-dir=${openssl.dev}/include/openssl"
|
||||
"--with-tcl-lib=${tcl.libPrefix}"
|
||||
"--with-passfile=.pine-passfile"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
export NIX_LDFLAGS="$NIX_LDFLAGS -lgcc_s"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Console mail reader";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
homepage = https://sourceforge.net/projects/re-alpine/;
|
||||
downloadPage = "https://sourceforge.net/projects/re-alpine/files/";
|
||||
};
|
||||
}
|
@ -20227,10 +20227,6 @@ in
|
||||
|
||||
rdup = callPackage ../tools/backup/rdup { };
|
||||
|
||||
realpine = callPackage ../applications/networking/mailreaders/realpine {
|
||||
tcl = tcl-8_5;
|
||||
};
|
||||
|
||||
reaper = callPackage ../applications/audio/reaper { };
|
||||
|
||||
recode = callPackage ../tools/text/recode { };
|
||||
|
Loading…
Reference in New Issue
Block a user