Age | Commit message (Expand) | Author |
2019-03-04 | 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>
| Lprndn |
2019-03-04 | 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>
| Pierre-Antoine Rouby |
2019-03-04 | 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.
| Ludovic Courtès |
2019-03-04 | environment: Remove deprecated -E/--exec option....* guix/scripts/environment.scm (%options): Remove "--exec", which was
deprecated in commit 1de2fe95e017c42aacbaa34f5dab8d48249cc064 in 2015.
* tests/guix-environment.sh: Remove use of '-E'.
| Ludovic Courtès |
2019-03-04 | 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.
| Ludovic Courtès |
2019-03-04 | 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.
| Ludovic Courtès |
2019-03-04 | 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?'.
| Ludovic Courtès |
2019-03-04 | tests: Use non-deprecated (guix store) API....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?'.
| Ludovic Courtès |
2019-03-04 | gnu: Add r-htscluster....* gnu/packages/bioconductor.scm (r-htscluster): New variable.
| Ricardo Wurmus |
2019-03-04 | gnu: Add r-capushe....* gnu/packages/cran.scm (r-capushe): New variable.
| Ricardo Wurmus |
2019-03-04 | 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.
| Ricardo Wurmus |
2019-03-04 | gnu: emacs-helm-emms: Update to 20190304....* gnu/packages/emacs-xyz.scm (emacs-helm-emms): Update to 20190304.
| Pierre Neidhardt |
2019-03-04 | gnu: emacs-evil-magit: Update to 20190224....* gnu/packages/emacs-xyz.scm (emacs-evil-magit): Update to 20190224.
| Pierre Neidhardt |
2019-03-04 | gnu: emacs-magit-todos: Update to 1.1.7....* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.1.7.
| Pierre Neidhardt |
2019-03-04 | gnu: emacs-magit: Update to 2.90.1....* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1.
| Pierre Neidhardt |
2019-03-03 | gnu: avidemux: Build with modular qt....* gnu/packages/video.scm (avidemux)[inputs]: Remove qt, add qtbase,
qttools.
| Efraim Flashner |
2019-03-03 | 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.
| Efraim Flashner |
2019-03-03 | gnu: libopenshot: Build with modular qt....* gnu/packages/video.scm (libopenshot)[propagated-inputs]: Remove qt,
add qtbase, qtmultimedia.
| Efraim Flashner |
2019-03-03 | gnu: libopenshot: Remove bundled libraries....* gnu/packages/video.scm (libopenshot)[source]: Add snippet to remove
bundled libraries.
| Efraim Flashner |
2019-03-03 | 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.
| Efraim Flashner |
2019-03-03 | gnu: Add emacs-isearch+....* gnu/packages/emacs-xyz.scm (emacs-isearch+): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Brian Leung |
2019-03-03 | 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.
| Rutger Helling |
2019-03-03 | gnu: Add faudio....* gnu/packages/audio.scm (faudio): New variable.
| Rutger Helling |
2019-03-03 | 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.
| Rutger Helling |
2019-03-03 | gnu: eolie: Update to 0.9.52....* gnu/packages/gnome.scm (eolie): Update to 0.9.52.
| Ricardo Wurmus |
2019-03-03 | gnu: musescore: Update to 3.0.4....* gnu/packages/music.scm (musescore): Update to 3.0.4.
| Nicolas Goaziou |
2019-03-02 | gnu: python-dask: Update to 1.1.3....* gnu/packages/python-xyz.scm (python-dask): Update to 1.1.3.
| Marius Bakke |
2019-03-02 | gnu: appstream-glib: Update to 0.7.15....* gnu/packages/glib.scm (appstream-glib): Update to 0.7.15.
| Marius Bakke |
2019-03-02 | gnu: audit: Update to 2.8.5....* gnu/packages/admin.scm (audit): Update to 2.8.5.
| Marius Bakke |
2019-03-02 | gnu: libsecret: Update to 0.18.8....* gnu/packages/gnome.scm (libsecret): Update to 0.18.8.
| Marius Bakke |
2019-03-02 | gnu: ungoogled-chromium: Update to 72.0.3626.121-0.a80839c [fixes CVE-2019-57......* gnu/packages/chromium.scm (%chromium-version): Update to 72.0.3626.121.
(ungoogled-chromium-source): Update hash.
| Marius Bakke |
2019-03-02 | gnu: WebKitGTK: Update to 2.22.7....* gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.7.
| Marius Bakke |
2019-03-02 | 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.
| Marius Bakke |
2019-03-02 | 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.
| Marius Bakke |
2019-03-02 | 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.
| Marius Bakke |
2019-03-02 | 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.
| Marius Bakke |
2019-03-02 | gnu: pigx-chipseq: Update to 0.0.31....* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.31.
| Ricardo Wurmus |
2019-03-02 | 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.
| Efraim Flashner |
2019-03-02 | 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.
| Ricardo Wurmus |
2019-03-02 | gnu: emacs-desktop-environment: Update to 20190301....* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 20190301.
| Pierre Neidhardt |
2019-03-01 | gnu: Add WireGuard....* gnu/packages/vpn.scm (wireguard): New variable.
| Leo Famulari |
2019-03-01 | gnu: bundler: Update to 1.17.3....* gnu/packaqes/ruby.scm (bundler): Update to 1.17.3.
| Julien Lepiller |
2019-03-01 | gnu: opensmtpd: Remove unused arguments....* gnu/packages/mail.scm (opensmtpd)[arguments]: Remove unused procedure
arguments to 'patch-FHS-file-names' phase.
| Tobias Geerinckx-Rice |
2019-03-01 | gnu: perl-net-dns: Update to 1.19....* gnu/packages/networking.scm (perl-net-dns): Update to 1.19.
| Tobias Geerinckx-Rice |
2019-03-01 | gnu: teximpatient: Build with texlive-union....* gnu/packages/tex.scm (teximpatient)[source]: Use url-fetch/tarbomb, so that
we can...
[arguments]: ...remove the custom "unpack" phase; disable tests instead of
deleting the "check" phase; add phase "fix-packaging-error".
[native-inputs]: Replace texlive with a texlive-union containing
texlive-latex-amsfonts, texlive-fonts-amsfonts, texlive-fonts-adobe-palatino,
texlive-fonts-adobe-zapfding, texlive-fonts-knuth-lib,
texlive-fonts-mflogo-font, and texlive-generic-pdftex.
| Ricardo Wurmus |
2019-03-01 | gnu: Add texlive-fonts-adobe-zapfding....* gnu/packages/tex.scm (texlive-fonts-adobe-zapfding): New variable.
| Ricardo Wurmus |
2019-03-01 | gnu: Add texlive-fonts-adobe-palatino....* gnu/packages/tex.scm (texlive-fonts-adobe-palatino): New variable.
| Ricardo Wurmus |
2019-03-01 | gnu: Add texlive-fonts-mflogo-font....* gnu/packages/tex.scm (texlive-fonts-mflogo-font): New variable.
| Ricardo Wurmus |
2019-03-01 | gnu: Add texlive-latex-mflogo....* gnu/packages/tex.scm (texlive-latex-mflogo): New variable.
| Ricardo Wurmus |
2019-03-01 | gnu: texlive-fonts-knuth-lib: Build all tfm files....* gnu/packages/tex.scm (texlive-fonts-knuth-lib)[arguments]: Build all tfm
files in "build" phase.
| Ricardo Wurmus |