trealla: remove update script

It is not working as expected, since r-ryantm did not update the expressions.
This commit is contained in:
Anderson Torres
2024-05-19 18:03:40 -03:00
parent a2d1abe237
commit 3b12d3ea94
-3
View File
@@ -1,7 +1,6 @@
{
lib,
fetchFromGitHub,
gitUpdater,
libffi,
openssl,
readline,
@@ -69,8 +68,6 @@ stdenv.mkDerivation (finalAttrs: {
checkFlags = [ "test" ] ++ lib.optionals checkLeaks [ "leaks" ];
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = {
homepage = "https://trealla-prolog.github.io/trealla/";
description = "A compact, efficient Prolog interpreter written in ANSI C";