diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-10-24 21:11:24 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-10-24 21:11:24 +0900 |
| commit | 7c1b82c4cf1496acc5f3c5aaddeff723b5bd7db6 (patch) | |
| tree | 23aab558329bee884b3df7285f26c62090ea783a | |
| parent | 9dac1069128d980401906713606b1010c472b33c (diff) | |
| download | loftix-7c1b82c4cf1496acc5f3c5aaddeff723b5bd7db6.tar.gz | |
Fix builds for libxml2 packages
| -rw-r--r-- | loftix/bugs.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/loftix/bugs.scm b/loftix/bugs.scm index 7b63a28..8a4bf81 100644 --- a/loftix/bugs.scm +++ b/loftix/bugs.scm @@ -428,6 +428,8 @@ It can be used from PHP, Perl, Ruby, Python, C, C++ and Java.") (libxml2-at-version (package (inherit libxml2) + (source (origin (inherit (package-source libxml2)) + (patches '()))) ;; $XML_CATALOG_FILES lists 'catalog.xml' files found in under the 'xml' ;; sub-directory of any given package. (native-search-paths (list (search-path-specification |
