[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is a graft warranted here?
From: |
Felix Lechner |
Subject: |
Re: Is a graft warranted here? |
Date: |
Fri, 14 Jun 2024 17:34:29 -0700 |
Hi Tomas,
Thank you for writing!
On Sat, Jun 15 2024, Tomas Volf wrote:
> Could you write bit more about how to reproduce it and what to look
> for?
My issue may be with 'guix shell'. Would you please run
guix shell nyacc
one time in order to get version 1.08.1 into your store and into your
local profiles, and then run
guix shell -f guix.scm
on the package definition I sent. Sorry I forgot the module includes.
Here they are part of a larger file, but the ones below should work.
Kind regards
Felix
* * *
(use-modules
(gnu packages autotools)
(gnu packages guile)
(gnu packages guile-xyz)
(gnu packages linux)
(gnu packages mes)
(gnu packages pkg-config)
(gnu packages texinfo)
(gnu packages)
(guix build-system gnu)
(guix gexp)
(guix git-download)
((guix licenses) #:prefix license:)
(guix packages)
(guix utils))