generate cool dependency graph

This commit is contained in:
2026-02-15 18:43:14 +01:00
parent 9dc1068034
commit 87a7eef39b
26 changed files with 321 additions and 22 deletions

View File

@@ -2,11 +2,10 @@
(name "postgresql")
(version "18.2")
(homepage "https://www.postgresql.org/")
(dependencies pkg-config bison flex perl libreadline zlib)
(dependencies pkg-config bison flex perl libreadline zlib libicu)
(src (tar
(url "https://ftp.postgresql.org/pub/source/v18.2/postgresql-18.2.tar.gz")
(dir "postgresql-18.2")
(blake3 "ae352f4fecabf9ada3fe22e46f952507d6970864b6f9494d7a7e3b65bd009463")))
(build
(configure_make
(configure_flags "--without-icu"))))
(configure_make)))