>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
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev