summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* Switch to Guile-Gcrypt.Ludovic Courtès2018-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* gnu: Add emacs-picpocket.Alex Vong2018-09-04
| | | | | | * gnu/packages/emacs.scm (emacs-picpocket): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: petsc-openmpi: Configure with support for hdf5 data format.Paul Garlick2018-09-04
| | | | | | | | | * 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>
* gnu: kicad: Update to 5.0.0.Jonathan Brielmaier2018-09-04
| | | | | | | | | * 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>
* gnu: ghc-zlib: Enable tests.Arun Isaac2018-09-04
| | | | | | | * 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.
* gnu: ghc-integer-logarithms: Allow building with newer tasty.Arun Isaac2018-09-04
| | | | | * gnu/packages/haskell.scm (ghc-integer-logarithms)[arguments]: Allow building with newer tasty.
* gnu: ghc-tasty-ant-xml: Update to 1.1.4.Arun Isaac2018-09-04
| | | | * gnu/packages/haskell-check.scm (ghc-tasty-ant-xml): Update to 1.1.4.
* gnu: ghc-tasty: Update to 1.1.0.3.Arun Isaac2018-09-04
| | | | | | | | | | | | * 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.
* gnu: Add ghc-wcwidth.Arun Isaac2018-09-04
| | | | * gnu/packages/haskell.scm (ghc-wcwidth): New variable.
* Revert "gnu: perl: Add support for cross-compilation"Ludovic Courtès2018-09-03
| | | | | This reverts commit 5108c18e7e163c3b45568f1f4c3416581a2cea19, which was accidentally committed.
* gnu: perl: Add support for cross-compilationRaphaël Mélotte2018-09-03
| | | | | | * gnu/packages/perl.scm (perl): use cross-libc when cross-compiling Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add transset-df.Benjamin Slade2018-09-03
| | | | | | * gnu/packages/xorg.scm (transset-df): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: arpack-ng: Update to 3.6.2.Marius Bakke2018-09-03
| | | | * gnu/packages/maths.scm (arpack-ng): Update to 3.6.2.
* gnu: arpack-ng: Drop redundant phase.Marius Bakke2018-09-03
| | | | * gnu/packages/maths.scm (arpack-ng)[arguments]: Remove.
* gnu: python-matplotlib: Update to 2.2.3.Marius Bakke2018-09-03
| | | | * gnu/packages/python.scm (python-matplotlib): Update to 2.2.3.
* gnu: ppp: Return #t from all phases.Marius Bakke2018-09-03
| | | | * gnu/packages/samba.scm (ppp)[arguments]: Return #t from phase.
* gnu: re2: Update to 2018-09-01.Marius Bakke2018-09-03
| | | | * gnu/packages/regex.scm (re2): Update to 2018-09-01.
* gnu: openexr: Update to 2.3.0.Marius Bakke2018-09-03
| | | | | | | | | * 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.
* gnu: ilmbase: Update to 2.3.0.Marius Bakke2018-09-03
| | | | | * gnu/packages/graphics.scm (ilmbase): Update to 2.3.0. [source](uri): Change to new download location.
* gnu: simplescreenrecorder: Build against modular Qt.Marius Bakke2018-09-03
| | | | | * gnu/packages/video.scm (simplescreenrecorder)[inputs]: Remove QT. Add QTBASE and QTX11EXTRAS.
* Merge branch 'security-updates'Marius Bakke2018-09-03
|\
| * gnu: nss, nss-certs: Update to 3.39 [fixes CVE-2018-12384].Marius Bakke2018-09-01
| | | | | | | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.39. * gnu/packages/certs.scm (nss-certs): Likewise.
| * gnu: nspr: Update to 4.20.Marius Bakke2018-09-01
| | | | | | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.20.
* | gnu: gnu-pw-mgr: Update to 2.4.2.Efraim Flashner2018-09-03
| | | | | | | | * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.4.2.
* | gnu: python-nbxmpp: Update to 0.6.7.Tobias Geerinckx-Rice2018-09-03
| | | | | | | | * gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.7.
* | gnu: libircclient: Update to 1.10.Tobias Geerinckx-Rice2018-09-03
| | | | | | | | * gnu/packages/messaging.scm (libircclient): Update to 1.10.
* | Fix some typos.Tobias Geerinckx-Rice2018-09-03
| | | | | | | | | | | | | | | | * 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.
* | gnu: sudo: Update to 1.8.25.Tobias Geerinckx-Rice2018-09-03
| | | | | | | | * gnu/packages/admin.scm (sudo): Update to 1.8.25.
* | gnu: python-efl: Update to 1.21.0.Efraim Flashner2018-09-03
| | | | | | | | | | | | * gnu/packages/enlightenment.scm (python-efl): Update to 1.21.0. [source]: Don't use pypi source. [arguments]: Delete network tests.
* | gnu: efl: Update to 1.21.0.Efraim Flashner2018-09-03
| | | | | | | | * gnu/packages/enlightenment.scm (efl): Update to 1.21.0.
* | gnu: python-scipy: Disable broken tests.Ricardo Wurmus2018-09-03
| | | | | | | | * gnu/packages/python.scm (python-scipy)[arguments]: Skip two broken tests.
* | gnu: c-toxcore: Update to 0.2.7.Rutger Helling2018-09-03
| | | | | | | | * gnu/packages/messaging.scm (c-toxcore): Update to 0.2.7.
* | gnu: openrct2: Update to 0.2.1.Rutger Helling2018-09-03
| | | | | | | | | | * gnu/packages/games.scm (openrct2-objects): Update to 1.0.6. * gnu/packages/games.scm (openrct2): Update to 0.2.1.
* | gnu: jellyfish: Update to 2.2.10.Efraim Flashner2018-09-03
| | | | | | | | | | * gnu/packages/bioinformatics.scm (jellyfish): Update to 2.2.10. [supported-systems]: Add aarch64-linux, mips64el-linux.
* | gnu: monitoring.scm: Fix copyright line.Oleg Pykhalov2018-09-02
| | | | | | | | This is a follow-up to ead46692ec8a17ed9cf668131343d7cf1b3725e5.
* | gnu: haskell-mode: Fix test failure.Alex Vong2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/31726>. Thanks to Jack Hill <jackhill@jackhill.us> for exploring different solutions at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31726>. * gnu/packages/patches/haskell-mode-unused-variables.patch, gnu/packages/patches/haskell-mode-make-check.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/emacs.scm (haskell-mode)[source]: Use them. [arguments]: Adjust 'pre-build' phase to embed file name. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: emacs-helpful: Update to 0.13.Konrad Hinsen2018-09-02
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-helpful): Update to 0.13. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: emacs-elisp-refs: Update to 1.3.Konrad Hinsen2018-09-02
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-elisp-refs): Update to 1.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: wine-staging: Update to 3.15.Rutger Helling2018-09-02
| | | | | | | | * gnu/packages/wine.scm (wine-staging): Update to 3.15.
* | gnu: wine-staging-patchset-data: Update to 3.15.Rutger Helling2018-09-02
| | | | | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.15.
* | gnu: rosegarden: Update to 18.06.宋文武2018-09-02
| | | | | | | | | | * gnu/packages/music.scm (rosegarden): Update to 18.06. [home-page]: Use HTTPS.
* | gnu: rust: Move rust-1.19 down.Danny Milosavljevic2018-09-02
| |
* | gnu: rust: Bootstrap (only) Rust 1.19.0 by mrustc.Danny Milosavljevic2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/rust-1.19-mrustc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/rust.scm (rust-1.19)[source]: Add patch "rust-1.19-mrustc.patch". [arguments]<#:modules>: New field. <#:phases>[patch-cargo-tomls]: New phase. <#:phases>[build]: Modify. <#:phases>[install]: Modify. [native-inputs]: Replace rust-bootstrap by mrustc. (rust-1.23)[native-inputs]: New field. [arguments]<#:phases>: Delete phase "patch-cargo-tomls".
* | gnu: Add perftest.Manuel Graf2018-09-01
| | | | | | | | | | | | * gnu/packages/linux.scm (perftest): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* | gnu: Add ruby-jekyll-paginate-v2.Julien Lepiller2018-09-01
| | | | | | | | * gnu/packages/ruby.scm (ruby-jekyll-paginate-v2): New variable.
* | gnu: Add jekyll.Julien Lepiller2018-09-01
| | | | | | | | * gnu/packages/ruby.scm (jekyll): New variable.
* | gnu: Add ruby-pathutil.Julien Lepiller2018-09-01
| | | | | | | | * gnu/packages/ruby.scm (ruby-pathutil): New variable.
* | gnu: Add ruby-forwardable-extended.Julien Lepiller2018-09-01
| | | | | | | | * gnu/packages/ruby.scm (ruby-forwardable-extended): New variable.
* | gnu: Add ruby-liquid.Julien Lepiller2018-09-01
| | | | | | | | * gnu/packages/ruby.scm (ruby-liquid): New variable.
* | gnu: Add ruby-mercenary.Julien Lepiller2018-09-01
| | | | | | | | * gnu/packages/ruby.scm (ruby-mercenary): New variable.