Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9cdf17e82239b230dbcafa3e4748221a0b677ff7
      
https://github.com/NixOS/nixpkgs/commit/9cdf17e82239b230dbcafa3e4748221a0b677ff7
  Author: Bjørn Forsman <[email protected]>
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
    M pkgs/tools/misc/colord/default.nix

  Log Message:
  -----------
  colord: fix use of /var

Currently the package is built with /var in $out/var. That fails when it
tries to create/write things at runtime (nix store is read-only).
Instead, tell it to use /var (global directory) and fixup the
installation phase so it doesn't touch /var (leave that for runtime).

This unbreaks the colord dbus service, which apparently is needed by
cups to create color profiles for printers.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to