[Nix-commits] [NixOS/nixpkgs] d25bf8: elasticsearch service: remove postStart script

2017-06-16 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d25bf8e72fe70142f66fa9144842000b756b88cf
  
https://github.com/NixOS/nixpkgs/commit/d25bf8e72fe70142f66fa9144842000b756b88cf
  Author: Tristan Helmich 
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M nixos/modules/services/search/elasticsearch.nix

  Log Message:
  ---
  elasticsearch service: remove postStart script


  Commit: 64bddb3f1ed85b0f8e8c98f95efffd667596258a
  
https://github.com/NixOS/nixpkgs/commit/64bddb3f1ed85b0f8e8c98f95efffd667596258a
  Author: Matthew Bauer 
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M doc/package-notes.xml

  Log Message:
  ---
  manual: add "Emacs" section to manual

This gives some basics on configuring Emacs within Nix. The
configuration is fairly long just to give a good idea of what’s going
on. I can trim out some of it if it’s not necessary. Note that there
is already a section for Emacs in the NixOS manual. However, this is
aimed at avoiding using modules altogether to make things easier for
non-NixOS users. This configuration should work on NixOS anyway,
however.

Fixes #24243
Fixes #19956


  Commit: b6534c694d3849649388df7bb6fb0a7dab9d96e1
  
https://github.com/NixOS/nixpkgs/commit/b6534c694d3849649388df7bb6fb0a7dab9d96e1
  Author: Patrick Mahoney 
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
A pkgs/development/ocaml-modules/janestreet/core_bench.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.core_bench: init at 113.33.03


  Commit: 2ae46bc163512b3eecb60d70866d4ff19dac82bc
  
https://github.com/NixOS/nixpkgs/commit/2ae46bc163512b3eecb60d70866d4ff19dac82bc
  Author: Lukasz Czyzykowski 
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
M pkgs/development/compilers/ghc/8.0.2.nix
A pkgs/development/compilers/ghc/no-cpp-warnings.patch

  Log Message:
  ---
  ghc: 8.0.2 without link warnings

Fixes NixOS/nixpkgs#25139 by backporting patch applied in ghc trunk:
https://phabricator.haskell.org/D2823


  Commit: 2e6239f6661b7f9d1f6bb8ff21ce49babecc6ced
  
https://github.com/NixOS/nixpkgs/commit/2e6239f6661b7f9d1f6bb8ff21ce49babecc6ced
  Author: Vincent Laporte 
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
M pkgs/development/libraries/goffice/default.nix

  Log Message:
  ---
  goffice: 0.10.32 -> 0.10.34


  Commit: 0de9ed92e8a14823684c99e6488678ebba4afe26
  
https://github.com/NixOS/nixpkgs/commit/0de9ed92e8a14823684c99e6488678ebba4afe26
  Author: Vincent Laporte 
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
M pkgs/applications/office/gnumeric/default.nix

  Log Message:
  ---
  gnumeric: 1.12.32 -> 1.12.34


  Commit: aa8018103c75df14ff7e4f424c6b30f21df080cc
  
https://github.com/NixOS/nixpkgs/commit/aa8018103c75df14ff7e4f424c6b30f21df080cc
  Author: romildo 
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/gnome3.nix
M nixos/modules/services/x11/display-managers/lightdm.nix
M nixos/modules/system/boot/loader/grub/grub.nix
M nixos/tests/installer.nix
M pkgs/data/misc/nixos-artwork/default.nix
A pkgs/data/misc/nixos-artwork/wallpapers.nix

  Log Message:
  ---
  nixos-artwork: add more wallpapers

Restructure the nixos-artwork to make it easy to selectively
incorporate other components from upstream without needing to download
the full package.

Until now only the Gnome_Dark wallpaper was included. Add other
wallpapers available in the package repository.


  Commit: 96f4cac65901256c3a3388dbe491de30f65543c7
  
https://github.com/NixOS/nixpkgs/commit/96f4cac65901256c3a3388dbe491de30f65543c7
  Author: Gleb Peregud 
  Date:   2017-06-08 (Thu, 08 Jun 2017)

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

  Log Message:
  ---
  erlang: Move all BEAM packages into beam-packages.

This applies to Erlang, Elixir and LFE packages.

beam-packages provides interpreters and packages sets separately. This
is in preparation of generalizing BEAM interpreters definitions.


  Commit: 3426c88bff6988056163f147e06dcfac2556b588
  
https://github.com/NixOS/nixpkgs/commit/3426c88bff6988056163f147e06dcfac2556b588
  Author: Gleb Peregud 
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
A pkgs/development/beam-modules/lib.nix
M pkgs/development/interpreters/erlang/R16.nix
M pkgs/development/interpreters/erlang/R16B02-8-basho.nix
M pkgs/development/interpreters/erlang/R17.nix
M pkgs/development/interpreters/erlang/R18.nix
M pkgs/development/interpreters/erlang/R19.nix
A 

[Nix-commits] [NixOS/nixpkgs] d25bf8: elasticsearch service: remove postStart script

2017-06-12 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d25bf8e72fe70142f66fa9144842000b756b88cf
  
https://github.com/NixOS/nixpkgs/commit/d25bf8e72fe70142f66fa9144842000b756b88cf
  Author: Tristan Helmich 
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M nixos/modules/services/search/elasticsearch.nix

  Log Message:
  ---
  elasticsearch service: remove postStart script


  Commit: 76430ecd9f36bcfd1682d34c47f69a8e7708df6b
  
https://github.com/NixOS/nixpkgs/commit/76430ecd9f36bcfd1682d34c47f69a8e7708df6b
  Author: Joachim F 
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M nixos/modules/services/search/elasticsearch.nix

  Log Message:
  ---
  Merge pull request #25701 from 
mayflower/elasticsearch_postStart_script_removal

elasticsearch service: remove postStart script


Compare: https://github.com/NixOS/nixpkgs/compare/7f4098f2c135...76430ecd9f36___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits