unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Jeremy Korwin-Zmijowski <jeremy@korwin-zmijowski.fr>
To: help-guix mailing list <help-guix@gnu.org>
Subject: ice-9/eval.scm:142:16: In procedure compile-top-call:
Date: Sun, 08 Mar 2020 23:18:29 +0100	[thread overview]
Message-ID: <d080666c82d341db723713265ac6c1c786e29ed6.camel@korwin-zmijowski.fr> (raw)

Hey Guixters !

I am still building my dummy package definition. I restarted some steps
back and know I am facing something weird to me :

   $ echo \
   '(use-modules
    (guix packages)
    (guix build-system emacs)
    (guix licenses)
    (guix git-download))
   (package
    (name "")
    (version "")
    (source
     (origin
      (uri (git-reference (url "") (commit "")))
      (method git-fetch)
      (sha256 (base32 ""))))
    (build-system emacs-build-system)
    (synopsis "")
    (description "")
    (license bsd-3)
    (home-page ""))' > /tmp/dummy-package-definition.scm

   $ ./pre-inst-env guix build -f /tmp/dummy-package-definition.scm 
   ice-9/eval.scm:142:16: In procedure compile-top-call:
   error: git-reference: unbound variable
   hint: Did you forget `(use-modules (guix git-download))'?

Do you know why Guix doesn't see my import ?

Jérémy

             reply	other threads:[~2020-03-08 22:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-08 22:18 Jeremy Korwin-Zmijowski [this message]
2020-03-09 10:02 ` ice-9/eval.scm:142:16: In procedure compile-top-call: Pierre Neidhardt
2020-03-09 10:17   ` Jérémy Korwin-Zmijowski
2020-03-09 12:10     ` Julien Lepiller
2020-03-10 10:41       ` Jeremy Korwin-Zmijowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d080666c82d341db723713265ac6c1c786e29ed6.camel@korwin-zmijowski.fr \
    --to=jeremy@korwin-zmijowski.fr \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).