summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-16gnu: dolphin-emu: Update to commit 47fd8c6eff4cdea7660d0fa78040f98d1d4fa136.Rutger Helling
* gnu/packages/emulators.scm (dolphin-emu): Update to commit 47fd8c6eff4cdea7660d0fa78040f98d1d4fa136. [arguments]: Add 'fixgcc7 phase. [native-inputs]: Add gcc@7 since building with gcc@5 doesn't work anymore.
2018-05-16gnu: wine: Update to 3.0.1.Rutger Helling
* gnu/packages/wine.scm (wine): Update to 3.0.1.
2018-05-16gnu: emacs-orgalist: Fix texinfo markup in description.Gábor Boskovits
* gnu/packages/emacs.scm (emacs-orgalist)[description]: Modify. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-16doc: Update 'guix size' example.Ludovic Courtès
* doc/guix.texi (Invoking guix size): Update example.
2018-05-16doc: Improve 'guix size' documentation.Ludovic Courtès
Suggested by Martin Castillo <castilma@uni-bremen.de>. Fixes <https://bugs.gnu.org/31456>. * doc/guix.texi (Invoking guix size): Clarify that 'guix size' looks for ungrafted packages. Clarify that it can be passed several package specifications.
2018-05-15gnu: nano: Update to 2.9.7.Eric Bavier
* gnu/packages/nano.scm: Update to 2.9.7.
2018-05-16gnu: python-statsmodels: Fix build.Ricardo Wurmus
* gnu/packages/patches/python-statsmodels-fix-tests.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/statistics.scm (python-statsmodels)[source]: Remove patches. [arguments]: Disable tests; adjust build phases; add build phase "patch-for-scipy" to fix runtime error.
2018-05-15gnu: filezilla: Update to 0.12.2.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (libfilezilla): Update to 0.12.2.
2018-05-15gnu: inkscape: Disable "icon-theme.cache" generation.Danny Milosavljevic
* gnu/packages/inkscape.scm (inkscape)[arguments]<#:make-flags>: Delete. <#:phases>[patch-icon-cache-generator]: Add phase.
2018-05-15gnu: wesnoth: Update to 1.14.1.Arun Isaac
* gnu/packages/games.scm (wesnoth): Update to 1.14.1. [source]: Remove wesnoth-fix-std-bad-cast.patch. * gnu/packages/patches/wesnoth-fix-std-bad-cast.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister it.
2018-05-15gnu: Add r-bsgenome-dmelanogaster-ucsc-dm6.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-bsgenome-dmelanogaster-ucsc-dm6): New variable.
2018-05-15gnu: Add guile-simple-zmq.Rouby Pierre-Antoine
* gnu/package/guile.scm (guile-simple-zmq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-15gexp: Disable deprecation warnings for 'imported-modules'.Ludovic Courtès
Fixes <https://bugs.gnu.org/31450>. Reported by Martin Castillo <castilma@uni-bremen.de>. * guix/gexp.scm (gexp->derivation): Pass #:deprecation-warnings to 'imported-modules'. (imported-files): Add #:deprecation-warnings and pass #:env-vars to 'gexp->derivation'. (imported-modules): Add #:deprecation-warnings and pass it to 'imported-files'.
2018-05-14pack: Link top-level entries of wrapped packages.Ludovic Courtès
Previously things like: guix pack -R guile guile-json would lead to a profile without Guile-JSON, and to an 'etc/profile' that does not define 'GUILE_LOAD_PATH'. * guix/scripts/pack.scm (wrapped-package)[build]: Link top-level entries of PACKAGE into OUTPUT.
2018-05-14gnu: opencv: Ignore CVEs.Björn Höfling
* gnu/packages/image-processing.scm (opencv)[properties]: Add a lint-hidden-cve property and add three CVEs to be ignored. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-14doc: Update documentation of guix lintBjörn Höfling
* doc/guix.texi (Invoking guix lint): Add cpe-version to example. (Invoking guix lint): Add example for lint-hidden-cve. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-05-14gnu: Add emacs-orgalist.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-orgalist): New variable.
2018-05-14gnu: services: Fix wesnothd-configuration? symbol export.Arun Isaac
* gnu/services/games.scm: Export wesnothd-configuration?, not the non-existent wesnoth-configuration?.
2018-05-14gnu: Add pass-rotate.Arun Isaac
* gnu/packages/password-utils.scm (pass-rotate): New variable.
2018-05-14gnu: guile-dbi: Fix RPATH and dependencies.Arun Isaac
Prior to this change, libguile-dbi.so was unable to find libguile-dbd-sqlite3.so. * gnu/packages/guile.scm (guile-dbi-bootstrap): New variable. (guile-dbd-sqlite3)[propagated-inputs]: Remove guile-dbi. [native-inputs]: Add guile-dbi-bootstrap. (guile-dbi)[inputs]: Add guile-dbd-sqlite3. [arguments]: Set RPATH using #:make-flags.
2018-05-14gnu: mupdf: Update to 1.13.0.Efraim Flashner
* gnu/packages/pdf.scm (mupdf): Update to 1.13.0. [source]: Remove patches. * gnu/packages/patches/mupdf-build-with-latest-openjpeg.patch, gnu/packages/patches/mupdf-CVE-2017-17858.patch, gnu/packages/patches/mupdf-CVE-2018-6544.patch, gnu/packages/patches/mupdf-CVE-2018-1000051.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
2018-05-14gnu: Add emacs-dts-mode.Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-dts-mode): New variable.
2018-05-13gnu: Add ghc-containers.Tonton
* gnu/packages/haskell.scm (ghc-containers): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-13gnu: Add ghc-array.Tonton
* gnu/packages/haskell.scm (ghc-array): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-13gnu: Add ghc-quickcheck-2.9.Tonton
* gnu/packages/haskell-check.scm (ghc-quickcheck-2.9): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-13gnu: robocut: Remove unnecessary dependency on qttools.Ludovic Courtès
Reported by Efraim Flashner. * gnu/packages/printers.scm (robocut)[native-inputs]: Replace QTTOOLS with QTBASE, which is where 'qmake' lives.
2018-05-13build: 'test-env' does not 'guix download' non-existent files.Ludovic Courtès
Reported by uniq10. * build-aux/test-env.in: Check whether FILE exists before invoking 'guix download'.
2018-05-13gnu: speedtest-cli: Update to 2.0.0.Efraim Flashner
* gnu/packages/networking.scm (speedtest-cli): Update to 2.0.0.
2018-05-13gnu: myrepos: Fix CVE-2018-7032.Efraim Flashner
* gnu/packages/version-control.scm (myrepos)[source]: Add patch. * gnu/packages/patches/myrepos-CVE-2018-7032.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2018-05-13gnu: viewnior: Update to 1.7.Efraim Flashner
* gnu/packages/image-viewers.scm (viewnior): Update to 1.7. [source]: Update source uri. [build-system]: Switch to meson-build-system. [arguments]: Remove custom 'autogen and 'skip-gtk-update-icon-cache phases, add 'patch-source phase. Skip tests. [native-inputs]: Remove automake, autoconf, intltool, gnome-common, libtool, which, add gettext-minimal. [home-page]: Update home-page.
2018-05-13gnu: ImageMagick: Update to 6.9.9-43.Leo Famulari
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-43.
2018-05-13gnu: Add Robocut.Ludovic Courtès
* gnu/packages/printers.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2018-05-13packages: 'find-packages-by-name' properly honors version prefixes.Ludovic Courtès
Fixes <https://bugs.gnu.org/28446>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages.scm (find-packages-by-name): Use 'version-prefix?' instead of 'string-prefix?'.
2018-05-13utils: Add 'version-prefix?'.Ludovic Courtès
* guix/utils.scm (version-prefix?): New procedure. * tests/utils.scm ("version-prefix?"): New test.
2018-05-13gnu: hypre: Add missing dependency on Perl.Ludovic Courtès
Previously the test suite would fail to run 'ppmquant', though it would silently ignore it. * gnu/packages/maths.scm (hypre)[native-inputs]: Add PERL.
2018-05-12gnu: Go 1.10: Update to 1.10.2.Leo Famulari
* gnu/packages/golang.scm (go-1.10): Update to 1.10.2.
2018-05-12gnu: Go 1.9: Update to 1.9.6.Leo Famulari
* gnu/packages/golang.scm (go-1.9): Update to 1.9.6.
2018-05-12gnu: make-u-boot-package: Install "u-boot".Danny Milosavljevic
* gnu/packages/bootloaders.scm (make-u-boot-package): Install "u-boot".
2018-05-12gnu: Add u-boot-cubieboard.Danny Milosavljevic
* gnu/packages/bootloaders.scm (u-boot-cubieboard): New variable.
2018-05-12gnu: gst-plugins-ugly: Remove libmad from the build environment.Leo Famulari
Libmad is not used by gst-plugins-ugly since 1.12.0. * gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Remove libmad.
2018-05-12gnu: MPD: Remove unecessary dependency on libmad.Leo Famulari
MPD already depends on FFmpeg, which uses LAME for MP3 decoding. gnu/packages/mpd.scm (mpd)[inputs]: Remove LIBMAD.
2018-05-12gnu: libreoffice: Update to 5.4.7.1.Leo Famulari
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.1.
2018-05-12gnu: wine-staging: Update to 3.8.Rutger Helling
* gnu/packages/wine.scm (wine-staging): Update to 3.8.
2018-05-12gnu: wine-staging-patchset-data: Update to 3.8.Rutger Helling
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.8.
2018-05-12gnu: gnome-disk-utility: Update to 3.28.2.Rutger Helling
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.2.
2018-05-12gnu: xpra: Update to 2.3.Rutger Helling
* gnu/packages/xorg.scm (xpra): Update to 2.3.
2018-05-12hydra: Switch back to "-" instead of "@" in package job names.Ludovic Courtès
Fixes a regression introduced in ede121de426f9c56820852888a0b370f0ccbce49. Reported by Mark H Weaver <mhw@netris.org>. * build-aux/hydra/gnu-system.scm (job-name): Pass "-" as the second argument to 'package-full-name'.
2018-05-12gnu: u-boot-versatilepb: Remove package.Danny Milosavljevic
* gnu/packages/bootloaders.scm (u-boot-versatilepb): Delete variable.
2018-05-12gnu: u-boot-pine64-plus: Use bundled dtc.Danny Milosavljevic
* gnu/packages/bootloaders.scm (u-boot-pine64-plus)[arguments]<#:phases> [set-environment]: Use bundled dtc.
2018-05-12gnu: make-u-boot-package: Print errors to (current-error-port).Danny Milosavljevic
* gnu/packages/bootloaders.scm (make-u-boot-package): Print errors to (current-error-port).