* gnu/packages/astronomy.scm (imppg): Use G-expressions.
[arguments]{phases}: Use 'configure standard phase instead of
replacement.
Signed-off-by: Christopher Baines <mail@cbaines.net>
[1] indicates that [2] is the new _distribution_ upstream for Noto fonts.
[1]: <https://github.com/notofonts/noto-fonts>
[2]: <https://github.com/notofonts/notofonts.github.io>
* gnu/packages/fonts.scm (font-google-noto): Update to 23.11.1.
[source]<method>: Switch to git-fetch.
Change-Id: I242710336ec81489f9800b68416f45c57d28b2bd
Signed-off-by: Christopher Baines <mail@cbaines.net>
The contributing documentation makes a reference to dunst.scm as an example of
the build process failing after an update. This patch replaces that reference
with a much more permanent linux.scm.
* doc/contributing.texi: Replace reference to dunst.scm.
Change-Id: I89a4157eb253e25979bc35d6d3b12201a0d19951
Signed-off-by: Christopher Baines <mail@cbaines.net>
The dunst package is much beter suited to be in wm.scm. This patch deletes
dunst.scm, moves dunst to wm.scm, and removes dunst.scm from the build
process.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove dunst.scm.
* gnu/packages/dunst.scm: Delete file.
* gnu/packages/wm.scm (dunst): New variable.
Change-Id: I3b074f12f34e14ef1101069ed45ddb33f8d3ea51
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/dunst.scm (dunst): Update to 1.9.2.
[arguments]: Use gexps.
Change-Id: Ic13f1679074462918991a1ceba8571a46e721224
Signed-off-by: Christopher Baines <mail@cbaines.net>
By using go-to-location which caches the number of bytes to seek by to get to
specific lines in a file.
* guix/lint.scm (report-formatting-issues): Use go-to-location.
Change-Id: I34e4d3acfbb1e14e026d2e7f712ba8d22b56c147
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/java.scm (icedtea-7)[arguments]: Adjust custom
'install-libjvm phase to add support for powerpc-linux.
Change-Id: Ie77a2b53fdef1e0ddc0351e6c2d0241d08b80508
This is a followup to commit e672066097.
* gnu/packages/linux.scm (deblob-scripts 5.10): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I0fe56dd2694185b6c77468ecc844aaf25ec7564a
This is a followup to commit b26526ea05.
* gnu/packages/linux.scm (deblob-scripts 5.15): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Ia59003f2ccfe98e2390593d1ca0b7077f0b7bd5d
This is a followup to commit 26709726a8.
* gnu/packages/linux.scm (deblob-scripts 6.1): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I0035078f4c229763e56cf70ccae730804b123640
* gnu/packages/python-xyz.scm (python-pikepdf)[native-inputs]: Add
python-setuptools-scm to correct embedded version form 0.0.0 to 1.17.0.
Change-Id: I659ed3e725fff6afe17abe6f55449567ba84cdfc
This removes ‘coreutils’, ‘grep’, ‘sed’, ‘which’, ‘bash-minimal’ and
‘gnu-make’ inputs, which were only used by the Makefile and
install_host_app.sh. Instead of running install_host_app.sh (through
‘make’) which does a few text substitutions, do the text substitutions with
Scheme code. This simplifies things and avoids unnecessary native inputs.
* gnu/packages/browser-extensions.scm (passff-host)[build-system]: Change to
copy-build-system.
[arguments]: Copy passff.json and passff.py. Do text substitutions on
them rather than running make. Refer to ‘password-store’ and ‘python’ through
inputs rather than directly.
[inputs]: Add PASSWORD-STORE and PYTHON.
Change-Id: I8fdb757516a7c30eae36b15f2a8d91e1445b19a5
* gnu/packages/password-utils.scm (password-store)[arguments]: Add “tail” to
the list of requisites.
[inputs]: Add COREUTILS.
Change-Id: I7f59e6c0abfb5396b9548edaec08d3b0a7c0eb23