summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2018-04-22gnu: tar: Work around a cross-compilation issue....* gnu/packages/base.scm (tar)[arguments]: Add #:configure-flags when cross-compiling. Ludovic Courtès
2018-04-22gnu: ncurses: Do not use "install -s" when cross-compiling....Reported by Marius Bakke <mbakke@fastmail.com> at <https://lists.gnu.org/archive/html/guix-devel/2018-04/msg00157.html>. * gnu/packages/ncurses.scm (ncurses)[arguments]: Add "--disable-stripping" to #:configure-flags when cross-compiling. Ludovic Courtès
2018-04-22gnu: patch: Work around a cross-compilation issue....Reported by Marius Bakke <mbakke@fastmail.com> at <https://lists.gnu.org/archive/html/guix-devel/2018-04/msg00157.html>. * gnu/packages/base.scm (patch)[arguments]: New field. Ludovic Courtès
2018-04-21gnu: gcc@4.7: Combine duplicate 'patches' fields into one....* gnu/packages/gcc.scm (gcc-4.7)[source]: Combine duplicate 'patches' fields into one. Previously, the first 'patches' field was being ignored. Mark H Weaver
2018-04-21gnu: gobject-introspection: Combine duplicate 'arguments' fields....* gnu/packages/glib.scm (gobject-introspection)[arguments]: Combine duplicate 'arguments' fields into one. Previously, the first one was being ignored. Mark H Weaver
2018-04-21Merge branch 'master' into core-updatesMark H Weaver
2018-04-21gnu: linux-libre@4.9: Update to 4.9.95....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.95. Mark H Weaver
2018-04-21gnu: Add osc.... * gnu/packages/build-tools.scm (osc): New variable. Tomáš Čech
2018-04-21gnu: Add python-m2crypto, python2-m2crypto....* gnu/packages/python-crypto.scm (python-m2crypto): New variable. (python2-m2crypto): New variable. Tomáš Čech
2018-04-21gnu: Add python2-urlgrabber....* gnu/packages/python-web (python2-urlgrabber): New variable. Tomáš Čech
2018-04-21gnu: Add python-onetimepass....* gnu/packages/python.scm (python-onetimepass): New variable. Tomáš Čech
2018-04-21gnu: perl: Hack the replacement perl to think it is version 5.26.1....Fixes <https://bugs.gnu.org/31216>. This is a followup to commits 217b8c2e061a5b637e198f1ed9960d4abe2b0a46, 44b98b00026e62766620dbc4330a305282d61069, and 35fbe194c3da264859a5addc661b9fbc2dc8ecc7. Complications arise when grafting perl unless the version of the replacement perl matches that of the original. So, here we add 'perl/fixed', which is built from the perl-5.26.2 source but hacked to believe it is version 5.26.1. * gnu/packages/perl.scm (perl)[replacement]: Use perl/fixed, not perl-5.26.2. (perl-5.26.2): Remove compatibility symlinks. (perl/fixed): New variable. Mark H Weaver
2018-04-20gnu: perl: Add more compatibility symlinks to the replacement perl....Fixes <https://bugs.gnu.org/31216>. Reported by Julien Lepiller <julien@lepiller.eu>. * gnu/packages/perl.scm (perl-5.26.2)[arguments]: Rename the 'workaround-grafting-version-bug' phase to 'install-compatibility-symlinks'. Install symlinks in $out/lib/perl5/site_perl/5.26.1 and $out/bin/perl5.26.1, in addition to $out/lib/perl5/5.26.1. Simplify the code a bit. Mark H Weaver
2018-04-20gnu: emacs-org, emacs-org-contrib: Update version....* gnu/packages/emacs.scm (emacs-org): Update to 9.1.10. (emacs-org-contrib): Update to 20180416. Nicolas Goaziou
2018-04-20gnu: emacs-sx: Fix byte compilation....The package would fail building when attempting to create a cache directory. This has been fixed upstream but not in a tagged release. * gnu/packages/emacs.scm (emacs-sx): Update to latest git version. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-20gnu: emacs-esxml: Fix byte compilation....* gnu/packages/emacs.scm (emacs-esxml)[arguments]: Add fix-sources phase. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-20gnu: Add emacs-kv....* gnu/packages/emacs.scm (emacs-kv): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-20gnu: lvm2: Enable pkg-config files generation....* gnu/packages/linux.scm (lvm2)[arguments]: Enable pkg-config files generation via configure flag. Tomáš Čech
2018-04-20gnu: Add go-golang-org-x-crypto-ssh-terminal....* gnu/packages/golang.scm (go-golang-org-x-crypto-ssh-terminal): New variable. Tomáš Čech
2018-04-20gnu: emacs-realgud: Update to 1.4.5....* gnu/packages/emacs.scm (emacs-realgud): Update to 1.4.5. Arun Isaac
2018-04-20gnu: emacs-realgud: Fix autogen.sh after EMACSLOADPATH is set....* gnu/packages/emacs.scm (emacs-realgud)[arguments]: Move the fix-autogen-script phase to after the set-emacs-load-path phase. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-19gnu: linux-libre: Update to 4.16.3....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.3. (%linux-libre-hash): Update hash. Mark H Weaver
2018-04-19gnu: linux-libre@4.14: Update to 4.14.35....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.35. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2018-04-20gnu: emacs-deferred: Enable tests....* gnu/packages/emacs.scm (emacs-deferred)[arguments]: Add fix-makefile phase. Set #:test-command, and enable tests. [native-inputs]: Add emacs-ert-expectations, emacs-undercover and ert-runner. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-20gnu: emacs-memoize: Update to 1.1....* gnu/packages/emacs.scm (emacs-memoize): Update to 1.1. Re-indent. [source]: Switch to release tarball. [arguments]: Remove "-l" "memoize.el" from #:test-command. Arun Isaac
2018-04-19gnu: guix: Add po4a input....* gnu/packages/package-management.scm (guix)[inputs]: Add po4a. Julien Lepiller
2018-04-20gnu: ert-runner: Adjust ert-runner wrapper to honor EMACSLOADPATH....* gnu/packages/emacs.scm (ert-runner): Use 'prefix instead of '= for setting the EMACSLOADPATH environment variable. Reuse the already computed EMACSLOADPATH for wrap-program. Specify the dependencies directly in the inputs field. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-20gnu: Adapt Emacs packages to use the new check phase....* gnu/packages/emacs.scm (emacs-dash, emacs-s, emacs-string-inflection, emacs-company, emacs-clojure-mode, emacs-julia-mode, emacs-elfeed, emacs-memoize, emacs-use-package, emacs-xmlgen, emacs-json-reformat, emacs-which-key, emacs-ws-butler, emacs-git-messenger, emacs-browse-at-remote, emacs-evil-quickscope)[arguments]: Add #:tests? and #:test-command arguments to use the new check phase. (emacs-json-reformat)[inputs]: Move emacs-dash and emacs-shut-up to ... [native-inputs]: here. Add ert-runner. (emacs-company)[arguments]: Refactor fix-bin-dir phase. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-20gnu: emacs-pdf-tools: Fix byte compilation....* gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Add emacs-set-emacs-load-path phase. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Maxim Cournoyer
2018-04-19gnu: u-boot-odroid-c2: Remove variable....U-boot for this target requires a binary blob to boot correctly. * gnu/packages/bootloaders.scm (u-boot-odroid-c2): Remove variable. Efraim Flashner
2018-04-19gnu: python-bcrypt: Move to (gnu packages python-crypto)....* gnu/packages/password-utils.scm (python-bcrypt, python2-bcrypt): Move to ... * gnu/packages/python-crypto.scm (python-bcrypt, python2-bcrypt): ... here. * gnu/packages/python.scm: Remove unused (gnu packages password-utils) import. Marius Bakke
2018-04-19gnu: Perl: Fix a grafting failure due to a path that includes the package ver......Fixes <https://bugs.gnu.org/31210>. * gnu/packages/perl.scm (perl-5.26.2): Don't use package/inherit. [arguments]: Add a 'workaround-grafting-version-bug' phase. Leo Famulari
2018-04-19gnu: guile-curl: Use invoke....* gnu/packages/curl.scm (guile-curl): Use invoke instead of system*. Roel Janssen
2018-04-19gnu: Add fortune-mod....* gnu/packages/games.scm (fortune-mod): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt
2018-04-19gnu: Add perl-test-runvalgrind...* gnu/packages/perl-check.scm (perl-test-runvalgrind): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt
2018-04-19gnu: Add perl-io-all....* gnu/packages/perl.scm (perl-io-all): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt
2018-04-19gnu: Add perl-file-readbackwards....* gnu/packages/perl.scm (perl-file-readbackwards): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt
2018-04-19gnu: libfive: Add snippet, enable tests and remove obsolete phase....* gnu/packages/engineering.scm (libfive)[source]: Add snippet to remove bundled catch. [arguments]: Remove #:tests?. Add #:test-target. Remove phase 'add-eigen-to-search-path'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Diego Nicola Barbato
2018-04-19gnu: Add spindle....* gnu/packages/admin.scm (spindle): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine
2018-04-19gnu: Add launchmon....* gnu/packages/admin.scm (launchmon): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine
2018-04-19gnu: mcron: Update to 1.1.1....Fixes <https://bugs.gnu.org/31113>. Reported by George myglc2 Clemmer <myglc2@gmail.com>. * gnu/packages/guile.scm (mcron): Update to 1.1.1. [arguments]: Change timezone in 'set-timezone' phase. Remove 'disable-schedule-test' and 'wrap-programs' phases. Add 'adjust-tests' phase. * gnu/tests/base.scm (%mcron-os): Change JOB1 to use the 'next-seconds' form. Ludovic Courtès
2018-04-19gnu: Add emacs-lispyville....* gnu/packages/emacs.scm (emacs-lispyville): New variable. Clément Lassieur
2018-04-19gnu: emacs-lispy: Change source to recent Git commit....* gnu/packages/emacs.scm (emacs-lispy): Wrap with let, and change source to the Git repository. [propagated-inputs]: Add emacs-zoutline. Clément Lassieur
2018-04-19gnu: Add emacs-zoutline....* gnu/packages/emacs.scm (emacs-zoutline): New variable. Clément Lassieur
2018-04-18gnu: blender: Update to 2.79b....* gnu/packages/graphics.scm (blender): Update to 2.79b. Leo Famulari
2018-04-18gnu: mpg123: Update to 1.25.10....* gnu/packages/mp3.scm (mpg123): Update to 1.25.10. Leo Famulari
2018-04-18gnu: Add guile-curl....* gnu/packages/curl.scm (guile-curl): New variable. Roel Janssen
2018-04-18gnu: mutt: Update to 1.9.5....* gnu/packages/mail.scm (mutt): Update to 1.9.5. Leo Famulari
2018-04-18gnu: lynx: Update to 2.8.9dev.17....* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.17. Leo Famulari
2018-04-18gnu: qemu: Fix CVE-2018-7550....* gnu/packages/patches/qemu-CVE-2018-7550.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/virtualization.scm (qemu)[source]: Use it. Leo Famulari