aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2020-04-19 23:39:43 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2020-05-05 13:20:39 +0200
commit92c4b7c0fd74b4e71ad70bd94211e4dba35a012f (patch)
treefe7b99371f2222a1a7b69a57ed709ab7c6a9bc53 /gnu/packages/glib.scm
parent4af563b90ffbceb8d8ef2d12a442bbd58af09ec8 (diff)
downloadguix-92c4b7c0fd74b4e71ad70bd94211e4dba35a012f.tar.gz
guix-92c4b7c0fd74b4e71ad70bd94211e4dba35a012f.zip
gnu: Add rust-tokio-macros-0.2.
* gnu/packages/crates-io.scm (rust-tokio-macros-0.2): New variable.
Diffstat (limited to 'gnu/packages/glib.scm')
0 files changed, 0 insertions, 0 deletions
title='2020-02-12 11:09:11 +0100'>2020-02-12system: locale: Remove canonical-package call....This is a follow-up of dfc8ccbf5da96a67eb1cade499f0def21e7fdb02. Building locales using the same glibc as the one programs are linked against is enough. * gnu/system/locale.scm (%default-locale-libcs): Use the plain glibc package. Mathieu Othacehe 2020-02-11system: Stop using canonical-package....Usage of canonical-package outside of thunked fields breaks cross-compilation, see: https://lists.gnu.org/archive/html/guix-devel/2019-12/msg00410.html. * gnu/installer.scm (installer-program): Remove canonical-package. * gnu/services/base.scm (<nscd-cache>): Ditto, (%base-services): ditto. * gnu/services/xorg.scm: Remove useless canonical-package import. * gnu/system.scm (%base-packages): Remove canonical-package. * gnu/system/install.scm (%installation-services): Ditto, (installation-os): ditto. * gnu/system/locale.scm (single-locale-directory): Ditto. Mathieu Othacehe