aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorraingloom <raingloom@riseup.net>2020-10-13 09:53:40 +0200
committerLudovic Courtès <ludo@gnu.org>2020-12-03 16:18:44 +0100
commit59fbfcfb5502c415b9478ddc5a57cc580a0f2a61 (patch)
treeb3fad0140c1088330f596db153d60f9eed78c388 /HACKING
parentbb1b37d8811916aa91b3d9d255db09ff2051ed11 (diff)
downloadguix-59fbfcfb5502c415b9478ddc5a57cc580a0f2a61.tar.gz
guix-59fbfcfb5502c415b9478ddc5a57cc580a0f2a61.zip
gnu: Add chicken-datatype.
* gnu/packages/chicken.scm (chicken-datatype): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'HACKING')
0 files changed, 0 insertions, 0 deletions
ansfig. Replace imagemagick with imagemagick/stable. Add graphviz-minimal, font-ghostscript, librsvg, m4, perl-readonly, texlive-texloganalyser, texlive-bold-extra, texlive-cm-mf-extra-bold, texlive-comment, texlive-float, texlive-enumitem, texlive-mdwtools, texlive-hyphenat, texlive-index, texlive-listings, texlive-microtype, texlive-etoolbox, texlive-nag, texlive-ragged2e, texlive-shorttoc, texlive-bigfoot, texlive-xstring and hevea. [arguments]<#:phases>: Add 'fontconfig-cache, 'exclude-doc-from-check and 'install-doc. Replace 'build and 'install. [outputs]: Add 'doc. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal 2023-09-17gnu: enblend-enfuse: Backport upstream fixes....Backport changes for reproducible builds & missing include. * gnu/packages/patches/enblend-enfuse-reproducible.patch: New file. * gnu/local.mk: Register it. * gnu/packages/photo.scm (enblend-enfuse)[source]: Use newly added patch. Add snippet to fix missing header. [arguments]<#:phases>: Remove 'add-missing-include. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Bruno Victal 2023-08-21gnu: darktable: Enable building on riscv64-linux....* gnu/packages/photo.scm (darktable)[supported-systems]: Add riscv64-linux. Efraim Flashner 2023-08-18gnu: darktable: Build with librsvg-for-system....* gnu/packages/photo.scm (darktable)[inputs]: Replace librsvg with librsvg-for-system. Efraim Flashner 2023-08-15gnu: rawtherapee: Build with librsvg-for-system....* gnu/packages/photo.scm (rawtherapee)[inputs]: Replace librsvg with librsvg-for-system. Efraim Flashner 2023-08-13gnu: entangle: Update package style....* gnu/packages/photo.scm (entangle)[arguments]: Rewrite as G-expressions. Don't explicitly return #t from phases. [native-inputs]: Remove input labels. Tobias Geerinckx-Rice 2023-08-13gnu: entangle: Fix build....* gnu/packages/photo.scm (entangle)[arguments]: Add a new 'build-with-meson-0.60 phase. [native-inputs]: Add itstool. Tobias Geerinckx-Rice 2023-07-16gnu: darktable: Update to 4.4.2....* gnu/packages/photo.scm (darktable): Update to 4.4.2. Tobias Geerinckx-Rice 2023-07-16gnu: lensfun: Update to 0.3.4....* gnu/packages/photo.scm (lensfun): Update to 0.3.4. Tobias Geerinckx-Rice 2023-07-18gnu: Deprecate `texlive-tiny'....At this point, there are three equivalent TeX Live sub-systems: texlive-scheme-basic, texlive-tiny, and (texlive-updmap.cfg). It is confusing to keep so many around. * doc/contributing.texi (Submitting Patches): Remove reference to TEXLIVE-TINY. * gnu/packages/algebra.scm (pari-gp)[native-inputs]: (giac)[native-inputs]: * gnu/packages/chez.scm (chez-sockets)[native-inputs]: * gnu/packages/engineering.scm (fastcap)[native-inputs]: * gnu/packages/gettext.scm (po4a)[native-inputs]: * gnu/packages/maths.scm (cddlib)[native-inputs]: (gnuplot)[native-inputs]: (itpp)[native-inputs]: * gnu/packages/ocaml.scm (unison)[native-inputs]: * gnu/packages/pdf.scm (extractpdfmark)[native-inputs]: * gnu/packages/photo.scm (enblend-enfuse): Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG. * gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove unnecessary TEXLIVE-TINY. * gnu/packages/tex.scm (texlive-tiny): Deprecate it in favor of TEXLIVE-SCHEME-BASIC. (texlive-makecmds)[native-inputs]: Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG. * guix/lint.scm (check-inputs-should-be-native): Check only for "texlive-updmap.cfg" input name. Nicolas Goaziou