diff options
| -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 |
