diff options
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm index 9b0f382..43c3f77 100644 --- a/guix.scm +++ b/guix.scm @@ -141,7 +141,9 @@ GeneCup with four gene symbols (gria1, crhr1, drd2, and penk).") (snippet '(begin (delete-file "Mozilla-CA.tar.gz") - (delete-file "cacert.pem"))))) + (delete-file "cacert.pem"))) + (patches + (list (local-file "contrib/patches/edirect-xml-bounds-check.patch"))))) (build-system gnu-build-system) (arguments (list |
