summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-05gnu: cuirass: Add dependency on Guile-Gcrypt....This is a followup to 53166aec987957efba917c83f093817d6cf6e943, which added a hard dependency of Guix on Guile-Gcrypt. * gnu/packages/ci.scm (cuirass)[inputs]: Add GUILE-GCRYPT. [arguments]: In 'wrap-program' phase, use 'string-join' to compute 'mods'. Define 'objs' for use in GUILE_LOAD_COMPILED_PATH, and take objects from lib/guile/X.Y/site-ccache. Ludovic Courtès
2018-09-05gnu: guile-fibers: Install .go files to "…/site-ccache"....* gnu/packages/guile.scm (guile-fibers)[arguments]: New field. Ludovic Courtès
2018-09-05slepc: Upgrade to 3.9.2....* gnu/packages/maths.scm (slepc): Upgrade to 3.9.2. Eric Bavier
2018-09-05petsc: Upgrade to 3.9.3....* gnu/packages/maths.scm (petsc): Upgrade to 3.9.3. [arguments]: Remove unnecessary configure flags. Eric Bavier
2018-09-05petsc: Move example code to "examples" output....* gnu/packages/maths.scm (petsc)[arguments]: New 'move-examples' phase. Eric Bavier
2018-09-05gnu: Add SUNDIALS....* gnu/packages/maths.scm (sundials, sundials-openmpi): New variables. Eric Bavier
2018-09-05gnu: packages: mp3: Use HTTPS where possible....* gnu/packages/mp3.scm (libmad)[home-page]: Use HTTPS. (libid3tag)[home-page]: Likewise. (mp3info)[source, home-page]: Likewise. (mpg123)[source]: Likewise. (libmpcdec)[source, home-page]: Likewise. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Alex Vong
2018-09-05gnu: eyed3: Update home page....* gnu/packages/mp3.scm (eyed3)[home-page]: Update to redirected HTTPS URL. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Alex Vong
2018-09-05gnu: guix: Update to 3d43017....* gnu/packages/package-management.scm (guix): Update to 3d43017. Ludovic Courtès
2018-09-05tests: Adjust 'add-file-tree-to-store' test for lack of /bin/sh....* tests/store.scm (%shell): New variable. ("add-file-tree-to-store"): Use it instead of "/bin/sh". This fixes builds in the chroot build environment. Ludovic Courtès
2018-09-05gnu: xorg: Fix typo....* gnu/packages/xorg.scm: Fix typo in Benjamin's email address. Ludovic Courtès
2018-09-05channels: Add 'latest-channel-derivation' convenience procedure....* guix/channels.scm (latest-channel-derivations): Remove. (latest-channel-instances*, latest-channel-derivation): New procedures. Ludovic Courtès
2018-09-05gnu: python-tables: Update to 3.4.4....* gnu/packages/python.scm (python-tables): Update to 3.4.4. Ricardo Wurmus
2018-09-05gnu: python-pybigwig: Update to 0.3.12....* gnu/packages/bioinformatics.scm (python-pybigwig): Update to 0.3.12. [propagated-inputs]: Add python-numpy. Ricardo Wurmus
2018-09-05gnu: libbigwig: Update to 0.4.2....* gnu/packages/bioinformatics.scm (libbigwig): Update to 0.4.2. [source]: Fetch from git. [arguments]: Disable tests; remove build phases "disable-curl-test" and "create-target-dirs". [native-inputs]: Add python-2. Ricardo Wurmus
2018-09-05gnu: nss-pam-ldapd: Update to 0.9.10....* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.10. Ricardo Wurmus
2018-09-05gnu: dolphin-emu: Update to commit 5f0d825....* gnu/packages/emulators.scm (dolphin-emu): Update to commit 5f0d825. Rutger Helling
2018-09-04gnu: Zsh: Patch some tests that began failing in 5.6....* gnu/packages/shells.scm (zsh)[arguments]: Patch the tests rather than deleting them. Leo Famulari
2018-09-04gnu: Zsh: Update to 5.6 [fixes CVE-2018-{0502,13259}]....* gnu/packages/shells.scm (zsh): Update to 5.6. [arguments]: Skip some tests. Leo Famulari
2018-09-04Switch to Guile-Gcrypt....This removes (guix hash) and (guix pk-crypto), which now live as part of Guile-Gcrypt (version 0.1.0.) * guix/gcrypt.scm, guix/hash.scm, guix/pk-crypto.scm, tests/hash.scm, tests/pk-crypto.scm: Remove. * configure.ac: Test for Guile-Gcrypt. Remove LIBGCRYPT and LIBGCRYPT_LIBDIR assignments. * m4/guix.m4 (GUIX_ASSERT_LIBGCRYPT_USABLE): Remove. * README: Add Guile-Gcrypt to the dependencies; move libgcrypt as "required unless --disable-daemon". * doc/guix.texi (Requirements): Likewise. * gnu/packages/bash.scm, guix/derivations.scm, guix/docker.scm, guix/git.scm, guix/http-client.scm, guix/import/cpan.scm, guix/import/cran.scm, guix/import/crate.scm, guix/import/elpa.scm, guix/import/gnu.scm, guix/import/hackage.scm, guix/import/texlive.scm, guix/import/utils.scm, guix/nar.scm, guix/pki.scm, guix/scripts/archive.scm, guix/scripts/authenticate.scm, guix/scripts/download.scm, guix/scripts/hash.scm, guix/scripts/pack.scm, guix/scripts/publish.scm, guix/scripts/refresh.scm, guix/scripts/substitute.scm, guix/store.scm, guix/store/deduplication.scm, guix/tests.scm, tests/base32.scm, tests/builders.scm, tests/challenge.scm, tests/cpan.scm, tests/crate.scm, tests/derivations.scm, tests/gem.scm, tests/nar.scm, tests/opam.scm, tests/pki.scm, tests/publish.scm, tests/pypi.scm, tests/store-deduplication.scm, tests/store.scm, tests/substitute.scm: Adjust imports. * gnu/system/vm.scm: Likewise. (guile-sqlite3&co): Rename to... (gcrypt-sqlite3&co): ... this. Add GUILE-GCRYPT. (expression->derivation-in-linux-vm)[config]: Remove. (iso9660-image)[config]: Remove. (qemu-image)[config]: Remove. (system-docker-image)[config]: Remove. * guix/scripts/pack.scm: Adjust imports. (guile-sqlite3&co): Rename to... (gcrypt-sqlite3&co): ... this. Add GUILE-GCRYPT. (self-contained-tarball)[build]: Call 'make-config.scm' without #:libgcrypt argument. (squashfs-image)[libgcrypt]: Remove. [build]: Call 'make-config.scm' without #:libgcrypt. (docker-image)[config, json]: Remove. [build]: Add GUILE-GCRYPT to the extensions Remove (guix config) from the imported modules. * guix/self.scm (specification->package): Remove "libgcrypt", add "guile-gcrypt". (compiled-guix): Remove #:libgcrypt. [guile-gcrypt]: New variable. [dependencies]: Add it. [*core-modules*]: Remove #:libgcrypt from 'make-config.scm' call. Add #:extensions. [*config*]: Remove #:libgcrypt from 'make-config.scm' call. (%dependency-variables): Remove %libgcrypt. (make-config.scm): Remove #:libgcrypt. * build-aux/build-self.scm (guile-gcrypt): New variable. (make-config.scm): Remove #:libgcrypt. (build-program)[fake-gcrypt-hash]: New variable. Add (gcrypt hash) to the imported modules. Adjust load path assignments. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Add GUILE-GCRYPT. [arguments]: In 'wrap-program' phase, add GUILE-GCRYPT to the search path. Ludovic Courtès
2018-09-04inferior: Add home-page and location package accessors....* guix/inferior.scm (inferior-package-home-page) (inferior-package-location): New procedures. * tests/inferior.scm ("inferior-packages"): Test them. Ludovic Courtès
2018-09-04gnu: Add emacs-picpocket....* gnu/packages/emacs.scm (emacs-picpocket): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alex Vong
2018-09-04gnu: petsc-openmpi: Configure with support for hdf5 data format....* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Add hdf5-parallel-openmpi. [arguments]: Add '--with-hdf5-include' and '--with-hdf5-lib' flags. Add 'set-test-environment' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul Garlick
2018-09-04gnu: kicad: Update to 5.0.0....* gnu/packages/engineering.scm (kicad): Update to 5.0.0. [source]: Change from git to url-fetch. [arguments]: Remove now unneeded build version parameter. [inputs]: Add opencascade-oce. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2018-09-04gnu: ghc-zlib: Enable tests....* gnu/packages/haskell.scm (ghc-zlib)[arguments]: Enable tests. Allow building with newer tasty. [native-inputs]: Add ghc-quickcheck, ghc-tasty, ghc-tasty-hunit and ghc-tasty-quickcheck. Arun Isaac
2018-09-04gnu: ghc-integer-logarithms: Allow building with newer tasty....* gnu/packages/haskell.scm (ghc-integer-logarithms)[arguments]: Allow building with newer tasty. Arun Isaac
2018-09-04gnu: ghc-tasty-ant-xml: Update to 1.1.4....* gnu/packages/haskell-check.scm (ghc-tasty-ant-xml): Update to 1.1.4. Arun Isaac
2018-09-04gnu: ghc-tasty: Update to 1.1.0.3....* gnu/packages/haskell-check.scm (ghc-tasty): Update to 1.1.0.3. [inputs]: Add ghc-wcwidth. (ghc-attoparsec-bootstrap, ghc-integer-logarithms-bootstrap, ghc-scientific-bootstrap): New variables. (ghc-wcwidth)[inputs]: Replace ghc-attoparsec with ghc-attoparsec-bootstrap. (ghc-scientific)[inputs]: Replace ghc-integer-logarithms with ghc-integer-logarithms-bootstrap. (ghc-attoparsec)[inputs]: Replace ghc-scientific with ghc-scientific-bootstrap. Arun Isaac
2018-09-04gnu: Add ghc-wcwidth....* gnu/packages/haskell.scm (ghc-wcwidth): New variable. Arun Isaac
2018-09-03Revert "gnu: perl: Add support for cross-compilation"...This reverts commit 5108c18e7e163c3b45568f1f4c3416581a2cea19, which was accidentally committed. Ludovic Courtès
2018-09-03gnu: perl: Add support for cross-compilation...* gnu/packages/perl.scm (perl): use cross-libc when cross-compiling Signed-off-by: Ludovic Courtès <ludo@gnu.org> Raphaël Mélotte
2018-09-03gnu: Add transset-df....* gnu/packages/xorg.scm (transset-df): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Benjamin Slade
2018-09-03gnu: arpack-ng: Update to 3.6.2....* gnu/packages/maths.scm (arpack-ng): Update to 3.6.2. Marius Bakke
2018-09-03gnu: arpack-ng: Drop redundant phase....* gnu/packages/maths.scm (arpack-ng)[arguments]: Remove. Marius Bakke
2018-09-03gnu: python-matplotlib: Update to 2.2.3....* gnu/packages/python.scm (python-matplotlib): Update to 2.2.3. Marius Bakke
2018-09-03gnu: ppp: Return #t from all phases....* gnu/packages/samba.scm (ppp)[arguments]: Return #t from phase. Marius Bakke
2018-09-03gnu: re2: Update to 2018-09-01....* gnu/packages/regex.scm (re2): Update to 2018-09-01. Marius Bakke
2018-09-03gnu: openexr: Update to 2.3.0....* gnu/packages/graphics.scm (openexr): Update to 2.3.0. [source](uri): Change to new download location. [source](snippet): Remove workaround. [source](patches): Remove. * gnu/packages/patches/openexr-missing-samples.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Marius Bakke
2018-09-03gnu: ilmbase: Update to 2.3.0....* gnu/packages/graphics.scm (ilmbase): Update to 2.3.0. [source](uri): Change to new download location. Marius Bakke
2018-09-03gnu: simplescreenrecorder: Build against modular Qt....* gnu/packages/video.scm (simplescreenrecorder)[inputs]: Remove QT. Add QTBASE and QTX11EXTRAS. Marius Bakke
2018-09-03Merge branch 'security-updates'Marius Bakke
2018-09-03gnu: gnu-pw-mgr: Update to 2.4.2....* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.4.2. Efraim Flashner
2018-09-03gnu: python-nbxmpp: Update to 0.6.7....* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.7. Tobias Geerinckx-Rice
2018-09-03gnu: libircclient: Update to 1.10....* gnu/packages/messaging.scm (libircclient): Update to 1.10. Tobias Geerinckx-Rice
2018-09-03Fix some typos....* doc/guix.texi (Sound Services, DNS Services): Fix typos. * gnu/packages/cpp.scm (json-modern-cxx)[description]: Likewise. * gnu/packages/emacs.scm (emacs-fancy-narrow)[synopsis, description]: Likewise. Edit & mark up while we're here. * gnu/packages/mail.scm (alot)[synopsis, description]: Ditto. Tobias Geerinckx-Rice
2018-09-03gnu: sudo: Update to 1.8.25....* gnu/packages/admin.scm (sudo): Update to 1.8.25. Tobias Geerinckx-Rice
2018-09-03gnu: python-efl: Update to 1.21.0....* gnu/packages/enlightenment.scm (python-efl): Update to 1.21.0. [source]: Don't use pypi source. [arguments]: Delete network tests. Efraim Flashner
2018-09-03gnu: efl: Update to 1.21.0....* gnu/packages/enlightenment.scm (efl): Update to 1.21.0. Efraim Flashner
2018-09-03gnu: python-scipy: Disable broken tests....* gnu/packages/python.scm (python-scipy)[arguments]: Skip two broken tests. Ricardo Wurmus
2018-09-03gnu: c-toxcore: Update to 0.2.7....* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.7. Rutger Helling