summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-07-02gnu: python-duniterpy: Change module.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-duniterpy): Move... * gnu/packages/finance.scm: ... here.
2018-07-02gnu: python-pylibscrypt: Improve speed.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-pylibscrypt): Use "libscrypt" implementation instead of "openssl". "hashlib.scrypt" requires Python 3.6+ and OpenSSL 1.1+. Since Python is built with OpenSSL 1.0, the library is unavailable. "pylibscrypt" defaults to a slow pure Python implementation. Instead, rely on the much faster "libscrypt".
2018-07-02gnu: Add libscrypt.Nicolas Goaziou
* gnu/packages/crypto.scm (libscrypt): New variable.
2018-07-02gnu: Add freedink-dfarc.Kei Kebreau
* gnu/packages/games.scm (freedink-dfarc): New variable.
2018-07-02gnu: bambam: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/games.scm (bambam)[source]: Use GIT-FETCH.
2018-07-02gnu: zstd: Update to 1.3.5.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zstd): Update to 1.3.5. [source]: Add two patches to make the test suite pass. * gnu/packages/patches/zstd-fix-stdin-list-without-tty.patch, gnu/packages/patches/zstd-fix-stdin-list-test.patch: New files. * gnu/local.mk (dist_patch_DATA): Add both.
2018-07-02gnu: acpica: Update to 20180629.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (acpica): Update to 20180629.
2018-07-02gnu: Remove duplicate imports from (gnu packages graphics).Tobias Geerinckx-Rice
* gnu/packages/graphics.scm (define-module): Remove duplicate module imports. Order the remainers alphabetically.
2018-07-02gnu: bambam: Update to 0.6.Tobias Geerinckx-Rice
* gnu/packages/games.scm (bambam): Update to 0.6.
2018-07-02gnu: teeworlds: Add missing dependency.Tim Gesthuizen
* gnu/packages/games.scm (teeworlds)[native-inputs]: Add pkg-config. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-07-02gnu: Add silkaj.Nicolas Goaziou
* gnu/packages/finance.scm (silkaj): New variable.
2018-07-02gnu: Add python-scrypt.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-scrypt): New variable.
2018-07-02gnu: Add python-commandlines.Nicolas Goaziou
* gnu/packages/python.scm (python-commandlines): New variable.
2018-07-02gnu: java-hamcrest-all: Add java-hamcrest-core to inputs.Ricardo Wurmus
Fixes <https://debbugs.gnu.org/31390>, probably. * gnu/packages/java.scm (java-hamcrest-all)[inputs]: Add java-hamcrest-core. [arguments]: Add java-hamcrest-core to the build-time classpath.
2018-07-02gnu: guile: Add version 2.2.4.Ludovic Courtès
* gnu/packages/guile.scm (guile-2.2.4): New variable.
2018-07-02gnu: icedtea: Work around gcc segfault.Gábor Boskovits
* gnu/packages/java.scm (icedtea-6)[arguments]: Modify phases to extract hostspot, as after the patching it becomes an archive. [native-inputs]: add patch to hotspot-src. * gnu/packages/patches/icedtea-6-hotspot-gcc-segfault-workaround.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-07-02Revert "gnu: icedtea-7: Build with gcc-4.9."Gábor Boskovits
This reverts commit bc73f673e80e9134ee7620516f2e29c0c46db35f.
2018-07-02gnu: cdogs-sdl: Update to 0.6.7.Tobias Geerinckx-Rice
* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.7. [source]: Use version tag.
2018-07-02gnu: godot: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (godot)[source]: Use GIT-FETCH.
2018-07-02gnu: godot: Update to 3.0.4.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (godot): Update to 3.0.4.
2018-07-01gnu: gama: Update to 2.00.Efraim Flashner
* gnu/pacakges/gps.scm (gama): Update to 2.00.
2018-07-01gnu: gnu-pw-mgr: Update to 2.3.2.Efraim Flashner
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.2.
2018-07-01gnu: re2: Update to 2018-07-01.Marius Bakke
* gnu/packages/regex.scm (re2): Update to 2018-07-01.
2018-07-01gnu: libraw: Enable optional functionality.Marius Bakke
* gnu/packages/photo.scm (libraw)[native-inputs]: Add PKG-CONFIG. [inputs]: Add LIBJPEG-8. [propagated-inputs]: Add LCMS.
2018-07-01gnu: libraw: Correct license.Marius Bakke
* gnu/packages/photo.scm (libraw)[license]: Change from LGPL2.1+ to LGPL2.1. Add CDDL1.0.
2018-07-01gnu: libraw: Update to 0.19.0.Marius Bakke
* gnu/packages/photo.scm (libraw): Update to 0.19.0.
2018-07-01gnu: emacs-browse-at-remote: Update to 0.10.0.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-browse-at-remote): Update to 0.10.0. * gnu/packages/patches/emacs-browse-at-remote-cgit-gnu.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2018-07-01gnu: musescore: Update to 2.3.Nicolas Goaziou
* gnu/packages/music.scm (musescore): Update to 2.3. [source]: Switch to a more stable location. [arguments]: Remove a fix applied upstream.
2018-07-01gnu: Add guile-hall.Alex Sassmannshausen
* gnu/packages/guile.scm (guile-hall): New variable.
2018-07-01gnu: emacs-nix-mode: Fix build by switching upstream source.Oleg Pykhalov
'nix' version 2 doesn't provide Emacs libraries anymore. * gnu/packages/package-management.scm (emacs-nix-mode): Do not inherit 'nix'. Switch upstream source to <https://github.com/nixos/nix-mode>. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-06-30gnu: qtoctave: Fix build for Qt 5.11.Kei Kebreau
* gnu/packages/maths.scm (qtoctave)[source]: Add patch. [native-inputs]: Add texlive. * gnu/packages/patches/qtoctave-qt-5.11-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-06-30gnu: teckit: Add source file-name.Efraim Flashner
* gnu/packages/fontutils.scm (teckit)[source]: Add file-name field.
2018-06-30gnu: Add casync.Ludovic Courtès
* gnu/packages/sync.scm (casync): New variable.
2018-06-30gnu: abcde: Add missing Perl dependencies.Ludovic Courtès
* gnu/packages/cdrom.scm (abcde)[inputs]: Add perl-musicbrainz-discid, perl-webservice-musicbrainz, and perl-mojolicious. [arguments] <wrap>: Define PERL5LIB in the wrapper.
2018-06-30gnu: gcc-toolchain: Add version 8.Ludovic Courtès
* gnu/packages/commencement.scm (gcc-toolchain-8): New variable.
2018-06-30gnu: Add perl-webservice-musicbrainz.Ludovic Courtès
* gnu/packages/music.scm (perl-webservice-musicbrainz): New variable.
2018-06-30gnu: Add perl-musicbrainz-discid.Ludovic Courtès
* gnu/packages/music.scm (perl-musicbrainz-discid): New variable.
2018-06-30gnu: guile-config: Update to 0.3.Alex Sassmannshausen
* gnu/packages/guile.scm (guile-config): Update to 0.3.
2018-06-30gnu: libgphoto2: Update to 2.5.18.Tobias Geerinckx-Rice
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.18.
2018-06-30gnu: ristretto: Update to 0.8.3.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (ristretto): Update to 0.8.3.
2018-06-30gnu: wget2: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/wget.scm (wget2)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-30gnu: slepc: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (slepc)[arguments]: Return #t rather than undefined from phases.
2018-06-30gnu: mumps: Use INVOKE.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (mumps)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-30gnu: superlu-dist: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (superlu-dist)[arguments]: Return #t rather than undefined from phases. Substitute INVOKE for SYSTEM*.
2018-06-30gnu: scotch: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (scotch)[arguments]: Return #t rather than undefined from phases. Substitute INVOKE for SYSTEM*.
2018-06-30gnu: petsc: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (petsc)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-30gnu: xxhash: Update to 0.6.5.Tobias Geerinckx-Rice
* gnu/packages/digest.scm (xxhash): Update to 0.6.5. [arguments]: Disable #:parallel-tests?.
2018-06-30gnu: xxhash: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/digest.scm (xxhash)[source]: Use GIT-FETCH.
2018-06-30gnu: tlsdate: Bump COMPILE_DATE.Tobias Geerinckx-Rice
* gnu/packages/ntp.scm (tlsdate)[arguments]: Set COMPILE_DATE to 2018-06-28.
2018-06-30gnu: python-rst.linker: Update to 1.10.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-rst.linker): Update to 1.10.