Age | Commit message (Collapse) | Author |
|
* etc/snippets/yas/scheme-mode/guix-news-entry: New file.
|
|
* guix/rpm.scm: New file.
* guix/scripts/pack.scm (rpm-archive): New procedure.
(%formats): Register it.
(show-formats): Add it.
(guix-pack): Register supported extra-options for the rpm format.
* tests/pack.scm (rpm-for-tests): New variable.
("rpm archive can be installed/uninstalled"): New test.
* tests/rpm.scm: New test.
* doc/guix.texi (Invoking guix pack): Document it.
|
|
* tests/pack.scm: Fix indentation.
|
|
This allows more code to be reused between the various archive writers.
* guix/scripts/pack.scm (set-utf8-locale): New top-level procedure, extracted
from...
(populate-profile-root): New procedure, extracted from...
(self-contained-tarball/builder): ... here. Add #:target argument. Call
populate-profile-root.
[LOCALSTATEDIR?]: Set db.sqlite file permissions.
(self-contained-tarball): Call self-contained-tarball/builder with the TARGET
argument, and set #:local-build? to #f for the gexp-derivation call. Remove
now extraneous #:target and #:references-graphs arguments from the
gexp->derivation call.
(debian-archive): Call self-contained-tarball/builder with the #:target
argument. Fix indentation. Remove now extraneous #:target and
#:references-graphs arguments from the gexp->derivation call.
|
|
* guix/gexp.scm (computed-file-compiler): Honor %guile-for-build.
|
|
* guix/scripts/pack.scm: (debian-archive): Bind extra-options keyword
arguments via let-keywords.
|
|
* .dir-locals.el (scheme-mode): Add let-keywords indentation rules.
|
|
* gnu/packages/gnuzilla.scm (icecat-minimal) [inputs]: Add nspr-next and
nss-next.
[configure-flags]: Re-instate the "--with-system-nspr" and "--with-system-nss"
configure flags.
[phases] {remove-bundled-libraries}: Update comment.
|
|
* gnu/packages/gnuzilla.scm (icecat-minimal) [inputs]: Remove gtk+-2.
|
|
* gnu/packages/gnuzilla.scm (icedove-source): Set the intl.locale.requested
option to the empty string.
|
|
Fixes <https://issues.guix.gnu.org/32026>.
* gnu/packages/gnuzilla.scm (icecat): Rename to...
(icecat-minimal): ... this.
(icedove: Rename to...
(icedove-minimal): ... this.
(make-mozilla-with-l10n): New procedure.
(icecat, icedove): New variables.
|
|
* gnu/packages/gnuzilla.scm
(icedove-source): Set the extensions.autoDisableScopes preference value to 3.
(icedove-minimal) [phases]: Add the --allow-addon-sideload and
--with-unsigned-addon-scopes=app,system ac options to the configure phase.
|
|
* gnu/packages/gnuzilla.scm (%icecat-locales, %icedove-locales): New variable.
(make-l10n-package): New procedure.
(icecat-l10n, icedove-l10n): New variables.
|
|
* gnu/packages/gnuzilla.scm (icecat-source): Update gnuzilla to f23f8b609.
|
|
* gnu/packages/gnuzilla.scm (%icecat-base-version): New variable.
(%icecat-version): Define in terms of %icecat-base-version.
(icecat-source): Adjust to use the above newly introduced variables.
|
|
This refactoring work is to prepare for adding a icedove-l10n package, which
will reuse that source.
* gnu/packages/gnuzilla.scm (comm-source->locales+changset): New procedure.
(thunderbird-source): Rename to...
(thunderbird-comm-source): ... here.
(icedove-source): New variable.
(icedove) [source]: Use it.
[phases]: Remove the prepare-thunderbird-sources and rename-to-icedove phases.
|
|
* gnu/packages/gnuzilla.scm (update-mozilla-locales): New procedure.
|
|
* gnu/packages/cups.scm (hplip-next) [phases]: Only substitute python files in
the fix-more-hard-coded-file-names phase. This greatly reduce the time taken
by the phase (from 21 s to 0.4 s) on my system, and is functionally
equivalent.
|
|
* gnu/packages/debug.scm (ddd): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-vterm)[arguments]<#:include>: Add
"^etc/.*" to the list of regexes for installed files.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-gnuplot): Update to 0.8.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-goggles): Update to 0.3.
[description]: Use proper capitalization.
|
|
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.7.
|
|
* gnu/packages/php (php): Drop a failed test for riscv64.
[source, arguments, description]: Fix formatting.
|
|
Style provides information on the characters to use before and after the
progress bar content (`[` and `]` for the ascii style), as well as the
character for filled step (`#` for ascii style). When supported, it
provides intermediate steps. This is used for unicode style, to show
better precision.
* guix/progress.scm (<progress-bar-style>): New record type.
(ascii-bar-style, unicode-bar-style): New variables.
(progress-bar): Draw progress depending on style. When supported, use
unicode style. Fall back to ascii style.
|
|
It has even better language support than LatGrkCyr-8x16 and can show
fancy progress bars.
* gnu/services/base.scm (%default-console-font): Use unifont.
|
|
Pango 1.5 is a rather old version ;)
* gnu/packages/messaging.scm (dino)[inputs]: Fix comment next to pango-next.
|
|
* gnu/packages/guile-xyz.scm (guile-filesystem): Update to 0.2.0.
[source]<url>: Use “https://gitlab.com/lilyp/guile-filesystem”.
[home-page]: Likewise.
(guile2.0-filesystem): Deleted variable.
|
|
* gnu/packages/patches/hyfetch-fix-generator-script-quotation-escaping.patch:
New file.
* gnu/packages/patches/hyfetch-remove-old-catchy-os-py.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (hyfetch)[source]: Update to 1.4.6.
Switch to git source and add patches.
[inputs]: Remove python-hypy-utils.
[arguments]<#:phases>: Remove set-HOME phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/patches/emacs-pasp-mode-quote-file-names.patch: New file.
* gnu/local.mk: Register it here.
* gnu/packages/emacs-xyz.scm (emacs-pasp-mode): New variable.
|
|
* gnu/packages/maths.scm (python-clorm): New variable.
|
|
* gnu/packages/maths.scm (python-clingo)[#:phases]: Add ‘install-distinfo’.
|
|
* gnu/packages/patches/racket-backport-8.7-pkg-strip.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Delete it.
* gnu/packages/racket.scm (%racket-origin)[patches]: Likewise.
(%racket-version): Update to 8.8.
(%zuo-version): Update to 1.6.
(racket)[inputs]<algol60, cext-lib, deinprogramm, draw, drracket>
<expeditor, gui, htdp, math, pict, r5rs, redex, sasl, scribble>
<typed-racket, string-constants, syntax-color>: Update checksums.
* gnu/packages/chez.scm (chez-scheme-for-racket): Update to
9.9.9-pre-release.14.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/messaging.scm (dino): Update to 0.4.0.
[inputs]: Replace gtk+ with gtk.
Replace pango with pango-next.
Add bash-minimal and libadwaita.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/cups.scm (hplip-next): Update to 3.22.10.
|
|
* gnu/packages/cups.scm (hplip-next): New variable.
|
|
* gnu/packages/cran.scm (r-longdat): New variable.
|
|
* gnu/packages/cran.scm (r-bestnormalize): New variable.
|
|
* gnu/packages/cran.scm (r-butcher): New variable.
|
|
* gnu/packages/cran.scm (r-lambertw): New variable.
|
|
* gnu/packages/cran.scm (r-lamw): New variable.
|
|
* gnu/packages/cran.scm (r-effsize): New variable.
|
|
* gnu/packages/cran.scm (r-filesstrings): New variable.
|
|
* gnu/packages/cran.scm (r-strex): New variable.
|
|
Fixes <https://issues.guix.gnu.org/59292>.
* gnu/packages/libreoffice.scm (libreoffice) [phases]: Add a
augment-LD_LIBRARY_PATH phase.
|
|
* gnu/packages/libreoffice.scm (libreoffice)
[configure-flags]: Add --enable-sal-log.
|
|
* gnu/packages/xml.scm (xmlsec): Update to 1.2.37.
|
|
* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.11.1.
[build-system]: Use pyproject-build-system.
[arguments]: Delete field.
[propagated-inputs]: Remove python-cached-property.
|
|
* gnu/packages/audio.scm (audacity): Update to 3.2.4.
|
|
* gnu/packages/statistics.scm (r-naniar): Update to 1.0.0.
[propagated-inputs]: Add r-cli and r-vctrs.
|