summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add bear.Fis Trivial2018-04-08
| | | | | | * gnu/packages/build-tools.scm (bear): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add unittest-cpp.Fis Trivial2018-04-08
| | | | | | * gnu/packages/check.scm (unittest-cpp): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ghc-psqueues: Update to 0.2.6.0.rsiddharth2018-04-08
| | | | | | | | * gnu/packages/haskell.scm (ghc-psqueues): Update to 0.2.6.0. [arguments]: Enable tests. [home-page]: Update link. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnurl: Update to version 7.59.0.Nils Gillmann2018-04-08
| | | | | | | | * gnu/packages/gnunet.scm (gnurl): Update to version 7.59.0. [source]: Add temporary second source at ftp.n0.is. Signed-off-by: Nils Gillmann <ng0@n0.is> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-pass.Konrad Hinsen2018-04-08
| | | | | | * gnu/packages/emacs.scm (emacs-pass): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cobol: Download NIST suite over HTTPS.Ludovic Courtès2018-04-08
| | | | | | Suggested by Simon Sobisch <simonsobisch@web.de>. * gnu/packages/cobol.scm (gnucobol)[inputs]: Download "newcob" over HTTPS.
* gnu: vc: Do not optimize for the build machine CPU.Marius Bakke2018-04-08
| | | | | * gnu/packages/maths.scm (vc)[arguments]: Add "-DTARGET_ARCHITECTURE=none" to #:configure-flags.
* gnu: http-parser: Update to 2.8.1.Marius Bakke2018-04-08
| | | | * gnu/packages/web.scm (http-parser): Update to 2.8.1.
* gnu: libmbim: Update to 1.16.0.Marius Bakke2018-04-08
| | | | * gnu/packages/freedesktop.scm (libmbim): Update to 1.16.0.
* gnu: libotf: Update to 0.9.16.Marius Bakke2018-04-08
| | | | * gnu/packages/fontutils.scm (libotf): Update to 0.9.16.
* discovery: Remove dependency on (guix ui).Ludovic Courtès2018-04-08
| | | | | | | | | | | | | | This reduces the closure of (guix discovery) from 28 to 8 modules. * guix/discovery.scm (scheme-files): Use 'format' instead of 'warning'. (scheme-modules): Add #:warn parameter. Use it instead of 'warn-about-load-error'. (fold-modules): Add #:warn and pass it to 'scheme-modules'. (all-modules): Likewise. * gnu/bootloader.scm (bootloader-modules): Pass #:warn to 'all-modules'. * gnu/packages.scm (fold-packages): Likewise. * gnu/services.scm (all-service-modules): Likewise. * guix/upstream.scm (importer-modules): Likewise.
* Add (guix self).Ludovic Courtès2018-04-08
| | | | | | | | * guix/self.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages.scm (%distro-root-directory): Rewrite to try different directories. * guix/discovery.scm (guix): Export 'scheme-files'.
* gnu: Add 'guix-register'.Ludovic Courtès2018-04-08
| | | | * gnu/packages/package-management.scm (guix-register): New variable.
* gnu: grammalecte: Fix build.Nicolas Goaziou2018-04-08
| | | | | * gnu/packages/dictionaries.scm (grammalecte)[arguments]: Add phase to fix build script.
* gnu: grammalecte: Update to 0.6.3.1.Nicolas Goaziou2018-04-08
| | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.3.1.
* gnu: Add emacs-evil-anzu.Sohom Bhattacharjee2018-04-07
| | | | | | * gnu/packages/emacs.scm (emacs-evil-anzu): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: git: Fix checksum patch in 'patch-tests'.YOANN P2018-04-06
| | | | | | | | * gnu/packages/version-control.scm (git)[arguments]: In 'patch-tests' phase, use %store-directory instead of '/gnu' to prevent tests failure in case a custom store path is used. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: miniupnpc: Update to 2.0.20180406.Marius Bakke2018-04-06
| | | | * gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180406.
* gnu: talloc: Update to 2.1.13.Marius Bakke2018-04-06
| | | | * gnu/packages/samba.scm (talloc): Update to 2.1.13.
* gnu: strace: Update to 4.22.Marius Bakke2018-04-06
| | | | | * gnu/packages/linux.scm (strace): Update to 4.22. [source](uri): Download from home page.
* gnu: ldc, bap: Build with Clang 3.8.Marius Bakke2018-04-06
| | | | | | | * gnu/packages/ldc.scm (ldc-bootstrap, ldc): Change LLVM and CLANG to LLVM-3.8 and CLANG-3.8. * gnu/packages/ocaml.scm (bap)[native-inputs]: Change CLANG to CLANG-3.8. [propagated-inputs, inputs]: Change LLVM to LLVM-3.8.
* gnu: llvm, clang: Update to 6.0.0.Marius Bakke2018-04-06
| | | | | | | | | | | | | * gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 6.0.0. (clang-from-llvm)(patches): Set to empty list. [arguments]: Adjust substitutions depending on major version. (llvm-3.8, clang-runtime-3.8, clang-3.8): New public variables. (clang-3.7, clang-3.6, clang-3.5)(patches): Add 'clang-3.5-libc-search-path.patch'. (clang-3.9.1)(patches): Add 'clang-3.8-libc-search-path.patch'. * gnu/packages/patches/clang-6.0-libc-search-path.patch: New file. * gnu/packages/patches/clang-libc-search-path.patch: Rename to ... * gnu/packages/patches/clang-3.5-libc-search-path.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: sambamba: Update to 0.6.7-10-g223fa20.Ricardo Wurmus2018-04-06
| | | | | | | | * gnu/packages/bioinformatics.scm (sambamba)[source]: Fetch from git. [arguments]: Disable parallel build; rename build phase "place-biod" to "place-biod-and-undead"; add build phase "fix-ldc-version"; adjust phase "unbundle-prerequisites". [native-inputs]: Add python2-minimal; update biod sources; add undead sources.
* gnu: htslib-for-sambamba: Fix build.Ricardo Wurmus2018-04-06
| | | | | * gnu/packages/bioinformatics.scm (htslib-for-sambamba)[arguments]: Do not inherit htslib arguments.
* gnu: certbot: Update to 0.23.0.Leo Famulari2018-04-05
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.23.0.
* gnu: Add java-native-access-platform.Julien Lepiller2018-04-05
| | | | * gnu/packages/java.scm (java-native-access-platform): New variable.
* gnu: Add java-native-access.Julien Lepiller2018-04-05
| | | | * gnu/packages/java.scm (java-native-access): New variable.
* gnu: Add java-jakarta-oro.Julien Lepiller2018-04-05
| | | | * gnu/packages/java.scm (java-jakarta-oro): New variable.
* gnu: Add java-commons-vfs.Julien Lepiller2018-04-05
| | | | * gnu/packages/java.scm (java-commons-vfs): New variable.
* gnu: Add java-commons-httpclient.Julien Lepiller2018-04-05
| | | | * gnu/packages/java.scm (java-commons-httpclient): New variable.
* gnu: Add java-commons-bsf.Julien Lepiller2018-04-05
| | | | * gnu/packages/java.scm (java-commons-bsf): New variable.
* gnu: Update java-commons-cli to 1.4.Julien Lepiller2018-04-05
| | | | * gnu/packages/java.scm (java-commons-cli): Update to 1.4.
* gnu: Add java-jline-2.Julien Lepiller2018-04-05
| | | | * gnu/packages/java.scm (java-jline-2): New variable.
* gnu: openssh: Update to 7.7p1.Leo Famulari2018-04-05
| | | | | * gnu/packages/ssh.scm (openssh): Update to 7.7p1. [arguments]: Set the test suite's working directory in #:make-flags.
* gnu: tiled: Update to 1.1.4.David Thompson2018-04-05
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.1.4.
* gnu: Add subdl.Pierre Neidhardt2018-04-05
| | | | | | * gnu/packages/video.scm (subdl): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: iptables: Remove trailing newline from description.Tobias Geerinckx-Rice2018-04-05
| | | | | | ...introduced in be5dc5fb18a4b72977748c5f077062be4e8accbc. * gnu/packages/linux.scm (iptables)[description]: Remove trailing newline.
* gnu: perl-db-file: Update to 1.841.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/databases.scm (perl-db-file): Update to 1.841.
* gnu: licensecheck: Update to 3.0.34.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/license.scm (licensecheck): Update to 3.0.34.
* gnu: cppcheck: Update to 1.83.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/check.scm (cppcheck): Update to 1.83.
* gnu: gama: Update to 1.22.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/gps.scm (gama): Update to 1.22.
* gnu: lmdb: Update to 0.9.22.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/databases.scm (lmdb): Update to 0.9.22.
* gnu: getmail: Update to 5.6.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/mail.scm (getmail): Update to 5.6.
* gnu: jpegoptim: Use HTTPS home page.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/image.scm (jpegoptim)[home-page]: Use HTTPS.
* gnu: jpegoptim: Update to 1.4.5.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/image.scm (jpegoptim): Update to 1.4.5.
* gnu: debootstrap: Update to 1.0.95.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/debian.scm (debootstrap): Update to 1.0.95.
* gnu: czmq: Update to 4.1.1.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/networking.scm (czmq): Update to 4.1.1.
* gnu: musescore: Update to 2.2.1.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/music.scm (musescore): Update to 2.2.1.
* gnu: mate-themes: Update to 3.22.16.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/mate.scm (mate-themes): Update to 3.22.16.
* gnu: asymptote: Update to 2.42.Tobias Geerinckx-Rice2018-04-05
| | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.42.