guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]