aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/inkscape.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-02-25 13:50:19 -0500
committerMark H Weaver <mhw@netris.org>2016-02-25 13:50:19 -0500
commite62b5c690317ec6c5e35ce267b5c683bbd320342 (patch)
treef66227a16c9659f111aff5c5506f5494e5af1b7f /gnu/packages/inkscape.scm
parent0767f6a69e96185a9a8c6377ac946037b966d4c7 (diff)
parentbf6996c9cf94627f7c116dc0b9923fe0bf942663 (diff)
downloadguix-e62b5c690317ec6c5e35ce267b5c683bbd320342.tar.gz
guix-e62b5c690317ec6c5e35ce267b5c683bbd320342.zip
Merge branch 'media-updates'
Diffstat (limited to 'gnu/packages/inkscape.scm')
0 files changed, 0 insertions, 0 deletions
m (translate-cross-references): Move it... * guix/build/po.scm: Parse comments and flags separately to find fuzzy flags. (translate-cross-references): ...here. (parse-tree->assoc): Ignore fuzzy entries. Julien Lepiller 2021-06-23build: Makefile splits Scheme compilation in four steps....Fixes <https://bugs.gnu.org/48963>. Reported by Julien Lepiller <julien@lepiller.eu>. This reduces peak memory consumption to something less unreasonable. * Makefile.am (make-go): Depend on 'make-*-go' targets; remove body. (guile-compilation-rule): New function. (MODULES_CORE, MODULES_PACKAGES, MODULES_SYSTEM, MODULES_CLI): New variables. <top level>: Call 'guile-compilation-rule' 4 times. * build-aux/compile-all.scm <top level>: Expect "--total" and "--processed". Take them into account when displaying progress reports. Ludovic Courtès 2021-06-18build: Remove Guile 2.2 workaround....* build-aux/compile-all.scm <top level>: Remove Guile 2.2 workaround. Ludovic Courtès