Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-03 | gnqc-py: Fix syntax error. | Frederick Muriuki Muriithi | |
2024-01-03 | gn: genenetwork2: Update to 3.11-4.c1d377e. | Arun Isaac | |
* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-4.c1d377e. | |||
2024-01-03 | gn: genenetwork3: Update to 0.1.0-5.6bb4a5f. | Arun Isaac | |
* gn/packages/genenetwork.scm (genenetwork3): Update to 0.1.0-5.6bb4a5f. | |||
2024-01-02 | gn: genenetwork2: Fix path to installed bundled fonts. | Arun Isaac | |
2024-01-02 | gn: genenetwork2: Install bundled fonts. | Arun Isaac | |
* gn/packages/genenetwork.scm (genenetwork2)[arguments]: Add install-bundled-fonts and fix-font-paths phases. | |||
2024-01-02 | gn: genenetwork2: Use G-expressions. | Arun Isaac | |
* gn/packages/genenetwork.scm (genenetwork2): Use G-expressions. | |||
2024-01-02 | Remove genenetwork3 return. | Arun Isaac | |
This was introduced accidentally in 7a4bf91e019fe084f92a90535cbfffb7c119b9a7. * gn/packages/genenetwork.scm: Remove genenetwork3 return. | |||
2024-01-02 | gn: genenetwork2: Update to 3.11-3.ff67963. | Arun Isaac | |
* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-3.ff67963. | |||
2024-01-02 | gn: genenetwork2: Substitute new path to default_settings.py. | Arun Isaac | |
2024-01-02 | gnqc-py: New package | Frederick Muriuki Muriithi | |
2023-12-29 | gn: genenetwork3: Update to 0.1.0-4.093163e. | Arun Isaac | |
2023-12-29 | Ruby lmdb builds for ruby 2.7. We are not going to use it though | pjotrp | |
2023-12-05 | gn-auth: add flask-cors dependency. | Frederick Muriuki Muriithi | |
2023-12-05 | gn-auth: Remove bcrypt dependency | Frederick Muriuki Muriithi | |
2023-12-01 | roll-back on lizardfs because fuse3 issues | pjotrp | |
2023-11-16 | Updated lizardfs to latest version on git. | pjotrp | |
* gn/packages/file-systems.scm (lizardfs)[arguments]: updated and disabled tests in CMake | |||
2023-11-13 | gn: javascript: Add javascript-ace | Alexander_Kabui | |
* gn/packages/javascript.scm (javascript-ace): New package. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-11-10 | gn: javascript: Add javascript-marked-highlight. | Alexander_Kabui | |
* gn/packages/javascript.scm (javascript-marked-highlight): New package. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-11-10 | gn: javascript: Add javascript-marked. | Alexander_Kabui | |
* gn/packages/javascript.scm (javascript-marked): New package. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-11-08 | gn: lizardfs: Fix building. | Efraim Flashner | |
* gn/packages/file-systems.scm (lizardfs)[source]: Add patch. [arguments]: Remove trailing #t from phases. [inputs]: Remove labels. Use fuse-2. * lizardfs-issues-found-on-Fedora-34-using-GCC-11.patch: New file. | |||
2023-11-03 | gn: javascript: Copy the right htmx.min.js from the source. | Munyoki Kilyungi | |
* gn/packages/javascript.scm (javascript-htmx): Copy "/dist/htmx.min.js" to the targetdir. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-10-27 | Update dependencies: genenetwork3 and gn-auth | Frederick Muriuki Muriithi | |
* genenetwork3: Remove `yoyo-migrations` as a dependency * gn-auth: Use the upstream `yoyo-migrations` * Remove temporary local definition for yoyo-migrations. | |||
2023-10-26 | gn: htmx: Replace minify with trivial build system. | Munyoki Kilyungi | |
Esbuild system has no support for ES5 and will lead to a build failure with the following output: `dist/htmx.js:1979:20: error: Transforming let to the configured target environment ("es5") is not supported yet` Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-10-19 | Remove python-arvados-python-client. | Arun Isaac | |
The package is broken, some of its inputs have been removed from upstream Guix, and we no longer need this package. Restore it later if necessary. * gn/packages/python.scm (python-arvados-python-client): Delete variable. | |||
2023-10-19 | Remove bh20-seq-resource. | Arun Isaac | |
The package is broken, some of its inputs have been removed from upstream Guix, and we no longer need this package. * gn/packages/bioinformatics.scm (bh20-seq-resource): Delete variable. * gn/services/bh20-seq-resource-container.scm: Delete file. | |||
2023-10-06 | genenetwork3: Add python-pyld to propagated-inputs. | Munyoki Kilyungi | |
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add python-ld. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-10-04 | gn: javascript: Replace htmx.min.js with htmx.js. | Munyoki Kilyungi | |
* gn/packages/javascript.scm (javascript-htmx) [arguments]: Replace "dist/htmx.min.js" with "dist/htmx.js" since we already are using the minify-build-system. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-09-27 | gn-auth: Fix missing import | Frederick Muriuki Muriithi | |
2023-09-27 | gn-auth: List packages to install | Frederick Muriuki Muriithi | |
List all packages to install to hopefully fix failure in `sanity-check` phase. | |||
2023-09-27 | gn-auth: Use newer setup.py | Frederick Muriuki Muriithi | |
Use updated setup.py to try and fix issues with the `sanity-check` phase. | |||
2023-09-27 | gn-auth: Use upstream python-mypy | Frederick Muriuki Muriithi | |
2023-09-27 | gn-auth: Update commit and hash | Frederick Muriuki Muriithi | |
* Update the commit hash and the hash of the files after updating the guix-bioinformatics channel configurations for the gn-auth channel. | |||
2023-09-27 | gn-auth: Update commit and hash. | Frederick Muriuki Muriithi | |
2023-09-26 | pggb: Add missing inputs | Efraim Flashner | |
2023-09-26 | pggb: wrap with more packages | Efraim Flashner | |
2023-09-26 | gsl: Provide glibc-hwcaps version. | Efraim Flashner | |
2023-09-26 | vg: Update package definition | Efraim Flashner | |
2023-09-26 | seqwish: Provide glibc-hwcaps version | Efraim Flashner | |
2023-09-26 | seqwish: Build and link against shared library. | Efraim Flashner | |
2023-09-25 | seqwish: Make package tunable. | Efraim Flashner | |
2023-09-25 | vg: Link with some shared libraries. | Efraim Flashner | |
2023-09-25 | Delete python-mypy-0.981. | Munyoki Kilyungi | |
* gn/packages/python.scm (python-mypy-0.981): Delete it. * gn/packages/genenetwork.scm (genenetwork3)[native-inputs]: Replace python-mypy-0.981 with upstream's python-mypy. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | |||
2023-09-24 | pggb: Fix typo. | Efraim Flashner | |
2023-09-24 | pggb: Provide version with glibc-hwcaps. | Efraim Flashner | |
2023-09-24 | Provide copy of sdsl-lite with glibc-hwcaps | Efraim Flashner | |
2023-09-24 | smoothxg: Link with odgi | Efraim Flashner | |
2023-09-24 | smoothxg: Link with sdsl-lite | Efraim Flashner | |
2023-09-24 | seqwish: Link with sdsl-lib | Efraim Flashner | |
2023-09-24 | pggb: Remove python-pycairo | Efraim Flashner | |
2023-09-24 | rtg-tools: Use a smaller java implementation | Efraim Flashner | |