Commit Graph

39402 Commits (7c4700e9f9c290ecc08a4da41534063565fccb25)

Author SHA1 Message Date
Ludovic Courtès 7c4700e9f9
store: 'log-file' honors 'GUIX_LOG_DIRECTORY'.
* guix/store.scm (derivation-log-file): Use %LOCALSTATEDIR or
"GUIX_LOG_DIRECTORY" instead of (dirname %STATE-DIRECTORY).
2019-02-04 00:03:30 +01:00
Ludovic Courtès 65d13e3043
daemon: Remove unused 'NIX_DATA_DIR' environment variable.
* nix/libstore/globals.hh (Settings)[nixDataDir]: Remove.
* nix/libstore/globals.cc (Settings:processEnvironment): Remove setting
of 'nixDataDir'.
* nix/local.mk (libstore_a_CPPFLAGS): Remove '-DNIX_DATA_DIR'.
2019-02-04 00:03:30 +01:00
Ludovic Courtès 765a5bf167
self: Ensure the daemon refers to the right 'guix' command.
Previously it would refer to
/var/guix/profiles/per-user/root/current-guix/bin/guix, which would fail
when that profile does not exist.  This is notably the case when using
'channel-instance->package' as done in commit
7e6d8d366a.

* gnu/packages/package-management.scm (guix-daemon)[arguments]: In
'install phase, honor environment variable 'GUIX'.
* guix/self.scm (whole-package)[wrap]: New procedure.
Use it.
2019-02-04 00:03:30 +01:00
Ludovic Courtès a87d66f371
daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables.
Fixes <https://bugs.gnu.org/22459>.
Reported by Jeff Mickey <j@codemac.net>.

* guix/config.scm.in (%state-directory): Change NIX_STATE_DIR to
GUIX_STATE_DIRECTORY.
(%store-database-directory): Change NIX_DB_DIR to
GUIX_DATABASE_DIRECTORY.
* nix/libstore/globals.cc (Settings::processEnvironment): Likewise.
* guix/self.scm (make-config.scm): Likewise.
* build-aux/build-self.scm (make-config.scm): Likewise.
* build-aux/test-env.in: Likewise.
* tests/derivations.scm ("derivation #:leaked-env-vars"): Likewise.
* tests/guix-build.sh (GUIX_DAEMON_SOCKET): Likewise.
* tests/guix-daemon.sh (socket): Likewise.
2019-02-04 00:03:30 +01:00
Ludovic Courtès f73ab814a5
doc: Show how to install Emacs, Guile, and Geiser.
* doc/contributing.texi (The Perfect Setup): Show "guix package -i"
command line.
2019-02-04 00:03:30 +01:00
Ricardo Wurmus 6bb5f88e1d
gnu: Add guile-picture-language.
* gnu/packages/guile-xyz.scm (guile-picture-language): New variable.
2019-02-03 01:37:38 +01:00
Nicolas Goaziou 7f055a0a37
Update copyright header. 2019-02-02 22:54:12 +01:00
Nicolas Goaziou d90fd183bd
gnu: giac-xcas: Update to 1.5.0-37.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.5.0-37.
2019-02-02 22:52:05 +01:00
Kei Kebreau ba259bad59
gnu: milkytracker: Add LHA decompression support.
* gnu/packages/music.scm (milkytracker)[inputs]: Add lhasa.
2019-02-02 09:22:17 -05:00
Nicolas Goaziou 8f4d15f1ff
Update some copyright headers 2019-02-02 13:41:46 +01:00
Nicolas Goaziou 5fc843cc63
gnu: wireshark: Update to 2.6.6.
* gnu/packages/networking.scm (wireshark): Update to 2.6.6.
2019-02-02 13:39:58 +01:00
Clément Lassieur b2cb16133f
gnu: Fix syntax error in emacs-xyz.scm.
* gnu/packages/emacs-xyz.scm (emacs-repo): Add missing parentheses and
license.
2019-02-02 12:55:13 +01:00
Mathieu Othacehe 7106671088
gnu: Add emacs-google-c-style.
* gnu/packages/emacs-xyz.scm (emacs-google-c-style): New variable.
2019-02-02 11:42:11 +01:00
Mathieu Othacehe bdccd7e101
gnu: Add emacs-alect-themes.
* gnu/packages/emacs-xyz.scm (emacs-alect-themes): New variable.
2019-02-02 11:42:11 +01:00
Nicolas Goaziou c14b3a8d7b
gnu: silkaj: Update to 0.6.5.
* gnu/packages/finance.scm (silkaj): Update to 0.6.5.
[inputs]: Add python-click, python-dunitpery.  Remove python-pyaes,
python-scrypt, and python-commandlines.
2019-02-02 11:38:28 +01:00
Nicolas Goaziou 352033f31b
gnu: python-duniterpy: Update to 0.52.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.52.0.
[propagated-inputs]: Add python-pyaes.
2019-02-02 11:29:50 +01:00
Clément Lassieur 57b663fa8f
gnu: Add emacs-repo.
* gnu/packages/emacs-xyz.scm (emacs-repo): New variable.
2019-02-02 11:14:39 +01:00
Clément Lassieur ba25ba903d
gnu: Add emacs-dtrt-indent.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): New variable.
2019-02-02 11:14:39 +01:00
Arun Isaac 43af5f9d19
gnu: Add emacs-mkmcc-gnuplot-mode.
* gnu/packages/emacs-xyz.scm (emacs-mkmcc-gnuplot-mode): New variable.
2019-02-02 00:31:21 +05:30
Ludovic Courtès f6fe7da372
profiles: 'manual-database' hook reports progress.
* guix/profiles.scm (manual-database)[build](compute-entries): Write a
progress report.
2019-02-01 19:31:34 +01:00
Ludovic Courtès 35ef5bc866
guix package: '-A' no longer lists deprecated packages.
Fixes a regression introduced in
0ea939fb79.

