aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions
hviz.scm?id=81b7bf40b28094d34aa53518a97e3d67e29a61ed'>gnu: python-pydot: Build with old pyparsing....* gnu/packages/graphviz.scm (python-pydot)[propagated-inputs]: Change from PYTHON-PYPARSING to PYTHON-PYPARSING-2.4.7. Marius Bakke 2021-12-15gnu: xdot: Build with harfbuzz....This fixes a crash when launching xdot. * gnu/packages/graphviz.scm (xdot)[inputs]: Add harfbuzz. [arguments]: Add harfbuzz to the GI_TYPELIB_PATH wrapper in the 'wrap' phase. Signed-off-by: Leo Famulari <leo@famulari.name> terramorpha 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-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-12-10gnu: Add gprof2dot....* gnu/packages/graphviz.scm (gprof2dot): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Giacomo Leidi via Guix-patches via 2021-11-11gnu: gtk: Replace gdk-pixbuf+svg by librsvg....With the addition of a profile hook for computing the gdk-pixbuf loaders cache file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate gdk-pixbuf without fear, so replace the former for the latter. The replacement was automated with the following command: $ git grep -l ',gdk-pixbuf+svg)' \ | xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i * gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package. (gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg. (gtk+)[propagated-inputs]: Likewise. * gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package. Maxim Cournoyer 2021-11-11gnu: graphviz: Update to 2.49.0....* gnu/packages/graphviz.scm (graphviz): Update to 2.49.0. Maxim Cournoyer 2021-11-11gnu: Move a few Python packages to (gnu packages python-build)....This is in prevision of updating python-pypa-build, which now requires python-packaging and adding python-tomli, which requires python-six. * gnu/packages/python-xyz.scm (python-six) (python-six-bootstrap, python2-six-bootstrap) (python-pyparsing, python2-pyparsing, python-pyparsing-2.4.7) (python-packaging-bootstrap, python2-packaging-bootstrap): Move packages to... * gnu/packages/python-build.scm: ... here. Update python-parsing to latest. * gnu/packages/python-xyz.scm (python-six, python-packaging): Adjust to inherit from their bootstrap versions. Maxim Cournoyer 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-04gnu: python-uqbar: Update to 0.5.6....* gnu/packages/graphviz.scm (python-uqbar): Update to 0.5.6. [arguments]: Update setup.py version requirements. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> jgart 2021-07-29Merge branch 'master' into core-updates-frozen... Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm Marius Bakke 2021-07-29gnu: python2-pygraphviz: Remove it....* gnu/packages/graphviz.scm (python2-pygraphviz): Remove it. Mathieu Othacehe 2021-07-29gnu: python-pygraphviz: Update to 1.7....* gnu/packages/graphviz.scm (python-pygraphviz): Update to 1.7. [arguments]: Remove #:configure-flags that are no longer supported. [inputs]: Use the latest graphviz package. [native-inputs]: Add python-pytest. Mathieu Othacehe 2021-07-29gnu: graphviz-2.38: Fix build failure....* gnu/packages/graphviz.scm (graphviz-2.38)[arguments]<#:phases>: Make this a G-exp. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos