help-guix
[Top][All Lists]
Advanced

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

Re: [ASK] Failed Installing GTK+ Software Development Kit on GuixSD


From: Luis Felipe
Subject: Re: [ASK] Failed Installing GTK+ Software Development Kit on GuixSD
Date: Mon, 06 Dec 2021 16:08:57 +0000

On Monday, December 6th, 2021 at 2:03 AM, Ade Malsasa Akbar via 
<help-guix@gnu.org> wrote:

> Hello, GNU Community!

Hi :) 


What you describe is a known reality (see https://issues.guix.gnu.org/37940). 
As Mark indicates in that report, you can work around the issue by using 
manifests.

For instance, to work on your Application project, you can do more or less 
something like this:

$ cd my-app
$ guix shell -m manifest.scm
$ RUN_YOUR_APP

That way Guix will create an augmented environment with all the packages listed 
in the manifest.scm file, where you can develop your application.

I have a real example if you would like to try: 
https://gitlab.com/luis-felipe/geteka

Hope that helps,

Attachment: publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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