Commit 8b7a6ef5 authored by Matthieu Coudron's avatar Matthieu Coudron
Browse files

luaPackages.cyrussasl: remove because broken/old

and unused ?
parent db9d831c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -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
}
+0 −23
Original line number Diff line number Diff line
@@ -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";
+0 −6
Original line number Diff line number Diff line
@@ -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