aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-14 02:23:30 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-14 04:26:03 +0100
commit0071dc86f37dc77bf872181fd6d0d8f7dc18ea0c (patch)
treecd1eb23e9ed9873caf793c9dd91b0d9aa6571bbb
parent4d83c04955a6d4f2d9b5e5bdc5eb6f3f08f66977 (diff)
downloadhardware_replicant_libsamsung-ipc-0071dc86f37dc77bf872181fd6d0d8f7dc18ea0c.tar.gz
hardware_replicant_libsamsung-ipc-0071dc86f37dc77bf872181fd6d0d8f7dc18ea0c.tar.bz2
hardware_replicant_libsamsung-ipc-0071dc86f37dc77bf872181fd6d0d8f7dc18ea0c.zip
scripts: guix.scm: sync package imports with guix style
The guix style command reformats a package or a file to use the code style used by Guix. This commits sync the package imports with the output produced by guix style. This commit should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--scripts/guix.scm54
1 files changed, 27 insertions, 27 deletions
diff --git a/scripts/guix.scm b/scripts/guix.scm
index dc69caa..fcb11c8 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -41,33 +41,33 @@
;;; to all the exported functions, and make a new release when that is
;;; done.
-(use-modules
- (ice-9 popen)
- (ice-9 rdelim)
- (ice-9 regex)
- (ice-9 textual-ports)
- (sxml ssax input-parse)
- ((guix licenses) #:prefix license:)
- (guix build-system android-ndk)
- (guix build-system gnu)
- (guix gexp)
- (guix git-download)
- (guix packages)
- (guix profiles)
- (guix transformations)
- (gnu packages)
- (gnu packages android)
- (gnu packages autotools)
- (gnu packages base)
- (gnu packages curl)
- (gnu packages disk)
- (gnu packages linux)
- (gnu packages llvm)
- (gnu packages pkg-config)
- (gnu packages python)
- (gnu packages python-xyz)
- (gnu packages tls)
- (gnu packages valgrind))
+(use-modules (ice-9 popen)
+ (ice-9 rdelim)
+ (ice-9 regex)
+ (ice-9 textual-ports)
+ (sxml ssax input-parse)
+ ((guix licenses)
+ #:prefix license:)
+ (guix build-system android-ndk)
+ (guix build-system gnu)
+ (guix gexp)
+ (guix git-download)
+ (guix packages)
+ (guix profiles)
+ (guix transformations)
+ (gnu packages)
+ (gnu packages android)
+ (gnu packages autotools)
+ (gnu packages base)
+ (gnu packages curl)
+ (gnu packages disk)
+ (gnu packages linux)
+ (gnu packages llvm)
+ (gnu packages pkg-config)
+ (gnu packages python)
+ (gnu packages python-xyz)
+ (gnu packages tls)
+ (gnu packages valgrind))
;; We need a more recent version of android-make-stub as it now
;; support passing LOCAL_MODULE= to make to build specific local