-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeevakan Suresh wrote: > I just did an svn update, and when I try to install anything - I get the > following error. > > error: while evaluating the function at > `/home/isdtc/jsuresh/.nix-defexpr/channels/channel/nixexpr/pkgs/lib/defa > ult.nix', line 42: > while evaluating the attribute `<let-body>' at > `/home/isdtc/jsuresh/.nix-defexpr/channels/channel/nixexpr/pkgs/lib/defa > ult.nix', line 43: > syntax error, unexpected '.', expecting '}', at > `/home/isdtc/jsuresh/.nix-defexpr/channels/channel/nixexpr/pkgs/servers/ > x11/xorg/replacements.nix':1:76 > > I got rid of the compile errors by commenting out the '...' on line 1 > and 3 in replacements.nix - I'm currently running nix-0.12pre12474 - I'm > guessing this is a new language feature?
Yes, now function can accept variable number of arguments, ignoring the unexpected part. > When such changes are made, can I simply update nix via nix? Or do I > have to track the svn version of nix? NixPkgs Nix expression approximately tracks SVN with some delay. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEcBAEBAgAGBQJJB/j/AAoJEE6tnN0aWvw3530IAKEITocrU/MTNRNH+xY+LDBk flKeIsjeDbfV7pAEBW9MImIBTbW7XPad8QjNkltGKAurpx75igEtPCphscjjgJRc YkwbyvU4P8+B0pFxB/n/dDfgBfpL7PbxS9p4AxR3kVsNgP19l1PKbCno0hO3O/7H qCeDCyShbHpqPBmzR/8ZAiyCtu8pCwWTbMkj9llBVuM15zBIRUgv+MSzxgHpwJUx sdqdx/fbD0Wok3WdJ6eKEKZG4gX/rD3blhhbdT01ZoqG1kZP4fSLfOvgTEL6GUZJ HhQBJuKk0MVCTh5UV5WIzEej3lsvrhYa/IEtj1Dsm9iWYlal7iM4W9CG/1UyygE= =RADu -----END PGP SIGNATURE----- _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
