[Nix-dev] Re: [Nix-commits] SVN commit: nix - 12701 - simons - nixpkgs/trunk/pkgs/tools/text/replace

Andres Loeh andres.loeh at googlemail.com
Mon Aug 25 16:34:44 CEST 2008


> Author: simons
> Date: 2008-08-25 10:00:17 +0000 (Mon, 25 Aug 2008)
> New Revision: 12701

[...]

> Log:
> replace: makeFlags is an array

[...]

> -  makeFlags = "TREE=\$(out)";
> +  makeFlags = ["TREE=\$(out)"];

I don't think makeFlags is an array. setup.sh has two variables,
makeFlags and makeFlagsArray. The latter is an array, the former
isn't. Actually, it's not quite clear to me why both are needed.
Your change isn't harmful (the list is converted back into a
string by Nix), but I don't see its use either ...

Cheers,
  Andres



More information about the nix-dev mailing list