all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: Magali Lemes <magalilemes00@gmail.com>
Cc: Guix Devel <guix-devel@gnu.org>
Subject: Re: Outreachy Applicant: An Introduction
Date: Fri, 9 Oct 2020 22:10:41 +0200	[thread overview]
Message-ID: <CAJ3okZ1gv7keJed=eeZCcd8M1YjZr81MpadTUKyPV9YVX5rxaQ@mail.gmail.com> (raw)
In-Reply-To: <CADhVOGtmn-EVo_910kiJ0RpiEBBV4tV6JBUhp77EYm9Xe7jH+A@mail.gmail.com>

Hey Magali,

Welcome!
And thank you for your interest in Guix.

On Fri, 9 Oct 2020 at 20:57, Magali Lemes <magalilemes00@gmail.com> wrote:

> I already installed the Guix package manager on Ubuntu and am going through some of the commands.

Really cool!
What is your feedback on the topic?  Easy to install?  Difficulties?
Still unworking or unexpected behaviour?


> Anyhow, I'm excited to know what my next steps could be. I truly appreciate an answer.

There are different possible next steps, depending on your interest.
In random order:

 + See if you want to contribute to the translation effort.  If you
are native of one of these languages:

       <https://translationproject.org/domain/guix.html>

help is welcome!  For example, my first contribution to Guix was to
read cover-to-cover the Guix manual and proofread the French
translation.  Doing so is an unusual way to be familiar with the Guix
ecosystem but really interesting.  Note that it would be part of this
effort:
  <https://lists.gnu.org/archive/html/guix-devel/2020-10/msg00091.html>

  + Try to package something of your interest.  You might read the
Cookbook and the relevant part of the manual:

<https://guix.gnu.org/cookbook/en/html_node/Packaging-Tutorial.html#Packaging-Tutorial>
<https://guix.gnu.org/manual/devel/en/guix.html#Defining-Packages>

Well, the easiest way is to create a new folder, say /tmp/foo and
write your new package in the file /tmp/foo/example.scm and then:

  guix show -L /tmp/foo <package-name>
  guix build -L /tmp/foo <package-name>
  guix build -L /tmp/foo <package-name> --no-grafts --check

Once it builds reproducibly, you can try to include in master.  Well,
raise the hand at this moment. :-)

  + Tweak the source of Guix.

  git clone https://git.savannah.gnu.org/git/guix.git
  cd guix
  guix environment guix --pure
  ./bootstrap
  ./configure --localstatedir=/var/
   make -j 8 # adapt
   make check
   ./pre-inst-env guix help # the fresh compiled 'guix' ;-)

You could be interested by
<https://guix.gnu.org/manual/devel/en/guix.html#Contributing>.

Well, then you can try to fix a bug <http://issues.guix.gnu.org> and I
recommend one with the tag easy:

    <http://issues.guix.gnu.org/search?query=is%3Aopen+tag%3Aeasy>


And in any case, feel free to ask _any_ question on help-guix@gnu.org
or IRC #guix.

Keep in touch.
Cheers,
simon


  reply	other threads:[~2020-10-09 20:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 16:59 Outreachy Applicant: An Introduction Magali Lemes
2020-10-09 20:10 ` zimoun [this message]
2020-10-12 11:00   ` Magali Lemes
2020-10-12 15:05     ` zimoun
2020-10-13 10:02       ` Magali Lemes
2020-10-13 17:14         ` Bonface M. K.
2020-10-14  0:47         ` Aniket Patil
2020-10-14  2:27           ` Magali Lemes
2020-10-14  7:40             ` Catonano
2020-10-20 23:07         ` Magali Lemes
2020-10-21  8:22           ` zimoun

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='CAJ3okZ1gv7keJed=eeZCcd8M1YjZr81MpadTUKyPV9YVX5rxaQ@mail.gmail.com' \
    --to=zimon.toutoune@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=magalilemes00@gmail.com \
    /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.