Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 14080f3e4b9e7c45754b9750424250cadcc066e1
      
https://github.com/NixOS/nix/commit/14080f3e4b9e7c45754b9750424250cadcc066e1
  Author: Shea Levy <[email protected]>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
    M src/libexpr/eval.cc
    M src/libexpr/eval.hh

  Log Message:
  -----------
  Use __toString when coercing sets to strings.

For example, "${{ foo = "bar"; __toString = x: x.foo; }}" evaluates
to "bar".

With this, we can delay calling functions like mkDerivation,
buildPythonPackage, etc. until we actually need a derivation, enabling
overrides and other modifications to happen by simple attribute set
update.


  Commit: 9a4706eb197dd28abec3da3ce0a48f3756ea8975
      
https://github.com/NixOS/nix/commit/9a4706eb197dd28abec3da3ce0a48f3756ea8975
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
    M src/libutil/util.cc

  Log Message:
  -----------
  Fix compilation


  Commit: 80ebd60e7ca3c48a19b94ddaeebb23182b703178
      
https://github.com/NixOS/nix/commit/80ebd60e7ca3c48a19b94ddaeebb23182b703178
  Author: Ilya Novoselov <[email protected]>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Do not override environment CFLAGS and CXXFLAGS

Looks like 5a05cf4063fc6ea666f3e24c60bd2e9e5526ef4e removed usage of
environment CFLAGS and CXXFLAGS by mistake. That change broke building
of nix on fedora core 23.


Compare: https://github.com/NixOS/nix/compare/6298afc04782...80ebd60e7ca3
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to