all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gordon Quad via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 53719@debbugs.gnu.org
Subject: bug#53719: Guix lacks ability to customize guix package that gets installed as part of main guix channel
Date: Wed, 2 Feb 2022 11:09:45 +0000	[thread overview]
Message-ID: <20220202110945.ts55ny7kk2pl54ed@citadel.info> (raw)

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?





                 reply	other threads:[~2022-02-02 11:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220202110945.ts55ny7kk2pl54ed@citadel.info \
    --to=bug-guix@gnu.org \
    --cc=53719@debbugs.gnu.org \
    --cc=gordon@niflheim.info \
    /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.