unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* GNU Guix 0.1 released (alpha)
@ 2013-01-18  1:13 Ludovic Courtès
  2013-01-18 22:29 ` Atom X
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2013-01-18  1:13 UTC (permalink / raw)
  To: bug-guix, gnu-system-discuss, guile-user, nix-dev


[-- Attachment #1.1: Type: text/plain, Size: 1736 bytes --]

;; Announcement.                                         -*- scheme -*-

(define guix
  (package
    (name "guix")
    (version "0.1")                               ; first alpha release
    (source
      (origin
        (method url-fetch)
        (uri "ftp://alpha.gnu.org/gnu/guix/guix-0.1.tar.gz")
        (signature "ftp://alpha.gnu.org/gnu/guix/guix-0.1.tar.gz.sig")
        (sha256
         "350286bcf37a4035244cdddfe7bd62e79bcd08db0ed35b48e1444302dfc52005")))
    (license gpl3+)
    (home-page "http://www.gnu.org/software/guix/")
    (synopsis "Functional package management for GNU")
    (description
     "GNU Guix is a functional package manager and associated free
software distribution of the GNU system.

In addition to standard package management features, Guix supports
transactional upgrades and roll-backs, unprivileged package management,
per-user profiles, and garbage collection (more details in the manual.)
Guix uses mechanisms from the Nix package management tool, with a Guile
Scheme programming interface.

Guix comes with a small (~150 packages) and growing user-land software
distribution–i.e., it’s not a bootable distribution yet, but rather one
to be installed on top of a running GNU/Linux system.  It includes
GNU libc 2.17, GCC 4.7.2, GNU Emacs 24.2, GNU Guile 2.0.7, and many more!

The distribution with this release is available on i686 and x86_64
Linux-based systems.  It features source-based deployment only;
bootstrapping the distribution requires ~5 GiB of disk space.

See the ROADMAP and TODO files for future directions.  Building the
distribution is a cooperative effort, and you are invited to join!")))

;; Ludovic, on behalf of the Guix team.

[-- Attachment #1.2: Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

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

* Re: GNU Guix 0.1 released (alpha)
  2013-01-18  1:13 GNU Guix 0.1 released (alpha) Ludovic Courtès
@ 2013-01-18 22:29 ` Atom X
  2013-01-19 15:48   ` Alex Sassmannshausen
  0 siblings, 1 reply; 3+ messages in thread
From: Atom X @ 2013-01-18 22:29 UTC (permalink / raw)
  To: bug-guix, gnu-system-discuss, guile-user, nix-dev

ludo@gnu.org (Ludovic Courtès) writes:

> ;; Announcement.                                         -*- scheme -*-
>
> (define guix
>   (package
>     (name "guix")
>     (version "0.1")                               ; first alpha release
>     (source
>       (origin
>         (method url-fetch)
>         (uri "ftp://alpha.gnu.org/gnu/guix/guix-0.1.tar.gz")
>         (signature "ftp://alpha.gnu.org/gnu/guix/guix-0.1.tar.gz.sig")
>         (sha256
>          "350286bcf37a4035244cdddfe7bd62e79bcd08db0ed35b48e1444302dfc52005")))
>     (license gpl3+)
>     (home-page "http://www.gnu.org/software/guix/")
>     (synopsis "Functional package management for GNU")
>     (description
>      "GNU Guix is a functional package manager and associated free
> software distribution of the GNU system.
>
> In addition to standard package management features, Guix supports
> transactional upgrades and roll-backs, unprivileged package management,
> per-user profiles, and garbage collection (more details in the manual.)
> Guix uses mechanisms from the Nix package management tool, with a Guile
> Scheme programming interface.
>
> Guix comes with a small (~150 packages) and growing user-land software
> distribution–i.e., it’s not a bootable distribution yet, but rather one
> to be installed on top of a running GNU/Linux system.  It includes
> GNU libc 2.17, GCC 4.7.2, GNU Emacs 24.2, GNU Guile 2.0.7, and many more!
>
> The distribution with this release is available on i686 and x86_64
> Linux-based systems.  It features source-based deployment only;
> bootstrapping the distribution requires ~5 GiB of disk space.
>
> See the ROADMAP and TODO files for future directions.  Building the
> distribution is a cooperative effort, and you are invited to join!")))
>
> ;; Ludovic, on behalf of the Guix team.

I cannot begin to express just how excited I am about this, and not just
because it's an awesome project using Guile.

Thank you, Ludo'.  I'm fetching it now.

-- Atom X

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

* Re: GNU Guix 0.1 released (alpha)
  2013-01-18 22:29 ` Atom X
@ 2013-01-19 15:48   ` Alex Sassmannshausen
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Sassmannshausen @ 2013-01-19 15:48 UTC (permalink / raw)
  To: Atom X; +Cc: gnu-system-discuss, guile-user, nix-dev, bug-guix


Fantastic — congratulations. I might have to reschedule my prolonged
Skyrim session planned for tomorrow in light of this…

~acs

Atom X <atomx@deadlyhead.com> writes:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> ;; Announcement.                                         -*- scheme -*-
>>
>> (define guix
>>   (package
>>     (name "guix")
>>     (version "0.1")                               ; first alpha release
>>     (source
>>       (origin
>>         (method url-fetch)
>>         (uri "ftp://alpha.gnu.org/gnu/guix/guix-0.1.tar.gz")
>>         (signature "ftp://alpha.gnu.org/gnu/guix/guix-0.1.tar.gz.sig")
>>         (sha256
>>          "350286bcf37a4035244cdddfe7bd62e79bcd08db0ed35b48e1444302dfc52005")))
>>     (license gpl3+)
>>     (home-page "http://www.gnu.org/software/guix/")
>>     (synopsis "Functional package management for GNU")
>>     (description
>>      "GNU Guix is a functional package manager and associated free
>> software distribution of the GNU system.
>>
>> In addition to standard package management features, Guix supports
>> transactional upgrades and roll-backs, unprivileged package management,
>> per-user profiles, and garbage collection (more details in the manual.)
>> Guix uses mechanisms from the Nix package management tool, with a Guile
>> Scheme programming interface.
>>
>> Guix comes with a small (~150 packages) and growing user-land software
>> distribution–i.e., it’s not a bootable distribution yet, but rather one
>> to be installed on top of a running GNU/Linux system.  It includes
>> GNU libc 2.17, GCC 4.7.2, GNU Emacs 24.2, GNU Guile 2.0.7, and many more!
>>
>> The distribution with this release is available on i686 and x86_64
>> Linux-based systems.  It features source-based deployment only;
>> bootstrapping the distribution requires ~5 GiB of disk space.
>>
>> See the ROADMAP and TODO files for future directions.  Building the
>> distribution is a cooperative effort, and you are invited to join!")))
>>
>> ;; Ludovic, on behalf of the Guix team.
>
> I cannot begin to express just how excited I am about this, and not just
> because it's an awesome project using Guile.
>
> Thank you, Ludo'.  I'm fetching it now.
>
> -- Atom X

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

end of thread, other threads:[~2013-01-19 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-18  1:13 GNU Guix 0.1 released (alpha) Ludovic Courtès
2013-01-18 22:29 ` Atom X
2013-01-19 15:48   ` Alex Sassmannshausen

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