Commit Graph

40533 Commits (02eae558fc2a71a9425eb8f8698afe452edebb4b)

Author SHA1 Message Date
Tobias Geerinckx-Rice 02eae558fc
gnu: calcurse: Fix documentation directory.
* gnu/packages/calcurse.scm (calcurse)[arguments]: Set ‘--docdir’
in #:configure-flags' and add ‘respect-docdir’ phase to use it.
2019-03-04 19:07:10 +01:00
Tobias Geerinckx-Rice ad257ec8b5
gnu: thermald: Update to 1.8.
* 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.
2019-03-04 19:07:10 +01:00
Ricardo Wurmus 96f39b2a6e
gnu: Add java-jblas.
* gnu/packages/java-maths.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2019-03-04 17:14:15 +01:00
Ricardo Wurmus 74fea1e2df
gnu: lyx: Remove obsolete patch.
* gnu/packages/patches/lyx-2.2.3-fix-test.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-03-04 17:14:15 +01:00
Efraim Flashner 0132f3e67f
gnu: emacs-minimal: Don't inherit configure-flags.
* gnu/packages/emacs.scm (emacs-minimal)[arguments]: Move
configure-flags lower than inherited package-arguments so it won't be
overwritten.
2019-03-04 17:35:26 +02:00
Rutger Helling c9d2d3104b
gnu: looking-glass-client: Update to commit 182c475.
* gnu/packages/virtualization.scm (looking-glass-client): Update to commit
182c475. Rename from lookingglass to looking-glass-client. Add
deprecated-package lookingglass.
2019-03-04 16:20:27 +01:00
Efraim Flashner 662ff659ec
gnu: mkvtoolnix: Use modular qt.
* gnu/packages/video.scm (mkvtoolnix)[inputs]: Remove qt, add qtbase,
qtmultimedia.
[native-inputs]: Add qttools.
2019-03-04 17:15:23 +02:00
Efraim Flashner f3395a7b4d
gnu: mkvtoolnix: Unbundle more libraries.
* gnu/packages/video.scm (mkvtoolnix)[source]: Remove more bundled
libraries.
[inputs]: Add fmt, cmark.
2019-03-04 17:15:23 +02:00
Efraim Flashner e7ed996c53
gnu: mkvtoolnix: Update to 31.0.0.
* 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.
2019-03-04 17:15:20 +02:00
Lprndn c36448131d
gnu: Add arcan-sdl.
* gnu/packages/arcan.scm (arcan-sdl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-04 15:22:59 +01:00
Lprndn e32099732c
gnu: Add arcan.
* gnu/packages/arcan.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-04 15:22:59 +01:00
Pierre-Antoine Rouby 94be7c8b2a
gnu: emacs: Add modules support.
* gnu/packages/emacs.scm (emacs): Add modules support in configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-04 15:22:59 +01:00
Ludovic Courtès dca5821958
environment: Rename '--inherit' to '--preserve'.
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.
2019-03-04 15:22:59 +01:00
Ludovic Courtès bab9cc4aff
environment: Remove deprecated -E/--exec option.
* guix/scripts/environment.scm (%options): Remove "--exec", which was
deprecated in commit 1de2fe95e0 in 2015.
* tests/guix-environment.sh: Remove use of '-E'.
2019-03-04 15:22:59 +01:00
Ludovic Courtès c483c5c82c
doc: Better explain the 'password' field of <user-account>.
* doc/guix.texi (User Accounts): Provide an example use of 'crypt', and
mention the security implications.
2019-03-04 15:22:58 +01:00
Ludovic Courtès 56a93cb975
services: Use 'file-append' for user account shells.
* 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.
2019-03-04 15:22:58 +01:00
Ludovic Courtès 8bb76f3d44
activation: Make home directories #o700 by default.
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?'.
2019-03-04 15:22:58 +01:00
Ludovic Courtès ba926e3534
tests: Use non-deprecated (guix store) API.
This is a followup to f9e8a12379.

* gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC
root"]: Use 'store-protocol-error?' instead of 'nix-protocol-error?'.
2019-03-04 15:22:58 +01:00
Ricardo Wurmus 3a0babacdc
gnu: Add r-htscluster.
* gnu/packages/bioconductor.scm (r-htscluster): New variable.
2019-03-04 15:00:18 +01:00
Ricardo Wurmus 4254b480c9
gnu: Add r-capushe.
* gnu/packages/cran.scm (r-capushe): New variable.
2019-03-04 15:00:05 +01:00
Ricardo Wurmus e7a53914f1
gnu: python-matplotlib-documentation: Fix build.
* 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.
2019-03-04 13:57:58 +01:00
Pierre Neidhardt b6fd7f5003
gnu: emacs-helm-emms: Update to 20190304.
* gnu/packages/emacs-xyz.scm (emacs-helm-emms): Update to 20190304.
2019-03-04 12:17:13 +01:00
Pierre Neidhardt 3499638ef8
gnu: emacs-evil-magit: Update to 20190224.
* gnu/packages/emacs-xyz.scm (emacs-evil-magit): Update to 20190224.
2019-03-04 08:33:35 +01:00
Pierre Neidhardt 3a56c51836
gnu: emacs-magit-todos: Update to 1.1.7.
* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.1.7.
2019-03-04 08:33:35 +01:00
Pierre Neidhardt d60213967a
gnu: emacs-magit: Update to 2.90.1.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1.
2019-03-04 08:33:35 +01:00
Efraim Flashner 3261a73280
gnu: avidemux: Build with modular qt.
* gnu/packages/video.scm (avidemux)[inputs]: Remove qt, add qtbase,
qttools.
2019-03-03 22:09:51 +02:00
Efraim Flashner ae63b2c582
gnu: avidemux: Update to 2.7.1.
* gnu/packages/video.scm (avidemux): Update to 2.7.1.
[arguments]: Update bundled ffmpeg to 3.3.7.
2019-03-03 22:09:47 +02:00
Efraim Flashner ad656e70b6
gnu: libopenshot: Build with modular qt.
* gnu/packages/video.scm (libopenshot)[propagated-inputs]: Remove qt,
add qtbase, qtmultimedia.
2019-03-03 17:35:50 +02:00
Efraim Flashner 277becbbb7
gnu: libopenshot: Remove bundled libraries.
* gnu/packages/video.scm (libopenshot)[source]: Add snippet to remove
bundled libraries.
2019-03-03 17:35:49 +02:00
Efraim Flashner 4f889375f2
gnu: libopenshot: Fix tests on other architectures.
* 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.
2019-03-03 17:35:49 +02:00
Brian Leung d2f555f59b
gnu: Add emacs-isearch+.
* gnu/packages/emacs-xyz.scm (emacs-isearch+): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-03-03 15:39:45 +01:00
Rutger Helling 0fa3d705d2
gnu: wine-staging: Add faudio support.
* 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.
2019-03-03 11:01:51 +01:00
Rutger Helling ea3510f8a7
gnu: Add faudio.
* gnu/packages/audio.scm (faudio): New variable.
2019-03-03 11:01:51 +01:00
Rutger Helling dbb1ef51c8
gnu: wine-staging: Update to 4.3.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.3.
* gnu/packages/wine.scm (wine-staging): Update to 4.3.
2019-03-03 10:23:29 +01:00
Ricardo Wurmus d74656ea02
gnu: eolie: Update to 0.9.52.
* gnu/packages/gnome.scm (eolie): Update to 0.9.52.
2019-03-03 09:24:02 +01:00
Nicolas Goaziou 35556d7da0
gnu: musescore: Update to 3.0.4.
* gnu/packages/music.scm (musescore): Update to 3.0.4.
2019-03-03 00:17:30 +01:00
Marius Bakke 5a222ebaee
gnu: python-dask: Update to 1.1.3.
* gnu/packages/python-xyz.scm (python-dask): Update to 1.1.3.
2019-03-02 22:21:16 +01:00
Marius Bakke 0d6f2ea13a
gnu: appstream-glib: Update to 0.7.15.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.15.
2019-03-02 22:21:16 +01:00
Marius Bakke b4e1f1ae10
gnu: audit: Update to 2.8.5.
* gnu/packages/admin.scm (audit): Update to 2.8.5.
2019-03-02 22:21:16 +01:00
Marius Bakke b0251c71c7
gnu: libsecret: Update to 0.18.8.
* gnu/packages/gnome.scm (libsecret): Update to 0.18.8.
2019-03-02 22:21:16 +01:00
Marius Bakke 794e0664bd
gnu: ungoogled-chromium: Update to 72.0.3626.121-0.a80839c [fixes CVE-2019-5786].
* gnu/packages/chromium.scm (%chromium-version): Update to 72.0.3626.121.
(ungoogled-chromium-source): Update hash.
2019-03-02 22:21:16 +01:00
Marius Bakke e99e9e6f21
gnu: WebKitGTK: Update to 2.22.7.
* gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.7.
2019-03-02 22:21:16 +01:00
Marius Bakke 4422a8c60e
gnu: ldb: Update to 1.6.2.
* gnu/packages/samba.scm (ldb): Update to 1.6.2.
[native-inputs]: Change from PYTHON-2 to PYTHON.  Add WHICH.
2019-03-02 22:21:16 +01:00
Marius Bakke 97dcedbd2a
gnu: tdb: Update to 1.3.18.
* gnu/packages/databases.scm (tdb): Update to 1.3.18.
[native-inputs]: Add WHICH.  Change PYTHON-2 to PYTHON.
2019-03-02 22:21:15 +01:00
Marius Bakke 1ca20daa13
gnu: tevent: Update to 0.9.39.
* gnu/packages/samba.scm (tevent): Update to 0.9.39.
[native-inputs]: Add WHICH.  Change PYTHON-2 to PYTHON.
2019-03-02 22:21:15 +01:00
Marius Bakke 966c56f8c6
gnu: talloc: Update to 2.1.16.
* 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.
2019-03-02 22:21:15 +01:00
Ricardo Wurmus c335df433f
gnu: pigx-chipseq: Update to 0.0.31.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.31.
2019-03-02 22:05:30 +01:00
Efraim Flashner e5a0348962
gnu: lyx: Parameterize more version variables.
* gnu/packages/tex.scm (lyx)[source]: Parameterize the version string.
[arguments]: Parameterize version variables in 'configre-flags and in
the custom phases 'setenv-check and 'install-symlink.
2019-03-02 22:15:37 +02:00
Ricardo Wurmus b17c892320
gnu: lyx: Update to 2.3.2-2.
* gnu/packages/tex.scm (lyx): Update to 2.3.2-2.
[source]: Remove patch.
[arguments]: Adjust configure flags; add build phase
"fix-compilation-with-boost-1.69"; remove phase "patch-installer"; create
missing file in phase "setenv-check".
[inputs]: Add mythes.
[propagated-inputs]: Replace texlive with a texlive-union containing
texlive-fonts-ec.
2019-03-02 18:44:56 +01:00
Pierre Neidhardt b8f924274b
gnu: emacs-desktop-environment: Update to 20190301.
* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 20190301.
2019-03-02 16:15:12 +01:00