[Nix-dev] what is wrong with this ?

Mathijs Kwik mathijs at bluescreen303.nl
Sun Dec 1 14:34:03 CET 2013


Roelof Wobben <rwobben at hotmail.com> writes:

> I need gnome-common as a dependency.
>
> So i add this to all-packages.nix :
>
> cinnamon = recurseIntoAttrs {
>     cjs = callPackage ../desktops/cinnamon/cjs.nix { };
>     cinnamon-desktop = callPackage ../desktops/cinnamon/cinnamon-desktop.nix{ 
>       inherit(gnome) gnome_common };
>  };

missing semicolon after 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 ?
>
> Roelof
>
>  		 	   		  
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev


More information about the nix-dev mailing list