summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: rust-console-0.14: Update to 0.14.1.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-console-0.14): Update to 0.14.1.
* gnu: prinseq: Fix references to perl executable.Ricardo Wurmus2021-05-14
| | | | | * gnu/packages/bioinformatics.scm (prinseq)[arguments]: Embed concrete references to the "perl" executable.
* gnu: nushell: Update to 0.31.0.Nicolas Goaziou2021-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/shells.scm (rust-nu-plugin-query-json-0.31): (rust-nu-pretty-hex-0.31): New variables. (nushell): (rust-nu-ansi-term-0.31): (rust-nu-cli-0.31): (rust-nu-command-0.31): (rust-nu-data-0.31): (rust-nu-engine-0.31): (rust-nu-errors-0.31): (rust-nu-json-0.31): (rust-nu-parser-0.31): (rust-nu-plugin-0.31): (rust-nu-plugin-binaryview-0.31): (rust-nu-plugin-chart-0.31): (rust-nu-plugin-fetch-0.31): (rust-nu-plugin-from-bson-0.31): (rust-nu-plugin-from-sqlite-0.31): (rust-nu-plugin-inc-0.31): (rust-nu-plugin-match-0.31): (rust-nu-plugin-post-0.31): (rust-nu-plugin-ps-0.31): (rust-nu-plugin-sys-0.31): (rust-nu-plugin-textview-0.31): (rust-nu-plugin-to-bson-0.31): (rust-nu-plugin-to-sqlite-0.31): (rust-nu-plugin-tree-0.31): (rust-nu-plugin-xpath-0.31): (rust-nu-protocol-0.31): (rust-nu-source-0.31): (rust-nu-stream-0.31): (rust-nu-test-support-0.31): Update to 0.31.0.
* gnu: Add rust-heapless-0.6.Nicolas Goaziou2021-05-14
| | | | | * gnu/packages/crates-io.scm (rust-heapless-0.6): New variable. (rust-heapless-0.5): Inherit from above.
* gnu: rust-as-slice-0.1: Update to 0.1.5.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-as-slice-0.1): Update to 0.1.5.
* gnu: rust-generic-array-0.12: Update to 0.12.4.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-generic-array-0.12): Update to 0.12.4.
* gnu: rust-generic-array-0.14: Update to 0.14.4.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-generic-array-0.14): Update to 0.14.4.
* gnu: rust-generic-array-0.13: Update to 0.13.3.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-generic-array-0.13): Update to 0.13.3.
* gnu: Add rust-common-path-1.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-common-path-1): New variable.
* gnu: rust-dyn-clone-1: Update to 1.0.4.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-dyn-clone-1): Update to 1.0.4.
* gnu: rust-which-4: Update to 4.1.0.Nicolas Goaziou2021-05-14
| | | | | * gnu/packages/crates-io.scm (rust-which-4): Update to 4.1.0. [inputs]: Add rust-either-1. Remove rust-thiserror-1.
* gnu: rust-either-1: Update to 1.6.1.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-either-1): Update to 1.6.1.
* gnu: rust-sysinfo-0.16: Update to 0.16.5.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-sysinfo-0.16): Update to 0.16.5.
* gnu: Add rust-gjson-0.7.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-gjson-0.7): New variable.
* gnu: Add rust-webbrowser-0.5.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/crates-io.scm (rust-webbrowser-0.5): New variable.
* gnu: gnuradio-osmosdr: Fix Python tools.Guillaume Le Vaillant2021-05-14
| | | | | | * gnu/packages/radio.scm (gnuradio-osmosdr)[native-inputs]: Move python to ... [inputs]: ... here. Add python-numpy and python-pyqt. [arguments]: Add Python wrapping phase.
* gnu: python-jupyter-core: Disable config migration.Lars-Dominik Braun2021-05-14
| | | | | | * gnu/packages/python-xyz.scm (python-jupyter-core) [#:phases]: Add new phase 'disable-migration, which disables migration of Guix-owned configuration directories.
* gnu: Add seatd.pineapples2021-05-14
| | | | | | * gnu/packages/freedesktop.scm (seatd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* import: go: Fix goproxy option argument's format.Zheng Junjie2021-05-14
| | | | | | | | | | | | Commit a8b927a562 Added new procedure go-module-available-versions use 'string-append' to GOPROXY, but 'string->symbol' let GOPROXY is a symbol (it must be a string), which would lead to wrong-type-arg errors in the 'string-append' procedure. * guix/scripts/import/go.scm (%options)[goproxy]: Remove call to 'string->symbol'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rss-bridge: Update to 2020-11-10.la snesne2021-05-14
| | | | | | | | * gnu/packages/web.scm (rss-bridge): Update to 2020-11-10. [build-system]: Switch to copy-build-system. [arguments]: Adjust to new build system. Add phase "patch-paths". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xdg-desktop-portal-wlr.Giacomo Leidi2021-05-14
| | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mercurial: Update to 5.8.Xinglu Chen2021-05-14
| | | | | | | | | | | | * gnu/packages/version-control.scm (mercurial): Update to 5.8. [build-system]: Switch from ‘python-build-system’ to ‘gnu-build-system’, this will install additional things like man pages. [arguments]<#:make-flags>: Set PREFIX argument. [native-inputs]: Add ‘python-docutils’ for generating man pages. [inputs]: Add ‘python’. [description]: Fix formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add guile-raw-strings.Xinglu Chen2021-05-14
| | | | | | * gnu/packages/guile-xyz.scm (guile-raw-strings): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mediainfo: Update to 21.03.Michael Rohleder2021-05-14
| | | | | | * gnu/packages/video.scm (mediainfo): Update to 21.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmediainfo: Update to 21.03.Michael Rohleder2021-05-14
| | | | | | * gnu/packages/video.scm (libmediainfo): Update to 21.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile@3.0.7: Remove pre-built .go files.Ludovic Courtès2021-05-14
| | | | | | | | | Commit 47d48f0c43c13c0b43bc3e37b6239efd4bf2f74c unintentionally removed the 'snippet' of GUILE-3.0-LATEST's origin, meaning that the pre-built bootstrap .go files would be used. * gnu/packages/guile.scm (guile-3.0-latest)[source]: Inherit from (package-source guile-3.0), thereby restoring snippet.
* gnu: emacs-pyim: Update to 3.7.6.Nicolas Goaziou2021-05-14
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.6.
* gnu: Add cawbird.Raghav Gururajan2021-05-14
| | | | * gnu/packages/syndication.scm (cawbird): New variable.
* gnu: xfe: Update to 1.44 and adjust potfiles.Raghav Gururajan2021-05-13
| | | | | * gnu/packages/disk.scm (xfe)[version]: Update to 1.44. [phases](patch-potfiles): New phase.
* gnu: disarchive: Update to 0.2.1.Timothy Sample2021-05-13
| | | | * gnu/packages/backup.scm (disarchive): Update to 0.2.1.
* doc: Show how to enable Guile support for Geiser.Jelle Licht2021-05-13
| | | | | * doc/contributing.texi (The Perfect Setup): Adjust "guix package -i" command line.
* gnu: chrony: Update to 4.1.Tobias Geerinckx-Rice2021-05-13
| | | | * gnu/packages/ntp.scm (chrony): Update to 4.1.
* gnu: hplip: Update to 3.21.4.Tobias Geerinckx-Rice2021-05-13
| | | | | | | | | * gnu/packages/cups.scm (hplip): Update to 3.21.4. [source]: Remove fussy patch. Replace it with an short snippet substitution and... [arguments]: ...the new "--disable-imageProcessor-build" configure flag. * gnu/packages/patches/hplip-remove-imageprocessor.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: zfs-auto-snapshot: Fix indentation.Mathieu Othacehe2021-05-13
| | | | * gnu/packages/file-systems.scm (zfs-auto-snapshot): Fix indentation.
* gnu: zfs-auto-snapshot: Use git-fetch.Mathieu Othacehe2021-05-13
| | | | | | | Do not use an autogenerated tarball. This is notified by "guix lint". * gnu/packages/file-systems.scm (zfs-auto-snapshot)[source]: Use git-fetch method.
* gnu: zfs-auto-snapshot: Wrap long lines.Mathieu Othacehe2021-05-13
| | | | | * gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]: Wrap long lines.
* gnu: Add zfs-auto-snapshot.raid5atemyhomework2021-05-13
| | | | | | * gnu/packages/file-systems.scm (zfs-auto-snapshot): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: ungoogled-chromium: Update to 90.0.4430.212-0.3184907.Marius Bakke2021-05-13
| | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 90.0.4430.212. (ungoogled-chromium): Update hash.
* gnu: gn: Build with Python 3.Marius Bakke2021-05-13
| | | | | | * gnu/packages/build-tools.scm (gn)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER. [arguments]: Remove trailing #t's and make some cosmetic changes.
* gnu: emacs-pyim: Update to 3.7.5.Nicolas Goaziou2021-05-13
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.5.
* gnu: emacs-emms: Update to 7.2.Nicolas Goaziou2021-05-13
| | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.2.
* gnu: Add bmaptools.Mathieu Othacehe2021-05-13
| | | | * gnu/packages/disk.scm (bmaptools): New variable.
* gnu: linux-libre: Update to 5.11.20.Leo Famulari2021-05-13
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.20. (linux-libre-5.11-pristine-source): Update hash.
* gnu: linux-libre 5.12: Update to 5.12.3.Leo Famulari2021-05-13
| | | | | * gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.3. (linux-libre-5.12-pristine-source): Update hash.
* gnu: guile2.0-bash: Change name field.Oleg Pykhalov2021-05-13
| | | | | | This commit follows 08814ccc. * gnu/packages/guile-xyz.scm (guile2.0-bash)[name]: Rename to guile2.0-bash.
* gnu: guile-bash: Build with Guile 3.0.Oleg Pykhalov2021-05-13
| | | | | * gnu/packages/guile-xyz.scm (guile2.0-bash): New variable. (guile-bash): Build with Guile 3.0.
* gnu: knot: Update to 3.0.6.Tobias Geerinckx-Rice2021-05-13
| | | | * gnu/packages/dns.scm (knot): Update to 3.0.6.
* gnu: rpcbind: Update to 1.2.6.Tobias Geerinckx-Rice2021-05-13
| | | | * gnu/packages/onc-rpc.scm (rpcbind): Update to 1.2.6.
* gnu: xfstests: Fix typo.Tobias Geerinckx-Rice2021-05-13
| | | | | | | Syntax-highlighted monospace is overrated. Nothing like glancing at Webmail to spot obvious bugs. * gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time.
* gnu: lynis: Update to 3.0.4.Tobias Geerinckx-Rice2021-05-13
| | | | * gnu/packages/admin.scm (lynis): Update to 3.0.4.