summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-29gnu: scotch: Update to 6.1.1....* gnu/packages/maths.scm (scotch): Update to 6.1.1. [native-inputs]: Add GFORTRAN. [arguments]: Set 'FC' in 'Makefile.in'. (scotch32)[arguments]: Likewise. (scotch-shared)[arguments]: Likewise. Ludovic Courtès
2021-06-29gnu: Add r-cistopic-next....* gnu/packages/bioconductor.scm (r-cistopic-next): New variable. Ricardo Wurmus
2021-06-29gnu: Add r-text2vec....* gnu/packages/cran.scm (r-text2vec): New variable. Ricardo Wurmus
2021-06-29gnu: Add r-rsparse....* gnu/packages/cran.scm (r-rsparse): New variable. Ricardo Wurmus
2021-06-29gnu: Add r-float....* gnu/packages/cran.scm (r-float): New variable. Ricardo Wurmus
2021-06-29gnu: Add r-mlapi....* gnu/packages/cran.scm (r-mlapi): New variable. Ricardo Wurmus
2021-06-29gnu: Add pcl....* gnu/packages/c.scm (pcl): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> David Dashyan
2021-06-29gnu: hunspell-dictionary: Update to 7.1.4.2....* gnu/packages/hunspell.scm (hunspell-dict-it-it): Update to 7.1.4.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Giacomo Leidi
2021-06-29Really revert commit a8b705252bdcb642999258859ada1c2f43706092....I give up. Tobias Geerinckx-Rice
2021-06-29gnu: egl-wayland: Update to 1.1.7....* gnu/packages/graphics.scm (egl-wayland): Update to 1.1.7. Tobias Geerinckx-Rice
2021-06-29gnu: remind: Update to 3.3.7....* gnu/packages/calendar.scm (remind): Update to 3.3.7. Tobias Geerinckx-Rice
2021-06-29gnu: libavif: Update to 0.9.2....* gnu/packages/image.scm (libavif): Update to 0.9.2. Tobias Geerinckx-Rice
2021-06-29gnu: erofs-utils: Edit description....* gnu/packages/linux.scm (erofs-utils)[synopsis]: Add missing article. [description]: Mark up. Tobias Geerinckx-Rice
2021-06-29gnu: erofs-utils: Update to 1.3....* gnu/packages/linux.scm (erofs-utils): Update to 1.3. Tobias Geerinckx-Rice
2021-06-29gnu: powerstat: Update to 0.02.26....* gnu/packages/linux.scm (powerstat): Update to 0.02.26. [arguments]: Remove obsolete 'respect-$prefix phase. Tobias Geerinckx-Rice
2021-06-29gnu: man-pages: Update to 5.12....* gnu/packages/man.scm (man-pages): Update to 5.12. [arguments]: Follow switch to standard ‘mandir’ over ‘MANDIR’. \o/ Tobias Geerinckx-Rice
2021-06-29gnu: photoflare: Update to 1.6.9....* gnu/packages/photo.scm (photoflare): Update to 1.6.9. Tobias Geerinckx-Rice
2021-06-29gnu: cgal: Remove duplicate licence directory....* gnu/packages/graphics.scm (cgal)[arguments]: Set CGAL_INSTALL_DOC_DIR to match Guix's own default in #:configure-flags. Tobias Geerinckx-Rice
2021-06-29gnu: cgal: Update to 5.2.2....* gnu/packages/graphics.scm (cgal): Update to 5.2.2. Tobias Geerinckx-Rice
2021-06-29gnu: gnuradio: Update to 3.9.2.0....* gnu/packages/radio.scm (gnuradio): Update to 3.9.2.0. Tobias Geerinckx-Rice
2021-06-29gnu: gnuradio: Build from Git sources....* gnu/packages/radio.scm (gnuradio)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add a new 'make-source-writable phase. Tobias Geerinckx-Rice
2021-06-29Revert parts of "gnu: Add i7z."...This reverts parts of commit a8b705252bdcb642999258859ada1c2f43706092, because it's apparently revert things day, and also I'm an idiot Tobias Geerinckx-Rice
2021-06-29gnu: libass: Update to 0.15.1....* gnu/packages/video.scm (libass): Update to 0.15.1. Tobias Geerinckx-Rice
2021-06-29gnu: editorconfig-core-c: Update to 0.12.5....* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.5. Tobias Geerinckx-Rice
2021-06-29gnu: librem-ec-acpi-linux-module: Fix licence....* gnu/packages/linux.scm (librem-ec-acpi-linux-module)[license]: Remove plus. Tobias Geerinckx-Rice
2021-06-29gnu: Add i7z....* gnu/packages/hardware.scm (i7z): New public variable. Tobias Geerinckx-Rice
2021-06-29Revert "guix build: Autoload (gnu packages)."...This reverts commit fd62b4cf88578ebd8f42ccda94831a254425a329, which would lead 'GUIX_PACKAGE_PATH' to be ignored for instance when using 'guix build -f file.scm', as shown by 'tests/guix-build.sh'. Ludovic Courtès
2021-06-29guix build: Autoload (gnu packages)....* guix/scripts/build.scm: Autoload (gnu packages). Ludovic Courtès
2021-06-29pull: Use SRFI-71 instead of SRFI-11....* guix/scripts/pull.scm (display-new/upgraded-packages): Use SRFI-71 'let'. Ludovic Courtès
2021-06-29pull: Autoload (gnu ...) modules....This reduces startup time for 'guix pull --help' and similar. * guix/scripts/pull.scm: Autoload (gnu ...) modules. Ludovic Courtès
2021-06-29ui: Have 'guix help' stat less....This reduces the number of syscalls for: env -i $(type -P strace) -c $(type -P guix) help from 4.3K to 2.2K, thereby reducing startup time. Reported by Julien Lepiller. * guix/ui.scm (run-guix-command): Move %FILE-PORT-NAME-CANONICALIZATION to... (run-guix): ... here. Ludovic Courtès
2021-06-29(guix) no longer pulls in (guix ftp-client)....That choice was made in 2014 and never made much sense. * guix.scm (%public-modules): Remove 'ftp-client'. Ludovic Courtès
2021-06-29gnu: scotch: Add 'release-monitoring-url' property....* gnu/packages/maths.scm (scotch)[properties]: New field. Ludovic Courtès
2021-06-28Revert "gnu: Add ytfzf."...This reverts commit 3fdb2d679259f5d1541240dd4e9cedda17040bf2, as it was accidentally pushed. Raghav Gururajan
2021-06-28Revert "gnu: Add python-ueberzug."...This reverts commit 1cc89f08b816f56e1bca25340e945b1cbb34f05d, as it was accidentally pushed. Raghav Gururajan
2021-06-28gnu: python-fire: Respect #:tests?...* gnu/packages/python-xyz.scm (python-fire)[arguments]: Respect #:tests? in the custom 'check' phase. Raghav Gururajan
2021-06-28gnu: Add ytfzf....* gnu/packages/image-viewers.scm (ytfzf): New variable. Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Co-authored-by: jgart <jgart@dismail.de> LibreMiami
2021-06-28gnu: Add python-ueberzug....* gnu/packages/python-xyz.scm (python-ueberzug): New variable. Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name> Co-authored-by: jgart <jgart@dismail.de> LibreMiami
2021-06-28guix: Delete duplicates from emacs-load-path....It has been reported in IRC, that directories may show up multiple times in subdirs.el, probably a result of propagation. This can for instance be seen by ‘guix environment --ad-hoc emacs emacs-guix’, which will generate multiple references to dash. With this patch only one reference per package is generated. * guix/profiles.scm (emacs-subdirs): wrap subdirs added to ‘normal-top-level-add-to-load-path’ in ‘delete-duplictes’. Leo Prikler
2021-06-28gnu: Add go-1.16....Add go@1.16 as a non-default go. Changes from 1.14: Use now-supported GO_LDSO configuration option for setting the interpreter. Bootstrap with gccgo on platforms which do not support go-1.4. Fix and re-enable cmd/go script tests. Fix typo in cgoldflags patch. Break out tests into "check" phase. Remove references to perl to reduce closure size by ~10%. Set GOCACHE so go doesn't attempt to access $HOME. * gnu/packages/patches/go-fix-script-tests.patch: New file. * local.mk (dist_patch_DATA): Register it. * gnu/packages/golang.scm (go-1.16): New variable. Use the patch. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sarah Morgensen
2021-06-28gnu: Add gccgo-10....Generate gccgo with MAKE-GCCGO to factorize phases, and to fix the cyclic dependency between out and lib (caused by libgo embedding the gotools path) that was worked around in <https://issues.guix.gnu.org/18101>. * gnu/packages/gcc.scm (custom-gcc-gccgo): New procedure. (make-gccgo): New procedure. (gccgo-10): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sarah Morgensen
2021-06-28gnu: Add oneko....* gnu/packages/toys.scm (oneko): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Timotej Lazar
2021-06-28gnu: r-cistopic: Update to 2.1.0....* gnu/packages/bioconductor.scm (r-cistopic): Update to 2.1.0. Ricardo Wurmus
2021-06-28gnu: Add librem-ec-acpi-linux-module....* gnu/packages/linux.scm (librem-ec-acpi-linux-module): New public variable. Tobias Geerinckx-Rice
2021-06-28gnu: srain: Update to 1.2.3....* gnu/packages/irc.scm (srain): Update to 1.2.3. Tobias Geerinckx-Rice
2021-06-28gnu: totem-pl-parser: Update to 3.26.6....* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.6. Tobias Geerinckx-Rice
2021-06-28gnu: upower: Update to 0.99.12....* gnu/packages/gnome.scm (upower): Update to 0.99.12. Tobias Geerinckx-Rice
2021-06-28gnu: libgudev: Update to 236....* gnu/packages/gnome.scm (libgudev): Update to 236. [build-system]: Use Meson. [arguments]: Drop obsolete #:configure-flags. [propagated-inputs]: Add eudev. Tobias Geerinckx-Rice
2021-06-28gnu: upower: Build from Git sources....* gnu/packages/gnome.scm (upower)[source]: Use GIT-FETCH and GIT-FILE-NAME. Adjust snippet. [native-inputs]: Add autoconf, automake, gtk-doc, libtool, and which. * gnu/packages/patches/upower-builddir.patch: Adjust to Makefile.am. Tobias Geerinckx-Rice
2021-06-28gnu: gnome-autoar: Update to 0.3.3....* gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.3. Tobias Geerinckx-Rice