From 9a9d92d5082200ef42c7204180d84c47a0e1f111 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 16 Nov 2025 22:16:15 +0100 Subject: added dependants and fixed import path --- src/tesserae/core/glibc.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tesserae/core/glibc.nim') diff --git a/src/tesserae/core/glibc.nim b/src/tesserae/core/glibc.nim index 8e7d68d..25d7c99 100644 --- a/src/tesserae/core/glibc.nim +++ b/src/tesserae/core/glibc.nim @@ -1,4 +1,4 @@ -import .. / lapis +import .. / .. / lapis tessera "glibc": source: "https://ftp.gnu.org/gnu/glibc/glibc-2.42.tar.xz" @@ -22,6 +22,7 @@ tessera "glibc": "sed", "texinfo" ] + dependants: @[""] build: @[ "patch -Np1 -i ../glibc-2.42-fhs-1.patch", """ -- cgit v1.2.3