help-guix
[Top][All Lists]
Advanced

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

Cannot package a PyPI tool


From: lainiwa
Subject: Cannot package a PyPI tool
Date: Sun, 16 Feb 2020 17:25:42 +0300
User-agent: Roundcube Webmail/1.3.10

Hello!

I was playing around with Guix and I tried to package a termtosvg tool just for an exercise.

I have a
export GUIX_PACKAGE_PATH=~/guix-packages
setting and I create my *.scm files in that directory.

my-hello.scm from the documentation worked fine, however when I tried to package a more "real-world" example I got an error:

------------------------------
name: python-termtosvg
version: 1.1.0
outputs: out
Backtrace:
           1 (primitive-load "/home/lain/.config/guix/current/bin/gu…")
In guix/ui.scm:
  1824:12  0 (run-guix-command _ . _)

guix/ui.scm:1824:12: In procedure run-guix-command:
error: python-lxml: unbound variable
------------------------------

My python-termtosvg.scm content: https://pastebin.com/cenixFh7

Can I somehow make Guix see python-lxml from the main channel (or maybe solve the problem in some other way)?



reply via email to

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