summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: mescc-tools: Use 'git-fetch'.Ludovic Courtès2019-10-12
| | | | | * gnu/packages/mes.scm (mescc-tools-0.5.2)[source]: Use 'git-fetch'. (mescc-tools)[source]: Likewise.
* gnu: commencement: Reduce the graph of package objects.Ludovic Courtès2019-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The graph returned by: guix graph -e '(@@ (gnu packages commencement) guile-final)' now contains 94 nodes (664 edges) instead of 394 (2674 edges). Likewise, this command: GUIX_PROFILING=add-data-to-store-cache guix build coreutils -nd shows that the number of lookups to the 'add-data-to-store' caches goes from 8935 to 5303. Overall, "guix build libreoffice -nd" goes from 3.17s to 2.60s (-18%). * gnu/packages/commencement.scm (diffutils-boot0): Remove call to 'package-with-bootstrap-guile' and 'package-with-explicit-inputs', and adjust accordingly. (findutils-boot0, file-boot0, binutils-boot0, libstdc++-boot0) (gcc-boot0, perl-boot0, m4-boot0, bison-boot0, flex-boot0) (linux-libre-headers-boot0, texinfo-boot0, python-boot0) (ld-wrapper-boot0, glibc-final-with-bootstrap-bash) (static-bash-for-glibc, gettext-boot0, glibc-final, binutils-final) (libstdc++, zlib-final, bash-final): Likewise. (expat-sans-tests)[inputs]: New field. [arguments]: Add #:implicit-inputs? and #:guile. (m4-boot0*): New variable.
* gnu: Remove unnecessary uses of 'package-with-bootstrap-guile'.Ludovic Courtès2019-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces the object graph returned by: guix graph -e '(@@ (gnu packages commencement) glibc-final-with-bootstrap-bash) from 333 nodes (1542 edges) to 148 nodes (886 edges). This improves 'package-derivation' memoization and, consequently, the 'add-data-to-store' cache shown by: GUIX_PROFILING=add-data-to-store-cache guix build coreutils -nd goes from 10948 lookups to 8935 lookups. * gnu/packages/commencement.scm (mes-boot): Remove call to 'package-with-bootstrap-guile'. Call 'bootstrap-origin' on the source of NYACC-0.86. (tcc-boot0): Likewise. (tcc-boot): Remove call to 'package-with-bootstrap-guile' and call 'bootstrap-origin' on its source. (make-mesboot0): Remove call to 'package-with-bootstrap-guile'. (diffutils-mesboot): Likewise. (binutils-mesboot0): Likewise, and call 'bootstrap-origin' for its source. (gcc-core-mesboot): Likewise. (mesboot-headers): Remove call to 'package-with-bootstrap-guile'. (glibc-mesboot0): Likewise, and call 'bootstrap-origin' for its source. (gcc-mesboot0): Remove call to 'package-with-bootstrap-guile'. (binutils-mesboot): Likewise. (make-mesboot): Likewise. (gcc-mesboot1): Likewise, and call 'bootstrap-origin' for its source. (gcc-mesboot1-wrapper): Remove call to 'package-with-bootstrap-guile'. (glibc-headers-mesboot): Likewise, and call 'bootstrap-origin' for its source. (glibc-mesboot): Remove call to 'package-with-bootstrap-guile'. (gcc-mesboot): Likewise, and call to 'bootstrap-origin' for its source. (gcc-mesboot-wrapper): Remove call to 'package-with-bootstrap-guile'. (m4-mesboot): Likewise. (gnu-make-boot0): Likewise, and call 'bootstrap-origin' for its source.
* gnu: emacs-wgrep: Update to 2.3.1.Pierre Neidhardt2019-10-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-wgrep): Update to 2.3.1.
* gnu: PyJWT: Update to 1.7.1.Leo Famulari2019-10-11
| | | | * gnu/packages/python-xyz.scm (python-pyjwt): Update to 1.7.1.
* gnu: Fix typo for nsis.Carl Dong2019-10-11
| | | | | * gnu/packages/installers.scm (make-nsis): Add space between define and open bracket.
* gnu: Add nsis-x86_64 and nsis-i686.Carl Dong2019-10-11
| | | | | | | | | | | | | | * guix/build-system/scons.scm (scons-build): Add build-targets and install-targets parameters. * guix/build/scons-build-system.scm (build, install): Adjust accordingly. * doc/guix.texi (Build Systems): Document it. * gnu/packages/installers.scm: New file, (make-nsis): New procedure, (nsis-x86_64, nsis-i686): New variables. * gnu/packages/patches/nsis-env-passthru.patch: New file. * gnu/local.mk (dist_patch_DATA, GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu: knot: Update to 2.9.0.Tobias Geerinckx-Rice2019-10-11
| | | | * gnu/packages/dns.scm (knot): Update to 2.9.0.
* gnu: emacs-evil-collection: Update to 0.0.3-11.bf2400a.Brian Leung2019-10-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.3-11.bf2400a.
* gnu: Add emacs-annalist.Brian Leung2019-10-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-annalist): New variable.
* gnu: emacs-git-annex: Update to 1.1-2.1324d3f.Brian Leung2019-10-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-git-annex): Update to 1.1-2.1324d3f.
* gnu: emacs-helm-org-ql: Remove patch file.Brian Leung2019-10-11
| | | | | | * gnu/local.mk (emacs-helm-org-ql): Remove entry. * gnu/packages/emacs-xyz.scm: Remove patch file. * gnu/packages/patches/emacs-helm-org-ql.patch: Delete file.
* gnu: emacs-racket-mode: Update to 0.0.2-4.2a9a102.Brian Leung2019-10-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 0.0.2-4.2a9a102.
* gnu: emacs-rspec: Update to 1.11-1.66ea7cc.Brian Leung2019-10-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-rspec): Update to 1.11-1.66ea7cc.
* gnu: apfs-fuse: Fix build.Leo Famulari2019-10-10
| | | | | * gnu/packages/file-systems.scm (apfs-fuse)[arguments]: Install the LICENSE file with the default 'install-license-files' phase.
* gnu: python-bleach: Update to 3.1.0.Marius Bakke2019-10-10
| | | | | | | | * gnu/packages/check.scm (python-pytest-runner-2, python2-pytest-runner-2): New public variables. * gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.0. [propagated-inputs]: Remove PYTHON-HTML5LIB-0.9. Add PYTHON-WEBENCODINGS. [native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER-2.
* gnu: fluidsynth: Update to 2.0.7.Marius Bakke2019-10-10
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.0.7.
* gnu: tbb: Update to 2019_U9.Marius Bakke2019-10-10
| | | | * gnu/packages/tbb.scm (tbb): Update to 2019_U9.
* gnu: whois: Update to 5.5.2.Marius Bakke2019-10-10
| | | | * gnu/packages/networking.scm (whois): Update to 5.5.2.
* gnu: appstream-glib: Update to 0.7.16.Marius Bakke2019-10-10
| | | | * gnu/packages/glib.scm (appstream-glib): Update to 0.7.16.
* gnu: strace: Update to 5.3.Marius Bakke2019-10-10
| | | | | | | | * gnu/packages/patches/strace-ipc-tests.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/linux.scm (strace): Update to 5.3. [source](patches): Remove. [arguments]: Remove obsolete phase.
* gnu: libsoup: Update to 2.68.2.Marius Bakke2019-10-10
| | | | | | | * gnu/packages/gnome.scm (libsoup): Update to 2.68.2. [arguments]: Update #:configure-flags. Skip tests that attempts to resolve "subdomain.localhost". [propagated-inputs]: Add GOOGLE-BROTLI and ZLIB.
* gnu: guix: Fix source checksum.Marius Bakke2019-10-10
| | | | | | This is a follow-up to commit 6c50e1dc0625f89884cff40b22627091efa37708. * gnu/packages/package-management.scm (guix)[source](sha256): Update hash.
* gnu: python-efl: Update to 1.23.0.Efraim Flashner2019-10-10
| | | | * gnu/packages/enlightenment.scm (python-efl): Update to 1.23.0.
* gnu: mate-utils: Build with a fixed version of yelp-tools.Danny Milosavljevic2019-10-10
| | | | | * gnu/packages/mate.scm (mate-utils)[native-inputs]: Replace YELP-TOOLS with YELP-TOOLS/FIXED.
* gnu: emacs-org-tree-slide: Update to 2.8.14.Diego Nicola Barbato2019-10-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-tree-slide): Update to 2.8.14.
* gnu: guix: Update to fc1fe72.Ludovic Courtès2019-10-10
| | | | * gnu/packages/package-management.scm (guix): Update to fc1fe72.
* gnu: guix: Intern bootstrap executables before running tests.Ludovic Courtès2019-10-10
| | | | | | | | This is a followup to 1ba0b1e6ec41afd94a3c5f907b1122204dcb5d9d. * gnu/packages/package-management.scm (guix)[arguments]: In 'copy-bootstrap-guile', copy the bootstrap executables. [inputs]: Add "bootstrap/{bash,mkdir,tar,xz}".
* gnu: guix-jupyter: Avoid 'specification->package'.Ludovic Courtès2019-10-10
| | | | | * gnu/packages/package-management.scm (guix-jupyter)[native-inputs]: Avoid 'specification->package'.
* gnu: openmpi: Update to 4.0.2.Ludovic Courtès2019-10-10
| | | | * gnu/packages/mpi.scm (openmpi): Update to 4.0.2.
* gnu: Add Guix-Jupyter.Ludovic Courtès2019-10-10
| | | | * gnu/packages/package-management.scm (guix-jupyter): New variable.
* gnu: gcc@9: Update to 9.2.0.Ludovic Courtès2019-10-10
| | | | * gnu/packages/gcc.scm (gcc-9): Update to 9.2.0.
* gnu: python-binaryornot: Fix typo.Danny Milosavljevic2019-10-10
| | | | | | | | Follow-up to 86723f98ab272b1a2621fb54ff88eab5e8e80fed. * gnu/packages/python-xyz.scm (python-binaryornot)[arguments]<#:phases>[patch-test]: Rename to... [patch-test]: ...this.
* gnu: emacs-org-ql: Patch for Helm users.Brian Leung2019-10-10
| | | | | | | The package has a Helm component that is missing the relevant `require` statements. * gnu/packages/patches/emacs-helm-org-ql.patch: Add. * gnu/local.mk (emacs-helm-org-ql): Add entry. * gnu/packages/emacs-xyz.scm: Update and add dependencies.
* gnu: emacs-gif-screencast: Update to 1.0-2.248d1e1.Brian Leung2019-10-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.0-2.248d1e1.
* gnu: emacs-org-ql: Update to 0.3.1-2.949a06c.Brian Leung2019-10-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3.1-2.949a06c.
* gnu: emacs-org-sidebar: Update to 0.2.Brian Leung2019-10-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.2.
* gnu: emacs-org-ql: Update to 0.3-1.af0ef30.Brian Leung2019-10-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3-1.af0ef30.
* gnu: emacs-org-super-agenda: Update to 1.1.1-3.a87ca11.Brian Leung2019-10-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-super-agenda): Update to 1.1.1-3.a87ca11.
* gnu: wesnoth: Update to 1.14.9.Marius Bakke2019-10-09
| | | | | | | Fixes a build failure reported by reepca on #guix. * gnu/packages/games.scm (wesnoth): Update to 1.14.9. [arguments]: Add phase to disable compiler warnings from Boost headers.
* gnu: vinagre: Fix build.Maxim Cournoyer2019-10-10
| | | | | | * gnu/packages/gnome.scm (vinagre): Set the '--enable-compile-warnings' configure flag to 'minimum', to prevent build failures on compilation warnings.
* gnu: Add emacs-ssh-agency.Joseph LaFreniere2019-10-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-ssh-agency): New variable.
* gnu: emacs-deft: Don't use unstable tarball.Brian Leung2019-10-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-deft)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-emmet-mode: Update to 1.0.8-1.1acb821.Brian Leung2019-10-09
| | | | * gnu/packages/emacs-xyz.scm (emacs-emmet-mode): Update to 1.0.8-1.1acb821.
* gnu: fcgiwrap: Fix build with newer GCCs.Tobias Geerinckx-Rice2019-10-09
| | | | * gnu/packages/web.scm (fcgiwrap)[arguments]: Add ‘fix-CFLAGS’ phase.
* gnu: perl-mail-dkim: Update to 0.57.Tobias Geerinckx-Rice2019-10-09
| | | | * gnu/packages/mail.scm (perl-mail-dkim): Update to 0.57.
* gnu: python-ecdsa: Update to 0.13.3.Tobias Geerinckx-Rice2019-10-09
| | | | * gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.13.3.
* gnu: opensm: Update to 3.3.22.Tobias Geerinckx-Rice2019-10-09
| | | | * gnu/packages/fabric-management.scm (opensm): Update to 3.3.22.
* gnu: espeak: Build with the C++ 98 standard.Marius Bakke2019-10-09
| | | | | | | Fixes <https://bugs.gnu.org/37672>. Reported by Bradley Haggerty <bradigger@gmail.com>. * gnu/packages/speech.scm (espeak)[arguments]: Add CXXFLAGS to #:make-flags.
* gnu: libsigc++: Update home page.Marius Bakke2019-10-09
| | | | * gnu/packages/glib.scm (libsigc++)[home-page]: Update to current.