aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-29gnu: Add globus-cli....* gn/packages/globus.scm (globus-cli): New variable. Arun Isaac
2024-02-29gnu: Add python-click-type-test....* gn/packages/globus.scm (python-click-type-test): New variable. Arun Isaac
2024-02-29gn: Add python-globus-sdk....* gn/packages/globus.scm (python-globus-sdk): New variable. Arun Isaac
2024-02-29gn: crates-io: Import (gnu packages crates-windows) for rust-dunce-1.Arun Isaac
2024-02-28Upgrade guix channel to aeaa390.Arun Isaac
2024-02-26gn: gn-auth: Update to commit 10ec3b1....* gn/packages/genenetwork.scm (gn-auth): Update to commit 10ec3b1. Arun Isaac
2024-02-26gn: gn-auth: Use list-style inputs....* gn/packages/genenetwork.scm (gn-auth)[native-inputs, propagated-inputs]: List them directly instead of using an association list. Arun Isaac
2024-02-23gn: bioinformatics: Import (guix build-system r).Arun Isaac
2024-02-23gn: Add r-stitch....* gn/packages/bioinformatics.scm (r-stitch): New variable. Arun Isaac
2024-02-23gn: Add vcfpp....* gn/packages/bioinformatics.scm (vcfpp): New variable. Arun Isaac
2024-02-23gn: Add seqlib....* gn/packages/bioinformatics.scm (seqlib): New variable. Arun Isaac
2024-02-23gn: Add r-rrbgen....* gn/packages/bioinformatics.scm (r-rrbgen): New variable. Arun Isaac
2024-02-23Upgrade guix channel to e7990b1.Arun Isaac
2024-02-22gn: Add ocaml4.07-gsl-1....ocaml4.07-gsl-1 has been removed from upstream Guix. * gn/packages/ocaml.scm (ocaml4.07-gsl-1): New variable. Arun Isaac
2024-02-22Upgrade guix channel to 58233e6.Arun Isaac
2024-02-15Bump down font-awesome to v4.7.0....* gn/packages/javascript.scm (javascript-font-awesome): Update to v4.7.0 which is the exact version we use in the genenetwork website. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Munyoki Kilyungi
2024-02-15gn: javascript: Add javascript-uikit....* gn/packages/javascript.scm: (javascript-uikit): New package. * gn/packages/javascript.scm: (genenetwork2) [propagated-inputs]:Add javascript-uikit. Alexander_Kabui
2024-02-01gn: Update javascript-ckeditor....* gn/packages/javascript.scm (javascript-ckeditor): Copy entire directory structure of ckeditor to the store. ckeditor.js requires some CSS and other js files in the unzipped source to be able to be fully functional. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Munyoki Kilyungi
2024-01-03gnqc-py: Fix syntax error.Frederick Muriuki Muriithi
2024-01-03gn: genenetwork2: Update to 3.11-4.c1d377e....* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-4.c1d377e. Arun Isaac
2024-01-03gn: genenetwork3: Update to 0.1.0-5.6bb4a5f....* gn/packages/genenetwork.scm (genenetwork3): Update to 0.1.0-5.6bb4a5f. Arun Isaac
2024-01-02gn: genenetwork2: Fix path to installed bundled fonts.Arun Isaac
2024-01-02gn: genenetwork2: Install bundled fonts....* gn/packages/genenetwork.scm (genenetwork2)[arguments]: Add install-bundled-fonts and fix-font-paths phases. Arun Isaac
2024-01-02gn: genenetwork2: Use G-expressions....* gn/packages/genenetwork.scm (genenetwork2): Use G-expressions. Arun Isaac
2024-01-02Remove genenetwork3 return....This was introduced accidentally in 7a4bf91e019fe084f92a90535cbfffb7c119b9a7. * gn/packages/genenetwork.scm: Remove genenetwork3 return. Arun Isaac
2024-01-02gn: genenetwork2: Update to 3.11-3.ff67963....* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-3.ff67963. Arun Isaac
2024-01-02gn: genenetwork2: Substitute new path to default_settings.py.Arun Isaac
2024-01-02gnqc-py: New packageFrederick Muriuki Muriithi
2023-12-29gn: genenetwork3: Update to 0.1.0-4.093163e.Arun Isaac
2023-12-29Ruby lmdb builds for ruby 2.7. We are not going to use it thoughpjotrp
2023-12-05gn-auth: add flask-cors dependency.Frederick Muriuki Muriithi
2023-12-05gn-auth: Remove bcrypt dependencyFrederick Muriuki Muriithi
2023-12-01roll-back on lizardfs because fuse3 issuespjotrp
2023-11-16Updated lizardfs to latest version on git....* gn/packages/file-systems.scm (lizardfs)[arguments]: updated and disabled tests in CMake pjotrp
2023-11-16Added note on move to https://git.genenetwork.org/guix-bioinformatics/pjotrp
2023-11-13gn: javascript: Add javascript-ace...* gn/packages/javascript.scm (javascript-ace): New package. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Alexander_Kabui
2023-11-10gn: javascript: Add javascript-marked-highlight....* gn/packages/javascript.scm (javascript-marked-highlight): New package. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Alexander_Kabui
2023-11-10gn: javascript: Add javascript-marked....* gn/packages/javascript.scm (javascript-marked): New package. Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Alexander_Kabui
2023-11-08gn: lizardfs: Fix building....* 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. Efraim Flashner
2023-11-03gn: javascript: Copy the right htmx.min.js from the source....* gn/packages/javascript.scm (javascript-htmx): Copy "/dist/htmx.min.js" to the targetdir. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Munyoki Kilyungi
2023-10-27Update dependencies: genenetwork3 and gn-auth...* genenetwork3: Remove `yoyo-migrations` as a dependency * gn-auth: Use the upstream `yoyo-migrations` * Remove temporary local definition for yoyo-migrations. Frederick Muriuki Muriithi
2023-10-26gn: htmx: Replace minify with trivial build system....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> Munyoki Kilyungi
2023-10-19Upgrade guix channel to 330b94e.Arun Isaac
2023-10-19Remove python-arvados-python-client....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. Arun Isaac
2023-10-19Remove bh20-seq-resource....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. Arun Isaac
2023-10-06genenetwork3: Add python-pyld to propagated-inputs....* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add python-ld. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> Munyoki Kilyungi
2023-10-04gn: javascript: Replace htmx.min.js with htmx.js....* 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> Munyoki Kilyungi
2023-09-27gn-auth: Fix missing importFrederick Muriuki Muriithi
2023-09-27gn-auth: List packages to install...List all packages to install to hopefully fix failure in `sanity-check` phase. Frederick Muriuki Muriithi
2023-09-27gn-auth: Use newer setup.py...Use updated setup.py to try and fix issues with the `sanity-check` phase. Frederick Muriuki Muriithi