/gnu/installer/newt/

sts/dsa.key
ape)[arguments]: Enable previously failing test. [inputs]: Replace "lib2geom" with LIB2GEOM-1.2.
AgeCommit message (Expand)Author
2020-05-04Add (guix openpgp)....* guix/openpgp.scm, tests/openpgp.scm, tests/civodul.key, tests/dsa.key, tests/ed25519.key, tests/rsa.key, tests/ed25519.sec: New files. * Makefile.am (MODULES): Add guix/openpgp.scm. (SCM_TESTS): Add tests/openpgp.scm. (EXTRA_DIST): Add tests/*.key and tests/ed25519.sec. Ludovic Courtès
Marius Bakke
2022-08-04gnu: inkscape: Update to 1.2.1....* gnu/packages/inkscape.scm (inkscape): Update to 1.2.1. Marius Bakke
2022-07-12gnu: inkscape: Add bash-minimal to inputs....* gnu/packages/inkscape.scm (inkscape)[inputs]: Add bash-minimal. Maxim Cournoyer
2022-07-12gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE....Fixes <https://issues.guix.gnu.org/55634>. * gnu/packages/inkscape.scm (inkscape) [phases]{wrap-program}: Override phase. Reported-by: Maxime Devos <maximedevos@telenet.be> Maxim Cournoyer
2022-07-12gnu: inkscape: Reintroduce variable, updated to 1.2....* gnu/packages/inkscape.scm (inkscape): Update to 1.2. [phases]{disable-problematic-tests}: New phase. Maxim Cournoyer
2022-07-12gnu: inkscape: Rename variable to inkscape/stable and hide package....This will allow introducing a new 'inkscape' package that can be more freely upgraded on the main branch. * gnu/packages/inkscape.scm (inkscape): Rename to... (inkscape/stable): ... this, and make it a hidden package. * gnu/packages/admin.scm (wpa-supplicant-gui)[native-inputs]: Rename inkscape input accordingly. * gnu/packages/docbook.scm (dblatex): Likewise. * gnu/packages/gnome-xyz.scm (arc-theme): Likewise. * gnu/packages/python-xyz.scm (python-matplotlib-documentation): Likewise. (python-nbconvert): Likewise. * gnu/packages/xfce.scm (xfdesktop): Likewise. * gnu/packages/xorg.scm (hackneyed-x11-cursors): Likewise. Maxim Cournoyer