aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lolcode.scm
diff options
context:
space:
mode:
authorGiacomo Leidi <goodoldpaul@autistici.org>2020-12-04 20:15:45 +0100
committerTimothy Sample <samplet@ngyro.com>2020-12-06 21:35:41 -0500
commit0c86b24c41e63e852b8cab4d5b6b643fa76ad870 (patch)
tree16f45154dfd5cdb7ba60822041e91d4430e638e7 /gnu/packages/lolcode.scm
parent897f47bc6abb88820244fb23ceba75bb9f7c705d (diff)
downloadguix-0c86b24c41e63e852b8cab4d5b6b643fa76ad870.tar.gz
guix-0c86b24c41e63e852b8cab4d5b6b643fa76ad870.zip
gnu: Add hledger-web.
* gnu/packages/finance.scm (hledger-web): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
Diffstat (limited to 'gnu/packages/lolcode.scm')
0 files changed, 0 insertions, 0 deletions
bootloaders.scm (grub)[arguments]: Add custom phase to set BUILD_FREETYPE_* flags. [native-inputs]: Add freetype. Efraim Flashner 2020-11-16gnu: grub: Don't run tests when cross compiling....* gnu/packages/bootloaders.scm (grub)[arguments]: Skip tests when cross-compiling. Efraim Flashner 2020-11-16gnu: dtc: Cross compile....* gnu/packages/bootloaders.scm (dtc)[arguments]: Use cc-for-target in make-flags. Add custom phase to use correct pkg-config for target. Efraim Flashner 2020-11-08gnu: grub: Only do code substitution when input is available....* gnu/packages/bootloaders.scm (grub)[arguments]: In custom 'patch-stuff phase only substitute the absolute location of the mdadm binary when it is an input. Efraim Flashner 2020-10-24gnu: u-boot-tools: Update tests....* gnu/packages/bootloaders (u-boot-tools): Call tcheck target instead of all tests. Drop adjustment to test coverage percentage. Update substitution of python coverage binary. Re-enable coverage tests of dtoc and fdt. Disable additional configuration options that require OpenSSL. Vagrant Cascadian 2020-10-24gnu: u-boot: Update to 2020.10....* gnu/packages/bootloaders (u-boot): Update to 2020.10. * gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch: Refresh patch. Vagrant Cascadian 2020-10-23Revert "gnu: u-boot: Update to 2020.10."...This reverts commit fe6067fc248673d6509b557ff010778f7762382f. This commit broke u-boot-tools. Maxim Cournoyer 2020-10-18gnu: u-boot: Update to 2020.10....* gnu/packages/bootloaders (u-boot): Update to 2020.10. * gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch: Refresh patch. Vagrant Cascadian 2020-09-19gnu: u-boot: Reomve sdl2 dependency on non-GUI builds....* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Remove sdl2. (u-boot-tools)[native-inputs]: Add sdl2. Danny Milosavljevic 2020-07-09gnu: u-boot: Update to 2020.07....* gnu/packages/bootloaders (u-boot): Update to 2020.07. (u-boot-pinebook-pro-rk3399): Remove patches. * gnu/packages/patches: u-boot-DT-for-Pinebook-Pro.patch, u-boot-add-boe-nv140fhmn49-display.patch, u-boot-gpio-keys-binding-cons.patch, u-boot-leds-common-binding-con.patch, u-boot-support-Pinebook-Pro-laptop.patch, u-boot-video-rockchip-fix-build.patch: Remove patches. u-boot-riscv64-fix-extlinux.patch: Refresh patch. * gnu/local.mk (dist_patch_DATA): Update accordingly. Vagrant Cascadian 2020-06-25gnu: grub: Cross-build fix for system i686-linux....* gnu/packages/patches/grub-cross-system-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (grub): Use it. Jan (janneke) Nieuwenhuizen 2020-06-02gnu: os-prober: Fix cross-compilation....* gnu/packages/bootloaders.scm (os-prober)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice 2020-05-26gnu: grub: Allow "grub-bios-setup" to operate on raw disk-images....* gnu/packages/patches/grub-setup-root.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (grub): Apply it. Mathieu Othacehe