Age | Commit message (Expand) | Author |
2022-03-29 | gnu: neovim: Update to 0.6.1....* gnu/packages/vim.scm (neovim): Update to 0.6.1.
Build neovim with LuaJIT in the supported platforms.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Luis Henrique Gomes Higino |
2022-03-29 | gnu: Add tree-sitter....* gnu/packages/text-editors.scm (tree-sitter): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Luis Henrique Gomes Higino |
2022-03-29 | gnu: Add xfce4-dict....* gnu/packages/xfce.scm (xfce4-dict): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Feng Shu |
2022-03-29 | gnu: poezio: Update to 0.13.2....* gnu/packages/messaging.scm (poezio): Update to 0.13.2.
[arguments]: Remove trailing boolean and use new style.
[inputs]: Remove unused python input.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| jgart |
2022-03-29 | gnu: openmpi: Update to 4.1.2...* gnu/packages/mpi.scm (openmpi): Update to 4.1.2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Philippe SWARTVAGHER |
2022-03-29 | gnu: slurm: Install libpmi2....* gnu/packages/parallel.scm (slurm)[source](snippet): Let PMI2 through.
[arguments]: In phase 'install-libpmi', install "contribs/pmi2".
[license]: Add 'non-copyleft'.
| Ludovic Courtès |
2022-03-29 | gnu: mercury: Remove trailing #T from phases and snippet....* gnu/packages/mercury.scm (mercury)[arguments]<#:phases>: Remove trailing #T.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-03-29 | gnu: python-livereload: Update to 2.6.3....* gnu/packages/python-web.scm (python-livereload): Update to 2.6.3.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-03-29 | gnu: solfege: Remove trailing booleans....* gnu/packages/music.scm (solfege): Remove trailing booleans.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-03-29 | gnu: python-port-for: Remove trailing boolean....* gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing
boolean from lambda function.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| jgart |
2022-03-29 | gnu: dnsmasq: Fix cross-compilation....* gnu/packages/dns.scm (dnsmasq)[arguments]: Use PKG-CONFIG-FOR-TARGET.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Brian Kubisiak |
2022-03-28 | gnu: munge: Fix cross-compiling....* gnu/packages/admin.scm (munge)[arguments]: Add configure-flag to set
path to libgcrypt prefix. Add configure flags when cross-compiling to
assume support for pipes.
| Efraim Flashner |
2022-03-28 | gnu: freeipmi: Fix cross-compiling....* gnu/packages/freeipmi.scm (freeipmi)[arguments]: Assume support for
/dev/random and /dev/urandom when cross compiling.
| Efraim Flashner |
2022-03-28 | gnu: sdsl-lite: Adjust inputs....* gnu/packages/datastructures.scm (sdsl-lite)[native-inputs]: Move
libdivsufsort from here ...
[propagated-inputs]: ... to here.
| Efraim Flashner |
2022-03-28 | gnu: rdma-core: Fix cross-compiling....* gnu/packages/linux.scm (rdma-core)[arguments]: Add configure-flag when
cross-compiling to find pkg-config.
| Efraim Flashner |
2022-03-28 | gnu: ansible: Use GUIX_PYTHONPATH in the search path specification....* gnu/packages/admin.scm (ansible)[native-search-paths]: Use GUIX_PYTHONPATH.
| Maxim Cournoyer |
2022-03-28 | gnu: openboardview: Do not recursively clone source....This is a follow up to commit ad85ca09777052426e801788032beb7592f0f21a.
* gnu/packages/electronics.scm (openboardview)
[source]<git-reference>: Delete the recursive? field.
| Maxim Cournoyer |
2022-03-28 | gnu: Add r-cycombine....* gnu/packages/bioconductor.scm (r-cycombine): New variable.
| Mădălin Ionel Patrașcu |
2022-03-28 | gnu: Add r-homologene....* gnu/packages/cran.scm (r-homologene): New variable.
| Ricardo Wurmus |
2022-03-28 | gnu: zig: Remove unneeded patch....* gnu/packages/zig.scm (zig)[source]: Remove one patch.
* gnu/packages/patches/zig-disable-libc-note-test.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Efraim Flashner |
2022-03-28 | gnu: gitolite: Add bash-minimal....* gnu/packages/version-control.scm (gitolite)[arguments]: Remove
trailing #t.
[inputs]: Add bash-minimal.
| Efraim Flashner |
2022-03-28 | gnu: gitolite: Don't hardcode path to svnserve....* gnu/packages/version-control.scm (gitolite)[arguments]: Adjust custom
'patch-source phase to search for svnserve in $PATH.
| Efraim Flashner |
2022-03-27 | gnu: Go: Update to 1.17.8 [security fixes]....Go 1.17.8 (released 2022-03-03) includes a security fix to the regexp/syntax
package[0], as well as bug fixes to the compiler, runtime, the go command, and
the crypto/x509 and net packages. See the Go 1.17.8 milestone[1] on the
upstream issue tracker for details.
[0] CVE-2022-24921 and https://go.dev/issue/51112.
[1] https://github.com/golang/go/issues?q=milestone%3AGo1.17.8+label%3ACherryPickApproved
* gnu/packages/golang.scm (go-1.17): Update to 1.17.8.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Pier-Hugues Pellerin |
2022-03-27 | gnu: Go 1.16: Update to 1.16.15 [security fixes]....Go 1.16.15 (released 2022-03-03) includes a security fix to the regexp/syntax
package[0], as well as bug fixes to the compiler, runtime, the go command, and
the net package. See the Go 1.16.15 milestone[1] on the upstream issue tracker
for details.
[0] CVE-2022-24921 and https://go.dev/issue/51112.
[2] https://github.com/golang/go/issues?q=milestone%3AGo1.16.15+label%3ACherryPickApproved
* gnu/packages/golang.scm (go-1.16): Update to 1.16.15.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Pier-Hugues Pellerin |
2022-03-27 | gnu: mcomix: Install messages....* gnu/packages/image-viewer.scm (mcomix)[install-data]: Also install messages
subdirectory.
| Liliana Marie Prikler |
2022-03-26 | gnu: linux-libre: Add linux-libre 5.17....* gnu/packages/linux.scm (linux-libre-5.17-version,
linux-libre-5.17-gnu-revision, deblob-scripts-5.17,
linux-libre-5.17-pristine-source, linux-libre-5.17-source,
linux-libre-headers-5.17, linux-libre-5.17): New variables.
* gnu/packages/aux-files/linux-libre/5.17-arm.conf,
gnu/packages/aux-files/linux-libre/5.17-arm64.conf,
gnu/packages/aux-files/linux-libre/5.17-i686.conf,
gnu/packages/aux-files/linux-libre/5.17-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
| Leo Famulari |
2022-03-26 | gnu: Borg: Update to 1.2.0....* gnu/packages/backup.scm (borg): Update to 1.2.0.
[source]: Adjust the list of Cython files to rebuild. Remove an obsolete
substitution. Delete the bundled xxhash. Blake2 is no longer bundled.
[native-inputs]: Add python-dateutil.
[inputs]: Add xxhash. Add python-msgpack-1.2. Remove libb2.
[arguments]: Export BORG_LIBXXHASH_PREFIX to ensure the build script can find
xxhash. Adjust the list of skipped tests and make the custom 'check' phase honor
tests?. Install some more documentation.
| Leo Famulari |
2022-03-26 | gnu: Add python-msgpack-1.0.2....* gnu/packages/python-xyz.scm (python-msgpack-1.0.2): New variable.
| Leo Famulari |
2022-03-26 | gnu: mcomix: Wrap missing paths....* gnu/packages/image-viewers.scm (mcomix)[inputs]: Add gtk+.
[arguments]<#:imported-modules,#:modules>: New arguments.
<#:phases>: Add ‘glib-or-gtk-wrap’ and ‘gi-wrap’.
| Liliana Marie Prikler |
2022-03-26 | gnu: mcomix: Update to 2.0.1....* gnu/packages/image-viewers.scm (mcomix): Update to 2.0.1.
[source]: Use sourceforge once again.
[inputs]: Add ‘python’.
[arguments]: Convert to a list of G-Expressions.
<#:tests?>: Drop.
<#:phases>: Rename ‘configure’ to ‘patch-sources’. Also fix an assertion
error in "mcomix/image_tools.py".
No longer replace ‘build’ or ‘install’. Add ‘install-data’ phase after
‘install’. Use (this-package-input) to refer to the python input.
| Liliana Marie Prikler |
2022-03-26 | gnu: Add xfdashboard....* gnu/packages/xfce.scm (xfdashboard): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Feng Shu |
2022-03-25 | services: xorg: Remove xf86-input-synaptics from %default-xorg-modules....Fixes <https://issues.guix.gnu.org/35450>.
This driver isn't intended to be installed by default as it takes
precedence over the recommended xf86-input-libinput.
* gnu/services/xorg.scm (%default-xorg-modules): Remove
xf86-input-synaptics.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| SeerLite |
2022-03-25 | gnu: nftables: Enable json output....* gnu/packages/linux.scm (nftables)[inputs]: Add jansson.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| fesoj000 |
2022-03-25 | gnu: nftables: Enable build of manpages....* gnu/packages/linux.scm (nftables)[native-inputs]: Add docbook2x.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| fesoj000 |
2022-03-25 | gnu: Add gigolo....* gnu/packages/xfce.scm (gigolo): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Feng Shu |
2022-03-25 | gnu: Add curlie....* gnu/packages/curl.scm (curlie): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Imran Iqbal |
2022-03-25 | gnu: akku: Update to 1.1.0....* gnu/packages/package-management.scm (akku): Update to 1.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| raingloom |
2022-03-25 | gnu: hwloc: Update to 2.7.1....* gnu/packages/mpi.scm (hwloc-2): Update to 2.7.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Philippe SWARTVAGHER |
2022-03-25 | gnu: txr: Update to 274....* gnu/packages/lisp.scm (txr): Update to 274.
| Guillaume Le Vaillant |
2022-03-25 | gnu: postgis: Update to 3.2.1....* gnu/packages/geo.scm (postgis): Update to 3.2.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2022-03-25 | gnu: cl-clack: Update to 2.0.0-2.6fd0279....* gnu/packages/lisp-xyz.scm (sbcl-clack): Update to 2.0.0-2.6fd0279.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2022-03-25 | gnu: cl-contextl: Update to 1.0.0-2.f4fb3f5....* gnu/packages/lisp-xyz.scm (sbcl-contextl): Update to 1.0.0-2.f4fb3f5.
[version]: Use revision variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2022-03-25 | gnu: prusa-slicer: Update to 2.4.1....* gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.1.
| Guillaume Le Vaillant |
2022-03-24 | gnu: tremc: Update to 0.9.3....* gnu/packages/bittorrent.scm (tremc): Update to 0.9.3.
[source]: Remove obsolete patch.
* gnu/packages/patches/tremc-fix-decodestring.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari |
2022-03-24 | gnu: Add python-flake8-isort....* gnu/packages/python-xyz.scm (python-flake8-isort): New variable.
| Maxim Cournoyer |
2022-03-24 | gnu: Add python-aiopg....* gnu/packages/python-xyz.scm (python-aiopg): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre-Henry Fröhring |
2022-03-24 | gnu: Add python-psycopg2-binary....* gnu/packages/python-xyz.scm (python-psycopg2-binary): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre-Henry Fröhring |
2022-03-24 | gnu: xen: Fix compilation....Suggested by Skyler <skyvine@protonmail.com>.
* gnu/packages/virtualization.scm (xen)[arguments]: In 'patch' phase,
substitute ".note.gnu.build-id" in 'xen.lds.S'.
| Ludovic Courtès |
2022-03-24 | gnu: Add python-robotframework-pabot....* gnu/packages/python-xyz.scm (python-robotframework-pabot): New variable.
| Maxim Cournoyer |
2022-03-24 | gnu: python-robotframework: Update to 5.0 and run acceptance tests....* gnu/packages/python-xyz.scm (python-robotframework): Update to 5.0.
[patches]: Remove python-robotframework-ug2html.patch. Add
python-robotframework-atest.patch and update
python-robotframework-source-date-epoch.patch.
[phases]: Use gexps.
{delete-problematic-tests}: New phase.
{check}: Also run `atest', the acceptance test suite.
[native-inputs]: Use new style. Add python-lxml, python-pyyaml,
python-xmlschema, scrot and xvfb-run.
* gnu/packages/patches/python-robotframework-atest.patch: New file.
* gnu/packages/patches/python-robotframework-source-date-epoch.patch: Update patch.
* gnu/packages/patches/python-robotframework-ug2html.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Maxim Cournoyer |