diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-16 21:16:15 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-16 21:16:15 +0000 |
| commit | 9a9d92d5082200ef42c7204180d84c47a0e1f111 (patch) | |
| tree | d39f7ec9b4ed9e2d817fc059dc959c9c15c8939f /src/tesserae/core/glibc.nim | |
| parent | added bzip2 definition (diff) | |
added dependants and fixed import path
Diffstat (limited to '')
| -rw-r--r-- | src/tesserae/core/glibc.nim | 3 |
1 files changed, 2 insertions, 1 deletions
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", """ |
