mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
freepops: remove
this software has not received any update since 2014, the website is stating that it is unmaintained: http://freepops.sourceforge.net/ It is also marked broken since 6 years
This commit is contained in:
parent
b76c51f137
commit
2549a11c58
@ -1,29 +0,0 @@
|
||||
{stdenv, fetchurl, pkgconfig, openssl, lua5, curl, readline, bison, expat}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "freepops-0.2.9";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/freepops/0.2.9/freepops-0.2.9.tar.gz";
|
||||
sha256 = "3a065e30cafed03d9b6fdb28251ae5bf0d8aeb62181746154beecd25dc0c9cae";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ openssl lua5 curl readline bison expat];
|
||||
configurePhase =
|
||||
''
|
||||
export WHERE=$prefix/
|
||||
export LOCALEDIR=$prefix/share/locale/
|
||||
./configure.sh linux
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "An extensible pop3 server";
|
||||
longDescription = ''
|
||||
FreePOPs is an extensible pop3 server. Its main purpose is to provide
|
||||
a pop3 interface to a webmail.
|
||||
'';
|
||||
homepage = "http://www.freepops.org/";
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ pierron ];
|
||||
broken = true;
|
||||
};
|
||||
}
|
@ -16674,8 +16674,6 @@ in
|
||||
|
||||
frab = callPackage ../servers/web-apps/frab { };
|
||||
|
||||
freepops = callPackage ../servers/mail/freepops { };
|
||||
|
||||
freeradius = callPackage ../servers/freeradius { };
|
||||
|
||||
freeswitch = callPackage ../servers/sip/freeswitch {
|
||||
|
Loading…
Reference in New Issue
Block a user