luaPackages.cyrussasl: remove because broken/old
and unused ?
This commit is contained in:
parent
db9d831c0b
commit
8b7a6ef57e
@ -12,7 +12,6 @@ cosmo,,,,,,marsam
|
|||||||
coxpcall,,,,1.17.0-1,,
|
coxpcall,,,,1.17.0-1,,
|
||||||
cqueues,,,,,,vcunat
|
cqueues,,,,,,vcunat
|
||||||
cyan,,,,,,
|
cyan,,,,,,
|
||||||
cyrussasl,,,,,,
|
|
||||||
digestif,https://github.com/astoff/digestif.git,,,,5.3,
|
digestif,https://github.com/astoff/digestif.git,,,,5.3,
|
||||||
dkjson,,,,,,
|
dkjson,,,,,,
|
||||||
fennel,,,,,,misterio77
|
fennel,,,,,,misterio77
|
||||||
|
|
@ -39,5 +39,6 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
mapAliases {
|
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
|
||||||
}
|
}
|
||||||
|
@ -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 }:
|
digestif = callPackage({ buildLuarocksPackage, fetchgit, lpeg, lua, luaOlder, luafilesystem }:
|
||||||
buildLuarocksPackage {
|
buildLuarocksPackage {
|
||||||
pname = "digestif";
|
pname = "digestif";
|
||||||
|
@ -117,12 +117,6 @@ with prev;
|
|||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
cyrussasl = prev.cyrussasl.overrideAttrs (drv: {
|
|
||||||
externalDeps = [
|
|
||||||
{ name = "LIBSASL"; dep = cyrus_sasl; }
|
|
||||||
];
|
|
||||||
});
|
|
||||||
|
|
||||||
fennel = prev.fennel.overrideAttrs(oa: {
|
fennel = prev.fennel.overrideAttrs(oa: {
|
||||||
nativeBuildInputs = oa.nativeBuildInputs ++ [
|
nativeBuildInputs = oa.nativeBuildInputs ++ [
|
||||||
installShellFiles
|
installShellFiles
|
||||||
|
Loading…
Reference in New Issue
Block a user