summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add missing module.Nicolas Goaziou2020-09-28
| | | | * gnu/packages/emulators.scm: Add missing module.
* gnu: scummvm: Update to 2.2.0.Nicolas Goaziou2020-09-28
| | | | | | * gnu/packages/emulators.scm (scummvm): Update to 2.2.0. [arguments]: Remove unnecessary phase. [inputs]: Add fribidi.
* gnu: icecat: Remove duplicate find-files call.Zhu Zihao2020-09-28
| | | | | | | | * gnu/packages/gnuzilla.scm (icecat)[arguments]<phases>: In the patch-cargo-checksums phase, replace the inner "find-files" call with the already found file name. Signed-off-by: Mark H Weaver <mhw@netris.org>
* gnu: icecat: Use system icu4c.Zhu Zihao2020-09-28
| | | | | | | * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Add icu4c-67. [arguments]<configure-flags>: Add "--with-system-icu". Signed-off-by: Mark H Weaver <mhw@netris.org>
* gnu: Remove icecat-68 source.Jonathan Brielmaier2020-09-28
| | | | | | | | | | | | | | It was necessary for icedove@68 which is now based on icecat@78. * gnu/packages/gnuzilla.scm (mozilla-68-compare-locales): Remove. (all-mozilla-68-locales): Remove. (%icecat-68-version): Remove. (icecat-68-source): Remove. * gnu/packages/patches/icecat-68-makeicecat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Modified-By: Mark H Weaver <mhw@netris.org> Signed-off-by: Mark H Weaver <mhw@netris.org>
* gnu: icedove: Update to 78.3.0.Jonathan Brielmaier2020-09-28
| | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.3.0. [source]: Use source from Icecat 78. [arguments]: Use more flexible approach for generating cargo checksums from icecat. Update files in 'rename-to-icedove phase. Remove gone configure flags and rename `--disable-ion` to `--disable-jit`. [inputs]: Update icu4c to version 67 and nss to 3.56. [native-inputs]: Use ESR 78 mercurial repo for thunderbird soruces. Update rust and cargo to 1.41, rust-cbindgen to 0.14 and node to 10.22. Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Signed-off-by: Mark H Weaver <mhw@netris.org>
* gnu: Add nss@3.56.Jonathan Brielmaier2020-09-28
| | | | | | | | | | | Icedove 78 requires nss > 3.53. This version is the only one building out-of-the-box. * gnu/packages/nss.scm (nss-3.56): New variable. * gnu/packages/patches/nss-3.56-pkgconfig.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Mark H Weaver <mhw@netris.org>
* gnu: libpng-apng: Update to 1.6.37.Mark H Weaver2020-09-28
| | | | | * gnu/packages/image.scm (libpng-apng): Update to 1.6.37. (libpng): Add comment: a reminder to keep libpng-apng updated.
* gnu: cm: Update to 0.3.1.Andreas Enge2020-09-28
| | | | * gnu/packages/algebra.scm (cm): Update to 0.3.1.
* gnu: cuirass: Update to 0.0.1-48.0ffcb80.Mathieu Othacehe2020-09-28
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-48.0ffcb80.
* gnu: r-chippeakanno: Update to 3.22.4.Roel Janssen2020-09-28
| | | | * gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.22.4.
* services: Add elogind ‘handle-lid-switch-external-power’.Tobias Geerinckx-Rice2020-09-28
| | | | | | | * gnu/services/desktop.scm <elogind-configuration>: Add an handle-lid-switch-external-power field, mapping to the HandleLidSwitchExternalPower logind.conf setting. * doc/guix.texi (Desktop Services): ‘Document’ it.
* gnu: openssh: Update to 8.4p1.Greg Hogan2020-09-28
| | | | | | * gnu/packages/ssh.scm (openssh): Update to 8.4p1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: guile-lzlib: Update to 0.0.2.Mathieu Othacehe2020-09-28
| | | | * gnu/packages/guile.scm (guile-lzlib): Update to 0.0.2.
* gnu: libxkbcommon: Specify CPE name.Marius Bakke2020-09-28
| | | | * gnu/packages/xdisorg.scm (libxkbcommon)[properties]: New field.
* gnu: jasper: Update to 2.0.21 [fixes CVE-2018-19541].Marius Bakke2020-09-28
| | | | * gnu/packages/image.scm (jasper): Update to 2.0.21.
* gnu: libspiro: Replace with 20200505 [fixes CVE-2019-19847].Marius Bakke2020-09-28
| | | | | * gnu/packages/fontutils.scm (libspiro)[replacement]: New field. (libspiro-20200505): New variable.
* gnu: libsndfile: Replace with 1.0.30 [security fixes].Marius Bakke2020-09-28
| | | | | | | | This replacement fixes CVE-2017-17456, CVE-2017-17457, CVE-2018-19661, CVE-2018-19662, CVE-2018-19758, and CVE-2019-3832. * gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field. (libsndfile-1.0.30): New variable.
* gnu: emacs-orgalist: Update to 1.13.Nicolas Goaziou2020-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.13.
* gnu: qjackctl: Update to 0.6.3.Michael Rohleder2020-09-27
| | | | | | | * gnu/packages/audio.scm (qjackctl): Update to 0.6.3. [inputs]: Add portaudio. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add grokmirror.Kyle Meyer2020-09-27
| | | | | | * gnu/packages/version-control.scm (grokmirror): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* packages: 'package-input-rewriting' has a #:deep? parameter.Ludovic Courtès2020-09-27
| | | | | | | | | | | | | * guix/packages.scm (package-input-rewriting): Add #:deep? and pass it to 'package-mapping'. [replacement-property]: New variable. [rewrite]: Check it. [cut?]: New procedure. * tests/packages.scm ("package-input-rewriting"): Pass #:deep? #f and ensure implicit inputs were not rewritten. Avoid 'eq?' comparisons. ("package-input-rewriting, deep"): New test. * gnu/packages/guile.scm (package-for-guile-2.0, package-for-guile-3.0): Pass #:deep? #f.
* gnu: bbswitch-module: Fix build on Linux >= 5.6.Pierre Neidhardt2020-09-27
| | | | * gnu/packages/linux.scm (bbswitch-module): Update to 20200526.
* gnu: emacs-mood-line: Fix license.Nicolas Goaziou2020-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-mood-line)[license]: Switch to GPL2+.
* gnu: Add emacs-mood-line.AuPath2020-09-27
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-mood-line): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: grub: Support for network boot via TFTP.Stefan2020-09-27
| | | | | | | | * gnu/bootloader/grub.scm (grub-efi-netboot-bootloader): New variable. (install-grub-efi-netboot): New procedure. (grub-root-search): Update comment. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gama: Update to 2.10.Efraim Flashner2020-09-27
| | | | * gnu/packages/gps.scm (gama): Update to 2.10.
* gnu: cozy: Update to 0.7.1.Vinicius Monego2020-09-26
| | | | | | | * gnu/packages/ebook.scm (cozy): Update to 0.7.1. [arguments]: Substitute only the Exec line in the desktop file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lzlib: Don't build static library.Ludovic Courtès2020-09-26
| | | | * gnu/packages/compression.scm (lzlib)[arguments]: Pass "--disable-static".
* gnu: lzlib: Support cross-compilation.Ludovic Courtès2020-09-26
| | | | | | | | Until now, since lzlib's 'configure' ignores '--host', we'd always end up building it natively. * gnu/packages/compression.scm (lzlib)[arguments]: Use (cc-for-target) instead of "gcc".
* gnu: Add ipset.Oleg Pykhalov2020-09-26
| | | | * gnu/packages/linux.scm (ipset): New variable.
* gnu: Add webssh.Oleg Pykhalov2020-09-26
| | | | * gnu/packages/ssh.scm (webssh): New variable.
* gnu: emacs-ess: Update to 18.10.2-0.24da603.Tim Howes2020-09-26
| | | | | | | | | | | | | * gnu/packages/statistics.scm (emacs-ess): Update to 18.10.2-0.24da603. [version]: Use version-revision-commit for version numbering. [source]: Fix snippet for removing julia-mode. Remove snippet to modify roxy-preview-Rd-test. Add snippet to modify r-help-mode test. Add snippet to fix install target to install files to correct directories. Correct Makefile so that ess-autoloads.el is not built twice. [arguments]: Add flag to specify INFODIR. Remove patch modifying SHELL. [license]: License is now GPLv3+. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-auctex: Update to 12.2.5.Nicolas Goaziou2020-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.5.
* gnu: emacs-edit-indirect: Update to 0.1.6.Nicolas Goaziou2020-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.6.
* gnu: emacs-edit-indirect: Fix license field.Nicolas Goaziou2020-09-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Fix license field.
* gnu: nyacc: Add 1.03.0.Ludovic Courtès2020-09-25
| | | | | | | | | | * gnu/packages/mes.scm (nyacc): Rename to... (nyacc-0.99): ... this. (nyacc): New variable. (mes)[propagated-inputs]: Replace NYACC with NYACC-0.99. (mes-rb5)[native-inputs]: Likewise. * gnu/packages/commencement.scm (mes-boot)[native-inputs]: Likewise. (tcc-boot0)[native-inputs]: Likewise.
* gnu: rust: Fix install phase for non-x86_64 platforms.Pierre Langlois2020-09-25
| | | | | * gnu/packages/rust.scm (rust-1.20)[arguments]: Replace hardcoded x86_64 triplet with nix-system->gnu-triplet-for-rust in 'delete-install-logs phase.
* gnu: linux-libre 4.4: Update to 4.4.237.Leo Famulari2020-09-25
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.237. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.237.Leo Famulari2020-09-25
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.237. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.199.Leo Famulari2020-09-25
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.199. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.147.Leo Famulari2020-09-25
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.147. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.67.Leo Famulari2020-09-25
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.67. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.8.11.Leo Famulari2020-09-25
| | | | | * gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.11. (linux-libre-5.8-pristine-source): Update hash.
* gnu: Replace uses of 'guile3.0-gnutls' by 'gnutls'.Ludovic Courtès2020-09-25
| | | | | | | * gnu/packages/package-management.scm (guix)[propagated-inputs]: Use GNUTLS instead of GUILE3.0-GNUTLS. (guix-daemon)[inputs]: Likewise. * guix/self.scm (specification->package): Likewise.
* gnu: freedink: Make "freedink-engine" and "freedink-data" public.Jesse Gibbons2020-09-25
| | | | | | | | * gnu/packages/games.scm: (freedink-engine): Make public. [arguments]: Add 'delete-freedinkedit-desktop' phase. (freedink-data): Make public. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: font-adobe-source-serif-pro: Update to 3.001R.Jens Mølgaard2020-09-25
| | | | | | * gnu/packages/fonts.scm (font-adobe-source-serif-pro): Update to 3.001R. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: font-adobe-source-sans-pro: Update to 3.028R.Jens Mølgaard2020-09-25
| | | | | | * gnu/packages/fonts.scm (font-adobe-source-sans-pro): Update to 3.028R. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* ci: Remove native-system restriction from "hello" and "list" jobsets.Jan (janneke) Nieuwenhuizen2020-09-25
| | | | | | | * gnu/ci.scm (hydra-jobs): Remove restriction for system to equal (%current-system). Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vim: Update to 8.2.1738.Efraim Flashner2020-09-25
| | | | * gnu/packages/vim.scm (vim): Update to 8.2.1738.