[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/63: gnu: fio: Import the correct set of modules.
From: |
guix-commits |
Subject: |
05/63: gnu: fio: Import the correct set of modules. |
Date: |
Thu, 19 Oct 2023 00:03:45 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 3dd13adc0f81899b6b1e06de6cc23c7a87d75850
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 11:22:18 2023 -0400
gnu: fio: Import the correct set of modules.
* gnu/packages/benchmark.scm (fio) [arguments] <modules>: Replace
%default-gnu-imported-modules with %default-gnu-modules.
Change-Id: I95d0115b139f9cd2c61c6b2f47ae7a266490245f
---
gnu/packages/benchmark.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 98645fe073..9f00548724 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -90,7 +90,7 @@
(build-system gnu-build-system)
(arguments
(list #:modules
- `(,@%default-gnu-imported-modules
+ `(,@%default-gnu-modules
(ice-9 textual-ports))
#:test-target "test"
#:configure-flags
- branch core-updates updated (0f5fbb35de -> d59653b7c9), guix-commits, 2023/10/19
- 01/63: build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules., guix-commits, 2023/10/19
- 02/63: gnu: acl: Remove labels and trailing #t., guix-commits, 2023/10/19
- 07/63: gnu: boost: Import the correct set of modules., guix-commits, 2023/10/19
- 12/63: gnu: dpkg: Import the correct set of modules., guix-commits, 2023/10/19
- 04/63: gnu: dirvish: Import the correct set of modules., guix-commits, 2023/10/19
- 05/63: gnu: fio: Import the correct set of modules.,
guix-commits <=
- 09/63: gnu: epson-inkjet-printer-escpr: Import the correct set of modules., guix-commits, 2023/10/19
- 11/63: gnu: guile-curl: Import the correct set of modules., guix-commits, 2023/10/19
- 18/63: gnu: tsukundere: Import the correct set of modules., guix-commits, 2023/10/19
- 25/63: gnu: pinentry-rofi: Import the correct set of modules., guix-commits, 2023/10/19
- 26/63: gnu: mozjs: Import the correct set of modules., guix-commits, 2023/10/19
- 27/63: gnu: icecat-minimal: Import the correct set of modules., guix-commits, 2023/10/19
- 34/63: gnu: guile-hall: Import the correct set of modules., guix-commits, 2023/10/19
- 41/63: gnu: jbigkit: Import the correct set of modules., guix-commits, 2023/10/19
- 03/63: gnu: acl: Import the correct set of modules., guix-commits, 2023/10/19
- 10/63: gnu: splix: Import the correct set of modules., guix-commits, 2023/10/19