aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bioconductor.scm
blob: a7af5c42ce91e1c03edbc5308404dd7f1c74f0ac (about) (plain)
blob size (835KB) exceeds display size limit (100KB).
dgets.scm Christopher Baines 2023-02-25gnu: perl-gd: Use gexps....This helps cross-compilation: in that case, '%build-inputs' was unbound. * gnu/packages/gd.scm (perl-gd)[arguments]: Rewrite using gexps. Ludovic Courtès 2023-02-25gnu: perl-gd: Remove input labels....* gnu/packages/gd.scm (perl-gd)[inputs]: Remove labels. Ludovic Courtès 2022-07-06gnu: gd: Remove input labels....* gnu/packages/gd.scm (gd)[inputs]: Remove labels. Marius Bakke 2022-07-06gnu: gd: Add release-monitoring-url....* gnu/packages/gd.scm (gd)[properties]: Set upstream-name and release-monitoring-url. Marius Bakke 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-11-14gnu: gd: Fix long patch filename....This fixes the generation of a tarball with "make dist": tar: guix-1.3.0.10365-4c4f9/gnu/packages/patches/gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch: file name is too long (max 99); not dumped * gnu/packages/patches/gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch: Rename patch to ... * gnu/packages/patches/gd-Revert-fix-303-gdlib.pc.patch: ... this. * gnu/packages/gd.scm (gd)[source]: Update patch filename. * gnu/local.mk (dist_patch_DATA): Update patch filename. Vagrant Cascadian