Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 518173ac24908eb21573a75765616833f6ec42ad
      
https://github.com/NixOS/nixpkgs/commit/518173ac24908eb21573a75765616833f6ec42ad
  Author: aszlig <[email protected]>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M pkgs/applications/networking/browsers/chromium/default.nix

  Log Message:
  -----------
  chromium: Shorten line length of name attribute.

No feature change, I'm just very nitpicky if it comes to lines with more
than 79 characters.

Signed-off-by: aszlig <[email protected]>


  Commit: 690a845de93a49e85480ad5fae492fa14658ce85
      
https://github.com/NixOS/nixpkgs/commit/690a845de93a49e85480ad5fae492fa14658ce85
  Author: aszlig <[email protected]>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M pkgs/applications/networking/browsers/chromium/default.nix
    M pkgs/applications/networking/browsers/chromium/plugins.nix

  Log Message:
  -----------
  chromium: Use Nix expressions for plugin settings.

We now create Nix expressions within the plugin output path(s) which
then will be imported and incorporated into the wrapper. This makes it
easier for other plugins to provide configuration settings to the main
Chromium wrapper.

Of course, in order to allow for external plugins we need to allow
passing a list of plugins to the Chromium derivation, but right now we
keep it internal and only use it for things such as NaCl (as soon as we
support it, of course).

Signed-off-by: aszlig <[email protected]>


  Commit: 7d9fb8625e1e2ce6732c7b4afe1c6fdbe03e35ad
      
https://github.com/NixOS/nixpkgs/commit/7d9fb8625e1e2ce6732c7b4afe1c6fdbe03e35ad
  Author: aszlig <[email protected]>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  chromium: Allow enableWideVine in nixpkgs.config.

Signed-off-by: aszlig <[email protected]>


  Commit: 6f683e4ba30d85c2665b83da4a578fc577a0047c
      
https://github.com/NixOS/nixpkgs/commit/6f683e4ba30d85c2665b83da4a578fc577a0047c
  Author: aszlig <[email protected]>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M pkgs/misc/my-env/default.nix

  Log Message:
  -----------
  my-env: Use sed to substitute $initialPath.

initialPath is now added to the top of the modified setup.sh. It's not
very nice altogether to patch setup.sh in this way, as it is prone to
break on setup.sh changes, but it should (hopefully finally, but
unfortunately only temporarily) fix the issue ewemoa (in #nixos) had
with myEnvFun.

In the long term, if people want to have roughly similar functionality,
nix-shell provides a better way for that, so maybe we might either
remove myEnvFun or replace it with a smaller implementation using
nix-shell.

Signed-off-by: aszlig <[email protected]>


  Commit: 28b29f173dda5e99ecd70a0988837ba8c86e605e
      
https://github.com/NixOS/nixpkgs/commit/28b29f173dda5e99ecd70a0988837ba8c86e605e
  Author: aszlig <[email protected]>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M pkgs/applications/networking/browsers/chromium/common.nix

  Log Message:
  -----------
  chromium: Switch to using bundled protobuf.

This is a response to 1fdefd5562be9f8b726e20a8f0bfab46cc7ae024.

We are already using bundled protobuf for the beta and dev channels and
it also breaks regularly with about every new Chromium release, so let's
use bundled protobuf for all channels now.

Signed-off-by: aszlig <[email protected]>


Compare: https://github.com/NixOS/nixpkgs/compare/7ae1a17c8940...28b29f173dda
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to