summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add zynfusion.series-3439Alexandros Theodotou2020-04-04
| | | | * gnu/packages/music.scm (zynfusion): New variable.
* gnu: Add mruby-zest.Alexandros Theodotou2020-04-04
| | | | * gnu/packages/audio.scm (mruby-zest): New variable.
* gnu: Add libuv-static.Alexandros Theodotou2020-04-04
| | | | * gnu/packages/libevent.scm (libuv-static): New variable.
* gnu: mingw: Add mingw-w64 reproducibility patches.base-for-series-3439Carl Dong2020-04-04
| | | | | | | | | | | These patches were originally found at the debian mingw-w64 team's mingw-w64 repo, and should improve the reproducibility of our mingw-w64 toolchain. * gnu/packages/patches/mingw-w64-dlltool-temp-prefix.patch: New file. * gnu/packages/patches/mingw-w64-reproducible-gendef.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/mingw.scm (make-mingw-w64): Apply patches.
* gnu: gparted: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/disk.scm (gparted)[inputs]: Move yelp-tools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* system: Don’t create a module database when no modules are available.Ivan Kozlov2020-04-04
| | | | | | | * gnu/system.scm (operating-system-directory-base-entries): Don't create a module database when no modules are available. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: rubber: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/tex.scm (rubber)[inputs]: Move texinfo from here... [native-inputs]: ...to this new field. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: scotch: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/math.scm (scotch)[inputs]: Move flex & bison from here... [native-inputs]: ...to this new field. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: telegram-purple: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/telephony.scm (telegram-purple)[inputs]: Move gettext from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: jami: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/telephony.scm (jami)[inputs]: Move gettext from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: libkate: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/xiph.scm (libkate)[inputs]: Move bison from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: man-db: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/man.scm (man-db)[inputs]: Move flex from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: qgis: Fix some plugins.Guillaume Le Vaillant2020-04-04
| | | | | * gnu/packages/geo.scm (qgis)[arguments]: Add a 'wrap-gis' phase to set the environment variables required by some plugins.
* tests: Adjust '--with-commit' test for tags.Ludovic Courtès2020-04-04
| | | | | | | This is a followup to efa578ecaece67366b4b0e2266de7c2faaa4ae54. * tests/guix-build-branch.sh: Adjust '--with-commit=guile-gcrypt=v0.1.0' test to expect the tag ID rather than the commit ID.
* store: 'with-store' doesn't close the store upon abort.Ludovic Courtès2020-04-04
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/40428>. Reported by Marius Bakke <mbakke@fastmail.com> and 白い熊. Regression introduced with the first uses of 'with-build-handler' in commit 62195b9a8fd6846117c5d7698842748300d13e31 and subsequent. * guix/store.scm (call-with-store): Use 'catch #t' instead of 'dynamic-wind'. This ensures STORE remains open when a non-local exit other than an exception occurs, such as an abort to the build handler prompt. * tests/store.scm ("with-build-handler + with-store"): New test.
* maint: Remove unsupported cross-compilation jobs from 'release-manifest.scm'.Ludovic Courtès2020-04-04
| | | | | | * etc/release-manifest.scm (%packages-to-cross-build-for-mingw): New variable. (%cross-manifest): Use it. Remove "riscv64-linux-gnu" from %CROSS-TARGETS.
* gnu: ocaml-menhir: Update to 20190626.Julien Lepiller2020-04-04
| | | | * gnu/packages/ocaml.scm (ocaml-menhir): Update to 20190626.
* gnu: Replace uses of 'gettext' with 'gettext-minimal'.base-for-series-3432Marius Bakke2020-04-04
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cdrom.scm (dvdstyler)[native-inputs]: Change from GNU-GETTEXT to GETTEXT-MINIMAL. * gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Likewise. * gnu/packages/engineering.scm (lepton-eda, kicad, kicad-i18l)[native-inputs]: Likewise. * gnu/packages/games.scm (quadrapassel, edgar)[native-inputs]: Likewise. * gnu/packages/gnome.scm (eog-plugins, workrave, geary)[native-inputs]: Likewise. * gnu/packages/guile-xyz.scm (guile-gi, emacsy)[native-inputs]: Likewise. * gnu/packages/image.scm (gpick)[native-inputs]: Likewise. * gnu/packages/messaging.scm (telegram-purple)[native-inputs]: Likewise. * gnu/packages/music.scm (fmit)[native-inputs]: Likewise. * gnu/packages/package-management.scm (flatpak)[native-inputs]: Likewise. * gnu/packages/patchutils.scm (quilt)[native-inputs]: Likewise. * gnu/packages/photo.scm (hugin)[native-inputs]: Likewise. * gnu/packages/security-token.scm (eid-mw)[native-inputs]: Likewise. * gnu/packages/telephony.scm (jami)[native-inputs]: Likewise. * gnu/packages/texinfo.scm (pinfo)[native-inputs]: Likewise. * gnu/packages/vulkan.scm (vkd3d)[native-inputs]: Likewise. * gnu/packages/web.scm (cadaver)[native-inputs]: Likewise.
* gnu: cadaver: Build with OpenSSL 1.0.Marius Bakke2020-04-04
| | | | * gnu/packages/web.scm (cadaver)[inputs]: Change from OPENSSL to OPENSSL-1.0.
* gnu: Add r-asd.Naga Malleswari2020-04-04
| | | | | | * gnu/packages/cran.scm (r-asd): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: c-reduce: Make some inputs native.base-for-series-3429Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/debug.scm (c-reduce)[inputs]: Move flex from here... [native-inputs]: ...to this new field. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: ell: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/linux.scm (ell)[inputs]: Move libtool from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: dico: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/dico.scm (dico)[inputs]: Move groff from here... [native-inputs]: ...to this new field. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: a2ps: Make some inputs native.Vincent Legoll2020-04-04
| | | | | | | * gnu/packages/pretty-print.scm (a2ps)[inputs]: Move groff from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: gnome-online-accounts: Update to 3.36.0.Naga Malleswari2020-04-04
| | | | | | * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.36.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gnome-online-miners: Update to 3.34.0.Naga Malleswari2020-04-04
| | | | | | * gnu/packages/gnome.scm (gnome-online-miners): Update to 3.34.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Deprecate emacs-modus-themes.Dimakakos Dimos2020-04-04
| | | | * gnu/package/emacs-xyz.scm (emacs-modus-themes): Deprecate it.
* gnu: Add emacs-modus-operandi-theme.Dimakakos Dimos2020-04-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): New variable.
* gnu: Add emacs-modus-vivendi-theme.Dimakakos Dimos2020-04-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): New variable.
* gnu: spandsp: Disable parallel build.Maxim Cournoyer2020-04-03
| | | | | | | | | The build could otherwise fail non-deterministically. Reported-by: Raghav Gururajan <raghavgururajan@disroot.org> * gnu/packages/telephony.scm (spandsp)[arguments]: Set parallel-build? to false.
* gnu: icecat: Update to 68.6.1-guix0-preview1 [security fixes].Mark H Weaver2020-04-03
| | | | | | | | Includes fixes for CVE-2020-6819 and CVE-2020-6820. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
* gnu: Add linux-libre-arm64-generic-5.6.Vagrant Cascadian2020-04-03
| | | | * gnu/packages/linux (linux-libre-arm64-generic-5.6): New variable.
* gnu: Add linux-libre-arm-generic-5.6.Vagrant Cascadian2020-04-03
| | | | * gnu/packages/linux (linux-libre-arm-generic-5.6): New variable.
* gnu: Add linux-libre 5.6.2.Vagrant Cascadian2020-04-03
| | | | | | | | | * gnu/packages/linux (deblob-scripts-5.6): New variable. (linux-libre-5.6-version): New variable. (linux-libre-5.6-pristine-source): New variable. (linux-libre-5.6-source): New variable. (linux-libre-headers-5.6): New variable. (linux-libre-5.6): New variable.
* gnu: linux-libre: Update to 5.4.30.Mark H Weaver2020-04-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.30. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.114.Mark H Weaver2020-04-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.114. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.175.Mark H Weaver2020-04-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.175. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.218.Mark H Weaver2020-04-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.218. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.218.Mark H Weaver2020-04-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.218. (linux-libre-4.4-pristine-source): Update hash.
* gnu: cross-base: Add 'package-with-patches'.Ludovic Courtès2020-04-03
| | | | | | | | | This is a followup to c1c50cb5b099897a18e4cd8c27970cb45a7c3a94. * gnu/packages/cross-base.scm (package-with-patch): Rename to... (package-with-patches): ... this, and take a list of patches. (package-with-extra-patches): Use it. (cross-binutils): Use 'search-patches' instead of 'search-patch'.
* pack: Pass the cross-compilation target to 'run-with-store'.Ludovic Courtès2020-04-03
| | | | | | | This ensures '%current-target-system' is correctly bound upfront, which some packages rely on. * guix/scripts/pack.scm (guix-pack): Pass #:target to 'run-with-store'.
* gnu: cross-base: Fix PACKAGE-WITH-EXTRA-PATCHESCarl Dong2020-04-03
| | | | | | | | | | | | This also removes the execute bit from the patches added. Not sure how or why those were set in the first place. * gnu/packages/cross-base.scm (package-with-extra-patches): Imitate PACKAGE-WITH-PATCH instead of using it. * gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch: Remove execute bit. * gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch: Remove execute bit.
* gnu: ungoogled-chromium: Update to 80.0.3987.163-0.516e2d9.Marius Bakke2020-04-03
| | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 80.0.3987.163. (%chromium-origin): Update hash.
* gnu: Add python-cantools.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-cantools): New variable.
* gnu: Add python-bitstruct.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-bitstruct): New variable.
* gnu: Add python-diskcache.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-diskcache): New variable.
* gnu: Add python-can.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-can): New variable.
* gnu: Add python-aenum.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-aenum): New variable.
* gnu: Add python-textparser.Maxim Cournoyer2020-04-03
| | | | * gnu/packages/python-xyz.scm (python-textparser): New variable.
* gnu: Add perl-data-entropy.Paul Garlick2020-04-03
| | | | * gnu/packages/perl.scm (perl-data-entropy): New variable.