all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Guix can't build my dummy package definition
@ 2020-03-01 12:58 Jérémy Korwin-Zmijowski
  2020-03-01 13:09 ` pelzflorian (Florian Pelz)
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2020-03-01 12:58 UTC (permalink / raw)
  To: Guix Help

Hey Guixters !

I am experimenting one way to learn how to use Guix for packaging. 

I've a package dummy definition in /tmp/def.scm:

(use-modules 
  (guix packages)
  (guix build-system emacs)
  (guix licenses)
  (guix git-download)) 

(define-public ac-geiser 
  (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 "")))

Then when I do :

./pre-inst-env guix build -f /tmp/def.scm

I get :

guix build: error: #<unspecified>: not something we can build

What is Guix trying to tell yo me ? I have no clue... 

Does anybody have one ?

Cheers
-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.

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

end of thread, other threads:[~2020-03-01 16:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-01 12:58 Guix can't build my dummy package definition Jérémy Korwin-Zmijowski
2020-03-01 13:09 ` pelzflorian (Florian Pelz)
2020-03-01 14:50 ` Julien Lepiller
2020-03-01 15:49   ` Jérémy Korwin-Zmijowski
2020-03-01 16:15 ` Ricardo Wurmus
2020-03-01 16:25   ` Jérémy Korwin-Zmijowski

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.