guix-devel
[Top][All Lists]
Advanced

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

guix package path


From: Antonio Carlos Padoan Junior
Subject: guix package path
Date: Mon, 19 Dec 2022 08:12:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

I need help to understand why my GUIX_PACKAGE_PATH env variable is not
working as expected.


AFAIU, the variable is correctly set (to my local package channel):

------------
~$ guix describe
Generation 75   Dec 18 2022 20:53:08    (current)
  nonguix e95e2b5
    repository URL: https://gitlab.com/nonguix/nonguix
    branch: master
    commit: e95e2b573cbc4b96bdca2c11540e90d23e6428fc
  guix 0ce1f82
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 0ce1f82e5aaac951b21d579eb46bf75cfe6713c0

GUIX_PACKAGE_PATH="/home/antonio/git/my-guix/"
------------

This channel is also available here
https://gitlab.com/acpadoanjr/my-guix.git/
But I want to use it from my local machine while I'm developing.

Using the GUIX_PACKAGE_PATH, I have a local package (sbcl-lispiec) that seems
correctly loaded:

------------
~$ guix search sbcl-lispiec
name: sbcl-lispiec
version: 1.0.2
outputs:
+ out: everything
systems: x86_64-linux i686-linux
dependencies: libiec61850@v1.5.0 sbcl-alexandria@1.4 
sbcl-bordeaux-threads@0.8.8 sbcl-cffi-c-ref@1.0-0.8123cbb sbcl-cffi@0.24.1 
sbcl-cl-csv@1.0.6-2.68ecb5d sbcl-cl-ppcre@2.1.1 
sbcl-cl-utilities@0.0.0-1.dce2d2f
+ sbcl-croatoan@0.0.1-5.5d0949d sbcl-deeds@1.1.1-1.f5df54e sbcl-iterate@1.5.3 
sbcl-slynk@1.0.43-6.4513c38
location: /home/antonio/git/my-guix/my-packages/extra.scm:217:4
homepage: https://gitlab.com/acpadoanjr/lispiec.git
license: GPL 3+
synopsis: IEC-61850 common-lisp library.  
description: IEC-61850 common-lisp library for simulation based on cffi and 
libiec61850.
relevance: 20
------------

But I cannot build it or install it:

------------
~$ guix build sbcl-lispiec
guix build: error: sbcl-lispiec: unknown package
------------

Why? What am I missing?

Best regards,
-- 
Antonio Carlos PADOAN JUNIOR
GPG fingerprint:
243F 237F 2DD3 4DCA 4EA3  1341 2481 90F9 B421 A6C9


reply via email to

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