~ruther/guix-local

91ef7e17 — Tobias Geerinckx-Rice 6 years ago
gnu: scrot: Update to 1.3.

* gnu/packages/xdisorg.scm (scrot): Update to 1.3.
6302b5da — Tobias Geerinckx-Rice 6 years ago
gnu: nfs-utils: Update to 2.4.3.

* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.3.
91982acc — Tobias Geerinckx-Rice 6 years ago
gnu: haproxy: Update to 2.1.4.

* gnu/packages/networking.scm (haproxy): Update to 2.1.4.
ba40c10b — Tobias Geerinckx-Rice 6 years ago
gnu: batctl: Update to 2020.1.

* gnu/packages/networking.scm (batctl): Update to 2020.1.
02d32b19 — Tobias Geerinckx-Rice 6 years ago
gnu: mutt: Update to 1.14.2.

* gnu/packages/mail.scm (mutt): Update to 1.14.2.
403aa3aa — Tobias Geerinckx-Rice 6 years ago
gnu: mc: Update to 4.8.24.

* gnu/packages/mc.scm (mc): Update to 4.8.24.
[source]: Use HTTPS.
ebe9d865 — Tobias Geerinckx-Rice 6 years ago
gnu: cutter: Update to 1.10.3.

* gnu/packages/engineering.scm (cutter): Update to 1.10.3.
a9ef5425 — Tobias Geerinckx-Rice 6 years ago
gnu: fetchmail: Update to 6.4.5.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.5.
[arguments]: Remove obsolete ‘create-test-environment’ phase.
8f3f2c9b — Tobias Geerinckx-Rice 6 years ago
gnu: balsa: Don't use NAME in source URI.

* gnu/packages/mail.scm (balsa)[source]: Hard-code NAME.
e8c1e27f — Tobias Geerinckx-Rice 6 years ago
gnu: balsa: Update to 2.6.1.

* gnu/packages/mail.scm (balsa): Update to 2.6.1.
3102e8d3 — Tobias Geerinckx-Rice 6 years ago
gnu: nethogs: Migrate to HASH.

* gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to…
<hash>: …this I guess.
52dd58b5 — Tobias Geerinckx-Rice 6 years ago
gnu: nethogs: Don't use unstable tarball.

* gnu/packages/networking.scm (nethogs)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Don't try (and fail) to determine the version using git.
dd070af5 — Tobias Geerinckx-Rice 6 years ago
gnu: nethogs: Update to 0.8.6.

* gnu/packages/networking.scm (nethogs): Update to 0.8.6.
1bbf7e13 — Kei Kebreau 6 years ago
gnu: wxmaxima: Update to 20.04.0.

* gnu/packages/maths.scm (wxmaxima): Update to 20.04.0.
a1a3bd5f — Ludovic Courtès 6 years ago
maint: 'authenticate' depends on a couple of .go files.

* Makefile.am (authenticate): Add dependency on guix/{git,openpgp}.go.
49143297 — Ludovic Courtès 6 years ago
compile: Do not optimize "gnu/tests/*".

* guix/build/compile.scm (optimization-options): Add "gnu/tests/" to
level 0.
2c402b1a — Ludovic Courtès 6 years ago
gexp: The result of 'imported-files/derivation' is non-substitutable.

* guix/gexp.scm (imported-files/derivation): Pass #:substitutable? #f to
'gexp->derivation'.
9e919830 — Ekaitz Zarraga 6 years ago
gnu: qhull: Update to 2019.1

* gnu/packages/maths.scm (qhull): update to 2019.1

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f408d8d6 — Ludovic Courtès 6 years ago
self: Optimize 'file-append*' for 'local-file?'.

* guix/self.scm (file-append*): Add 'local-file?' case.
* guix/gexp.scm (local-file-select?): Export.
8c23d7a1 — Ludovic Courtès 6 years ago
doc: Remove one use of 'file-append*'.

* doc/build.scm (texinfo-manual-source)[build]: Use 'file-append', not
'file-append*', for 'htmlxref.cnf', to ensure it has the right basename.
Next