luaPackages.cyrussasl: remove because broken/old

and unused ?
This commit is contained in:
Matthieu Coudron 2023-10-18 20:46:09 +02:00
parent db9d831c0b
commit 8b7a6ef57e
4 changed files with 2 additions and 31 deletions

View File

@ -12,7 +12,6 @@ cosmo,,,,,,marsam
coxpcall,,,,1.17.0-1,,
cqueues,,,,,,vcunat
cyan,,,,,,
cyrussasl,,,,,,
digestif,https://github.com/astoff/digestif.git,,,,5.3,
dkjson,,,,,,
fennel,,,,,,misterio77

1 name src ref server version luaversion maintainers
12 coxpcall 1.17.0-1
13 cqueues vcunat
14 cyan
cyrussasl
15 digestif https://github.com/astoff/digestif.git 5.3
16 dkjson
17 fennel misterio77

View File

@ -39,5 +39,6 @@ let
in
mapAliases {
"lpty" = throw "lpy was removed because broken and unmaintained "; # added 2023-10-14
lpty = throw "lpy was removed because broken and unmaintained "; # added 2023-10-14
cyrussasl = throw "cyrussasl was removed because broken and unmaintained "; # added 2023-10-18
}

View File

@ -383,29 +383,6 @@ buildLuarocksPackage {
};
}) {};
cyrussasl = callPackage({ buildLuarocksPackage, fetchurl, lua, luaOlder }:
buildLuarocksPackage {
pname = "cyrussasl";
version = "1.1.0-3";
knownRockspec = (fetchurl {
url = "mirror://luarocks/cyrussasl-1.1.0-3.rockspec";
sha256 = "1nqklhi6ny44pg027s6jydgs6q0il99q29rlfs5k42kz72592p91";
}).outPath;
src = fetchurl {
url = "https://github.com/JorjBauer/lua-cyrussasl";
sha256 = "13piq5lw79g5bx2z80ak9k6756bi7c9hh1y963iavmw067ldr1mb";
};
disabled = (luaOlder "5.1");
propagatedBuildInputs = [ lua ];
meta = {
homepage = "http://github.com/JorjBauer/lua-cyrussasl";
description = "Cyrus SASL library for Lua 5.1+";
license.fullName = "BSD";
};
}) {};
digestif = callPackage({ buildLuarocksPackage, fetchgit, lpeg, lua, luaOlder, luafilesystem }:
buildLuarocksPackage {
pname = "digestif";

View File

@ -117,12 +117,6 @@ with prev;
'';
});
cyrussasl = prev.cyrussasl.overrideAttrs (drv: {
externalDeps = [
{ name = "LIBSASL"; dep = cyrus_sasl; }
];
});
fennel = prev.fennel.overrideAttrs(oa: {
nativeBuildInputs = oa.nativeBuildInputs ++ [
installShellFiles