summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-23gnu: emacs-alect-themes: Update to 0.10....* gnu/packages/emacs-xyz.scm (emacs-alect-themes): Update to 0.10. Nicolas Goaziou
2021-10-22gnu: Add qtltools....* gnu/packages/bioinformatics.scm (qtltools): New variable. Ricardo Wurmus
2021-10-22gnu: Add gmic-qt-gimp....* gnu/packages/image-processing.scm (gmic-qt-gimp): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Ivan Gankevich
2021-10-22gnu: uBlock Origin: Update to 1.38.6....* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.6. Marius Bakke
2021-10-22gnu: ungoogled-chromium: Update to 95.0.4638.54-1....* gnu/packages/chromium.scm (%chromium-version): Set to 95.0.4638.54. (%ungoogled-revision): Set to 95.0.4638.54. (%ungoogled-origin): Update hash. (ungoogled-chromium)[source]: Likewise. [arguments]: Remove obsolete configure flag. Adjust substitutions for 95. Marius Bakke
2021-10-22gnu: git-remote-gcrypt: Update to 1.4....* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.4. [source]: Use GIT-FILE-NAME helper. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2021-10-22gnu: chibi-scheme: Cross-compile....* gnu/packages/scheme.scm (chibi-scheme)[arguments]: Set CC to CC-FOR-TARGET in #:make-flags rather than hard-coding it to "gcc" as an environment variable. Tobias Geerinckx-Rice
2021-10-22gnu: chibi-scheme: Update to 0.10....* gnu/packages/scheme.scm (chibi-scheme): Update to 0.10. Tobias Geerinckx-Rice
2021-10-22doc: Set LC_ALL when translating xref commands....* doc/local.mk (xref_command): Set LC_ALL. Julien Lepiller
2021-10-22gnu: hamlib: Update to 4.3.1....* gnu/packages/radio.scm (hamlib): Update to 4.3.1. Tobias Geerinckx-Rice
2021-10-22gnu: chirp: Update to 20211016....* gnu/packages/radio.scm (chirp): Update to 20211016. Tobias Geerinckx-Rice
2021-10-21gnu: linux-libre 4.14: Update to 4.14.252....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.252. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2021-10-21gnu: linux-libre 4.19: Update to 4.19.213....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.213. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2021-10-21gnu: linux-libre 5.4: Update to 5.4.155....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.155. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2021-10-21gnu: linux-libre 5.10: Update to 5.10.75....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.75. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2021-10-21gnu: linux-libre: Update to 5.14.14....* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.14. (linux-libre-5.14-pristine-source): Update hash. Leo Famulari
2021-10-22gnu: emacs-packed: Update to 3.0.4....* gnu/packages/emacs-xyz.scm (emacs-packed): Update to 3.0.4. Nicolas Goaziou
2021-10-22gnu: emacs-org-re-reveal: Update to 3.12.3....* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.3. Nicolas Goaziou
2021-10-22gnu: emacs-embark: Update to 0.12....* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.12. Nicolas Goaziou
2021-10-22gnu: emacs-vc-hgcmd: Update to 1.14.1....* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14.1. Nicolas Goaziou
2021-10-22gnu: emacs-map: Update to 1.3.2....* gnu/packages/emacs-xyz.scm (emacs-map): Update to 1.3.2. Nicolas Goaziou
2021-10-22gnu: Add snooze....* gnu/packages/suckless.scm (snooze): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart
2021-10-22guix: packages: Add comment on license field....* guix/packages/packages.scm (<package>): Add comment about the type that the license field expects as part of a package record. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> jgart via Guix-patches via
2021-10-21gnu: boxes: Match over CAR/CDR....* gnu/packages/shellutils.scm (boxes)[arguments]: Import (ice-9 match) and use it to replace the 'install phases's CAR & CDR usage. Tobias Geerinckx-Rice
2021-10-21gnu: boxes: Link to homier home page....* gnu/packages/shellutils.scm (boxes)[home-page]: Link to the front page. Tobias Geerinckx-Rice
2021-10-21gnu: boxes: Update to 2.1.1....* gnu/packages/shellutils.scm (boxes): Update to 2.1.1. [arguments]: Adjust 'install phase. Don't explicitly return #t from phases. [native-inputs]: Add xxd. [inputs]: Add libunistring and pcre2. Tobias Geerinckx-Rice
2021-10-21gnu: Fix ‘this packages’ and some other niggles....* gnu/packages/crates-io.scm (rust-home-0.5)[description]: Fix ‘this packages’ typo. * gnu/packages/emacs-xyz.scm (emacs-ahg, emacs-cwl-mode)[description]: Likewise. * gnu/packages/python-check.scm (python-pytest-csv)[description]: Likewise. * gnu/packages/ocaml.scm (ocaml-syntax-shims)[description]: Likewise, and note which language. * gnu/packages/python-xyz.scm (python-recommonmark)[description]: Likewise, and work around ‘enabling you’. Tobias Geerinckx-Rice
2021-10-21installer: Reorder file system type listbox....Recommending ext4 over btrfs is probably ill-advised nowadays. See the regular bug reports about running out of /gnu/store directory entries, for which the documented fix then breaks booting with GRUB. Instead, just list regular file systems alphabetically. We can bikeshed bcachefs later ;-) Move second-class file systems like NTFS to their own section at the end of the list. * gnu/packages/package-management.scm (run-fs-type-page): Reorder the LISTBOX-ITEMS. Tobias Geerinckx-Rice
2021-10-21gnu: fntsample: Update to 5.4....* gnu/packages/fontutils.scm (fntsample): Update to 5.4. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2021-10-21gnu: fntsample: Update Blocks.txt and use stable URL....* gnu/packages/fontutils.scm (fntsample)[input]: Update unicode-blocks to 14.0.0 and include the version in its URL and name. Tobias Geerinckx-Rice
2021-10-21gnu: criu: Fix PYTHONPATH & switch to Python 3 to build criu-ns....* gnu/packages/virtualization.scm (criu)[arguments]: Set PYTHON in #:make-flags instead of ‘hard-coding’ it later. Replace the forever-broken 'wrap phase with one that doesn't attempt to support ‘--with-input’ for now. [inputs]: Substitute python and python-protobuf for python-2 and python2-protobuf, respectively, and remove python2-ipaddr. Tobias Geerinckx-Rice
2021-10-21gnu: criu: Update to 3.16.1....* gnu/packages/virtualization.scm (criu): Update to 3.16.1. Tobias Geerinckx-Rice
2021-10-21gnu: criu: Delete custom 'configure phase....* gnu/packages/virtualization.scm (criu)[arguments]: Delete 'configure phase. Tobias Geerinckx-Rice
2021-10-21gnu: criu: Build from Git sources....This in preparation for 3.16.1 which lacks a stable tarball. * gnu/packages/virtualization.scm (criu)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2021-10-21gnu: Add gdc-client....* gnu/packages/bioinformatics.scm (gdc-client): New variable. Ricardo Wurmus
2021-10-21gnu: Add r-shaman....* gnu/packages/bioinformatics.scm (r-shaman): New variable. Ricardo Wurmus
2021-10-21gnu: Add r-misha....* gnu/packages/bioinformatics.scm (r-misha): New variable. Ricardo Wurmus
2021-10-21gnu: Add ciri-long....* gnu/packages/bioinformatics.scm (ciri-long): New variable. Ricardo Wurmus
2021-10-21gnu: python-biopython: Update to 1.76....* gnu/packages/bioinformatics.scm (python-biopython): Update to 1.76. (python-biopython-1.73): New variable. (instrain)[inputs]: Replace python-biopython with python-biopython-1.73. Ricardo Wurmus
2021-10-21gnu: python-levenshtein: Update to 0.12.2....* gnu/packages/python-xyz.scm (python-levenshtein): Update to 0.12.2. Ricardo Wurmus
2021-10-21gnu: instrain: Update to 1.5.4....* gnu/packages/bioinformatics.scm (instrain): Update to 1.5.4. Ricardo Wurmus
2021-10-21gnu: Add python-bwapy....* gnu/packages/bioinformatics.scm (python-bwapy): New variable. Ricardo Wurmus
2021-10-21gnu: Add python-pyspoa....* gnu/packages/bioinformatics.scm (python-pyspoa): New variable. Ricardo Wurmus
2021-10-21gnu: Add r-fcscan....* gnu/packages/bioconductor.scm (r-fcscan): New variable. Ricardo Wurmus
2021-10-21gnu: Add cl-redis....* gnu/packages/lisp-xyz.scm (cl-redis, sbcl-redis, ecl-redis): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Charles
2021-10-21gnu: Add cl-should-test....* gnu/packages/lisp-check.scm (cl-should-test, ecl-should-test, sbcl-should-test): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Charles Jackson
2021-10-21gnu: Add cl-rutils....* gnu/packages/lisp-xyz.scm (cl-rutils, sbcl-rutils, ecl-rutils): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Charles
2021-10-21gnu: dfu-util: Update to 0.11....* gnu/packages/flashing-tools.scm (dfu-util): Update to 0.11. Tobias Geerinckx-Rice
2021-10-21gnu: eid-mw: Update to 5.0.28....* gnu/packages/security-token.scm (eid-mw): Update to 5.0.28. [arguments]: Remove unused 'make-reproducible phase. Tobias Geerinckx-Rice
2021-10-21gnu: flamp: Update to 2.2.07....* gnu/packages/radio.scm (flamp): Update to 2.2.07. Tobias Geerinckx-Rice