| Commit message (Expand) | Author | Age |
... | |
* | gnu: Add python-whisper.•••* gnu/packages/monitoring.scm (python-whisper, python2-whisper): New
variables.
| Ricardo Wurmus | 2018-01-21 |
* | gnu: Add python-django-tagging.•••* gnu/packages/django.scm (python-django-tagging, python2-django-tagging): New
variables.
| Ricardo Wurmus | 2018-01-21 |
* | gnu: Add python-txamqp.•••* gnu/packages/python.scm (python-txamqp, python2-txamqp): New variables.
| Ricardo Wurmus | 2018-01-21 |
* | gnu: emacs-tiny: Fix indentation.•••* gnu/packages/emacs.scm (emacs-tiny): Fix indentation.
| Ricardo Wurmus | 2018-01-21 |
* | gnu: emacs-request: Update to 0.3.0.•••* gnu/packages/emacs.scm (emacs-request): Update to 0.3.0.
[source]: Fetch with git.
| Ricardo Wurmus | 2018-01-21 |
* | gnu: Add r-catterplots.•••* gnu/packages/statistics.scm (r-catterplots): New variable.
| Ricardo Wurmus | 2018-01-21 |
* | gnu: Add salmon.•••* gnu/packages/bioinformatics.scm (libstadenio-for-salmon,
spdlog-for-salmon, bwa-for-salmon, salmon): New variables.
| Ricardo Wurmus | 2018-01-21 |
* | gnu: Add sailfish.•••* gnu/packages/bioinformatics.scm (sailfish): New variable.
| Ricardo Wurmus | 2018-01-21 |
* | gnu: Add libdivsufsort.•••* gnu/packages/bioinformatics.scm (libdivsufsort): New variable.
| Ricardo Wurmus | 2018-01-21 |
* | gnu: Add libgff.•••* gnu/packages/bioinformatics.scm (libgff): New variable.
| Ricardo Wurmus | 2018-01-21 |
* | gnu: orpheus: Fix build on aarch64-linux.•••* gnu/packages/orpheus.scm (orpheus)[arguments]: Explicitly set the
build target when building on aarch64-linux.
| Efraim Flashner | 2018-01-21 |
* | gnu: python-kivy: Update to 1.10.0.•••* gnu/packages/python.scm (python-kivy): Update to 1.10.0.
[arguments]: Remove custom "build" phase.
| Danny Milosavljevic | 2018-01-21 |
* | gnu: intel-gpu-tools: Use INVOKE.•••* gnu/packages/admin.scm (intel-gpu-tools)[arguments]: Substitute INVOKE
for SYSTEM*.
| Tobias Geerinckx-Rice | 2018-01-21 |
* | gnu: intel-gpu-tools: Update to 1.21.•••* gnu/packages/admin.scm (intel-gpu-tools): Update to 1.21.
| Tobias Geerinckx-Rice | 2018-01-21 |
* | gnu: libtorrent-rasterbar: Update to 1.1.6.•••* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.6.
| Tobias Geerinckx-Rice | 2018-01-21 |
* | gnu: spice: Use HTTPS for spice-space.org home pages.•••* gnu/packages/spice.scm (spice, spice-vdagent)[home-page]: Use HTTPS
| Tobias Geerinckx-Rice | 2018-01-21 |
* | gnu: spice-gtk: Update to 0.34.•••* gnu/packages/spice.scm (spice-gtk): Update to 0.34.
| Tobias Geerinckx-Rice | 2018-01-21 |
* | gnu: babl: Update to 0.1.40.•••* gnu/packages/gimp.scm (babl): Update to 0.1.40.
| Tobias Geerinckx-Rice | 2018-01-21 |
* | gnu: babl: Parameterise source URI.•••* gnu/packages/gimp.scm (babl)[source]: Use VERSION-MAJOR+MINOR.
| Tobias Geerinckx-Rice | 2018-01-21 |
* | gnu: babl: Edit description.•••* gnu/packages/gimp.scm (babl)[description]: Edit.
| Tobias Geerinckx-Rice | 2018-01-21 |
* | gnu: mktorrent: Update to 1.1.•••* gnu/packages/bittorrent.scm (mktorrent): Update to 1.1.
[source, home-page]: Use new URI.
| Tobias Geerinckx-Rice | 2018-01-21 |
* | doc: Improve ‘fix-runpath’ description.•••* doc/guix.texi (Build Systems): Re-write ‘fix-runpath’ documentation
entirely. Just fixing the typos didn't do much.
| Tobias Geerinckx-Rice | 2018-01-21 |
* | services: herd: 'with-shepherd' no longer leaves an open connection.•••* gnu/services/herd.scm (with-shepherd): Use 'dynamic-wind' and close
CONNECTION at the end.
| Ludovic Courtès | 2018-01-21 |
* | doc: No longer mention Wicd in OS examples.•••* gnu/system/examples/desktop.tmpl,
gnu/system/examples/lightweight-desktop.tmpl: Mention NetworkManager
instead of Wicd.
| Ludovic Courtès | 2018-01-21 |
* | services: Missing services are automatically instantiated.•••This simplifies OS configuration: users no longer need to be aware of
what a given service depends on.
See the discussion at
<https://lists.gnu.org/archive/html/guix-devel/2018-01/msg00114.html>.
* gnu/services.scm (missing-target-error): New procedure.
(service-back-edges): Use it.
(instantiate-missing-services): New procedure.
* gnu/system.scm (operating-system-services): Call
'instantiate-missing-services'.
* tests/services.scm ("instantiate-missing-services")
("instantiate-missing-services, no default value"): New tests.
* gnu/services/version-control.scm (cgit-service-type)[extensions]: Add
FCGIWRAP-SERVICE-TYPE.
* gnu/tests/version-control.scm (%cgit-os): Remove NGINX-SERVICE-TYPE
and FCGIWRAP-SERVICE-TYPE instances.
* doc/guix.texi (Log Rotation): Remove 'mcron-service-type' in example.
(Miscellaneous Services): Remove 'nginx-service-type' and
'fcgiwrap-service-type' in Cgit example.
| Ludovic Courtès | 2018-01-21 |
* | tests: Cgit test waits for /var/run/shepherd/socket.•••Previously tests sometimes start before the shepherd was listening,
leading to test failures.
* gnu/tests/version-control.scm (run-cgit-test)[test]: Add "shepherd
socket ready" test. Rename to two "service running" tests for clarity.
| Ludovic Courtès | 2018-01-21 |
* | services: shepherd: Make 'shepherd-configuration-file' non-monadic.•••Suggested by atw on #guix.
* gnu/services/shepherd.scm (shepherd-service-file): Use 'scheme-file'
instead of 'gexp->file'.
(shepherd-configuration-file): Likewise, and adjust to non-monadic
style.
(shepherd-boot-gexp): Adjust accordingly.
* guix/scripts/system.scm (upgrade-shepherd-services): Use
'lower-object' in addition to 'shepherd-service-file'.
| Ludovic Courtès | 2018-01-21 |
* | gnu: Add mkbootimg.•••* gnu/packages/android.scm (mkbootimg): New variable.
| Danny Milosavljevic | 2018-01-20 |
* | gnu: Add abootimg.•••* gnu/packages/android.scm (abootimg): New variable.
| Danny Milosavljevic | 2018-01-20 |
* | system: Add Nintendo NES Classic Edition installer.•••* gnu/bootloader/u-boot.scm (u-boot-nintendo-nes-classic-edition-bootloader):
New exported variable.
* gnu/packages/bootloaders.scm (u-boot-nintendo-nes-classic-edition):
New exported variable.
* gnu/system/install.scm (nintendo-nes-classic-edition-installation-os):
New exported variable.
| Danny Milosavljevic | 2018-01-20 |
* | system: make-u-boot-package: Replace underscores by dashes in package name.•••* gnu/packages/bootloaders.scm (make-u-boot-package): Replace underscores by
dashes in package name.
| Danny Milosavljevic | 2018-01-20 |
* | system: Factor out embedded-installation-os.•••* gnu/system/install.scm (embedded-installation-os): New variable.
(beaglebone-black-installation-os): Use it.
(a20-olinuxino-lime2-emmc-installation-os): Use it.
(a20-olinuxino-micro-installation-os): Use it.
(banana-pi-m2-ultra-installation-os): Use it.
| Danny Milosavljevic | 2018-01-20 |
* | system: Factor out agetty-default-service.•••* gnu/system/install.scm (agetty-default-service): New variable.
(beaglebone-black-installation-os): Use it.
(a20-olinuxino-lime2-emmc-installation-os): Use it.
(a20-olinuxino-micro-installation-os): Use it.
(banana-pi-m2-ultra-installation-os): Use it.
| Danny Milosavljevic | 2018-01-20 |
* | system: Add A20 OLinuXino MICRO installer.•••* gnu/bootloader/u-boot.scm (u-boot-a20-olinuxino-micro-bootloader): New
exported variable.
* gnu/packages/bootloaders.scm (u-boot-a20-olinuxino-micro): New exported
variable.
* gnu/system/install.scm (a20-olinuxino-micro-installation-os): New exported
variable.
| Danny Milosavljevic | 2018-01-20 |
* | system: Add A20 OLinuXino LIME2 installer.•••* gnu/bootloader/u-boot.scm (u-boot-a20-olinuxino-lime2-bootloader): New
exported variable.
* gnu/packages/bootloaders.scm (u-boot-a20-olinuxino-lime2): New exported
variable.
* gnu/system/install.scm (a20-olinuxino-lime2-emmc-installation-os): New exported
variable.
| Danny Milosavljevic | 2018-01-20 |
* | gnu: wxsvg: Update to 1.5.12.•••* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.12.
| Tobias Geerinckx-Rice | 2018-01-20 |
* | gnu: video, xml: Fix typo.•••* gnu/packages/video.scm (libva)[synopsis]: Fix ‘libary’ typo.
[description]: Use @dfn.
* gnu/packages/xml.scm (libebml): Likewise.
| Tobias Geerinckx-Rice | 2018-01-20 |
* | gnu: godot: Fix building on aarch64-linux.•••* gnu/packages/game-development.scm (godot)[arguments]: Add a flag when
building for aarch64-linux to build without threads.
| Efraim Flashner | 2018-01-20 |
* | gnu: cross-base: Apply gcc 6 patch to gcc >= 6.•••* gnu/packages/cross-base.scm (cross-gcc): Apply gcc 6 patch to gcc >= 6.
| Danny Milosavljevic | 2018-01-20 |
* | gnu: u-boot: Update to 2018.01.•••* gnu/packages/bootloaders.scm (define-module): Import (gnu packages gcc).
(u-boot): Update to 2018.01.
[native-inputs]: Add swig. Remove dtc.
(make-u-boot-package): Use gcc-7.
| Danny Milosavljevic | 2018-01-20 |
* | system: Add Banana Pi M2 Ultra installer.•••* gnu/bootloader/u-boot.scm (u-boot-banana-pi-m2-ultra-bootloader): New
exported variable.
(install-allwinner-u-boot): New variable.
(u-boot-allwinner-bootloader): New variable.
* gnu/packages/bootloaders.scm (u-boot-banana-pi-m2-ultra): New exported
variable.
* gnu/system/install.scm (banana-pi-m2-ultra-installation-os): New exported
variable.
| Danny Milosavljevic | 2018-01-20 |
* | gnu: graphicsmagick: Update to 1.3.28 [‘security fixes’].•••* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.28.
| Tobias Geerinckx-Rice | 2018-01-20 |
* | gnu: deutex: Update to 5.1.1.•••* gnu/packages/games.scm (deutex): Update to 5.1.1.
| Kei Kebreau | 2018-01-20 |
* | gnu: lookingglass: Update to a10.•••* gnu/packages/virtualization.scm (lookingglass): Update to a10.
| Rutger Helling | 2018-01-20 |
* | gnu: libexif: Fix CVE-2016-6328.•••* gnu/packages/patches/libexif-CVE-2016-6328.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/photo.scm (libexif)[source]: Use it.
| Leo Famulari | 2018-01-19 |
* | gnu: perl-lingua-pt-stemmer: Update URL.•••* gnu/packages/language.scm (perl-lingua-pt-stemmer)[source]: Use new
upstream URL.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 | 2018-01-19 |
* | gnu: escpr: Update to 1.6.18.•••* gnu/packages/cups.scm (escpr): Update to 1.6.18.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Diego Nicola Barbato | 2018-01-20 |
* | gnu: Add Motion.•••* gnu/packages/video.scm (motion): New variable.
| Ludovic Courtès | 2018-01-20 |
* | packages: 'package-mapping' maps replacement.•••* guix/packages.scm (package-mapping): Apply PROC to 'replacement' as well.
| Ludovic Courtès | 2018-01-20 |
* | build: Declare “doc/guix.texi“ dependencies.•••Fixes <https://bugs.gnu.org/29727>.
* doc/local.mk (%C%_guix_TEXINFOS): New variable containing files included by
“doc/guix.texi”.
(EXTRA_DIST): Remove ‘.texi’ files.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mathieu Lirzin | 2018-01-20 |