3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
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

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