summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: emacs-alect-themes: Update to 0.10.Nicolas Goaziou2021-10-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-alect-themes): Update to 0.10.
* gnu: Add qtltools.Ricardo Wurmus2021-10-22
| | | | * gnu/packages/bioinformatics.scm (qtltools): New variable.
* gnu: Add gmic-qt-gimp.Ivan Gankevich2021-10-22
| | | | | | * gnu/packages/image-processing.scm (gmic-qt-gimp): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: uBlock Origin: Update to 1.38.6.Marius Bakke2021-10-22
| | | | * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.6.
* gnu: ungoogled-chromium: Update to 95.0.4638.54-1.Marius Bakke2021-10-22
| | | | | | | | * 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.
* gnu: git-remote-gcrypt: Update to 1.4.Tobias Geerinckx-Rice2021-10-22
| | | | | | * 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.
* gnu: chibi-scheme: Cross-compile.Tobias Geerinckx-Rice2021-10-22
| | | | | | * 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.
* gnu: chibi-scheme: Update to 0.10.Tobias Geerinckx-Rice2021-10-22
| | | | * gnu/packages/scheme.scm (chibi-scheme): Update to 0.10.
* gnu: hamlib: Update to 4.3.1.Tobias Geerinckx-Rice2021-10-22
| | | | * gnu/packages/radio.scm (hamlib): Update to 4.3.1.
* gnu: chirp: Update to 20211016.Tobias Geerinckx-Rice2021-10-22
| | | | * gnu/packages/radio.scm (chirp): Update to 20211016.
* gnu: linux-libre 4.14: Update to 4.14.252.Leo Famulari2021-10-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.252. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.213.Leo Famulari2021-10-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.213. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.155.Leo Famulari2021-10-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.155. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.75.Leo Famulari2021-10-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.75. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.14.14.Leo Famulari2021-10-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.14. (linux-libre-5.14-pristine-source): Update hash.
* gnu: emacs-packed: Update to 3.0.4.Nicolas Goaziou2021-10-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-packed): Update to 3.0.4.
* gnu: emacs-org-re-reveal: Update to 3.12.3.Nicolas Goaziou2021-10-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.3.
* gnu: emacs-embark: Update to 0.12.Nicolas Goaziou2021-10-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.12.
* gnu: emacs-vc-hgcmd: Update to 1.14.1.Nicolas Goaziou2021-10-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14.1.
* gnu: emacs-map: Update to 1.3.2.Nicolas Goaziou2021-10-22
| | | | * gnu/packages/emacs-xyz.scm (emacs-map): Update to 1.3.2.
* gnu: Add snooze.jgart2021-10-22
| | | | | | * gnu/packages/suckless.scm (snooze): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: boxes: Match over CAR/CDR.Tobias Geerinckx-Rice2021-10-21
| | | | | * gnu/packages/shellutils.scm (boxes)[arguments]: Import (ice-9 match) and use it to replace the 'install phases's CAR & CDR usage.
* gnu: boxes: Link to homier home page.Tobias Geerinckx-Rice2021-10-21
| | | | * gnu/packages/shellutils.scm (boxes)[home-page]: Link to the front page.
* gnu: boxes: Update to 2.1.1.Tobias Geerinckx-Rice2021-10-21
| | | | | | | | * 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.
* gnu: Fix ‘this packages’ and some other niggles.Tobias Geerinckx-Rice2021-10-21
| | | | | | | | | | | | | * 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’.
* installer: Reorder file system type listbox.Tobias Geerinckx-Rice2021-10-21
| | | | | | | | | | | | | | | 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.
* gnu: fntsample: Update to 5.4.Tobias Geerinckx-Rice2021-10-21
| | | | | * gnu/packages/fontutils.scm (fntsample): Update to 5.4. [arguments]: Don't explicitly return #t from phases.
* gnu: fntsample: Update Blocks.txt and use stable URL.Tobias Geerinckx-Rice2021-10-21
| | | | | * gnu/packages/fontutils.scm (fntsample)[input]: Update unicode-blocks to 14.0.0 and include the version in its URL and name.
* gnu: criu: Fix PYTHONPATH & switch to Python 3 to build criu-ns.Tobias Geerinckx-Rice2021-10-21
| | | | | | | | | * 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.
* gnu: criu: Update to 3.16.1.Tobias Geerinckx-Rice2021-10-21
| | | | * gnu/packages/virtualization.scm (criu): Update to 3.16.1.
* gnu: criu: Delete custom 'configure phase.Tobias Geerinckx-Rice2021-10-21
| | | | | * gnu/packages/virtualization.scm (criu)[arguments]: Delete 'configure phase.
* gnu: criu: Build from Git sources.Tobias Geerinckx-Rice2021-10-21
| | | | | | | 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.
* gnu: Add gdc-client.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/bioinformatics.scm (gdc-client): New variable.
* gnu: Add r-shaman.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/bioinformatics.scm (r-shaman): New variable.
* gnu: Add r-misha.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/bioinformatics.scm (r-misha): New variable.
* gnu: Add ciri-long.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/bioinformatics.scm (ciri-long): New variable.
* gnu: python-biopython: Update to 1.76.Ricardo Wurmus2021-10-21
| | | | | | * 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.
* gnu: python-levenshtein: Update to 0.12.2.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/python-xyz.scm (python-levenshtein): Update to 0.12.2.
* gnu: instrain: Update to 1.5.4.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/bioinformatics.scm (instrain): Update to 1.5.4.
* gnu: Add python-bwapy.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/bioinformatics.scm (python-bwapy): New variable.
* gnu: Add python-pyspoa.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/bioinformatics.scm (python-pyspoa): New variable.
* gnu: Add r-fcscan.Ricardo Wurmus2021-10-21
| | | | * gnu/packages/bioconductor.scm (r-fcscan): New variable.
* gnu: Add cl-redis.Charles2021-10-21
| | | | | | * gnu/packages/lisp-xyz.scm (cl-redis, sbcl-redis, ecl-redis): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-should-test.Charles Jackson2021-10-21
| | | | | | | * 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>
* gnu: Add cl-rutils.Charles2021-10-21
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-rutils, sbcl-rutils, ecl-rutils): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: dfu-util: Update to 0.11.Tobias Geerinckx-Rice2021-10-21
| | | | * gnu/packages/flashing-tools.scm (dfu-util): Update to 0.11.
* gnu: eid-mw: Update to 5.0.28.Tobias Geerinckx-Rice2021-10-21
| | | | | * gnu/packages/security-token.scm (eid-mw): Update to 5.0.28. [arguments]: Remove unused 'make-reproducible phase.
* gnu: flamp: Update to 2.2.07.Tobias Geerinckx-Rice2021-10-21
| | | | * gnu/packages/radio.scm (flamp): Update to 2.2.07.
* gnu: font-gnu-unifont: Cross-compile binaries.Tobias Geerinckx-Rice2021-10-21
| | | | | | | * gnu/packages/fonts.scm (font-gnu-unifont)[arguments]: Set CC to CC-FOR-TARGET in #:make-flags, where it has an effect. Remove it from the environment, where it did not. Respect #:make-flags during installation.
* gnu: font-gnu-unifont: Update to 14.0.01.Tobias Geerinckx-Rice2021-10-21
| | | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 14.0.01. [arguments]: Don't explicitly return #t from phases.