* guix/scripts/package.scm (process-query) <'list-available>: Change
 #:superseded? to #:deprecated? since that's what
 'fold-available-packages' passes.
2019-02-01 19:28:49 +01:00
Tobias Geerinckx-Rice 389ae5181e
gnu: znc: Update to 1.7.2.
* gnu/packages/messaging.scm (znc): Update to 1.7.2.
2019-02-01 17:39:51 +01:00
Tobias Geerinckx-Rice 2049cbb326
doc: Update left-over references to lsh.
* doc/guix.texi (Using the Configuration System, Defining Services):
Refer to OpenSSH instead of lsh.
2019-02-01 17:39:51 +01:00
Leo Famulari 39ea311cbe
gnu: direnv: Update to 2.15.2.
* gnu/packages/shellutils.scm (direnv): Update to 2.15.2.
[inputs]: Use the default Go compiler. Add go-github-com-burntsushi-toml
and go-github-com-direnv-go-dotenv.
[arguments]: Add a 'setup-go-environment' phase.
2019-02-01 17:21:13 +01:00
Leo Famulari bc58bb9bdf
gnu: Add go-github-com-direnv-go-dotenv.
* gnu/packages/golang.scm (go-github-com-direnv-go-dotenv): New variable.
2019-02-01 17:21:10 +01:00
Pierre Neidhardt c4e4b85397
gnu: emacs-slime: Update to 2.23.
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.23.
2019-02-01 17:13:17 +01:00
Leo Famulari 5d5e45850a
gnu: certbot, python-acme: Update to 0.30.2.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.30.2.
2019-02-01 16:49:44 +01:00
Mark H Weaver 85ca23caba
gnu: linux-libre: Update to 4.20.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.6.
(%linux-libre-hash): Update hash.
2019-01-31 23:59:06 -05:00
Mark H Weaver 65466a2b10
gnu: linux-libre@4.19: Update to 4.19.19.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.19.
(%linux-libre-4.19-hash): Update hash.
2019-01-31 23:57:57 -05:00
Mark H Weaver 9d5414f1a4
gnu: linux-libre@4.14: Update to 4.14.97.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.97.
(%linux-libre-4.14-hash): Update hash.
2019-01-31 23:57:06 -05:00
Mark H Weaver 20d32ac279
gnu: linux-libre@4.9: Update to 4.9.154.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.154.
2019-01-31 23:56:15 -05:00
Eric Bavier 4b444fc5a5
gnu: imb: Update to 2019.1.
* gnu/packages/benchmark.scm (imb)[source]: Update to 2019.1.  Use
git-download.
[arguments]: Adjust build and install phases for new source organization.  Let
the standard 'install-license-files' phase do its thing.
2019-01-31 22:12:56 -06:00
Eric Bavier 56d447ba16
gnu: r-rmpi: Setup MPI for tests.
* gnu/packages/cran.scm (r-rmpi)[arguments]: Add 'mpi-setup phase.
2019-01-31 22:12:56 -06:00
Eric Bavier eb6785cfe7
gnu: fftw-openmpi: Setup MPI for tests.
* gnu/packages/algebra.scm (fftw-openmpi)[arguments]: Add 'mpi-setup phase.
2019-01-31 22:12:56 -06:00
Yoshinori Arai ff75441fcf
gnu: Add xclock.
* gnu/packages/xorg.scm (xclock): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-01-31 22:34:23 +01:00
Gabriel Hondet 07c82daad4
gnu: Add python-isrcsubmit.
* gnu/packages/music.scm (python-isrcsubmit): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-01-31 22:01:43 +01:00
Gabriel Hondet 1331a6c07a
gnu: Add python-discid.
* gnu/packages/music.scm (python-discid): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-01-31 22:01:43 +01:00
Marius Bakke 84243592fe
gnu: lookingglass: Download from git.
* gnu/packages/virtualization.scm (lookingglass)[source]: Change to GIT-FETCH.
2019-01-31 20:57:22 +01:00
Marius Bakke cb85742fa8
gnu: hwloc: Update to 2.0.3.
* gnu/packages/mpi.scm (hwloc-2.0): Update to 2.0.3.
2019-01-31 20:57:22 +01:00
Marius Bakke 9dd5084589
gnu: hwloc@1: Update to 1.11.12.
* gnu/packages/mpi.scm (hwloc): Update to 1.11.12.
2019-01-31 20:57:22 +01:00
Marius Bakke 8f8bc40677
gnu: VTK: Update to 8.2.0.
* gnu/packages/image-processing.scm (vtk): Update to 8.2.0.
2019-01-31 20:57:21 +01:00
Marius Bakke f1d4f264a2
gnu: VTK: Use HTTPS URLs.
* gnu/packages/image-processing.scm (vtk)[source, home-page]: Use HTTPS.
2019-01-31 20:57:21 +01:00
Marius Bakke 3cf3255796
gnu: whois: Update to 5.4.1.
* gnu/packages/networking.scm (whois): Update to 5.4.1.
2019-01-31 20:57:21 +01:00
Marius Bakke 8f22bf9e6d
gnu: json-modern-cxx: Fetch from git.
* gnu/packages/cpp.scm (json-modern-cxx)[source]: Use GIT-FETCH.
[source](snippet): End on #t.
2019-01-31 20:57:21 +01:00
Marius Bakke 0a3849f610
gnu: httpd: Update to 2.4.38.
* gnu/packages/web.scm (httpd): Update to 2.4.38.
2019-01-31 20:57:21 +01:00
Marius Bakke 71cb7512c4
gnu: libwebp: Update to 1.0.2.
* gnu/packages/image.scm (libwebp): Update to 1.0.2.
2019-01-31 20:57:21 +01:00
Marius Bakke 39855bfef1
gnu: p11-kit: Update to 0.23.15.
* gnu/packages/patches/p11-kit-jks-timestamps.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.15.
[source](patches): New field.
2019-01-31 20:57:21 +01:00
Marius Bakke 7c56237b4c
gnu: i3-wm: Update to 4.16.1.
* gnu/packages/wm.scm (i3-wm): Update to 4.16.1.
2019-01-31 20:57:21 +01:00
Marius Bakke b8c0b9c1a3
gnu: msmtp: Update to 1.8.2.
* gnu/packages/mail.scm (msmtp): Update to 1.8.2.
2019-01-31 20:57:21 +01:00
Efraim Flashner 9117d6df87
gnu: tcc: Fix building on armhf-linux.
* gnu/packages/c.scm (tcc)[arguments]: Add 'configure-flag to set the
triplet when building for armhf-linux.
2019-01-31 18:39:19 +02:00