[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guix build reports "unknown package" when building own package.
From: |
Tobias Geerinckx-Rice |
Subject: |
Re: guix build reports "unknown package" when building own package. |
Date: |
Thu, 13 Feb 2025 20:32:28 +0000 |
…as for use-modules: yes, (USE-MODULES LIST) is a thing, but *not* as an
argument to DEFINE-MODULE:
(define-module NAME [KEYWORD-ARGUMENT…])
vs.
(define-module NAME)
(use-modules LIST)
By nesting USE-MODULES *within* the sweet embrace of DEFINE-MODULES, you were
attempting to combine the two, into an unholy abomination that means nothing.
I know, it's confusing, but just treat it as an opaque rule until you get used
to it.
Kind regards,
T G-R
Sent on the go. Excuse or enjoy my brevity.