summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-01-16services: qemu-binfmt: 'guix-support?' defaults to #t.Stefan
* gnu/services/virtualization.scm (qemu-binfmt-service-type)[guix-support?]: Change the default from #f to #t. * doc/guix.texi (Transparent Emulation with QEMU): Change the default of ‘guix-support?’ from #f to #t. Describe the implication of setting it to #f. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-01-16gnu: blender: Update to 2.91.0.Christopher Lemmer Webber
* gnu/packages/graphics.scm (blender): Update to 2.91.0. [inputs]: Add embree. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-16gnu: Add embree.Christopher Lemmer Webber
* gnu/packages/graphics.scm (embree): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-16Revert "gnu: llvm: Update to 11.0.1."Tobias Geerinckx-Rice
This reverts commit 9b415c0b36c885e7899c45617a8c4e64118a6379, which reportedly breaks[0] rust@1.47.0, rust-1.48.0 and rust-1.49.0. [0]: http://issues.guix.gnu.org/45909
2021-01-16gnu: gnome-font-viewer: Fix thumbnail generation.Christopher Baines
Previously, thumbnail generation failed, as the gnome-thumbnail-font command couldn't be found. Using an absolute filename in the .thumbnailer file fixes this. Cached failures within .cache/thumbnails/fail/ or similar may need removing before the effect of this change can be seen. * gnu/packages/gnome.scm (gnome-font-viewer)[arguments]: Add patch-thumbnailer phase.
2021-01-16gnu: ruby-method-source: Remove unnecessary dependency on git.Christopher Baines
* gnu/packages/ruby.scm (ruby-method-source)[arguments]: Patch Rakefile to use find rather than git. [native-inputs]: Remove git.
2021-01-16gnu: Add lrzsz.Danny Milosavljevic
* gnu/packages/admin.scm (lrzsz): New variable.
2021-01-15gnu: emacs-dired-hacks: Update to 0.0.1-3.d1a2bda.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-dired-hacks): Update to 0.0.1-3.d1a2bda. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-15gnu: emacs-calibredb: Patch paths to calibre programs.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Patch paths to calibre programs. [arguments]: Add phase patch-paths. [inputs]: Add calibre. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-15gnu: Add emacs-crdt.Morgan Smith
* gnu/packages/emacs-xyz.scm (emacs-crdt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-15gnu: emacs-helm-sly: Update to 0.6.0.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.6.0.
2021-01-15gnu: sbcl-postmodern: Update to 1.32.6.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.32.6. [inputs]: Add cl-base64, cl-unicode, ironclad, local-time and uax-15. [arguments]: Add cl-postgres, s-sql and simple-date to 'asd-systems'. (ecl-postmodern)[arguments]: Add cl-postgres, s-sql and simple-date to 'asd-systems'. Update the 'fix-build' phase. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-14gnu: facter: Update to 4.0.48.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (facter): Update to 4.0.48.
2021-01-14gnu: kyotocabinet: Update to 1.2.79.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (kyotocabinet): Update to 1.2.79.
2021-01-14gnu: gptfdisk: Update to 1.0.6.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (gptfdisk): Update to 1.0.6.
2021-01-14gnu: busybox: Update to 1.32.1.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (busybox): Update to 1.32.1.
2021-01-14services: hurd-vm: Respect hurd-vm-configuration's disk-size.Jan (janneke) Nieuwenhuizen
This is a follow-up to commit 859b362f81598830d7ff276b96a8724aee3c4db7. * gnu/services/virtualization.scm (hurd-vm-disk-image): Use diks-size from config to set image's size.
2021-01-14gnu: vcflib: Update to 1.0.2.Efraim Flashner
* gnu/packages/bioinformatics.scm (vcflib): Update to 1.0.2. [source]: Download using git-fetch. Remove patch. Update snippet to use packaged libraries. [build-system]: Switch to cmake-build-system. [inputs]: Add bzip2. [native-inputs]: Add package-source of fsom. [arguments]: Delete custom 'set-flags, 'install phases. Don't delete 'configure phase. Adjust 'unpack-submodule-sources phase. * gnu/packages/patches/vcflib-use-shared-libraries.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2021-01-14gnu: sambamba Update to 0.8.0.Efraim Flashner
* gnu/packages/bioinformatics.scm (sambamba): Update to 0.8.0. [source, home-page]: Update to new upstream URI. [arguments]: Shorten 'fix-ldc-version phase. Remove 'place-biod-and-undead phase. Update 'unbundle-prerequisites and 'insatll phases. [native-inputs]: Remove rdmd, biod. Move ldc ... [inputs]: ... to here. Add zlib. (htslib-for-sambamba): Remove variable.
2021-01-14gnu: gemma: Enable tests.Efraim Flashner
* gnu/packages/bioinformatics.scm (gemma)[source]: Add snippet to remove bundled sources. [native-inputs]: Add catch-framework2-1, perl, shunit2, which. [arguments]: Don't disable tests. Override 'check phase.
2021-01-14gnu: Add shunit2.Efraim Flashner
* gnu/packages/check.scm (shunit2): New variable.
2021-01-14gnu: gemma: Add Texinfo markup.Efraim Flashner
* gnu/packages/bioinformatics.scm (gemma)[description]: Use Texinfo markup.
2021-01-14gnu: gemma: Update to 0.98.3.Efraim Flashner
* gnu/packages/bioinformatics.scm (gemma): Update to 0.98.3. [source, home-page]: Update to new upstream URI. [inputs]: Remove eigen, gfortran, lapack. [arguments]: Remove make-flags. Remove 'find-eigen phase. Rename 'bin-mkdir phase to 'prepare-build and substitute openblas include directory.
2021-01-14gnu: efi-analyzer: Rename with a hyphen instead of an underscore.Ludovic Courtès
* gnu/packages/efi.scm (efi_analyzer): Rename to... (efi-analyzer): ... this. (efi_analyzer): Redefine as a deprecated alias.
2021-01-14gnu: xfce: Update to 4.16.0.Michael Rohleder
* gnu/packages/xfce.scm (libxfce4util): Update to 4.16.0. (xfconf): Update to 4.16.0. [arguments]: Add phase to disable hanging test. (libxfce4ui): Update to 4.16.0. [inputs]: Remove unneeded gtk+-2. (exo): Update to 4.16.0. [arguments]: Remove wrap-exo-compose-mail phase. [inputs]: Remove unneeded gtk+-2 and perl-uri. (garcon): Update to 0.8.0. [inputs]: Remove unneeded gtk+-2. (tumbler): Update to 4.16.0. (xfce4-panel): Update to 4.16.0. (xfce4-appfinder): Update to 4.16.0. (xfce4-session): Update to 4.16.0. (xfce4-settings): Update to 4.16.0. [inputs]: Add python. (thunar): Update to 4.16.0. (thunar-volman): Update to 4.16.0. (xfwm4): Update to 4.16.0. (xfdesktop): Update to 4.16.0. (xfce4-power-manager): Update to 4.16.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-14gnu: qemu: Fix ioctl(…, SIOCGIFCONF, …) for emulated 64 bit architectures.Stefan
* gnu/packages/virtualization.scm (qemu): Add a snippet to fix a bug in the do_ioctl_ifconf() function of qemu to make ioctl(…, SIOCGIFCONF, …) work for emulated 64 bit architectures. The sizeof(struct ifreq) is 40 for 64 bit and 32 for 32 bit architectures. This structure contains a union of other structures, of which struct ifmap is the biggest for 64 bit architectures. Calling ioctl(…, SIOCGIFCONF, …) fills a struct sockaddr of that union, and do_ioctl_ifconf() only considered that struct sockaddr for the size of the union, which has the same size as struct ifmap on 32 bit architectures. So do_ioctl_ifconf() assumed a wrong size of 32 for struct ifreq instead of the correct size of 40 on 64 bit architectures. The fix makes do_ioctl_ifconf() handle struct ifmap as the biggest part of the union, treating struct ifreq with the correct size. This fixes (@ (guix build syscalls) network-interface-names) when used in emulated 64 bit architectures. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-14gnu: Add lv2-speech-denoiser.Ricardo Wurmus
* gnu/packages/audio.scm (lv2-speech-denoiser): New variable.
2021-01-14gnu: nano: Update to 5.5.Tobias Geerinckx-Rice
* gnu/packages/nano.scm (nano): Update to 5.5.
2021-01-14gnu: lldpd: Update to 1.0.8.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (lldpd): Update to 1.0.8.
2021-01-14gnu: jucipp: Update to 1.6.2.Tobias Geerinckx-Rice
* gnu/packages/text-editors.scm (jucipp): Update to 1.6.2.
2021-01-14gnu: elementary-xfce-icon-theme: Update to 0.15.2.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.15.2.
2021-01-14gnu: lxc: Update to 4.0.6.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (lxc): Update to 4.0.6.
2021-01-14gnu: perl-net-http: Update to 6.20.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-net-http): Update to 6.20.
2021-01-14gnu: diffstat: Update to 1.64.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (diffstat): Update to 1.64.
2021-01-14gnu: xsettingsd: Update to 1.0.2.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (xsettingsd): Update to 1.0.2.
2021-01-14gnu: acpica: Update to 20210105.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (acpica): Update to 20210105.
2021-01-14gnu: system-config-printer: Update to 1.5.15.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.15.
2021-01-14gnu: eolie: Update to 0.9.101.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (eolie): Update to 0.9.101.
2021-01-14gnu: texlive-wasysym: Update synopsis and description.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-wasysym)[synopsis]: Refer to the font by 'wasy', not WASY2. [description]: Likewise. Use code ornaments for the LaTeX package names.
2021-01-14gnu: Add texlive-wasy.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-wasy): New variable.
2021-01-14gnu: Add texlive-helvetic.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-helvetic): New variable.
2021-01-14gnu: Add texlive-courier.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-courier): New variable.
2021-01-14gnu: Add texlive-jknappen.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-jknappen): New variable.
2021-01-14gnu: Add texlive-tipa.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-tipa): New variable.
2021-01-14gnu: Add config.Maxim Cournoyer
* gnu/packages/autotools.scm (config): New variable.
2021-01-14gnu: Add texlive-marvosym.Maxim Cournoyer
* gnu/packages/tex.scm (texlive-marvosym): New variable.
2021-01-14gnu: Add docbook-sgml-3.1.Maxim Cournoyer
* gnu/packages/docbook.scm (docbook-sgml-3.1): New variable.
2021-01-14gnu: Add perl-sgmls.Maxim Cournoyer
* gnu/packages/perl.scm (perl-sgmls): New variable.
2021-01-14gnu: Add docbook-dsssl.Maxim Cournoyer
* gnu/packages/docbook.scm (docbook-dsssl): New variable.
2021-01-14gnu: Add docbook-sgml.Maxim Cournoyer
* gnu/packages/docbook.scm (docbook-sgml): New variable.