summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* shadow: End duplicate warnings with new lines.Leo Prikler2021-01-20
| | | | | | | | | The change from formatted message causes the line to no longer automatically be ended. This will need to be reverted once again, when duplicate names become hard errors. * gnu/system/shadow.scm (assert-unique-account-names) (assert-unique-group-names): End format strings in ~%.
* gnu: linux-libre 4.19: Update to 4.19.169.Leo Famulari2021-01-19
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.169. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.91.Leo Famulari2021-01-19
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.91. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.10.9.Leo Famulari2021-01-19
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.9. (linux-libre-5.10-pristine-source): Update hash.
* gnu: vlc: Update to 3.0.12.Michael Rohleder2021-01-19
| | | | | | * gnu/packages/video.scm (vlc): Update to 3.0.12. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libabigail: Update to 1.8.Eric Bavier2021-01-19
| | | | * gnu/packages/elf.scm (libabigail): Update to 1.8.
* gnu: musescore: Update to 3.6.Nicolas Goaziou2021-01-19
| | | | * gnu/packages/music.scm (musescore): Update to 3.6.
* gnu: emacs-flycheck-grammalecte: Update to 1.3.Nicolas Goaziou2021-01-19
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Update to 1.3. [source]: Change upstream URL. [arguments]: Remove phase for symlinks since it is now possible to circumvent it with configuration. Configure accordingly. [home-page]: Update URL.
* gnu: kwayland: Enable test suite.Efraim Flashner2021-01-19
| | | | | * gnu/packages/kde-frameworks.scm (kwayland)[arguments]: Don't skip tests. Adjust 'check-setup phase to render QT windows offscreen.
* gnu: erlang: Update to 23.2.1.Oskar Köök2021-01-19
| | | | | | | * gnu/packages/erlang.scm (erlang): Update to 23.2.1. [arguments]: Add phase to patch configure script. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: elixir: Update to 1.11.3.Oskar Köök2021-01-19
| | | | | | * gnu/packages/elixir.scm (elixir): Update to 1.11.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rpcbind: Update to 1.2.5.Vincent Legoll2021-01-19
| | | | | | * gnu/packages/onc-rpc.scm (rpcbind): Update to 1.2.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce4-appfinder: Update to 4.16.1.Michael Rohleder2021-01-19
| | | | | | | * gnu/packages/xfce.scm (xfce4-appfinder): Update to 4.16.1. [source]: Fix uri and use https. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: motion: Update to 4.3.2.Vincent Legoll2021-01-19
| | | | | | | * gnu/packages/video.scm (motion): Update to 4.3.2. [arguments]: In 'bootstrap' phase, adjust 'version.sh' file name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: esbuild: Update to 0.8.32.Ryan Prior2021-01-19
| | | | | | * gnu/packages/web.scm (esbuild): Update to 0.8.32. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* system: Rename 'disk-image' command 'image'.Mathieu Othacehe2021-01-19
| | | | | | | | | | | | | * guix/scripts/system.scm (system-derivation-for-action): Rename 'disk-image' command 'image'. Warn when using the now deprecated 'disk-image' command. (show-help): Adapt accordingly. (guix-system): Ditto. * tests/guix-system.sh: Ditto. * gnu/system/examples/bare-hurd.tmpl: Ditto. * doc/guix.texi (Building the Installation Image, Building the Installation Image for ARM Boards, Invoking guix pack, Invoking guix system): Adapt documentation.
* gnu: terminology: Update to 1.9.0.Efraim Flashner2021-01-19
| | | | | * gnu/packages/enlightenment.scm (terminology): Update to 1.9.0. [arguments]: Add configure-flag to find more binaries.
* gnu: freebayes: Update source, home-page URIs.Efraim Flashner2021-01-19
| | | | | | * gnu/packages/bioinformatics.scm (freebayes)[source]: Update to new upstream URI. [home-page]: Same.
* gnu: terminator: Adjust description.Efraim Flashner2021-01-19
| | | | * gnu/packages/gnome.scm (terminator)[description): Remove stray '+'.
* gnu: freebayes: Don't include vcflib sources.Efraim Flashner2021-01-19
| | | | | | | | | * gnu/packages/bioinformatics.scm (freebayes)[native-inputs]: Remove vcflib-source, intervaltree-source. Move vcflib ... [inputs]: ... to here. [arguments]: Adjust 'patch-source and 'unpack-submodule-sources for changes in vendored code. * gnu/packages/patches/freebayes-devendor-deps.patch: Update patch.
* gnu: vcflib: Add pkg-config file.Efraim Flashner2021-01-19
| | | | | * gnu/packages/bioinformatics.scm (vcflib)[arguments]: Add phase to create pkg-config file.
* gnu: vcflib: Build a shared library.Efraim Flashner2021-01-19
| | | | | * gnu/packages/bioinformatics.scm (vcflib)[arguments]: Add phase to build a shared library instead of a static one.
* gnu: freebayes: Extend test timeout on slower architectures.Efraim Flashner2021-01-19
| | | | | * gnu/packages/bioinformatics.scm (freebayes)[arguments]: Use custom 'check phase on aarch64-linux and armhf-linux to extend the test timeout.
* gnu: xpra: Add more encoding options.Michael Rohleder2021-01-19
| | | | | | * gnu/packages/xorg.scm (xpra)[inputs]: Add libx264, x265, libvpx. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: xpra: Update to 4.0.6.Michael Rohleder2021-01-19
| | | | | | * gnu/packages/xorg.scm (xpra): Update to 4.0.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libid3tag: Add comment justifying the 'install-pkg-config phase.Kei Kebreau2021-01-18
| | | | | * gnu/packages/mp3.scm (libid3tag)[arguments]: Add a comment about Audacity requiring a pkg-config file for libid3tag.
* gnu: libmad: Add comment justifying the 'install-pkg-config phase.Kei Kebreau2021-01-18
| | | | | * gnu/packages/mp3.scm (libmad)[arguments]: Add a comment about Audacity requiring a pkg-config file for libmad.
* gnu: Add guile-libyaml.Ricardo Wurmus2021-01-18
| | | | * gnu/packages/guile-xyz.scm (guile-libyaml): New variable.
* gnu: Add r-snapatac.Mădălin Ionel Patrașcu2021-01-18
| | | | * gnu/packages/bioinformatics.scm (r-snapatac): New variable.
* gnu: mafft: Update to 7.475.Mădălin Ionel Patrașcu2021-01-18
| | | | | | * gnu/packages/bioinformatics.scm (mafft): Update to 7.475. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: musl: Update to 1.2.2.Vincent Legoll2021-01-18
| | | | | | * gnu/packages/musl.scm (musl): Update to 1.2.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ruby-bio-vcf: Rename to bio-vcf.Efraim Flashner2021-01-18
| | | | | | This package is widely known in select circles specifically as 'bio-vcf'. * gnu/packages/bioinformatics.scm (ruby-bio-vcf): Rename to bio-vcf.
* gnu: Add ruby-bio-vcf.Efraim Flashner2021-01-18
| | | | * gnu/packages/bioinformatics.scm (ruby-bio-vcf): New variable.
* gnu: linux-libre 4.4: Update to 4.4.252.Leo Famulari2021-01-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.252. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.252.Leo Famulari2021-01-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.252. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.216.Leo Famulari2021-01-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.216. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.168.Leo Famulari2021-01-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.168. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.90.Leo Famulari2021-01-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.90. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.10.8.Leo Famulari2021-01-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.8. (linux-libre-5.10-pristine-source): Update hash.
* gnu: xapian, python-xapian-bindings: Update to 1.4.18.Tobias Geerinckx-Rice2021-01-18
| | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.18.
* gnu: iptables: Update to 1.8.7.Tobias Geerinckx-Rice2021-01-18
| | | | * gnu/packages/linux.scm (iptables): Update to 1.8.7.
* gnu: nftables: Update to 0.9.8.Tobias Geerinckx-Rice2021-01-18
| | | | * gnu/packages/linux.scm (nftables): Update to 0.9.8.
* gnu: libnftnl: Update to 1.1.9.Tobias Geerinckx-Rice2021-01-18
| | | | * gnu/packages/linux.scm (libnftnl): Update to 1.1.9.
* gnu: ktouch: Update to 20.12.1.Tobias Geerinckx-Rice2021-01-18
| | | | * gnu/packages/education.scm (ktouch): Update to 20.12.1.
* gnu: wxmaxima: Update to 20.12.2.Kei Kebreau2021-01-17
| | | | | | | | * gnu/packages/maths.scm (wxmaxima): Update to 20.12.2. [arguments]: Remove #:test-target and disable tests. Remove 'pre-check phase. [native-inputs]: Remove xorg-server-for-tests. [inputs]: Add libomp.
* gnu: gnuplot: Update to 5.4.1.Kei Kebreau2021-01-17
| | | | | * gnu/packages/maths.scm (gnuplot): Update to 5.4.1. [arguments]: Set GNUTERM in #:make-flags.
* gnu: Add emacs-org-mimeRyan Desfosses2021-01-17
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-mime): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: nbd: Update to 3.21.Tobias Geerinckx-Rice2021-01-17
| | | | * gnu/packages/networking.scm (nbd): Update to 3.21.
* gnu: mblaze: Update to 1.1.Tobias Geerinckx-Rice2021-01-17
| | | | * gnu/packages/mail.scm (mblaze): Update to 1.1.
* gnu: keepassxc: Update to 2.6.3.Tobias Geerinckx-Rice2021-01-17
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.6.3.