Age | Commit message (Collapse) | Author |
|
* doc/guix.texi (Using a Custom Guix Channel): Add note and example
on how to exempt a local guix repository from git ownership checks.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/build-tools.scm (gnulib-checkout) [search-path-specification
GNULIB_SRCDIR]: Set separator to #f.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/aspell.scm (aspell-dict-bg): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/assembly.scm (lightning): Update to 2.2.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* doc/guix.texi (Base Services): Use docstring of 'host' to document
it and remove @deftp. Introduce example. Fix typos in file name.
|
|
This was not meant to be exported.
* gnu/services/base.scm (%host): Do not export.
* doc/guix.texi (Base Services): Remove mention.
|
|
* doc/guix.texi (Base Services): Improve hosts-service-type documentation.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Unlike the deprecated 'local-host-aliases', there's no use for
local-host-entries since it's used to set the default value for
hosts-service-type. Given that this service-type is expected to be
extended, one presumes that when they explicitly override the service
default value they do not have much interest in the 'local-host-entries'
procedure.
* gnu/system.scm: Do not export local-host-entries.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
hosts-service-type is under (gnu services base)
* doc/guix.texi: Merge duplicated copyright lines.
(Service Reference): Move hosts-service-type to ...
(Base Services): ... here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/mpi.scm (openmpi)[arguments]: Use gexps.
|
|
* gnu/packages/linux.scm (psm2)[arguments]: Use gexps.
|
|
* gnu/packages/fabric-management.scm (ibutils)[arguments]: Add CFLAGS
to #:configure-flags.
|
|
* gnu/packages/fabric-management.scm (ibutils)[arguments]: Use gexps.
|
|
* gnu/packages/fabric-management.scm (infiniband-diags)[arguments]: Use
gexps. Replace reference to '%outputs' with references to #:outputs.
|
|
* gnu/packages/fabric-management.scm (ucx): Use gexps.
|
|
* gnu/packages/fabric-management.scm (ucx)[supported-systems]: Add
"powerpc64le-linux".
|
|
This reverts commit 7a01586afe9b65acc0a298b699a66fb187dd7b4f, which causes too
many rebuilds.
|
|
* gnu/packages/python-xyz.scm (staticsite): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/ssh.scm (x11-ssh-askpass): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/mpd.scm (mpdris2)[arguments]: Use G-expressions. Remove
trailing #T from phase.
[inputs]: Remove labels. Add BASH-MINIMAL and
PYTHON-MUTAGEN.
[native-inputs]: Remove labels.
[description]: Use complete sentence.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ob-go): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-recur): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-calc-currency): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-jsdoc): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/tex.scm (texlive-minted): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/tex.scm (texlive-fvextra): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/tex.scm (texlive-latex-fancyvrb)[propagated-inputs]: Add
TEXLIVE-LATEX-UPQUOTE.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/tex.scm (texlive-mdframed)[propagated-inputs]: Add
texlive-latex-needspace, and texlive-zref.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/tex.scm (texlive-latex-ifplatform)[propagated-inputs]: Add
texlive-catchfile.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/tex.scm (texlive-catchfile): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.1.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.6.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.4.0.
|
|
It's necessary as 'generate-header' call ends up calling 'find-files', which
could fail to read file names containing non-ascii characters, as spotted in
the wild:
building /gnu/store/...-jami-rpm-pack.rpm.drv...
find-files: ./gnu/store/...-nss-certs-3.81/etc/ssl/certs/NetLock_Arany_=Class_Gold=_F??tan??s??tv??ny.pem:
No such file or directory
* guix/scripts/pack.scm (rpm-archive): Expand set-utf8-locale helper in the
builder gexp.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.306.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.273.
(linux-libre-4.19-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.232.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.169.
(linux-libre-5.10-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.95.
(linux-libre-5.15-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.13.
(linux-libre-6.1-pristine-source): Update hash.
|
|
* gnu/packages/geo.scm (josm): Update to 18646.
|
|
* gnu/packages/engineering.scm (kicad)[native-search-paths]: Update
environment variables' names for kicad-7.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/gnunet.scm (gnunet-gtk)[arguments]: Use new style and gexps.
[inputs]: Use new style.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.19.0.
[inputs]: Add libsodium.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/gnunet.scm (gnunet): Update to 0.19.3.
[source]: Add snippet.
[inputs]: Replace gnurl by curl.
[native-inputs]: Add python-sphinx and python-sphinx-rtd-theme.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-jzon): Update to 1.0.0.
[source]: Use version release instead of commit.
[inputs]: Add sbcl-float-features and sbcl-trivial-gray-streams.
[description]: Fix typo.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* guix/rpm.scm (%fhs-directories): Add extra FHS directories. They were found
to conflict while testing a 'guix pack' built Jami RPM.
|
|
Previously it will dlopen libpulse, then fallback to alsa.
See also <https://issues.guix.gnu.org/45280>.
* gnu/packages/qt.scm (qtwebengine-5)[arguments]: Set link_pulseaudio with gn_args.
|
|
* gnu/packages/networking.scm (opendht): Update to 2.4.12.
|
|
* gnu/packages/check.scm (guile-proba): New variable.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
|