guix-devel
[Top][All Lists]
Advanced

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

Re: Cookbook recipe from "The Repository as a Channel" section does not


From: Nigko Yerden
Subject: Re: Cookbook recipe from "The Repository as a Channel" section does not work for Guix with properly configured GUILE_LOAD_PATH
Date: Mon, 19 Aug 2024 14:30:22 +0500
User-agent: Mozilla Thunderbird

On the second problem, I have found that while it is impossible
to obtain test-repo source code via 'guix build -S test-repo',
it can be retrieved programmatically from 'guix repl' REPL
using this commands:

(use-modules (test-repo-package)
             (guix packages)
             (guix gexp)
             (guix store))
(define src (package-source test-repo))
(run-with-store (open-connection) (lower-object src))

So, perhaps this problem is not so thorough.

Regards,
Nigko



reply via email to

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