summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: taglib: 'taglib-config --libs' shows -L flag for zlib.Ludovic Courtès2020-09-08
| | | | | | Fixes compilation of emacs-emms-print-metadata. * gnu/packages/mp3.scm (taglib)[arguments]: Add #:phases.
* gnu: Add rust-cbindgen@0.14.1.Mark H Weaver2020-09-07
| | | | * gnu/packages/rust-apps.scm (rust-cbindgen-0.14): New variable.
* gnu: notmuch: Update to 0.31.Mark H Weaver2020-09-07
| | | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.31. [source]: Remove the workarounds that were temporarily needed to cope with the tilde ("~") in the upstream "~rc" version number.
* gnu: htop: Update to 3.0.1.Tobias Geerinckx-Rice2020-09-07
| | | | * gnu/packages/admin.scm (htop): Update to 3.0.1.
* gnu: emacs-org: Update to 9.3.7.Tobias Geerinckx-Rice2020-09-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.7.
* gnu: freeipmi: Update to 1.6.6.Tobias Geerinckx-Rice2020-09-07
| | | | * gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.6.
* tests: nfs: Improve "nfs-root-fs".Danny Milosavljevic2020-09-07
| | | | | | Follow-up to a1a39ed5a46044161a71cbe6931c7e3006a82ecb. * gnu/tests/nfs.scm (run-nfs-root-fs-test): Improve tests.
* tests: Add "nfs-root-fs" system test.Stefan2020-09-07
| | | | | | | * gnu/tests/nfs.scm (run-nfs-root-fs-test): New procedure. (%test-nfs-root-fs): New variable. Export it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add texlive-biblatex.Paul Garlick2020-09-07
| | | | * gnu/packages/tex.scm (texlive-biblatex): New variable.
* gnu: coq: fix coqide not finding coqidetop.optraingloom2020-09-07
| | | | | | | * gnu/packages/coq.scm (coq) [arguments]: Turn duplicates into symlinks instead of deleting them in remove-duplicate. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add nbd.Danny Milosavljevic2020-09-07
| | | | * gnu/packages/networking.scm (nbd): New variable.
* gnu: k3b: Add missing input.Andreas Enge2020-09-07
| | | | | * gnu/packages/kde-multimedia.scm (inputs): Add zlib. Remove FIXME for library that is referenced by the final package.
* linux-boot: Handle nfs-root device strings.Stefan2020-09-07
| | | | | | | | | | | | | * gnu/build/linux-boot.scm (device-string->file-system-device): Support nfs-root "device" strings. * gnu/build/file-systems.scm (canonicalize-device-spec): Support nfs-root "device" strings. * gnu/machine/ssh.scm (machine-check-file-system-availability): Avoid checking of NFS file systems. * gnu/system.scm (read-boot-parameters, device-sexp->device): Support nfs-root "device" strings. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: nomad: Update to 0.2.0-alpha-100-g6a565d3.Mike Rosset2020-09-07
| | | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha-100-g6a565d3. [source]: Use permanent redirect for source url. [native-inputs]: Add gnu-gettext. [inputs]: Add gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly. [propagated-inputs]: Move to inputs gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly. Removed gsettings-desktop-scheme. [arguments]: Set GST_PLUGINS_PATH, NOMAD_WEB_EXTENSION_DIR and GI_TYPELIB_PATH variables in 'wrap-binaries phase. [native-search-paths]: Remove it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add Rust 1.46.Jakub Kądziołka2020-09-07
| | | | * gnu/packages/rust.scm (rust-1.46): New variable.
* gnu: guix-data-service: Update to c596a1c.Christopher Baines2020-09-07
| | | | | * gnu/packages/web.scm (guix-data-service): Update to c596a1c. [inputs]: Add guile-prometheus.
* gnu: Add python-httpx.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-web.scm (python-httpx): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-httpcore.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-web.scm (python-httpcore): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-trio-typing.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-xyz.scm (python-trio-typing): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-autoflake.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-xyz.scm (python-autoflake): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-flake8-pie.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-xyz.scm (python-flake8-pie): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-uvicorn.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-web.scm (python-uvicorn): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-watchgod.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-xyz.scm (python-watchgod): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-pytest-toolbox.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-check.scm (python-pytest-toolbox): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-uvloop.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-web.scm (python-uvloop): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-httptools.Vinicius Monego2020-09-07
| | | | | | * gnu/packages/python-web.scm (python-httptools): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: gnuastro: Update to 0.13.Efraim Flashner2020-09-07
| | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.13.
* gnu: guile-pfds: When using Guile 3, compile as a r6rs library.Martin Becze2020-09-07
| | | | | | | | | | | This allow the package to be resused by r6rs compliant scheme implementations that expect *.sls files. * gnu/packages/guile-xyz.scm (guile2.2-pfds): Rename *.sls files to *.scm since Guile 2 does not support the sls extension. (guile-pfds): Removed the renaming of files to *.sls to *.scm. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: g-golf: Update to 0.1.0-822.84e894e.Mike Rosset2020-09-07
| | | | | | | | | | * gnu/packages/guile-xyz.scm (g-golf): Update to 0.1.0-822.84e894e. This also fixes the version to the correct one which is 0.1.0. Technically g-golf does not actually have a release yet. The author of g-golf confirmed versions will start at 0.1.0 as autotools currently has that version. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacsy-minimal: Update to v0.4.1-31-g415d96f.Mike Rosset2020-09-07
| | | | | | | | | Emacsy now includes trivial fixes for 'end-of-line to be on par with Emacs 'end-of-line. * gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-31-g415d96f. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: coq-equations: Update 1.2.1-8.10-2.Robin Green2020-09-07
| | | | | | * gnu/packages/coq.scm (coq-equations): Update to 1.2.1-8.10-2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: libsass: Update to 3.6.4.Michael Rohleder2020-09-07
| | | | | | * gnu/packages/web.scm (libsass): Update to 3.6.4. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: xournalpp: Fix path to addr2line binary.Lars-Dominik Braun2020-09-07
| | | | | | | * gnu/packages/pdf.scm (xournalpp)[arguments]: Add phase substituting path of addr2line utility. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: libhandy: Update to 0.91.0.Leo Prikler2020-09-07
| | | | | | * gnu/packages/gnome.scm (libhandy): Update to 0.91.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: xtl: Update to 0.6.18.Tobias Geerinckx-Rice2020-09-07
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.18.
* gnu: simple-scan: Update to 3.36.6.Tobias Geerinckx-Rice2020-09-07
| | | | * gnu/packages/gnome.scm (simple-scan): Update to 3.36.6.
* gnu: Add node@10.22.Pierre Langlois2020-09-06
| | | | * gnu/packages/node.scm (node-10.22): New variable.
* gnu: node: Downgrade to 10.20.0.Pierre Langlois2020-09-06
| | | | | | | Fixes <https://issues.guix.gnu.org/43228>. * gnu/packages/node.scm (node): Downgrade to 10.22.0. [inputs]: Downgrade nghttp2 to 1.40.
* gnu: Add ebusd.Danny Milosavljevic2020-09-07
| | | | * gnu/packages/embedded.scm (ebusd): New variable.
* bootloader: Use "define" instead of "define*" for all records.Stefan2020-09-07
| | | | | | | | * gnu/bootloader/grub.scm (grub-minimal-bootloader): Use "define". (grub-efi-bootloader): Use "define". (grub-mkrescue-bootloader): Use "define". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: linux-libre: Enforce the use of the correct deblobbing scripts.Leo Famulari2020-09-06
| | | | | | * gnu/packages/linux.scm (deblob-scripts-5.8, deblob-scripts-5.4, deblob-scripts-4.19, deblob-scripts-4.14, deblob-scripts-4.9, deblob-scripts-4.4): Use the respective LINUX-LIBRE-X.Y-VERSION variables.
* gnu: Do not truncate the version of the linux-libre deblobbing script file ↵Leo Famulari2020-09-06
| | | | | | | names. * gnu/packages/linux.scm (linux-libre-deblob-scripts): Use VERSION instead of VERSION-MAJOR+MINOR.
* gnu: linux-libre: Update to 5.8.7.Mark H Weaver2020-09-06
| | | | | | * gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.7. (linux-libre-5.8-pristine-source): Update hash. (deblob-scripts-5.8): Update to 5.8.7.
* gnu: linux-libre@5.4: Update to 5.4.63.Mark H Weaver2020-09-06
| | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.63. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update to 5.4.63.
* gnu: Add guile-prometheus.Christopher Baines2020-09-06
| | | | * gnu/packages/guile-xyz.scm (guile-prometheus): New variable.
* gnu: browserpass-native: Update to 3.0.7.Alex Griffin2020-09-06
| | | | * gnu/packages/password-utils.scm (browserpass-native): Update to 3.0.7.
* gnu: go-github-com-mattn-go-zglob: Update to 0.0.3.Alex Griffin2020-09-06
| | | | * gnu/packages/golang.scm (go-github-com-mattn-go-zglob): Update to 0.0.3.
* gnu: kmonad: Update to 0.4.0.Alex Griffin2020-09-06
| | | | | | * gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.0. [arguments]: Update doc dir for new repo layout. [inputs]: Add new dependencies.
* gnu: pagekite: Update to 1.5.2.200725.Alex Griffin2020-09-06
| | | | * gnu/packages/networking.scm (pagekite): Update to 1.5.2.200725.
* bootloader: Add comment about grub configuration files.Stefan2020-09-06
| | | | | | * gnu/bootloader/grub.scm: Add comment about grub configuration files. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>