aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: coq-coquelicot: Update to 3.0.2.Dan Frumin2019-03-04
| | | | | | * gnu/packages/coq.scm (coq-coquelicot): Update to 3.0.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: emacs-orgit: Update to 20190304.Pierre Neidhardt2019-03-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 20190304.
* gnu: calcurse: Update to 4.4.0.Tobias Geerinckx-Rice2019-03-04
| | | | * gnu/packages/calcurse.scm (calcurse): Update to 4.4.0.
* gnu: calcurse: Fix documentation directory.Tobias Geerinckx-Rice2019-03-04
| | | | | * gnu/packages/calcurse.scm (calcurse)[arguments]: Set ‘--docdir’ in #:configure-flags' and add ‘respect-docdir’ phase to use it.
* gnu: thermald: Update to 1.8.Tobias Geerinckx-Rice2019-03-04
| | | | | | | * gnu/packages/admin.scm (thermald): Update to 1.8. [source]: Add patch. * gnu/packages/patches/thermald-make-int-max32-visible.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add java-jblas.Ricardo Wurmus2019-03-04
| | | | | * gnu/packages/java-maths.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: lyx: Remove obsolete patch.Ricardo Wurmus2019-03-04
| | | | | * gnu/packages/patches/lyx-2.2.3-fix-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: emacs-minimal: Don't inherit configure-flags.Efraim Flashner2019-03-04
| | | | | | * gnu/packages/emacs.scm (emacs-minimal)[arguments]: Move configure-flags lower than inherited package-arguments so it won't be overwritten.
* gnu: looking-glass-client: Update to commit 182c475.Rutger Helling2019-03-04
| | | | | | * gnu/packages/virtualization.scm (looking-glass-client): Update to commit 182c475. Rename from lookingglass to looking-glass-client. Add deprecated-package lookingglass.
* gnu: mkvtoolnix: Use modular qt.Efraim Flashner2019-03-04
| | | | | | * gnu/packages/video.scm (mkvtoolnix)[inputs]: Remove qt, add qtbase, qtmultimedia. [native-inputs]: Add qttools.
* gnu: mkvtoolnix: Unbundle more libraries.Efraim Flashner2019-03-04
| | | | | | * gnu/packages/video.scm (mkvtoolnix)[source]: Remove more bundled libraries. [inputs]: Add fmt, cmark.
* gnu: mkvtoolnix: Update to 31.0.0.Efraim Flashner2019-03-04
| | | | | | * gnu/packages/video.scm (mkvtoolnix): Update to 31.0.0. [arguments]: Remove unneeded 'with-extra-includes' flag, add flags to disable update checks and not use precompiled headers.
* gnu: Add arcan-sdl.Lprndn2019-03-04
| | | | | | * gnu/packages/arcan.scm (arcan-sdl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add arcan.Lprndn2019-03-04
| | | | | | | * gnu/packages/arcan.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs: Add modules support.Pierre-Antoine Rouby2019-03-04
| | | | | | * gnu/packages/emacs.scm (emacs): Add modules support in configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* environment: Rename '--inherit' to '--preserve'.Ludovic Courtès2019-03-04
| | | | | | | | | Suggested by Eric Bavier and Ricardo Wurmus. * guix/scripts/environment.scm (show-help, %options): Emit a deprecation warning for "--inherit" and add -E/--preserve. * tests/guix-environment.sh: Adjust accordingly. * doc/guix.texi (Invoking guix environment): Update accordingly.
* environment: Remove deprecated -E/--exec option.Ludovic Courtès2019-03-04
| | | | | | * guix/scripts/environment.scm (%options): Remove "--exec", which was deprecated in commit 1de2fe95e017c42aacbaa34f5dab8d48249cc064 in 2015. * tests/guix-environment.sh: Remove use of '-E'.
* doc: Better explain the 'password' field of <user-account>.Ludovic Courtès2019-03-04
| | | | | * doc/guix.texi (User Accounts): Provide an example use of 'crypt', and mention the security implications.
* services: Use 'file-append' for user account shells.Ludovic Courtès2019-03-04
| | | | | | | | | * gnu/services/cuirass.scm (cuirass-account): Use 'file-append' instead of #~(string-append #$shadow "/sbin/nologin"). * gnu/services/monitoring.scm (zabbix-server-account): Likewise. (zabbix-agent-account): Likewise. * gnu/services/rsync.scm (rsync-account): Likewise. * gnu/services/ssh.scm (%openssh-accounts): Likewise.
* activation: Make home directories #o700 by default.Ludovic Courtès2019-03-04
| | | | | | | | Until now they'd be #o755, except for /root, which is treated specially in (gnu build install). * gnu/build/activation.scm (activate-user-home): Chmod HOME to #o700. Remove redundant 'unless system?'.
* tests: Use non-deprecated (guix store) API.Ludovic Courtès2019-03-04
| | | | | | | This is a followup to f9e8a12379c6fefc9e5c3c7fc3926599bbefc013. * gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC root"]: Use 'store-protocol-error?' instead of 'nix-protocol-error?'.
* gnu: Add r-htscluster.Ricardo Wurmus2019-03-04
| | | | * gnu/packages/bioconductor.scm (r-htscluster): New variable.
* gnu: Add r-capushe.Ricardo Wurmus2019-03-04
| | | | * gnu/packages/cran.scm (r-capushe): New variable.
* gnu: python-matplotlib-documentation: Fix build.Ricardo Wurmus2019-03-04
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-matplotlib-documentation) [native-inputs]: Add python-ipykernel; replace texlive with a texlive-union consisting of texlive-latex-amsfonts, texlive-latex-amsmath, texlive-latex-enumitem, texlive-latex-expdlist, texlive-latex-preview, texlive-latex-type1cm, texlive-latex-ucs, texlive-generic-pdftex, texlive-fonts-amsfonts, texlive-fonts-ec, texlive-fonts-adobe-times, and texlive-fonts-txfonts. [arguments]: Do not build PDF, remove PDF-related changes; patch to avoid dependency on network resources.
* gnu: emacs-helm-emms: Update to 20190304.Pierre Neidhardt2019-03-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-emms): Update to 20190304.
* gnu: emacs-evil-magit: Update to 20190224.Pierre Neidhardt2019-03-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-magit): Update to 20190224.
* gnu: emacs-magit-todos: Update to 1.1.7.Pierre Neidhardt2019-03-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.1.7.
* gnu: emacs-magit: Update to 2.90.1.Pierre Neidhardt2019-03-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1.
* gnu: avidemux: Build with modular qt.Efraim Flashner2019-03-03
| | | | | * gnu/packages/video.scm (avidemux)[inputs]: Remove qt, add qtbase, qttools.
* gnu: avidemux: Update to 2.7.1.Efraim Flashner2019-03-03
| | | | | * gnu/packages/video.scm (avidemux): Update to 2.7.1. [arguments]: Update bundled ffmpeg to 3.3.7.
* gnu: libopenshot: Build with modular qt.Efraim Flashner2019-03-03
| | | | | * gnu/packages/video.scm (libopenshot)[propagated-inputs]: Remove qt, add qtbase, qtmultimedia.
* gnu: libopenshot: Remove bundled libraries.Efraim Flashner2019-03-03
| | | | | * gnu/packages/video.scm (libopenshot)[source]: Add snippet to remove bundled libraries.
* gnu: libopenshot: Fix tests on other architectures.Efraim Flashner2019-03-03
| | | | | | * gnu/packages/video.scm (libopenshot)[source]: Add patch. * gnu/packages/patches/libopenshot-fixup-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: Add emacs-isearch+.Brian Leung2019-03-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-isearch+): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: wine-staging: Add faudio support.Rutger Helling2019-03-03
| | | | | | | * gnu/packages/wine.scm (wine-staging)[inputs]: Add faudio. [arguments]: Adjust patchinstall.sh to faudio. * gnu/packages/wine.scm (wine64-staging)[arguments]: Adjust patchinstall.sh to faudio.
* gnu: Add faudio.Rutger Helling2019-03-03
| | | | * gnu/packages/audio.scm (faudio): New variable.
* gnu: wine-staging: Update to 4.3.Rutger Helling2019-03-03
| | | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.3. * gnu/packages/wine.scm (wine-staging): Update to 4.3.
* gnu: eolie: Update to 0.9.52.Ricardo Wurmus2019-03-03
| | | | * gnu/packages/gnome.scm (eolie): Update to 0.9.52.
* gnu: musescore: Update to 3.0.4.Nicolas Goaziou2019-03-03
| | | | * gnu/packages/music.scm (musescore): Update to 3.0.4.
* gnu: python-dask: Update to 1.1.3.Marius Bakke2019-03-02
| | | | * gnu/packages/python-xyz.scm (python-dask): Update to 1.1.3.
* gnu: appstream-glib: Update to 0.7.15.Marius Bakke2019-03-02
| | | | * gnu/packages/glib.scm (appstream-glib): Update to 0.7.15.
* gnu: audit: Update to 2.8.5.Marius Bakke2019-03-02
| | | | * gnu/packages/admin.scm (audit): Update to 2.8.5.
* gnu: libsecret: Update to 0.18.8.Marius Bakke2019-03-02
| | | | * gnu/packages/gnome.scm (libsecret): Update to 0.18.8.
* gnu: ungoogled-chromium: Update to 72.0.3626.121-0.a80839c [fixes ↵Marius Bakke2019-03-02
| | | | | | | CVE-2019-5786]. * gnu/packages/chromium.scm (%chromium-version): Update to 72.0.3626.121. (ungoogled-chromium-source): Update hash.
* gnu: WebKitGTK: Update to 2.22.7.Marius Bakke2019-03-02
| | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.7.
* gnu: ldb: Update to 1.6.2.Marius Bakke2019-03-02
| | | | | * gnu/packages/samba.scm (ldb): Update to 1.6.2. [native-inputs]: Change from PYTHON-2 to PYTHON. Add WHICH.
* gnu: tdb: Update to 1.3.18.Marius Bakke2019-03-02
| | | | | * gnu/packages/databases.scm (tdb): Update to 1.3.18. [native-inputs]: Add WHICH. Change PYTHON-2 to PYTHON.
* gnu: tevent: Update to 0.9.39.Marius Bakke2019-03-02
| | | | | * gnu/packages/samba.scm (tevent): Update to 0.9.39. [native-inputs]: Add WHICH. Change PYTHON-2 to PYTHON.
* gnu: talloc: Update to 2.1.16.Marius Bakke2019-03-02
| | | | | | | * gnu/packages/samba.scm (talloc): Update to 2.1.16. [native-inputs]: Add WHICH. [inputs]: Change from PYTHON-2 to PYTHON. (talloc/static)[arguments]: Adjust GCC command line.
* gnu: pigx-chipseq: Update to 0.0.31.Ricardo Wurmus2019-03-02
| | | | * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.31.