unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* ice-9/eval.scm:142:16: In procedure compile-top-call:
@ 2020-03-08 22:18 Jeremy Korwin-Zmijowski
  2020-03-09 10:02 ` Pierre Neidhardt
  0 siblings, 1 reply; 5+ messages in thread
From: Jeremy Korwin-Zmijowski @ 2020-03-08 22:18 UTC (permalink / raw)
  To: help-guix mailing list

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-10 10:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-08 22:18 ice-9/eval.scm:142:16: In procedure compile-top-call: Jeremy Korwin-Zmijowski
2020-03-09 10:02 ` 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

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).