summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add (gnu system keyboard).Ludovic Courtès2019-03-24
| | | | | | * gnu/system/keyboard.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu.scm (%public-modules): Add it.
* bootloader: Reindent record type definition.Ludovic Courtès2019-03-24
| | | | * gnu/bootloader.scm (<bootloader-configuration>): Reindent.
* bootloader: Remove unused 'additional-configuration' field.Ludovic Courtès2019-03-24
| | | | | * gnu/bootloader.scm (<bootloader-configuration>)[additional-configuration]: Remove.
* gnu: flatpak: Use glib-or-gtk-build-system.Ludovic Courtès2019-03-24
| | | | | | | | | | | | This wraps 'flatpak' such that GIO_EXTRA_MODULES is set, thereby allowing GIO (part of GLib) to find the GnuTLS-based TLS backend that glib-networking provides. Fixes <https://bugs.gnu.org/34861>. Reported by Raghav Gururajan <rvgn@disroot.org>. * gnu/packages/package-management.scm (flatpak)[build-system]: Change to GLIB-OR-GTK-BUILD-SYSTEM.
* gnu: avidemux: Update to 2.7.3.Tobias Geerinckx-Rice2019-03-24
| | | | * gnu/packages/video.scm (avidemux): Update to 2.7.3.
* gnu: Add r-untb.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/cran.scm (r-untb): New variable.
* gnu: Add r-brobdingnag.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/cran.scm (r-brobdingnag): New variable.
* gnu: Add r-partitions.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/cran.scm (r-partitions): New variable.
* gnu: Add r-bedr.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/cran.scm (r-bedr): New variable.
* gnu: Add r-wgaim.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/cran.scm (r-wgaim): New variable.
* gnu: Add r-lemon.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/cran.scm (r-lemon): New variable.
* gnu: r-phangorn: Update to 2.5.3.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/bioinformatics.scm (r-phangorn): Update to 2.5.3.
* gnu: r-gqtlstats: Update to 1.14.1.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/bioinformatics.scm (r-gqtlstats): Update to 1.14.1.
* gnu: r-rbgl: Update to 1.58.2.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.58.2.
* gnu: r-getopt: Update to 1.20.3.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/cran.scm (r-getopt): Update to 1.20.3.
* gnu: r-polynom: Update to 1.4-0.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/cran.scm (r-polynom): Update to 1.4-0.
* gnu: r-quantmod: Update to 0.4-14.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/cran.scm (r-quantmod): Update to 0.4-14.
* gnu: r-pls: Update to 2.7-1.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/cran.scm (r-pls): Update to 2.7-1.
* gnu: r-rcpparmadillo: Update to 0.9.300.2.0.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.300.2.0.
* gnu: r-openssl: Update to 1.3.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/statistics.scm (r-openssl): Update to 1.3.
* gnu: r-matrix: Update to 1.2-17.Ricardo Wurmus2019-03-24
| | | | * gnu/packages/statistics.scm (r-matrix): Update to 1.2-17.
* gnu: perl-package-stash: Update source tarball URL.Oleg Pykhalov2019-03-24
| | | | * gnu/packages/perl.scm (perl-package-stash)[source]: Update URL.
* gnu: perl-package-stash-xs: Update source tarball URL.Oleg Pykhalov2019-03-24
| | | | * gnu/packages/perl.scm (perl-package-stash-xs)[source]: Update URL.
* doc: Remove instances of powerpc-linux being a supported Guix architecture.Efraim Flashner2019-03-24
| | | | | | | * doc/contributing.texi (Submitting Patches): Remove powerpc-linux examples. * doc/guix.texi (Virtualization Services): Replace powerpc-linux example with mips64el-linux.
* gnu: ddcutil: Update to 0.9.5.Tobias Geerinckx-Rice2019-03-24
| | | | * gnu/packages/hardware.scm (ddcutil): Update to 0.9.5.
* gnu: openmw: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-03-24
| | | | * gnu/packages/game-development.scm (openmw)[source]: Hard-code NAME.
* gnu: physfs: Update to 3.0.2.Tobias Geerinckx-Rice2019-03-24
| | | | * gnu/packages/game-development.scm (physfs): Update to 3.0.2.
* gnu: tiled: Update to 1.2.3.Tobias Geerinckx-Rice2019-03-24
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.2.3.
* gnu: bennu-game-development: Build against openssl on all archictures.Efraim Flashner2019-03-24
| | | | | | * gnu/packages/game-development.scm (bennu-game-development)[arguments]: Rename custom phase to 'patch-configure-to-use-openssl, change glob pattern to match all cases. Return #t from all phases.
* gnu: bennu-game-development: Remove bundled code.Efraim Flashner2019-03-24
| | | | | * gnu/packages/game-development.scm (bennu-game-development)[source]: Add snippet to remove '3rdparty' folder from source code.
* gnu: ocaml-gsl: Update to 1.24.0.Julien Lepiller2019-03-24
| | | | * gnu/packages/ocaml.scm (ocaml-gsl): Update to 1.24.0.
* gnu: dune: Fix libdir.Julien Lepiller2019-03-24
| | | | * gnu/packages/ocaml.scm (dune): Install libraries in site-lib.
* gnu: ocaml-bos: Update to 0.2.0.Julien Lepiller2019-03-24
| | | | * gnu/packages/ocaml.scm (ocaml-bos): Update to 0.2.0.
* gnu: ocaml-react: Update to 1.2.1.Julien Lepiller2019-03-24
| | | | * gnu/packages/ocaml.scm (ocaml-react): Update to 1.2.1.
* gnu: Add bennu-game-development-modules.Pierre Neidhardt2019-03-24
| | | | * gnu/packages/game-development.scm (bennu-game-development-modules): New variable.
* gnu: Add bennu-game-development.Pierre Neidhardt2019-03-24
| | | | * gnu/packages/game-development.scm (bennu-game-development): New variable.
* gnu: perl-image-exiftool: Downgrade to 11.30.Marius Bakke2019-03-24
| | | | * gnu/packages/photo.scm (perl-image-exiftool): Downgrade to 11.30.
* tests: Adjust 'guix pack -f squashfs' test.Ludovic Courtès2019-03-24
| | | | | | | This is a followup to 427c87d0bdc06cc3ee7fc220fd3ad36084412533. * tests/pack.scm ("squashfs-image + localstatedir"): Expect "bin" to be a relative symlink.
* ui: Bypass Texinfo parsing and rendering for searches.Ludovic Courtès2019-03-24
| | | | | | | | | | | | This makes search queries such as: LANGUAGE=fr guix package -s utilitaire -s recherche about 6 times faster. * guix/ui.scm (%package-metrics): Do not use 'package-synopsis-string' and 'package-description-string' to bypass Texinfo parsing and rendering.
* tests: Add missing import.Ludovic Courtès2019-03-24
| | | | | | This is a followup to 22f95e028f038cee342f455dfc55bd32b804907c. * tests/scripts.scm: Use (guix tests).
* gnu: Add odamex.Pkill -92019-03-24
| | | | | | * gnu/packages/games.scm (odamex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: filezilla: Update to 3.41.2 [security fixes].Tobias Geerinckx-Rice2019-03-24
| | | | * gnu/packages/ftp.scm (filezilla): Update to 3.41.2.
* gnu: asunder: Update to 2.9.3.Tobias Geerinckx-Rice2019-03-24
| | | | * gnu/packages/cdrom.scm (asunder): Update to 2.9.3.
* gnu: lynis: Update to 2.7.3.Tobias Geerinckx-Rice2019-03-24
| | | | | * gnu/packages/admin.scm (lynis): Update to 2.7.3. [native-inputs]: Update lynis-sdk, too.
* gnu: ocaml-alcotest: Update to 0.8.5.Julien Lepiller2019-03-23
| | | | * gnu/packages/ocaml.scm (ocaml-alcotest): Update to 0.8.5.
* guix: dune-build-system: Add a package parameter.Julien Lepiller2019-03-23
| | | | | | * guix/build-system/dune.scm: Add a package parameter. * guix/build/dune.scm (build, test, install): Use it. * doc/guix.texi: Document it.
* gnu: ldb: Update to 1.6.3.Marius Bakke2019-03-23
| | | | * gnu/packages/samba.scm (ldb): Update to 1.6.3.
* gnu: tevent: Update to 0.10.0.Marius Bakke2019-03-23
| | | | * gnu/packages/samba.scm (tevent): Update to 0.10.0.
* gnu: talloc: Update to 2.2.0.Marius Bakke2019-03-23
| | | | * gnu/packages/samba.scm (talloc): Update to 2.2.0.
* gnu: tdb: Update to 1.4.0.Marius Bakke2019-03-23
| | | | * gnu/packages/databases.scm (tdb): Update to 1.4.0.