Age | Commit message (Collapse) | Author |
|
It is included with emacs and installing it alongside emacs 27 causes issues.
Fixes <https://bugs.gnu.org/43138>.
* gnu/packages/emacs-xyz.scm (emacs-bugs-hunter)[propagated-inputs]: Remove.
(emacs-erc-status-sidebar)[propagated-inputs]: Remove.
(emacs-psc-ide)[propagated-inputs]: Remove emacs-seq.
(emacs-biblio)[propagated-inputs]: Remove emacs-seq.
(emacs-seq): Delete variable.
(emacs-flycheck-haskell)[propagated-inputs]: Remove emacs-seq.
|
|
* gnu/packages/emacs-xyz.scm (emacs-auctex): Configure absolute paths to
ghostscript and texlive executables.
[inputs]: Add ghostscript.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-edna): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/lisp.scm (txr): Update to 243.
|
|
* gnu/packages/kde.scm (kdenlive): Add ffmpeg to inputs and wrap
the final binary accordingly to have ffmpeg in it's PATH.
[inputs]: Add ffmpeg.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* .guix-authorizations: Add planglois.
|
|
* gnu/packages/photo.scm (darktable)[inputs]: Add libavif, ocl-icd.
[arguments]: Set LD_LIBRARY_PATH for OpenCL.
[supported-systems]: Remove i686 which is not supported anymore.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/photo.scm (darktable): Update to 3.2.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* doc/guix.texi (File Systems): Document 'file-system-label' and 'uuid'.
|
|
* doc/build.scm (syntax-highlighted-html)[build](concatenate-pieces):
Handle @var{name}.
|
|
* doc/guix.texi (Miscellaneous Services): Balance parens in R Shiny
example.
|
|
* gnu/packages/php.scm (php): Update to 7.4.10.
|
|
* gnu/packages/linphone.scm (liblinphone)[arguments]: Add phase
'install-man-pages.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
Successfully tested with all of the linux-libre versions we carry in Guix:
4.4.234, 4.9.234, 4.14.195, 4.19.142, 5.4.61 and 5.8.5.
* gnu/packages/linux.scm (make-linux-libre-source): Replace python-2 by
python-wrapper. Do not set the PYTHON environment variable, which is not
required when using python-wrapper.
|
|
Fixes <http://issues.guix.gnu.org/43181>.
* gnu/packages/package-management.scm (nix)[configure-flags]: Add the
"--enable-gc" option.
|
|
Suggested by Jan Nieuwenhuizen <janneke@gnu.org>.
* gnu/ci.scm (%core-packages): Keep only GCC >= 7.
|
|
* gnu/packages/messaging.scm (bitlbee-purple): New variable.
|
|
* doc/guix.texi (Getting Started): New node.
(Binary Installation): Refer to it and to "Application Setup".
(After System Installation): Refer to "Getting Started".
(Features): Add introductory sentence.
|
|
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.6.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.6.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.62.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.62.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.143.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.143.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.196.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.196.
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.235.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.235.
|
|
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.235.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.235.
|
|
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
* gnu/packages/code.scm (global): Update to 6.6.5.
|
|
No CVE assigned yet. See <https://dev.gnupg.org/T5050>.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.23.
|
|
* gnu/ci.scm (image-jobs): Keep only 7 characters from git commit in ISO
label.
|
|
* gnu/packages/emacs-xyz.scm (emacs-company-reftex): New variable.
|
|
* gnu/packages/finance.scm (electron-cash): Update to 4.1.0.
[inputs]: Use libsecp256k1-bitcoin-cash instead of libsecp256k1.
|
|
* gnu/packages/crypto.scm (libsecp256k1-bitcoin-cash): New variable.
|
|
* gnu/packages/pulseaudio.scm (noisetorch): Update to 0.7.2-beta.
[arguments]: Add phase 'disable-update-check.go.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/package-management.scm (guix): Update to 44c6e6f.
|
|
Fixes <https://bugs.gnu.org/43131>.
* gnu/packages/patches/xmonad-dynamic-linking.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/wm.scm (xmonad)[source]: Use it.
|
|
count.
* guix/build/android-repo.scm (android-repo-fetch): Use parallel-job-count
instead of hard-coding job count.
|
|
Follow-up to 3feb846420f24ef1c8b3fe310d293c7a2c91e1d4.
* guix/android-repo-download.scm (android-repo-fetch): Fix docstring.
|
|
* guix/ssh.scm (notify-transfer-progress): Do nothing when TOTAL is
zero.
|
|
Regression introduced in b03267df6d5ec44e9617b6aab0df14a2e79f822e.
The (take files 20) is a leftover from testing session.
* guix/ssh.scm (send-files): Fix value for 'missing'.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 2.0.8.
|
|
* gnu/packages/graphics.scm (ogre): Update to 1.12.6.
|
|
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.038.
|
|
* gnu/packages/perl.scm (perl-hash-merge): Update to 0.302.
|
|
* gnu/packages/perl.scm (perl-hash-merge)[native-inputs]: Add perl-clone
and perl-clone-pp.
|
|
* gnu/packages/mail.scm (sieve-connect): New public variable.
|
|
Fixes: <https://bugs.gnu.org/43112>.
* gnu/packages/games.scm (hedgewars)[arguments]: Set "haskell_flags"
in #:configure-flags to enable dynamic linking.
|
|
* gnu/packages/crates-io.scm (rust-aho-corasick-0.6)[arguments]: Don't
skip build.
|
|
* gnu/packages/package-management.scm (guix): Update to 2056226.
|
|
* gnu/packages/networking.scm (knockd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.6.0.
[propagated-inputs]: removed emacs-org, because it's optional now.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/xml.scm: (xlsxio): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|