me
/
guix
Archived
1
0
Fork 0

gnu: pantheon: Use modern 'define-module' syntax.

The :prefix bit introduced in 9f59a9b4bc
led to a test failure in 'tests/graph.scm'.

* gnu/packages/pantheon.scm: Write #:prefix, not :prefix.
master
Ludovic Courtès 2021-06-08 09:24:12 +02:00
parent 6b752bd29a
commit dfed76e4ab
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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))