From: Marius Bakke <mbakke@fastmail.com>
To: "Stefan Reichör" <stefan@xsteve.at>, 28322@debbugs.gnu.org
Subject: [bug#28322] [PATCH] gnu: Add stgit.
Date: Sat, 02 Sep 2017 12:57:50 +0200 [thread overview]
Message-ID: <87h8wll64x.fsf@fastmail.com> (raw)
In-Reply-To: <87lglyi2a9.fsf@xsteve.at>
[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]
Stefan Reichör <stefan@xsteve.at> writes:
> * gnu/packages/version-control.scm (stgit): New variable.
Thanks!
[...]
> +(define-public stgit
> + (package
> + (name "stgit")
> + (version "0.18")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "https://github.com/ctmarinas/stgit/archive/v"
> + version ".tar.gz"))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> + "19fk6vw3pgp2a98wpd4j3kyiyll5dy9bi4921wq1mrky0l53mj00"))))
> + (build-system python-build-system)
> + (inputs
> + `(("git" ,git)))
I noticed this package does not contain any references to git. Check
with `guix gc -R $(./pre-inst-env guix build stgit)`.
Can you see if it's possible to embed the full path to the `git`
executable somehow, so that users don't need to install it separately?
Either by embedding the full path in the code directly (preferred), or
wrapping the stg executable with git in PATH.
It would also be good to run the tests by adding a phase that runs
`python t/test.py` according to "tox.ini". Can you try that?
Thanks in advance!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2017-09-02 10:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-01 20:37 [bug#28322] [PATCH] gnu: Add stgit Stefan Reichör
2017-09-02 10:57 ` Marius Bakke [this message]
2017-09-05 20:21 ` Stefan Reichör
2017-09-14 11:55 ` bug#28322: " Ludovic Courtès
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87h8wll64x.fsf@fastmail.com \
--to=mbakke@fastmail.com \
--cc=28322@debbugs.gnu.org \
--cc=stefan@xsteve.at \
/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 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.