diff options
| author | Pjotr | 2026-05-29 12:12:33 +0000 |
|---|---|---|
| committer | Pjotr | 2026-05-29 12:12:33 +0000 |
| commit | fd32c0ab2acefbe8e0304ec6623650b95d960adc (patch) | |
| tree | 5076e86813ca9c59e71e448ef038506f426d19eb | |
| parent | d0a397903a5732560ed5dd354e7dad0789eae1dc (diff) | |
| download | guix-bioinformatics-fd32c0ab2acefbe8e0304ec6623650b95d960adc.tar.gz | |
needed /lib64 on ubuntu. Weird
| -rw-r--r-- | gn/packages/pangenome-rust.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gn/packages/pangenome-rust.scm b/gn/packages/pangenome-rust.scm index 451c020..86c1cc5 100644 --- a/gn/packages/pangenome-rust.scm +++ b/gn/packages/pangenome-rust.scm @@ -4400,6 +4400,10 @@ at compile time and embedded in the binary.") (list #:phases #~(modify-phases %standard-phases + (add-after 'install 'fix-lib-symlink + (lambda _ + (symlink (string-append #$output "/lib64") + (string-append #$output "/lib")))) (add-after 'unpack 'remove-test-subdir (lambda _ (substitute* "meson.build" |
