aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2020-04-20 22:03:15 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2020-05-05 13:20:42 +0200
commit5415f9d2a0cbd8b892ce4560b5bd47d23b4d6dbc (patch)
tree31eee0e3d450b36f5ecc08d9202e6ac9fbc054a3 /gnu.scm
parent25078818e93c8b2bad1654953f36e539835eef16 (diff)
downloadguix-5415f9d2a0cbd8b892ce4560b5bd47d23b4d6dbc.tar.gz
guix-5415f9d2a0cbd8b892ce4560b5bd47d23b4d6dbc.zip
gnu: Add rust-want-0.2.
* gnu/packages/crates-io.scm (rust-want-0.2): New variable.
Diffstat (limited to 'gnu.scm')
0 files changed, 0 insertions, 0 deletions
pan>Vagrant Cascadian 2018-08-28gnu: seabios: Update source URI....* gnu/packages/firmware.scm (seabios)[source](uri): Download from seabios.org. Marius Bakke 2018-06-11gnu: Add ovmf-arm....* gnu/packages/firmware.scm (ovmf-arm): New variable. Efraim Flashner 2018-06-11gnu: Add ovmf-aarch64....* gnu/packages/firmware.scm (ovmf-aarch64): New variable. Efraim Flashner 2018-06-07gnu: seabios: Return #t from all phases....* gnu/packages/firmware.scm (seabios)[arguments]: Return #t from the ‘install’ phase. Tobias Geerinckx-Rice 2018-06-07gnu: ovmf: Simplify build....* gnu/packages/firmware.scm (ovmf)[arguments]: Change custom 'build-ia32 phase to replace 'build. Remove unneeded substitutions in 'configure, 'build and 'build-x64. Shorten 'build and 'build-x64 phases. Efraim Flashner 2018-05-29system: Add u-boot-puma-rk3399....* gnu/packages/bootloaders.scm (u-boot-puma-rk3399): New variable. (make-u-boot-package)[arguments]: Add '.rksd' files to the files installed during custom 'install phase. * gnu/bootloader/u-boot.scm (u-boot-puma-rk3399-bootloader): New exported variable. * gnu/system/install.scm (rk3399-puma-installation-os): New exported variable. * gnu/packages/firmware.scm (arm-trusted-firmware-puma-rk3399): New variable. (rk3399-cortex-m0): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Vagrant Cascadian