tome4: build from official sources

This commit is contained in:
Tom van Dijk
2025-10-23 16:35:51 +02:00
parent 6ef6514633
commit 7389da9a75
+8 -4
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchurl,
fetchFromGitLab,
copyDesktopItems,
makeDesktopItem,
makeWrapper,
@@ -19,9 +19,13 @@ stdenv.mkDerivation (finalAttrs: {
pname = "tome4";
version = "1.7.6";
src = fetchurl {
url = "https://te4.org/dl/t-engine/t-engine4-src-${finalAttrs.version}.tar.bz2";
hash = "sha256-mJ3qAIA/jNyt4CT0ZH1IC7GsDUN8JUKSwHVJwnKkaAw=";
# Official source according to https://te4.org/wiki/How_to_compile
src = fetchFromGitLab {
domain = "git.net-core.org";
owner = "tome";
repo = "t-engine4";
tag = "tome-${finalAttrs.version}";
hash = "sha256-v0YPbmaOqKYgFkOe/X0FCirucrMo2UGAyhZ7MFj+nsU=";
};
prePatch = ''