unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Omar Radwan <toxemicsquire4@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: A couple roadblocks using guix
Date: Sat, 24 Jan 2015 13:57:39 -0800	[thread overview]
Message-ID: <CAMwaQAJww+7CYBu78w35yh-3fh6d=9kWqVk2ZRGPAkDo0-Hmhg@mail.gmail.com> (raw)
In-Reply-To: <87fvazj3ye.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 2096 bytes --]

   1. > Hmm could you paste the actual error?
   2.
   3. bash-4.3$ sudo guix system reconfigure /etc/config.scm
   4. guix system: error: failed to load operating system file
   '/etc/config.scm':
   5. ERROR: Wrong number of arguments to #<procedure cons (_ _)>
   6.
   7. And I'm 100 percent sure it's the dhcp-client-service declaration
   because when I take it out, guix system reconfigure works fine. And just in
   case, here's my config.scm
   8. """
   9. (use-modules (gnu)
   10. (gnu services xorg)
   11. (gnu services networking)
   12. (gnu packages emacs)
   13.  )
   14. (operating-system
   15.   (host-name "ShadyNet2")
   16.   (timezone "US/Pacific")
   17.   (locale "en_US.UTF-8")
   18.   (bootloader (grub-configuration (device "/dev/sda")))
   19.   (file-systems (cons (file-system
   20.                         (device "/dev/sda1")
   21.                         (title 'label)
   22.                         (mount-point "/")
   23.                         (type "ext4"))
   24.                       %base-file-systems))
   25.  (users (list (user-account
   26.                 (name "omar")
   27.                 (group "users")
   28.                 (supplementary-groups '("wheel"
   29.                                         "audio" "video"))
   30.                 (home-directory "/home/omar"))))
   31.   (packages (cons emacs %base-packages))
   32.   (services (cons (slim-service)
   (dhcp-client-service)%base-services)))
   33. """
   34.


On Sat, Jan 24, 2015 at 12:53 PM, Ludovic Courtès <ludo@gnu.org> wrote:

> Andreas Enge <andreas@enge.fr> skribis:
>
> > On Fri, Jan 23, 2015 at 09:43:34AM +0100, Ludovic Courtès wrote:
> >> So in general I agree it’s a good idea, and it’s easily done with
> >> ‘union-build’, so if people know of useful meta-packages, please
> >> send a patch.
> >
> > Why not an empty package with only propagated inputs?
>
> It would be equivalent if it worked, but it doesn’t.  :-)
> Currently a package has to produce something.
>
> Ludo’.
>
>

[-- Attachment #2: Type: text/html, Size: 16102 bytes --]

  reply	other threads:[~2015-01-24 21:57 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22  1:52 A couple roadblocks using guix Omar Radwan
2015-01-22 13:02 ` Adam Pribyl
2015-01-22 14:55   ` Omar Radwan
2015-01-22 20:49 ` Ludovic Courtès
2015-01-22 20:57   ` Thompson, David
2015-01-23  8:43     ` Ludovic Courtès
2015-01-23 21:48       ` Andreas Enge
2015-01-24  6:09         ` Omar Radwan
2015-01-24 20:27           ` Omar Radwan
2015-01-25 17:10             ` Ludovic Courtès
     [not found]               ` <CAMwaQAKUCxMoQU6N+PnDChhnfHBS2Vp0fBF4rS-pa-Va-HFjNQ@mail.gmail.com>
2015-01-25 18:18                 ` Ludovic Courtès
2015-01-24 20:51           ` Ludovic Courtès
2015-01-24 20:53         ` Ludovic Courtès
2015-01-24 21:57           ` Omar Radwan [this message]
2015-01-24 22:54             ` David Thompson
2015-01-22 21:08   ` Omar Radwan
2015-01-22 23:59   ` Omar Radwan
2015-01-23  8:51     ` Ludovic Courtès

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='CAMwaQAJww+7CYBu78w35yh-3fh6d=9kWqVk2ZRGPAkDo0-Hmhg@mail.gmail.com' \
    --to=toxemicsquire4@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.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.
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).