unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart <jgart@dismail.de>
To: Guix Devel <guix-devel@gnu.org>
Subject: emacs-importmagic help python <3 elisp
Date: Sat, 9 Jul 2022 01:50:49 -0500	[thread overview]
Message-ID: <20220709015049.GB20993@gac> (raw)

Hi Guixers,

I'm working on this package and I could use some guidance:

```
(define-public emacs-importmagic
  (let ((commit "701dfcca5f3ab42be0f26a8d381d7116c79be850")
        (revision "0"))
    (package
      (name "emacs-importmagic")
      (version (git-version "1.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri
          (git-reference
           (url "https://github.com/anachronic/importmagic.el")
           (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "035830aizamh4c8hpnmfrbz9v9gy23d3nx0dv366l3q8mrh36l44"))))
      (build-system emacs-build-system)
      (arguments
       (list
        #:imported-modules `(,@%emacs-build-system-modules
                             (guix build python-build-system))
        #:modules '((guix build emacs-build-system)
                    ((guix build python-build-system) #:prefix python:)
                    (guix build emacs-utils)
                    (guix build utils))
        #:phases
        #~(modify-phases %standard-phases
            (add-after 'python:install 'python:wrap
              (assoc-ref python:%standard-phases 'wrap)))))
```

https://github.com/anachronic/importmagic.el

importmagic.el has python files but the current package I have above
doesn't copy them to the store.

How should I achieve this in this context? Write a phase and manually copy them?

all best,

jgart


             reply	other threads:[~2022-07-09  6:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-09  6:50 jgart [this message]
2022-07-09  8:47 ` emacs-importmagic help python <3 elisp Liliana Marie Prikler
2022-07-09 16:57   ` jgart
2022-07-09 17:46     ` Liliana Marie Prikler

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=20220709015049.GB20993@gac \
    --to=jgart@dismail.de \
    --cc=guix-devel@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.
Code repositories for project(s) associated with this public inbox

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

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