summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: OpenJDK: Build with GNU Make 4.2.Marius Bakke2020-03-28
| | | | | | * gnu/packages/base.scm (gnu-make-4.2): New public variable. * gnu/packages/java.scm (openjdk9, openjdk10, openjdk11, openjdk12)[native-inputs]: Add it.
* gnu: gcc-static: Make sure #:modules is not overridden by the inherited GCC.Marius Bakke2020-03-28
| | | | | | | | | This fixes a regression introduced by 56c833ea287f8f6d3c72f8bddc314960c0164d64 and 25bc0f34c6c059394f546f29a203c2cb9b7cdcf6 where #:modules became ineffective. * gnu/packages/make-bootstrap.scm (%gcc-static)[arguments]: Prepend the required modules to those inherited from GCC-5. While at it, do not splice in the inherited arguments.
* gnu: guile-static: Provide a libgc variant with statically built libraries.Marius Bakke2020-03-28
| | | | | | * gnu/packages/bdw-gc.scm (libgc/static-libs): New public variable. * gnu/packages/make-bootstrap.scm (%guile-static)[propagated-inputs]: Change from LIBGC to LIBGC/STATIC-LIBS.
* gnu: bdw-gc: Fix cross-compilation.Marius Bakke2020-03-28
| | | | | * gnu/packages/bdw-gc.scm (libgc)[propagated-inputs]: When cross-compiling, add LIBATOMIC-OPS.
* gnu: mercurial: Fix test failures with Python 3.8.2.Marius Bakke2020-03-28
| | | | | | * gnu/packages/version-control.scm (mercurial-patch, %mercurial-patches): New variables. (mercurial)[source](patches): Add %MERCURIAL-PATCHES.
* gnu: libgc: Promote libgc@8 to the default libgc.Marius Bakke2020-03-27
| | | | | | | | * gnu/packages/bdw-gc.scm (libgc): Update to 8.0.4. [arguments]: Remove #:phases. [inputs]: Remove LIBATOMIC-OPS. (libgc-8.0): Remove variable. (libgc-7): New variable.
* gnu: guile: Update to 3.0.2.Marius Bakke2020-03-27
| | | | | | | * gnu/packages/guile.scm (guile-3.0): Update to 3.0.2. [source](patches): Remove. * gnu/packages/patches/guile-3.0-crash.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: ovmf: Adapt to CPLUS_INCLUDE_PATH changes.Marius Bakke2020-03-27
| | | | | * gnu/packages/firmware.scm (ovmf)[native-inputs]: Distinguish GCC-5. [arguments]: Add phase to hide the default GCC from CPLUS_INCLUDE_PATH.
* gnu: emacs: Fix format strings for compatibility with Guile 3.Marius Bakke2020-03-27
| | | | | * gnu/packages/emacs.scm (emacs)[arguments]: In the 'patch-program-file-names' and 'install-site-start' phases, specify port in the calls to FORMAT.
* gnu: mscgen: Fix build with gd >= 2.3.0.Marius Bakke2020-03-27
| | | | | | 'gd' no longer provides 'libgd-config', so use 'pkg-config' instead. * gnu/packages/graph.scm (mscgen)[native-inputs]: Add PKG-CONFIG.
* gnu: icu4c: Incorporate grafted changes.Marius Bakke2020-03-27
| | | | | | * gnu/packages/icu4c.scm (icu4c)[replacement]: Remove. [source](patches, patch-flags): New fields. (icu4c/fixed): Remove variable.
* gnu: help2man: Remove version 1.47.12.Marius Bakke2020-03-27
| | | | | * gnu/packages/man.scm (help2man): Update to 1.47.13. (help2man/latest): Remove variable.
* gnu: Automake: Remove version 1.16.1.Marius Bakke2020-03-27
| | | | | | * gnu/packages/autotools.scm (automake): Update to 1.16.2. [arguments]: Add phase "skip-test". (automake-1.16.2): Remove variable.
* Merge branch 'master' into core-updatesMarius Bakke2020-03-27
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/icu4c.scm gnu/packages/man.scm gnu/packages/python-xyz.scm guix/scripts/environment.scm guix/scripts/pack.scm guix/scripts/package.scm guix/scripts/pull.scm guix/store.scm
| * gnu: icu4c: Explicitly add patch flags in replacement package.Marius Bakke2020-03-26
| | | | | | | | | | | | | | This is to prevent a build failure when this gets merged to 'core-updates' which does not have any patch-flags to inherit. * gnu/packages/icu4c.scm (icu4c/fixed)[source](patch-flags): New field.
| * gnu: help2man: Update to 1.47.13.Marius Bakke2020-03-26
| | | | | | | | * gnu/packages/man.scm (help2man/latest): Update to 1.47.13.
| * gnu: Add python-pywinrm.Alexandros Theodotou2020-03-26
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pywinrm): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: Add python-requests_ntlm.Alexandros Theodotou2020-03-26
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-requests_ntlm): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: Add python-ntlm-auth.Alexandros Theodotou2020-03-26
| | | | | | | | | | | | * gnu/packages/python-crypto.scm (python-ntlm-auth): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: Add python-kerberos.Alexandros Theodotou2020-03-26
| | | | | | | | | | | | * gnu/packages/python-crypto.scm (python-kerberos): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: Update sambamba to 0.7.1.Roel Janssen2020-03-26
| | | | | | | | | | * gnu/packages/bioinformatics.scm (sambamba): Update to 0.7.1; Remove unneeded undead input.
| * gnu: Add 7kaa.Naga Malleswari2020-03-26
| | | | | | | | * gnu/packages/games.scm (7kaa): New variable.
| * gnu: boinc-client: Update to 7.16.5.Efraim Flashner2020-03-26
| | | | | | | | * gnu/packages/distributed.scm (boinc-client): Update to 7.16.5.
| * gnu: boinc-server: Fix build.Efraim Flashner2020-03-26
| | | | | | | | | | * gnu/packages/distributed.scm (boinc-server)[inputs]: Replace openssl with openssl-1.0, mariadb with mariadb:dev.
| * status: Display synthetic information about profiles being built.Ludovic Courtès2020-03-26
| | | | | | | | | | | | * guix/status.scm (print-build-event): Add 'profile case. * guix/scripts/package.scm (build-and-use-profile): Remove now redundant message.
| * profiles: 'profile-derivation' sets a 'type' property.Ludovic Courtès2020-03-26
| | | | | | | | | | * guix/profiles.scm (profile-derivation): Pass #:properties to 'gexp->derivation'.
| * gnu: gnupg: Use ~/.guix-profile/bin/pinentry by default.Ludovic Courtès2020-03-26
| | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/24076>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * gnu/packages/patches/gnupg-default-pinentry.patch: New file. * gnu/packages/gnupg.scm (gnupg)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: youtube-viewer: Don't build gtk3 front-end.Efraim Flashner2020-03-26
| | | | | | | | | | * gnu/packages/video.scm (youtube-viewer)[arguments]: Update module-build-flags to only build gtk2 front-end.
| * gnu: youtube-viewer: Update to 3.7.5.Efraim Flashner2020-03-26
| | | | | | | | | | * gnu/packages/video.scm (youtube-viewer): Update to 3.7.5. [inputs]: Add perl-json-xs.
| * tests: install: Add %test-gui-installed-desktop-os-encrypted.Mathieu Othacehe2020-03-26
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/tests/install.scm (gui-test-program): Add a desktop? argument, and pass it to choose-services, (installation-target-os-for-gui-tests): new procedure, (installation-target-desktop-os-for-gui-tests): new procedure, (guided-installation-test): add target-os and desktop? arguments. Use target-os instead of the previous os variable. Pass desktop? argument to gui-test-program. (%test-gui-installed-os): Adapt accordingly, (%test-gui-installed-os-encrypted): ditto, (%test-gui-installed-desktop-os-encrypted): new exported variable.
| * installer: tests: Use a filter to select desktop-environments.Mathieu Othacehe2020-03-26
| | | | | | | | | | | | | | * gnu/installer/tests.scm (choose-services): Turn desktop-environments list into a choose-desktop-environment procedure. This way, it is easier to select all desktop-environments or none, in the same way as choose-network-service? and choose-network-management-tool? arguments.
| * gnu: emacs-helm-exwm: Update to 0.0.2.base-for-series-3295Pierre Neidhardt2020-03-26
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-helm-exwm): Update to 0.0.2.
| * gnu: r-argon2: Fix case in synopsis and use full sentence in description.Ricardo Wurmus2020-03-26
| | | | | | | | | | * gnu/packages/cran.scm (r-argon2)[synopsis]: Use lower case. [description]: Use full sentence.
| * gnu: r-getpass: Change case in synopsis and adjust indentation.Ricardo Wurmus2020-03-26
| | | | | | | | | | * gnu/packages/cran.scm (r-getpass): Adjust indentation. [synopsis]: Do not capitalize all words.
| * gnu: r-remoter: Fix indentation.Ricardo Wurmus2020-03-26
| | | | | | | | * gnu/packages/cran.scm (r-remoter): Fix indentation.
| * gnu: r-remoter: Use lower case in the synopsis.Ricardo Wurmus2020-03-26
| | | | | | | | * gnu/packages/cran.scm (r-remoter)[synopsis]: Do not capitalize all words.
| * gnu: linux-libre-5.4-source: Add patch to support pinebook pro.Vagrant Cascadian2020-03-25
| | | | | | | | | | | | | | * gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/linux (linux-libre-5.4-source): Add patch.
| * gnu: linux-libre: Update deblob scripts.Mark H Weaver2020-03-25
| | | | | | | | * gnu/packages/linux.scm (deblob-scripts-5.4): Update to 5.4.28.
| * gnu: linux-libre: Update to 5.4.28.Mark H Weaver2020-03-25
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.28. (linux-libre-5.4-pristine-source): Update hash.
| * gnu: linux-libre@4.19: Update to 4.19.113.Mark H Weaver2020-03-25
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.113. (linux-libre-4.19-pristine-source): Update hash.
| * gnu: icu4c: Fix CVE-2020-10531.Leo Famulari2020-03-25
| | | | | | | | | | | | | | * gnu/packages/patches/icu4c-CVE-2020-10531.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/icu4c.scm (icu4c)[replacement]: New field. (icu4c/fixed): New variable.
| * gnu: Add r-remoter.Todor Kondić2020-03-25
| | | | | | | | | | | | * gnu/packages/cran.scm (r-remoter): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add r-getpass.Todor Kondić2020-03-25
| | | | | | | | | | | | * gnu/packages/cran.scm (r-getpass): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add r-argon2.Todor Kondić2020-03-25
| | | | | | | | | | | | * gnu/packages/cran.scm (r-argon2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add emacs-chronometrist.Nicolas Goaziou2020-03-25
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-chronometrist): New variable.
| * gnu: abseil-cpp: Update to 20200225.1.Ricardo Wurmus2020-03-25
| | | | | | | | * gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.1.
| * import/cran: Import missing module.Ricardo Wurmus2020-03-25
| | | | | | | | | | | | | | | | This is a follow-up to commit b005c240bb5e436ffe9d55c2dd75c9af85aa0fdd. Reported-by: Ludovic Courtès <ludo@gnu.org> * guix/import/cran.scm: Import (guix ui) module.
| * gnu: gnu-pw-mgr: Build reproducibly.Ludovic Courtès2020-03-25
| | | | | | | | | | * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr)[native-inputs]: Remove AUTOGEN so that man pages are not regenerated with a fresh date.
| * tests: Adjust to 'show-manifest-transaction' changes.Ludovic Courtès2020-03-25
| | | | | | | | | | | | | | This is a followup to 3e5ab0a7a9399bb098b9ced46bf3cbf4085c6bab. * tests/ui.scm ("show-manifest-transaction"): Update regexp. * tests/guix-package.sh: Adjust Emacs regexp in --with-source test.
| * environment: Use 'with-build-handler'.Ludovic Courtès2020-03-25
| | | | | | | | | | | | | | * guix/scripts/environment.scm (build-environment): Remove. (guix-environment): Wrap 'with-status-verbosity' in 'with-build-handler'. Remove 'dry-run?' conditional. Use 'built-derivations' instead of 'build-environment'.