unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* how to remove '"awesome"
@ 2022-07-21 13:41 Gottfried
  2022-07-21 13:53 ` (
  0 siblings, 1 reply; 4+ messages in thread
From: Gottfried @ 2022-07-21 13:41 UTC (permalink / raw)
  To: help-guix


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

Hi Guixers,
When I installed Guix System, I also installed the Desktop "awesome".
It is not in my packages installed, but in

gfp@Tuxedo ~$ which awesome
/run/current-system/profile/bin/awesome

I guess.

I don't need it.

How can I remove it, because it's not a package I can remove with
guix remove awesome.

Thanks
Gottfried

[-- 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 --]

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

* Re: how to remove '"awesome"
  2022-07-21 13:41 how to remove '"awesome" Gottfried
@ 2022-07-21 13:53 ` (
  2022-07-21 15:58   ` Gottfried
  0 siblings, 1 reply; 4+ messages in thread
From: ( @ 2022-07-21 13:53 UTC (permalink / raw)
  To: Gottfried, help-guix

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

    -- (


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

* Re: how to remove '"awesome"
  2022-07-21 13:53 ` (
@ 2022-07-21 15:58   ` Gottfried
  2022-07-21 16:02     ` (
  0 siblings, 1 reply; 4+ messages in thread
From: Gottfried @ 2022-07-21 15:58 UTC (permalink / raw)
  To: (, help-guix


[-- 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 --]

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

* Re: how to remove '"awesome"
  2022-07-21 15:58   ` Gottfried
@ 2022-07-21 16:02     ` (
  0 siblings, 0 replies; 4+ messages in thread
From: ( @ 2022-07-21 16:02 UTC (permalink / raw)
  To: Gottfried, help-guix

On Thu Jul 21, 2022 at 4:58 PM BST, Gottfried wrote:
> (packages
>      (append
>        (list (specification->package "nss-certs"))
>        %base-packages))

Exactly :)

    -- (


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

end of thread, other threads:[~2022-07-21 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-21 13:41 how to remove '"awesome" Gottfried
2022-07-21 13:53 ` (
2022-07-21 15:58   ` Gottfried
2022-07-21 16:02     ` (

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