unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Package workspace relocation
@ 2020-11-16 20:15 Stephen Scheck
  2020-11-16 20:56 ` Leo Famulari
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Scheck @ 2020-11-16 20:15 UTC (permalink / raw)
  To: help-guix

Is there a way to relocate the package build workspace for a Git clone
source, e.g.:

    (package
      (name "my-package")
      (version "0.0.1")
      (source (origin
                      (method git-fetch)
                      (uri (git-reference
                         (url "https://github.com/my-package")))
                         (file-name (git-file-name name version))

This results in a path like `<guix-build-temp>/my-package-0.0.1` but
because of idiosyncrasies in the project's build system, I need for it to
be relocated to something like `<guix-build-temp>/foo/bar/my-package-0.0.1`.

How can I do this?

Thanks.

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

end of thread, other threads:[~2020-11-17 13:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 20:15 Package workspace relocation Stephen Scheck
2020-11-16 20:56 ` Leo Famulari
2020-11-16 21:56   ` Stephen Scheck
2020-11-16 23:09     ` zimoun
2020-11-17  7:23       ` Efraim Flashner
2020-11-17 13:07         ` zimoun

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