[Nix-dev] what is wrong with this ?

Michael Raskin 7c6f434c at mail.ru
Sun Dec 1 11:03:49 CET 2013


>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 





More information about the nix-dev mailing list