unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Gottfried <gottfried@posteo.de>
To: "(" <paren@disroot.org>, help-guix@gnu.org
Subject: Re: how to remove '"awesome"
Date: Thu, 21 Jul 2022 15:58:52 +0000	[thread overview]
Message-ID: <ddb6d3bb-c510-3983-ea10-09ca2ca2ac4e@posteo.de> (raw)
In-Reply-To: <CLLDUQSSEP9Y.35SUGMXB4DOLR@guix-aspire>


[-- Attachment #1.1.1: Type: text/plain, Size: 838 bytes --]

Hi,

I found it in packages:

(packages
     (append
       (list (specification->package "awesome")
             (specification->package "nss-certs"))
       %base-packages))


So should I make it like that:


(packages
     (append
       (list (specification->package "nss-certs"))
       %base-packages))



thanks
Gottfried



Am 21.07.22 um 15:53 schrieb (:
> On Thu Jul 21, 2022 at 2:41 PM BST, Gottfried wrote:
>> How can I remove it, because it's not a package I can remove with
>> guix remove awesome.
> 
> Packages that you have installed by default will be in your system
> configuration; /etc/config.scm. You should be able to remove it from
> there. I'm not sure, though, whether it's a package or a service, so you
> should check both fields of the `operating-system`.
> 
>      -- (


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

  reply	other threads:[~2022-07-21 15:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21 13:41 how to remove '"awesome" Gottfried
2022-07-21 13:53 ` (
2022-07-21 15:58   ` Gottfried [this message]
2022-07-21 16:02     ` (

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=ddb6d3bb-c510-3983-ea10-09ca2ca2ac4e@posteo.de \
    --to=gottfried@posteo.de \
    --cc=help-guix@gnu.org \
    --cc=paren@disroot.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.
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).