[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/105: gnu: arm-trusted-firmware-rk3399: Reformat.
From: |
guix-commits |
Subject: |
06/105: gnu: arm-trusted-firmware-rk3399: Reformat. |
Date: |
Sat, 21 Dec 2024 11:56:33 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 9ed1ae0c61738c1225e05eba61ea16ab04778db2
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Thu Dec 19 23:10:30 2024 +0100
gnu: arm-trusted-firmware-rk3399: Reformat.
* gnu/packages/firmware.scm (arm-trusted-firmware-rk3399)[name]: Remove.
[native-inputs]: Reformat.
Change-Id: Ib44246f0c3929fcf8c6f625df53e3a307fc87595
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---
gnu/packages/firmware.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 15734b8f9a..8b1873be38 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -1177,12 +1177,9 @@ such as:
(let ((base (make-arm-trusted-firmware "rk3399")))
(package
(inherit base)
- (name "arm-trusted-firmware-rk3399")
- (native-inputs
- (modify-inputs (package-native-inputs base)
- (prepend
- (cross-gcc "arm-none-eabi")
- (cross-binutils "arm-none-eabi")))))))
+ (native-inputs (modify-inputs (package-native-inputs base)
+ (prepend (cross-gcc "arm-none-eabi")
+ (cross-binutils "arm-none-eabi")))))))
(define-public arm-trusted-firmware-imx8mq
(let ((base (make-arm-trusted-firmware "imx8mq")))
- branch python-team created (now 15da461807), guix-commits, 2024/12/21
- 03/105: gnu: python-construct: Update to 2.10.70-1.c1171b1., guix-commits, 2024/12/21
- 01/105: gnu: cl-nodgui: Update to 0.7.2.0-2.9a1b2c6., guix-commits, 2024/12/21
- 06/105: gnu: arm-trusted-firmware-rk3399: Reformat.,
guix-commits <=
- 10/105: gnu: pipewire: Update to 1.2.7., guix-commits, 2024/12/21
- 07/105: gnu: arm-trusted-firmware: Reformat., guix-commits, 2024/12/21
- 14/105: gnu: egl-wayland: Update to 1.1.17., guix-commits, 2024/12/21
- 13/105: gnu: eglexternalplatform: Update to 1.2., guix-commits, 2024/12/21
- 15/105: gnu: Add python-webcolors@24.11.1., guix-commits, 2024/12/21
- 16/105: gnu: python-cloud-init: Fix build., guix-commits, 2024/12/21
- 17/105: gnu: python-flask-restx: Update to 1.3.0., guix-commits, 2024/12/21
- 19/105: gnu: make-torbrowser: Unbundle libevent., guix-commits, 2024/12/21
- 21/105: gnu: make-torbrowser: Remove bundled zlib from source., guix-commits, 2024/12/21
- 20/105: gnu: make-torbrowser: Remove bzip2 from inputs., guix-commits, 2024/12/21