- Jun 15, 2020
-
-
Tobias Geerinckx-Rice authored
* gnu/packages/engineering.scm (volk)[native-inputs]: Move python-wrapper and python-mako… [inputs]: …here.
-
Tobias Geerinckx-Rice authored
* gnu/packages/engineering.scm (volk): Update to 2.3.0.
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.44.3.
-
Pierre Neidhardt authored
* gnu/packages/game-development.scm (openmw): Update to 0.46.0.
-
Efraim Flashner authored
* gnu/packages/irc.scm (quassel)[inputs]: Add libdbusmenu-qt.
-
Efraim Flashner authored
* gnu/packages/irc.scm (quassel)[source]: Add patch. * gnu/packages/patches/quassel-qt-514-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
-
Mathieu Othacehe authored
This is a follow-up of 4e05bbb0. * guix/ci.scm (<build>)[products]: Test for vector type, as products can be "null".
-
Konrad Hinsen authored
* etc/news.scm: Add entry. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Mathieu Othacehe authored
* guix/ci.scm (latest-builds): Add "job" option.
-
Mathieu Othacehe authored
* guix/ci.scm (<build-product>): New json mapping, (<build)[products]: new field.
-
Nicolas Goaziou authored
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.24.
-
Andrew Whatson authored
* gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): New variable.
-
Maxim Cournoyer authored
This fixes an issue where an improperly set XDG_DATA_DIRS environment variable would cause a segfault when opening the 'Save As' menu of Inkscape. See: <https://lists.gnu.org/archive/html/help-guix/2020-06/msg00093.html >. * gnu/packages/inkscape.scm (inkscape-1.0)[arguments]: Import the (guix build glib-or-gtk-build-system) module. [phases]: Add the glib-or-gtk-compile-schemas and glib-or-gtk-wrap phases. Reported-by:
Thorsten Wilms <t_w_@freenet.de>
-
Maxim Cournoyer authored
* gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20200607.
-
- Jun 14, 2020
-
-
Jakub Kądziołka authored
* gnu/packages/build-tools.scm (tup): New variable. * gnu/packages/patches/tup-unbundle-dependencies.patch: New file. * gnu/local.mk (dist_patch_DATA): Register new file.
-
Marius Bakke authored
* gnu/packages/patches/iputils-libcap-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/networking.scm (iputils): New public variable.
-
Marius Bakke authored
* gnu/packages/docbook.scm (docbook-xml-5): New public variable. (docbook-xml): Inherit from it. While at it, remove trailing whitespace.
-
Marius Bakke authored
* gnu/packages/networking.scm (ndisc6): New public variable.
-
Marius Bakke authored
* gnu/packages/haskell-xyz.scm (ghc-psqueue): New public variable.
-
Marius Bakke authored
* gnu/packages/haskell-apps.scm (shelltestrunner): New public variable.
-
Marius Bakke authored
* gnu/packages/haskell-xyz.scm (ghc-regex-pcre): New public variable.
-
Marius Bakke authored
* gnu/packages/haskell-web.scm (ghc-curl): New public variable.
-
Marius Bakke authored
The amount of packages has more than tripled since this section was written. Adjust the rebuild limits and cycle lengths based on current practices. * doc/contributing.texi (Submitting Patches): Increase 'staging' rebuild limit to 1800 packages, and adjust the cycle to six weeks. Increase 'core-updates' cycle to six months.
-
Martin Becze authored
* gnu/packages/golang.scm (go-github-com-mattn-go-pointer): New variable. Signed-off-by:
Efraim Flashner <efraim@flashner.co.il>
-
Martin Becze authored
* gnu/packages/golang.scm (go-golang-org-x-oauth2): New variable. Signed-off-by:
Efraim Flashner <efraim@flashner.co.il>
-
Ludovic Courtès authored
* gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar)[source]: Add 'file-name'. [synopsis, description]: Adjust.
-
Michael Rohleder authored
* gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Konrad Hinsen authored
* guix/scripts/repl.scm: Add filename options for script execution. * doc/guix.texi (Invoking guix repl): Document it. * tests/guix-repl.sh: Test it. * Makefile.am: (SH_TESTS): Add it. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Pierre Neidhardt authored
* gnu/packages/games.scm (augustus): New variable.
-
Vagrant Cascadian authored
* gnu/packages/diffoscope (diffoscope): Update to 147.
-
Jan (janneke) Nieuwenhuizen authored
* gnu/services/virtualization.scm (hurd-vm-shepherd-service, hurd-vm-disk-image): New procedures. (%hurd-vm-operating-system, hurd-vm-service-type): New variables. (<hurd-vm-configuration>): New record type. * doc/guix.texi (Virtualization Services): Document it. * gnu/services/shepherd.scm (scm->go): Use let-system, remove FIXME. Fixes fixes cross-building of shepherd modules for the Hurd image.
-
Mathieu Othacehe authored
* gnu/system/image.scm (system-image): Move "with-parameters" call so that it encapsulates "operating-system-bootcfg".
-
Mathieu Othacehe authored
* gnu/system/image.scm: Remove a left-over since maybe-with-target procedure was removed.
-
Mathieu Othacehe authored
This is a follow-up of 7ca533c7. The introduced "target" variable is shadowing the target argument. * guix/scripts/system.scm (perform-action): Rename "target" variable to "target*".
-
Mathieu Othacehe authored
* gnu/installer/newt/final.scm (run-install-shell): Force kmscon to open 'bold' font files, before the cow-store overlay is mounted.
-
Efraim Flashner authored
* gnu/packages/messaging.scm (tox)[source]: Don't use autogenerated tarball.
-
Reza Alizadeh Majd authored
* gnu/packages/messaging.scm (qtox): Update to 1.17.2. [arguments]: Add phase to disable network tests. Signed-off-by:
Efraim Flashner <efraim@flashner.co.il>
-
Reza Alizadeh Majd authored
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.12. Signed-off-by:
Efraim Flashner <efraim@flashner.co.il>
-
Alex Griffin authored
* gnu/packages/networking.scm (pagekite): Update to 1.5.2.200603.
-
Alex Griffin authored
* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.2.
-