summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: allegro@4: Fix building with newer mesa.•••* gnu/packages/game-development.scm (allegro@4)[source]: Add patch. * gnu/packages/patches/allegro4-mesa-18.2.5-and-later.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2019-01-013-1/+45
* gnu: wesnoth: Fix building with newer boost.•••* gnu/packages/games.scm (wesnoth)[source]: Add patch. * gnu/packages/patches/wenoth-newer-boost.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-12-313-1/+49
* gnu: fbreader: Install desktop file.•••* gnu/packages/ebook.scm (fbreader)[arguments]: Add phase to remove hardcoded paths for desktop dir. Efraim Flashner2018-12-301-1/+7
* gnu: fbreader: Use 'git-fetch'.•••* gnu/packages/ebook.scm (fbreader)[source]: Use 'git-fetch'. Efraim Flashner2018-12-301-5/+7
* gnu: fbreader: Fix building with newer curl.•••* gnu/packages/ebook.scm (fbreader)[source]: Add patch. * gnu/packages/patches/fbreader-curl-7.62.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-12-303-2/+34
* Merge branch 'master' into stagingMarius Bakke2018-12-2720-171/+489
|\
| * gnu: mbedtls-apache: Update to 2.16.0.•••* gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.0. Marius Bakke2018-12-271-2/+2
| * gnu: samba: Update to 4.9.4.•••* gnu/packages/samba.scm (samba): Update to 4.9.4. Marius Bakke2018-12-271-2/+2
| * gnu: strace: Update to 4.26.•••* gnu/packages/linux.scm (strace): Update to 4.26. [license]: Change to LGPL2.1+. Marius Bakke2018-12-271-3/+3
| * gnu: vim: Don't use unstable tarball.•••* gnu/packages/vim.scm (vim)[source]: Use 'git-fetch'. Efraim Flashner2018-12-271-5/+6
| * gnu: vim: Use https.•••* gnu/packages/vim.scm (vim)[home-page]: Use https. Efraim Flashner2018-12-271-1/+1
| * gnu: viewnior: Don't use unstable tarball.•••* gnu/packages/image-viewers.scm (viewnior)[source]: Use 'git-fetch'. Efraim Flashner2018-12-271-4/+6
| * lint: Check for unstable tarballs.•••* guix/scripts/lint.scm (check-source-unstable-tarball): New procedure. (%checkers): Add it. * tests/lint.scm ("source-unstable-tarball", "source-unstable-tarball: source #f", "source-unstable-tarball: valid", "source-unstable-tarball: package named archive", "source-unstable-tarball: not-github", "source-unstable-tarball: git-fetch"): New tests. * doc/guix.texi (Invoking guix lint): Document it. Efraim Flashner2018-12-273-1/+107
| * gnu: Add guile-mastodon.•••* gnu/packages/guile.scm (guile-mastodon): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre-Antoine Rouby2018-12-271-0/+29
| * pull: Add '--system'.•••* guix/scripts/pull.scm (%options): Add '--system'. (guix-pull): Honor it. * doc/guix.texi (Invoking guix pull): Document it. Ludovic Courtès2018-12-272-1/+11
| * gnu: guix: Update to 7ba2b27.•••* gnu/packages/package-management.scm (guix): Update to 7ba2b27. Ludovic Courtès2018-12-271-3/+3
| * gnu: ocaml: Fix indentation.•••* gnu/packages/ocaml.scm: Fix indentation issues. Julien Lepiller2018-12-271-49/+52
| * gnu: Add ocaml-yojson.•••* gnu/packages/ocaml.scm (ocaml-yojson): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Gabriel Hondet2018-12-271-0/+29
| * gnu: Add ocaml-biniou.•••* gnu/packages/ocaml.scm (ocaml-biniou): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Gabriel Hondet2018-12-271-0/+29
| * gnu: Add emacs-flycheck-dedukti.•••* gnu/packages/emacs.scm (emacs-flycheck-dedukti): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Gabriel Hondet2018-12-271-0/+24
| * gnu: Add emacs-dedukti-mode.•••* gnu/packages/emacs.scm (emacs-dedukti-mode): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Gabriel Hondet2018-12-271-0/+34
| * gnu: terminology: Update to 1.3.2.•••* gnu/packages/enlightenment.scm (terminology): Update to 1.3.2. Efraim Flashner2018-12-271-2/+2
| * gnu: kodi: Update to 18.0rc3.•••* gnu/packages/kodi.scm (kodi): Update to 18.0rc3. Efraim Flashner2018-12-271-2/+2
| * gnu: mit-scheme: Enable tests.•••* gnu/packages/scheme.scm (mit-scheme)[arguments]: Remove #:tests?. Add 'patch-/bin/sh' phase. [native-inputs]: Add autoconf, automake, and libtool. Kei Kebreau2018-12-261-3/+21
| * gnu: antlr2: Fix reproducibility.•••* gnu/packages/java.scm (antlr2)[arguments]: Add a phase to fix a timestamp issue. Julien Lepiller2018-12-261-0/+5
| * gnu: Add badvpn.•••* gnu/packages/vpn.scm (badvpn): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Meiyo Peng2018-12-261-0/+47
| * offload: Remove unnecessary locking on machine slots.•••This extra level of locking turned out to be unnecessary. * guix/scripts/offload.scm (with-machine-lock): Remove. (machine-lock-file): Remove. (acquire-build-slot): Remove surrounding 'with-machine-lock'. Ludovic Courtès2018-12-261-31/+19
| * offload: Remove the "machine choice" lock.•••This lock was unnecessary and it led to a contention when many 'guix offload' processes are polling for available machines. * guix/scripts/offload.scm (machine-choice-lock-file): Remove. (choose-build-machine): Remove surrounding 'with-file-lock (machine-lock-file)'. Ludovic Courtès2018-12-261-63/+56
| * system: Fix missing space in boot labels for kernels that are inferior packages•••* gnu/system.scm (kernel->boot-label): Add a missing space between the kernel's package name and package version for inferior packages. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pkill -92018-12-261-1/+1
* | gnu: glib-networking: Work around test failure.•••* gnu/packages/gnome.scm (glib-networking)[source]: Add patch. * gnu/packages/patches/glib-networking-connection.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2018-12-273-1/+54
* | Merge branch 'master' into stagingMarius Bakke2018-12-2628-202/+753
|\|
| * gnu: python-openid: Update to 3.1.0.•••* gnu/packages/python-web.scm (python-openid): Update to 3.1.0. [arguments]: Update custom 'check phase. [native-inputs]: Add python-coverage. Efraim Flashner2018-12-261-5/+6
| * gnu: python-gpg: Update to 1.10.0.•••* gnu/packages/gnupg.scm (python-gpg): Update to 1.10.0. [arguments]: Add custom phase to set 'gcc' call. Efraim Flashner2018-12-261-3/+10
| * gnu: python-apache-libcloud: Update to 2.4.0.•••* gnu/packages/python.scm (python-apache-libcloud): Update to 2.4.0. Efraim Flashner2018-12-261-3/+3
| * gnu: translate-shell: Wrap binary.•••* gnu/packages/dictionaries.scm (translate-shell)[arguments]: Add custom phase to wrap the 'trans' binary with the inputs. [native-inputs]: Move curl, fribidi, rlwrap ... [inputs]: ... to here. Efraim Flashner2018-12-251-1/+15
| * gnu: translate-shell: Update to 0.9.6.9.•••* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.9. Efraim Flashner2018-12-251-2/+2
| * gnu: translate-shell: Use 'git-fetch'.•••* gnu/packages/dictionaries.scm (translate-shell)[source]: Use 'git-fetch'. [arguments]: Add custom phase to remove "translate" file. Efraim Flashner2018-12-251-5/+11
| * gnu: Add dedukti.•••* gnu/packages/ocaml.scm (dedukti): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Gabriel Hondet2018-12-251-0/+55
| * gnu: Add polybar.•••* gnu/packages/wm.scm (polybar): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Meiyo Peng2018-12-251-0/+43
| * offload: Adjust 'test' and 'status' to the latest changes.•••This is a followup to ed7b44370f71126087eb953f36aad8dc4c44109f; following that commit, 'guix offload test' and 'guix offload status' would abort with a backtrace instead of clearly diagnosing a missing 'guix' command on the build machine. * guix/scripts/offload.scm (assert-node-has-guix): Call 'leave' when NODE is not an inferior. Remove 'catch' blocks for 'node-repl-error'. (check-machine-availability): Invoke 'assert-node-has-guix' first. (check-machine-status): Print a warning when 'remote-inferior' returns #f. Ludovic Courtès2018-12-251-44/+46
| * gnu: llvm@7.0.0: Update to 7.0.1.•••* gnu/packages/llvm.scm (llvm@7.0.0): Update to 7.0.1. Rename to llvm@7.0.1. Rutger Helling2018-12-251-3/+3
| * gnu: librime: Remove bundled sources.•••* gnu/packages/ibus.scm (librime)[source]: Add snippet to remove bundled sources. [arguments]: Add custom phase to not search bundled headers. [native-inputs]: Add googletest, xorgproto. Efraim Flashner2018-12-251-1/+22
| * gnu: librime: Update to 1.3.2.•••* gnu/packages/ibus.scm (librime): Update to 1.3.2. Efraim Flashner2018-12-251-3/+3
| * gnu: darktable: Update to 2.6.0.•••* gnu/packages/photo.scm (darktable): Update to 2.6.0. Leo Famulari2018-12-241-2/+2
| * gnu: gcompris-qt: Enable tests.•••* gnu/packages/education.scm (gcompris-qt)[arguments]: Add custom phase to start X server before tests. Add configure flag to build tests. Enable tests. [native-inputs]: Add xorg-server. Efraim Flashner2018-12-241-3/+12
| * gnu: gcompris-qt: Update to 0.95.•••* gnu/packages/education.scm (gcompris-qt): Update to 0.95. [arguments]: Remove custom phase to patch for qt@5.11. Efraim Flashner2018-12-241-9/+2
| * gnu: guix: Update to 6f1e0bb.•••* gnu/packages/package-management.scm (guix): Update to 6f1e0bb. Ludovic Courtès2018-12-241-3/+3
| * gnu: commencement: Do not graft early bootstrap packages.•••This is a followup to e47c69f22638dc92ee962942b8e24284c8dee832 and a repetition of f00b85ff8d34df0a1879e593d4a85629b8586af7. * gnu/packages/commencement.scm (file-boot0): Use 'inherit' instead of 'package/inherit'. Ludovic Courtès2018-12-241-1/+2
| * gnu: Add font-mononoki.•••* gnu/packages/fonts.scm (font-mononoki): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Gabriel Hondet2018-12-241-0/+22
| * gnu: Remove obsolete package gpgmepp.•••This package is unused, is part of gpgme since version 1.7 and has been marked as superseded since 18 months now. * gnu/packages/kde-frameworks.scm (gpgmepp): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hartmut Goebel2018-12-241-27/+0