guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: pantheon: Use modern 'define-module' syntax.


From: guix-commits
Subject: 03/10: gnu: pantheon: Use modern 'define-module' syntax.
Date: Tue, 8 Jun 2021 03:33:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dfed76e4ab38b87c5038c740224ddf8d2f627346
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jun 8 09:24:12 2021 +0200

    gnu: pantheon: Use modern 'define-module' syntax.
    
    The :prefix bit introduced in 9f59a9b4bc93b3ef6cd3bd1c9eed04c30ba2d2d4
    led to a test failure in 'tests/graph.scm'.
    
    * gnu/packages/pantheon.scm: Write #:prefix, not :prefix.
---
 gnu/packages/pantheon.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 249c27e..6e78f45 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -30,7 +30,7 @@
   #:use-module (gnu packages)
   #:use-module (guix build-system meson)
   #:use-module (guix git-download)
-  #:use-module ((guix licenses) :prefix license:)
+  #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix utils))
 



reply via email to

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