~ruther/guix-local

706b3ef3 — Efraim Flashner 3 years ago
gnu: vim: Update to 9.0.0235.

* gnu/packages/vim.scm (vim): Update to 9.0.0235.
f83f69eb — Nicolas Goaziou 3 years ago
gnu: emacs-async: Update to 1.9.6.

* gnu/packages/emacs-xyz.scm (emacs-async): Update to 1.9.6.
7783a18b — Liliana Marie Prikler 3 years ago
gnu: audacity: Remove gratuitous wrapper script.

Audacity installs a wrapper in the installation root.  This wrapper is
pointless, as Guix has its own wrapper script in the right location.
For more information, see <https://bugs.gnu.org/53790>.

* gnu/packages/audio.scm (audacity)[#:phases]: Add ‘delete-gratuitous-script’.
b8f2eb28 — Tobias Geerinckx-Rice 3 years ago
gnu: Remove Realtek WiFi drivers with firmware blobs.

rtl8821ce-linux-module contains, e.g., halhwimg8821c_fw.c and
hal8821c_fw.c.  rtl8812au-aircrack-ng-linux-module has, e.g.,
hal8814a_fw.c, hal8812a_fw.c, and hal8821a_fw.c.  Each of these
examples contains non-free firmware blobs disguised as C arrays.

* gnu/packages/linux.scm (rtl8821ce-linux-module)
(rtl8812au-aircrack-ng-linux-module): Remove variables.

Reported by Jacob K <jacobk@disroot.org>
ae74b302 — Tobias Geerinckx-Rice 3 years ago
gnu: guile-bash: Modernise.

* gnu/packages/guile-xyz.scm (guile-bash)[inputs]: Use MODIFY-INPUTS.
[arguments]: Use SUBSTITUTE-KEYWORD-ARGUMENTS.
19d576c6 — Tobias Geerinckx-Rice 3 years ago
gnu: guile2.0-bash: Use G-expressions.

* gnu/packages/guile-xyz.scm (guile2.0-bash)[arguments]:
Rewrite as G-expressions.
f4012ed2 — Tobias Geerinckx-Rice 3 years ago
gnu: guile2.0-bash: Remove native-input labels.

* gnu/packages/guile-xyz.scm (guile2.0-bash)[native-inputs]:
Remove input labels.
acb38e3f — Tobias Geerinckx-Rice 3 years ago
gnu: guile2.0-bash: Update source & home page URI.

* gnu/packages/guile-xyz.scm (guile2.0-bash)[home-page]: Use working URL.
[source]: Likewise, and don't re-use HOME-PAGE.
e5baa4ad — Tobias Geerinckx-Rice 3 years ago
gnu: memcached: Update to 1.6.16.

* gnu/packages/databases.scm (memcached): Update to 1.6.16.
784c00d7 — Tobias Geerinckx-Rice 3 years ago
gnu: ioquake3: Update to 1.3.6-2.29b0cc3.

* gnu/packages/game-development.scm (ioquake3): Update to 1.3.6-2.29b0cc3.
86123955 — Tobias Geerinckx-Rice 3 years ago
gnu: ioquake3: Prepare for cross-compilation.

* gnu/packages/game-development.scm (ioquake3)[arguments]: Use CC-FOR-TARGET.
5456a144 — Tobias Geerinckx-Rice 3 years ago
gnu: ioquake3: Deduplicate make flags.

* gnu/packages/game-development.scm (ioquake3)[arguments]:
Honour #:make-flags in the 'install phase.
466021fb — Tobias Geerinckx-Rice 3 years ago
gnu: ioquake3: Use G-expressions.

* gnu/packages/game-development.scm (ioquake3)[arguments]:
Rewrite as G-expressions.
ee2657a0 — Tobias Geerinckx-Rice 3 years ago
gnu: ioquake3: Remove input labels.

* gnu/packages/game-development.scm (ioquake3)[inputs]:
Remove input labels.
5a9c2abf — Tobias Geerinckx-Rice 3 years ago
gnu: Remove ‘open source’ from package descriptions.

Also do some (trivial) editing where appropriate.

* gnu/packages/bioconductor.scm (r-anaquin, r-rcppnumerical)
[description]: Remove superfluous ‘open source’.
* gnu/packages/debian.scm (apt-mirror)[description]: Likewise.
Add @acronym{}.  Drop obscure Ubuntu for famous Trisquel.  Reorder.
* gnu/packages/documentation.scm (scrollkeeper)[description]:
Remove superfluous ‘open systems’.  Keep ‘Open Source’ in standard name.
* gnu/packages/engineering.scm (freecad, cura-engine)[description]:
Remove superfluous ‘open source’ and excessive puffery.
* gnu/packages/firmware.scm (make-opensbi-package)
[synopsis]: Remove ‘Open Source’.  Use @acronym{}.
[description]: Fix first sentence to follow guidelines.  Use @acronym{}.
* gnu/packages/game-development.scm (ioquake3, recastnavigation):
[description]: Remove ‘open source’.
* gnu/packages/graphics.scm (skia)[description]: Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-s-sysdeps)[description]: Likewise.
* gnu/packages/machine-learning.scm (onnx)[description]: Likewise.
Use @acronym{}.
* gnu/packages/ocaml.scm (ocaml-cudf)[description]: Likewise.
078d880f — Tobias Geerinckx-Rice 3 years ago
gnu: sqlitebrowser: Fix description.

* gnu/packages/databases.scm (sqlitebrowser)[synopsis]: Include more keywords.
[description]: Bring up to snuff.
92b25a09 — Julien Lepiller 3 years ago
doc: Fix typos.

* doc/guix.texi: Fix various typos found by translators.
2bba9c40 — Julien Lepiller 3 years ago
gnu: opam: Update to 2.1.3.

* gnu/packages/ocaml.scm (opam): Update to 2.1.3.
e16fcc74 — Guillaume Le Vaillant 3 years ago
gnu: electron-cash: Update to 4.2.11.

* gnu/packages/finance.scm (electron-cash): Update to 4.2.11.
f31e55d0 — Vagrant Cascadian 3 years ago
gnu: perl-class-methodmaker: Build reproducibly.

* gnu/packages/patches/perl-class-methodmaker-reproducible.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/perl.scm (perl-class-methodmaker)[source]: Use patch.
Next