summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-08-17gnu: Add texlive-collection-music.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-collection-music): New variable.
2023-08-17gnu: Add texlive-xpiano.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xpiano): New variable.
2023-08-17gnu: Add texlive-xml2pmx.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xml2pmx): New variable.
2023-08-17gnu: Add texlive-songs.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-songs): New variable.
2023-08-17gnu: Add texlive-songproj.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-songproj): New variable.
2023-08-17gnu: Add texlive-songbook.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-songbook): New variable.
2023-08-17gnu: Add texlive-recorder-fingering.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-recorder-fingering): New variable.
2023-08-17gnu: Add texlive-pmxchords.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-pmxchords): New variable.
2023-08-17gnu: Add texlive-pmx.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-pmx): New variable.
2023-08-17gnu: Add texlive-piano.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-piano): New variable.
2023-08-17gnu: Add texlive-octave.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-octave): New variable.
2023-08-17gnu: Add texlive-musixtex-fonts.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-musixtex-fonts): New variable.
2023-08-17gnu: Add texlive-musixguit.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-musixguit): New variable.
2023-08-17gnu: Add texlive-musicography.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-musicography): New variable.
2023-08-17gnu: Add texlive-musical.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-musical): New variable.
2023-08-17gnu: Add texlive-m-tx.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-m-tx): New variable.
2023-08-17gnu: Add texlive-lyluatex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-lyluatex): New variable.
2023-08-17gnu: Add texlive-lilyglyphs.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-lilyglyphs): New variable.
2023-08-17gnu: Add texlive-leadsheets.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-leadsheets): New variable.
2023-08-17gnu: Add texlive-latex4musicians.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-latex4musicians): New variable.
2023-08-17gnu: Add texlive-harmony.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-harmony): New variable.
2023-08-17gnu: Add texlive-guitartabs.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-guitartabs): New variable.
2023-08-17gnu: Add texlive-guitarchordschemes.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-guitarchordschemes): New variable.
2023-08-17gnu: Add texlive-guitar.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-guitar): New variable.
2023-08-17gnu: Add texlive-gtrcrd.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-gtrcrd): New variable.
2023-08-17gnu: Add texlive-gregoriotex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-gregoriotex): New variable.
2023-08-17gnu: Add texlive-gchords.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-gchords): New variable.
2023-08-17gnu: Add texlive-figbas.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-figbas): New variable.
2023-08-17gnu: Add texlive-chordbox.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-chordbox): New variable.
2023-08-17gnu: Add texlive-chordbars.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-chordbars): New variable.
2023-08-17gnu: Add texlive-bagpipe.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-bagpipe): New variable.
2023-08-17gnu: Add texlive-autosp.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-autosp): New variable.
2023-08-17gnu: Add texlive-abc.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-abc): New variable.
2023-08-17gnu: Add texlive-musixtnt.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-musixtnt): New variable.
2023-08-17gnu: Add texlive-musixtex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-musixtex): New variable.
2023-08-17gnu: mcrl2: Update to 202206.1.Janneke Nieuwenhuizen
* gnu/packages/maths.scm (mcrl2): Update to 202206.1. [source]: Remove patches. * gnu/packages/patches/mcrl2-fix-1687.patch, gnu/packages/patches/mcrl2-fix-counterexample.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove their references.
2023-08-16gnu: ddclient: Remove package.Bruno Victal
ddclient is unmaintained as of 2023-07-04 [1]. This reverts changes related to commit 0bc2d3e42b8800e875f24973f999739297f1f502. [1]: <https://github.com/ddclient/ddclient/issues/528> * gnu/packages/dns.scm (ddclient): Remove variable. * gnu/packages/patches/ddclient-skip-test.patch: Remove file. * gnu/local.mk: Unregister it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16Revert "services: Add ddclient service."Bruno Victal
ddclient is unmaintained as of 2023-07-04 [1] and this service has been broken for a while [2]. Remove it rather than shipping a broken service for an unmaintained program that's unlikely to be fixed. [1]: <https://github.com/ddclient/ddclient> [2]: <https://issues.guix.gnu.org/52770> This reverts commit 8490a8346b5c8207f5798be55bea1de865b0bd42. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16gnu: libwebp: Replace with 1.3.1. [fixes CVE-2023-1999]Hilton Chain
* gnu/packages/image.scm (libwebp/fixed): New variable. (libwebp)[replacement]: Assign it to new field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16gnu: guile-png: Update to 0.7.0.Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.7.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16services: posgresql: Add option to specify UID/GID for postgres user.Martin Baulig
Add 'createAccount?', 'uid' and 'gid' to <postgresql-configuation>. Unlike other system daemons, the PostgreSQL data directory is typically meant to persist across 'guix system reconfigure' and once created, you don't want it's UID or GID to change anymore. Furthermore, if you want to place the data directory on a network share and use NFSv4 with idmap, then the 'postgres' user must exist when the 'rpc.idmapd' daemon is launched; prior to mounting the share. And it needs to be possible to mount the share without configuring PostgreSQL. With NFSv3, the UID and GID typically needs to match those on the server. The added options allow for both of these scenarios: You can either create the user in (operating-system (users)) completely independently of the 'postgresql-service-type' (for instance to get your NFS setup working first prior to configuring your databases) - or "pin" it's UID / GID values. * gnu/services/databases.scm (<postgresql-configuration>)[create-account?] [uid, gid]: New fields. (%postgresql-accounts): Remove. (create-postgresql-account): New procedure. (postgresql-service-type)[extensions]: Use it. * doc/guix.texi (Database Services): Update accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16Update email addresses for Juliana Sims.Juliana Sims
* .mailmap: Add an entry for Juliana. * gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/build-tools.scm, gnu/packages/scheme.scm: Update Juliana's email. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16gnu: qpwgraph: Update to 0.5.2.Juliana Sims
* gnu/packages/audio.scm (qpwgraph): Update to 0.5.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16gnu: git-lfs: Update to 3.4.0.Juliana Sims
* gnu/packages/version-control.scm (git-lfs): Update to 3.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16gnu: tor: Update to 0.4.7.14.fanquake
* gnu/packages/tor.scm (tor): Update to 0.4.7.14. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-16gnu: perf: Add now required dependency on libtraceevent.Ludovic Courtès
This dependency is required since the linux-libre upgrade in 504c574775abc02671f8f5b7125552ef36ef6bc8. * gnu/packages/linux.scm (perf)[inputs]: Add libtraceevent.
2023-08-16gnu: cuirass: Update to 7416bb9.Ludovic Courtès
* gnu/packages/ci.scm (cuirass): Update to 7416bb9.
2023-08-16gnu: Add texlive-collection-humanities.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-collection-humanities): New variable.
2023-08-16gnu: Add texlive-xyling.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xyling): New variable.
2023-08-16gnu: Add texlive-verse.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-verse): New variable.