unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53719: Guix lacks ability to customize guix package that gets installed as part of main guix channel
@ 2022-02-02 11:09 Gordon Quad via Bug reports for GNU Guix
  0 siblings, 0 replies; only message in thread
From: Gordon Quad via Bug reports for GNU Guix @ 2022-02-02 11:09 UTC (permalink / raw)
  To: 53719

According to configure.ac script in guix repo guile-avahi dependency is
optional, and guix package definition has cross-compilation exceptions
for guile-avahi, meaning guix surely can be built without it.

However those checks are hardcoded and there is no way of specifying
that I want to build guix w/o guile-avahi if I am just doing a mere guix pull.

I can make my own package definition for guix by inheriting guix package
and remove guile-avahi dependency but there is no way to supply that
package definition instead of original guix for guix pull.

Moreover there is no simple way to customize guix by doing guix fork
since all the commits are authenticated, which means I either have to
give up authentication completely not only for guix channel but for every
other channel by doing guix pull --disable-authentication or I have to
re-sign every single commit in my local guix repo fork.

I understand that it is part of security model but it is also a
significant obstacle for intent of utilizing the ability to turn
optional dependency off and not have bunch of extra stuff installed on
my system that I don't need.

Perhaps there should be another mechanism for customizing guix from guix
channel?





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-02 11:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02 11:09 bug#53719: Guix lacks ability to customize guix package that gets installed as part of main guix channel Gordon Quad via Bug reports for GNU Guix

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