summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2022-01-14gnu: earlyoom: Rewrite with gexps.•••* gnu/packages/linux.scm (earlyoom)[arguments]: Rewrite with gexps. Efraim Flashner
2022-01-14gnu: earlyoom: Move snippet to make-flag.•••* gnu/packages/linux.scm (earlyoom)[source]: Remove snippet. [arguments]: Add makeflag to not use go111modules. Efraim Flashner
2022-01-14gnu: earlyoom: Run more tests.•••* gnu/packages/linux.scm (earlyoom)[native-inputs]: Add cppcheck. Efraim Flashner
2022-01-14gnu: %boot3-inputs: Add missing input.•••* gnu/packages/commencement.scm (%boot3-inputs): When building on riscv64-linux add gcc:lib. Efraim Flashner
2022-01-14gnu: gcc-boot0: Use libstdc++-boot0-gcc7 on riscv64-linux.•••* gnu/packages/commencement.scm (libstdc++-boot0-gcc7): New variable. (gcc-boot0)[inputs]: On riscv64-linux use libstdc++-boot0-gcc7 instead of libstdc++-boot0. Efraim Flashner
2022-01-14gnu: bootstrap: Add support for riscv64-linux.•••On 7d93b21ab1c132990054372a9677c1639d54e631 gnu: glibc-for-bootstrap: Update patch. Run ./pre-inst-env guix build --target=riscv64-linux-gnu bootstrap-tarballs Producing /gnu/store/4hdzva9i0wyyfbgj1lmqc1wkk644pv07-bootstrap-tarballs-0 With guix hash -rx 1nj0fdgj08bbmfny01mp2blv7c3p2iciqh31zmf04ap5s7ygsqlp * gnu/packages/bootstrap.scm (%bootstrap-executables): Add entries for riscv64-linux. (%bootstrap-guile-hash, %bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Add entry for riscv64-linux. (raw-build-guile3): New procedure. (make-raw-bag): Use raw-build-guile3 for riscv64-linux. * guix/packages.scm (%supported-systems): Add riscv64-linux. (%cuirass-supported-systems): Remove riscv64-linux. * guix/utils.scm (target-64bit?): Add riscv64-linux. * m4/guix.m4: Add riscv64-linux as a supported system. * doc/guix.texi (GNU Distribution): Add riscv64-linux. Efraim Flashner
2022-01-14gnu: emacs-json-mode: Update to 1.0.15.•••* gnu/packages/emacs-xyz.scm (emacs-json-mode): Update to 1.0.15. [source]<origin>: Use ".tar" extension, since ".el" is only possible for first release ever in GNU ELPA. Nicolas Goaziou
2022-01-14gnu: Add conflict.•••* gnu/packages/shellutils.scm (conflict): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Foo Chuan Wei
2022-01-14Revert "gnu: Add litecli."•••This reverts commit 3f7517a80aac1e462565ced048b9ccd84aa880a9. The patch has already been applied. Nicolas Goaziou
2022-01-14gnu: Add litecli.•••* gnu/packages/databases.scm (litecli): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Foo Chuan Wei
2022-01-14gnu: Add pgcli.•••* gnu/packages/databases.scm (pgcli): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Foo Chuan Wei
2022-01-14gnu: Add python-ipython-sql.•••* gnu/packages/python-xyz.scm (python-ipython-sql): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Foo Chuan Wei
2022-01-14gnu: Add python-pgspecial.•••* gnu/packages/databases.scm (python-pgspecial): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Foo Chuan Wei
2022-01-14gnu: python-pendulum: Add setup.py to fix build.•••* gnu/packages/time.scm (python-pendulum)[arguments]: Add "setup.py" to fix build. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Foo Chuan Wei
2022-01-14gnu: Add blacksmith.•••* gnu/packages/cybersecurity.scm (blacksmith): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Raghav Gururajan via Guix-patches via
2022-01-14gnu: Add argagg.•••* gnu/packages/cpp.scm (argagg): New variable. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Julien Lepiller <julien@lepiller.eu> Co-authored-by: Disseminate Dissent <disseminatedissent@protonmail.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Raghav Gururajan via Guix-patches via
2022-01-14gnu: Add asmjit.•••* gnu/packages/cpp.scm (asmjit): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Raghav Gururajan
2022-01-13gnu: qjackctl: Update to 0.9.6.•••* gnu/packages/audio.scm (qjackctl): Update to 0.9.6. Tobias Geerinckx-Rice
2022-01-13gnu: console-setup: Update to 1.207.•••* gnu/packages/xorg.scm (console-setup): Update to 1.207. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2022-01-13gnu: perl-x11-xcb: Update to 0.19.•••* gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.19. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2022-01-13gnu: tigervnc-{client,server}: Update to 1.12.0-0.b484c22.•••* gnu/packages/vnc.scm (tigervnc-client): Update to 1.12.0-0.b484c22. [source]: Build from a Git snapshot. (tigervnc-server)[arguments]: Adjust the 'patch-xserver phase. Tobias Geerinckx-Rice
2022-01-13gnu: openocd: Reinstate the change-udev-group phase.•••* gnu/packages/embedded.scm (openocd)[phases]: Delete trailing #t. {change-udev-group}: Order following unpack, not the nonexistent autoreconf phase. [home-page]: Use HTTPS. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Jorge Acereda
2022-01-13gnu: lua: Add version 5.4.3.•••* gnu/packages/lua.scm (lua-5.4): New variable. * gnu/packages/patches/lua-5.4-liblua-so.patch, gnu/packages/patches/lua-5.4-pkgconfig.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Alex Devaure
2022-01-13gnu: font-fira-go: Note lack of corresponding source.•••* gnu/packages/fonts.scm (font-fira-go)[description]: Note lack of corresponding source. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath
2022-01-13gnu: font-fira-code: Update to 6.2.•••* gnu/packages/fonts.scm (font-fira-code): Update to 6.2. [home-page]: Change. This font was never affiliated with Mozilla. [description]: Tweak. Fix formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath
2022-01-13gnu: font-fira-mono: Inherit from font-fira-sans.•••* gnu/packages/fonts.scm (font-fira-mono)[source, build-system, home-page]: Inherit from font-fira-sans. [synopsis, description]: Rewrite, since Firefox OS was discontinued. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath
2022-01-13gnu: font-fira-sans: Update to 4.203.•••This is the final version to include corresponding UFO sources. * gnu/packages/fonts.scm (font-fira-sans): Update to 4.203. [source]: Move to new upstream repository. [arguments]: Change to the right variant directory. [synopsis, description]: Rewrite, since Firefox OS was discontinued. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath
2022-01-13gnu: chafa: Update to 1.8.0.•••* gnu/packages/image-viewers.scm(chafa): Update to 1.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guy-Fleury Iteriteka
2022-01-13gnu: bubblewrap: Update to 0.5.0.•••* gnu/packages/patches/bubblewrap-fix-locale-in-tests.patch: Add it. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/virtualization.scm (bubblewrap): Update to 0.5.0. [source]: Add patch. [arguments]: Adjust test substitutions. [inputs]: Remove labels. [native-inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org> kiasoc5
2022-01-13gnu: poetry: Use an old msgpack implementation.•••* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Replace python-msgpack with python-msgpack-transitional. Signed-off-by: Leo Famulari <leo@famulari.name> Tanguy Le Carrour
2022-01-13Revert "gnu: Remove python-msgpack-transitional."•••This reverts commit d5ae6739fdb4786c49d33de3fec9872c73d2e311. It turned out that 'poetry' requires this transitional msgpack package: https://issues.guix.gnu.org/53228 Signed-off-by: Leo Famulari <leo@famulari.name> Tanguy Le Carrour
2022-01-13gnu: git-absorb: Fix build.•••* gnu/packages/rust-apps.scm (git-absorb)[arguments]: Permit newer versions of rust-clap-2. Jelle Licht
2022-01-13gnu: node-lts: Update to 14.18.3 [security fixes].•••* gnu/packages/node.scm (node-lts): Update to 14.18.3. Includes fixes for CVE-2021-44531, CVE-2021-44532, CVE-2021-44533, and CVE-2022-21824. Jelle Licht
2022-01-13bootloader: grub: Fix serial mode.•••* gnu/bootloader/grub.scm (grub-setup-io): Fix serial mode display by declaring the serial property before the terminal_input and terminal_output properties. Mathieu Othacehe
2022-01-13gnu: sbcl-cl-gopher: Update to 20220112.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-gopher): Update to 20220112. Pierre Neidhardt
2022-01-13gnu: emacs-geiser-guile: Update to 0.21.•••* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.21. Nicolas Goaziou
2022-01-13gnu: emacs-rustic: Update to 2.5.•••* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.5. Nicolas Goaziou
2022-01-13gnu: emacs-keycast: Update to 1.1.3.•••* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.1.3. [source]<url>: Remove ".git" suffix. Nicolas Goaziou
2022-01-13services: Adjust the jami service for the upgraded jami.•••* gnu/services/telephony.scm (jami-configuration)[jamid]: Rename libring to libjami. * gnu/services/telephony.scm (jami-configuration->command-line-arguments): Adjust daemon file name. * gnu/services/telephony.scm (jami-service-type): Adjust doc. * gnu/tests/telephony.scm (run-jami-test): Check for 'jamid' process, not 'dring'. * doc/guix.texi (Telephony Services): Adjust doc for the jami-qt to jami and libring to libjami packages renaming. Maxim Cournoyer
2022-01-13gnu: jami: Update to 20211223.2.37be4c3.•••* gnu/packages/patches/pjproject-correct-the-cflags-field.patch: Delete file. * gnu/packages/patches/pjproject-fix-pkg-config-ldflags.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them. * gnu/packages/jami.scm (%jami-version): Update version string. (%jami-sources): Adjust snippet. (jami-apply-custom-patches): Use G-Exp. (pjproject-jami): Use Savoir-faire Linux's fork and update to 2.11-0.e1f389d. [phases]: Adjust and update accordingly. (%ffmpeg-default-configure-flags): Capitalize and reword comments. (ffmpeg-jami)[native-inputs]: Delete field. [tests?]: Add comment and move into the SUBSTITUTE-KEYWORD-ARGUMENTS use. [phases]: Use G-Exp and update the list of patches. (libring): Deprecate and rename to... (libjami): ... this. Move the arguments field before the inputs. [tests?]: Add explanatory comment. [configure-flags]: Add '--disable-agent', with explanatory comment. [phases]{change-directory}: Rename to... {change-directory/maybe}: ... this, to attempt but not enforce a directory change so as to also support using a Git checkout as source. {add-lib-dir}: Remove phase. [inputs]: Use new style. [native-inputs]: Add cppunit. (libringclient): Deprecate and rename to... {jami-libclient}: ... this. [configure-flags]: Enable LIBWRAP. [phases]{change-directory/maybe}: Renamed from change-directory, for reasons described above. [inputs]: Adjust accordingly. (jami-gnome): Move the input fields below the arguments field. [phases]{change-directory/maybe}: Renamed from change-directory, for reasons described above. [inputs]: Rename libringclient to jami-libclient and use new style. [native-inputs]: Use new style. [propagated-inputs]: Delete field. (jami-qt): Deprecate and rename to... (jami): ... this. [phases]{change-directory/maybe}: Renamed from change-directory, for reasons described above. [native-inputs]: Add python. [inputs]: Adjust accordingly. [propagated-inputs]: Delete field. Maxim Cournoyer
2022-01-13gnu: pjproject: Update to 2.11.1.•••* gnu/packages/telephony.scm (pjproject): Update to 2.11.1. [tests?]: Remove argument to please guix lint. Maxim Cournoyer
2022-01-13gnu: pjproject: Apply patch to install the libpjsua2 shared library.•••* gnu/packages/patches/pjproject-install-libpjsua2.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/telephony.scm (pjproject): Apply it. Maxim Cournoyer
2022-01-13gnu: pjproject: Remove the make-source-files-writable phase.•••This phase is no longer needed since commit 39e67ed697951db0c75b0ba76269ca54108d9506. * gnu/packages/telephony.scm (pjproject)[phases] {make-source-files-writable}: Delete phase. Maxim Cournoyer
2022-01-13gnu: opendht: Use the GNU build system.•••Autotools is still supported; use it, so that it remains well tested and at feature parity with the CMake build system it also supports. * gnu/packages/networking.scm (opendht)[build-system]: Switch to gnu-build-system. [arguments]: Move field above inputs. [imported-modules, modules]: Adjust accordingly. [configure-flags]: Likewise. [phases]: Use G-Exp, and adjust accordingly. Maxim Cournoyer
2022-01-13gnu: opendht: Update to 2.3.1-0.dbbfdaa.•••* gnu/packages/networking.scm (opendht): Update to 2.3.1-0.dbbfdaa. Normalize comments indentation. [inputs]: Add bash-minimal to please 'guix lint'. Move argon2, nettle, jsoncpp and openssl to... [propagated-inputs]: ... here. Maxim Cournoyer
2022-01-13gnu: emacs-eglot: Update to 1.8.•••* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.8. Nicolas Goaziou
2022-01-13gnu: yubico-pam: Update to 2.27.•••* gnu/packages/authentication.scm (yubico-pam): Update to 2.27. Ricardo Wurmus
2022-01-13gnu: Add python-miio.•••* gnu/packages/android.scm (python-miio): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Petr Hodina
2022-01-13gnu: Add python-android-backup.•••* gnu/packages/android.scm (python-android-backup): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Petr Hodina
2022-01-13gnu: Add python-sphinx-click.•••* gnu/packages/sphinx.scm (python-sphinx-click): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Petr Hodina