diff options
| author | Pjotr Prins | 2026-04-03 09:12:33 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-04-03 09:12:33 +0200 |
| commit | 19f7f7235cb9501008c5661b821a5efacef917ed (patch) | |
| tree | 978c9ac9954ba281d404eba8ed011352f5ed3861 /guix.scm | |
| parent | 0bf4af9c23ca5a1a34c9fa85ed18b5136113046a (diff) | |
| download | genecup-master.tar.gz | |
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 |
