summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-06gnu: gpsbabel: Update to 1.5.4 and fix build....* gnu/packages/patches/gpsbabel-minizip.patch: New file. * gnu/packages/patches/gpsbabel-qstring.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/gps.scm (gpsbabel): Update to 1.5.4, [source]: add two previous patches to fix build, [snippet]: remove "gpsbabel" directory excursion, [arguments]: ditto. Mathieu Othacehe
2018-02-06gnu: Add gpxsee....* gnu/packages/gps.scm (gpxsee): New variable. Mathieu Othacehe
2018-02-06gnu: expect: Update to 5.45.4....* gnu/packages/tcl.scm (expect): Update to 5.45.4. Tobias Geerinckx-Rice
2018-02-06gnu: shotwell: Update to 0.27.4....* gnu/packages/gnome.scm (shotwell): Update to 0.27.4. Tobias Geerinckx-Rice
2018-02-06gnu: Add python-isoweek....* gnu/packages/python.scm (python-isoweek, python2-isoweek): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Konrad Hinsen
2018-02-06gnu: Add python-funcy....* gnu/packages/python.scm (python-funcy, python2-funcy): New variables. Danny Milosavljevic
2018-02-06gnu: Add python-whatever....* gnu/packages/python.scm (python-whatever, python2-whatever): New variables. Danny Milosavljevic
2018-02-06gnu: Add r-heatmaply....* gnu/packages/cran.scm (r-heatmaply): New variable. Ricardo Wurmus
2018-02-06gnu: Add r-seriation....* gnu/packages/cran.scm (r-seriation): New variable. Ricardo Wurmus
2018-02-06gnu: Add r-webshot....* gnu/packages/cran.scm (r-webshot): New variable. Ricardo Wurmus
2018-02-06gnu: Add r-gclus....* gnu/packages/cran.scm (r-gclus): New variable. Ricardo Wurmus
2018-02-06gnu: Add r-qap....* gnu/packages/cran.scm (r-qap): New variable. Ricardo Wurmus
2018-02-06gnu: Add r-tsp....* gnu/packages/cran.scm (r-tsp): New variable. Ricardo Wurmus
2018-02-06gnu: Add r-processx....* gnu/packages/cran.scm (r-processx): New variable. Ricardo Wurmus
2018-02-06gnu: Add r-debugme....* gnu/packages/cran.scm (r-debugme): New variable. Ricardo Wurmus
2018-02-06gnu: guile-sqlite3: Use git-version....* gnu/packages/guile.scm [version]: Use git-version. Danny Milosavljevic
2018-02-06gnu: guile-sqlite3: Update to 0.0-2.21f35ca....* gnu/packages/guile.scm (guile-sqlite3): Update to 0.0-2.21f35ca. Danny Milosavljevic
2018-02-05gnu: python-llfuse: Update to 1.3.2....* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.3.2. Leo Famulari
2018-02-05gnu: Add python-gyp....* gnu/packages/python.scm (python-gyp, python2-gyp): New variables. Ethan R. Jones
2018-02-05gnu: bigloo: Update to 4.3b....* gnu/packages/scheme.scm (bigloo): Update to 4.3b. [arguments]: Add "--disable-patch" to configure flags. Add substitution to compile Bigloo with the correct runpath. Substitute 'invoke' for '*system*'. Kei Kebreau
2018-02-05gnu: p7zip: Fix CVE-2017-17969....* gnu/packages/patches/p7zip-CVE-2017-17969.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/compression.scm (p7zip)[source]: Use it. Leo Famulari
2018-02-05gnu: Add emacs-realgud....* gnu/packages/emacs.scm (emacs-realgud): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2018-02-05gnu: Add emacs-loc-changes....* gnu/packages/emacs.scm (emacs-loc-changes): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2018-02-05gnu: Add emacs-load-relative....* gnu/packages/emacs.scm (emacs-load-relative): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2018-02-05gnu: Add emacs-test-simple....* gnu/packages/emacs.scm (emacs-test-simple): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2018-02-05emacs-build-system: Do not patch files containing NULs....This is a temporary workaround for <https://bugs.gnu.org/30116>, where 'substitute*' throws on files containing NUL characters. * guix/build/emacs-build-system.scm (patch-el-files): Filter out elisp files that contain NUL characters. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2018-02-05emacs-build-system: Reinstate the check phase....* guix/build/emacs-build-system.scm (%standard-phases): Reinstate the check phase from the gnu-build-system. * guix/build-system/emacs.scm (emacs-build)[tests?]: But do not enable it by default. [parallel-tests?]: Add argument. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2018-02-05emacs-build-system: Add set-emacs-load-path phase....This generalizes the mechanism by which the Emacs dependencies are made visible, so that any build phase can make use of them. * guix/build/emacs-build-system.scm (%legacy-install-suffix): New variable. (%install-suffix): Redefine in terms of %legacy-install-suffix. (set-emacs-load-path): Add new phase used for dependency resolution. (build): Remove ad-hoc dependency discovery mechanism. (emacs-input->el-directory): Add new procedure. (emacs-inputs-el-directories): Use it. (package-name-version->elpa-name-version): Fix typo. (%standard-phases): Include the new `set-emacs-load-path' phase. Refactor to make the ordering of the phases clearer. * guix/build/emacs-utils.scm (emacs-byte-compile-directory): Remove the optional `dependency-dirs' argument, which is now obsoleted by the `set-emacs-load-path' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer
2018-02-05doc: Document the 'upstream-name' property....Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>. * doc/guix.texi (Invoking guix refresh): Document 'upstream-name'. Ludovic Courtès
2018-02-05gnu: miniupnpc: Update to 2.0.20180203....* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180203. Marius Bakke
2018-02-05gnu: solfege: Fix typo....* gnu/packages/music.scm (solfege): Fix typo in `fix-configuration' phase. Nicolas Goaziou
2018-02-05gnu: xpra: Update to 2.2.4....* gnu/packages/xorg.scm (xpra): Update to 2.2.4. Rutger Helling
2018-02-05gnu: oil-shell: Update to 0.4.0....* gnu/packages/shells.scm (oil-shell): Update to 0.4.0. Leo Famulari
2018-02-05gnu: htop: Update to 2.1.0....* gnu/packages/admin.scm (htop): Update to 2.1.0. [native-inputs]: Add python-minimal-wrapper. [home-page]: Update URI. Arun Isaac
2018-02-05gnu: emacs-helm-make: Update to 0.1.0-1.feae8df....* gnu/packages/emacs.scm (emacs-helm-make): Update to 0.1.0-1.feae8df. Oleg Pykhalov
2018-02-04gnu: nginx-documentation: Update to 2018-01-22-2100-cfb7bd672d77....* gnu/packages/web.scm (nginx-documentation): Update to 2018-01-22-2100-cfb7bd672d77. Tobias Geerinckx-Rice
2018-02-04gnu: libmicrohttpd: Update to 0.9.59....* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.59. Tobias Geerinckx-Rice
2018-02-04doc: guix-publish-configuration-ttl is in seconds....* doc/guix.texi (Base Services): Document that guix-publish-configuration-ttl takes its value in seconds. Tobias Geerinckx-Rice
2018-02-04gnu: zstd: Fix typo in comment....* gnu/packages/compression.scm (zstd)[license]: Fix comment typo. Tobias Geerinckx-Rice
2018-02-04gnu: rtags: Update to 2.18....* gnu/packages/code.scm (rtags): Update to 2.18. Tobias Geerinckx-Rice
2018-02-04gnu: myrepos: Update to 1.20171231....* gnu/packages/version-control.scm (myrepos): Update to 1.20171231. Efraim Flashner
2018-02-04gnu: linux-libre: Update to 4.15.1....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.1. (%linux-libre-hash): Update hash. Mark H Weaver
2018-02-04gnu: linux-libre@4.14: Update to 4.14.17....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.17. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2018-02-04gnu: linux-libre@4.9: Update to 4.9.80....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.80. Mark H Weaver
2018-02-04gnu: linux-libre@4.4: Update to 4.4.115....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.115. Mark H Weaver
2018-02-04gnu: giac-xcas: Update to 1.4.9-45....* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-45. Nicolas Goaziou
2018-02-03gnu: gpsbabel: Add missing module....* gnu/packages/gps.scm (gpsbabel)[source]: Add (guix build utils) module for "with-directory-excursion" macro. Mathieu Othacehe
2018-02-03gnu: Add culmus....* gnu/packages/fonts.scm (culmus): New variable. Efraim Flashner
2018-02-03gnu: emacs-browse-at-remote: Update to 0.9.0-1.31dcf77....* gnu/packages/emacs.scm (emacs-browse-at-remote): Update to 0.9.0-1.31dcf77. Oleg Pykhalov
2018-02-02gnu: ncdu: Update to 1.13....* gnu/packages/ncdu.scm (ncdu): Update to 1.13. Tobias Geerinckx-Rice