[Nix-dev] what is wrong with this ?
Roelof Wobben
rwobben at hotmail.com
Sun Dec 1 11:00:45 CET 2013
> Date: Sun, 1 Dec 2013 14:03:49 +0400
> From: 7c6f434c at mail.ru
> To: rwobben at hotmail.com; nix-dev at lists.science.uu.nl
> Subject: [Nix-dev] what is wrong with this ?
>
> >cinnamon = recurseIntoAttrs {
> > cjs = callPackage ../desktops/cinnamon/cjs.nix { };
> > cinnamon-desktop = callPackage ../desktops/cinnamon/cinnamon-desktop.nix{
> > inherit(gnome) gnome_common };
> > };
> >
> >but now I see this error message:
> >
> >error: syntax error, unexpected '}', expecting ID or OR_KW or ';' or '"', at `/home/roelof/nixpkgs/pkgs/top-level/all-packages.nix:9572:35'
> >
> >What did I do wrong ?
>
> You need a semicolon before the brace
>
>
>
Thanks, Problem solved.
Roelof
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20131201/07018f48/attachment.html
More information about the nix-dev
mailing list