aboutsummaryrefslogtreecommitdiff
path: root/build-aux/cuirass
ModeNameSize
-rw-r--r--gnu-system.scm965logplainabout
-rw-r--r--guix-modular.scm143logplainabout
-rw-r--r--hurd-manifest.scm2316logplainabout
-rw-r--r--hydra-to-cuirass.scm1788logplainabout
/graphviz.scm?id=18b1497673b92b6a0947839f9757a561a77d0d5f'>gnu: 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 (guile3.0-ssh): Likewise. * gnu/packages/terminals.scm (et): Likewise. * gnu/packages/tls.scm (guile3.0-gnutls): Likewise. * gnu/packages/vlang.scm (v): Likewise. * gnu/packages/vpn.scm (wireguard): Likewise. * gnu/packages/web-browsers.scm (next, sbcl-next): Likewise. * gnu/packages/xorg.scm (transset-df): Likewise. Tobias Geerinckx-Rice 2021-11-06gnu: fio: Disable native CPU compiler optimizations....* gnu/packages/benchmark.scm (fio)[arguments]: Add #:configure-flags. Adjust configure phase accordingly. Marius Bakke 2021-11-06gnu: fio: Disable Ceph/RADOS support....This little-used feature is easy to add on demand and blows up the closure. * gnu/packages/benchmark.scm (fio)[inputs]: Remove CEPH. Marius Bakke 2021-11-06gnu: fio: Don't bother wrapping scripts....fio comes with many scripts of varying utility. Some require extra additional programs, which users can easily install as needed; there is little use in imposing all optional dependencies on all users of fio. * gnu/packages/benchmark.scm (fio)[arguments]: Remove patch-paths phase. Rewrite move-outputs to move all discovered scripts and not wrap any. [inputs]: Remove GNUPLOT, PYTHON-2, PYTHON2-NUMPY, and PYTHON2-PANDAS. Add PYTHON. Marius Bakke 2021-10-16gnu: fio: Update to 3.28....* gnu/packages/benchmark.scm (fio): Update to 3.28. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2021-09-03gnu: benchmark: Update to 1.5.6....* gnu/packages/benchmark.scm (benchmark): Update to 1.5.6. [arguments]: Don't return #t from phases. Tobias Geerinckx-Rice