[Nix-commits] [NixOS/nixpkgs] 1fa75a: sysdig: 0.12.0 -> 0.13.0

2017-01-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1fa75a5bb7cdb9f2413d8b20726ce69523bfe4c6
  
https://github.com/NixOS/nixpkgs/commit/1fa75a5bb7cdb9f2413d8b20726ce69523bfe4c6
  Author: Jörg Thalheim 
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/sysdig/default.nix

  Log Message:
  ---
  sysdig: 0.12.0 -> 0.13.0


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixops] 8ce1cc: Bundle ca-certs with hetzner bootstrap, fixes #356

2017-01-01 Thread aszlig
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 8ce1ccc33bc3a9d25ff969bdc658d11187276f29
  
https://github.com/NixOS/nixops/commit/8ce1ccc33bc3a9d25ff969bdc658d11187276f29
  Author: Graham Christensen 
  Date:   2016-12-08 (Thu, 08 Dec 2016)

  Changed paths:
M nix/hetzner-bootstrap.nix

  Log Message:
  ---
  Bundle ca-certs with hetzner bootstrap, fixes #356


  Commit: b09e618ed63142e1f4babb3d7f5aeb9d63e2b744
  
https://github.com/NixOS/nixops/commit/b09e618ed63142e1f4babb3d7f5aeb9d63e2b744
  Author: aszlig 
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
M nix/hetzner-bootstrap.nix

  Log Message:
  ---
  Merge pull request #564 from grahamc/fix-certs

This bundles ca-certs with hetzner-bootstrap.nix, so it should fix #356
where @manveru reported that binary cache substititions didn't work
because of certificate errors.

Although the change is quite trivial I usually try to test things on a
real machine before actually merging it, but I currently don't have a
free Hetzner machine available for testing.

I'm merging this based on @grahamc's assertion "This patch has worked on
provisioning several boxes" and testing this by building and manually
verifying the bootstrap installer and also running the "hetzner" VM test
on x86_64-linux.

So I think the worst thing that could happen is that #356 isn't fixed
after all.

Fixes: #356


  Commit: 9c3aecba84208438736538f4c9fd6914bed05b90
  
https://github.com/NixOS/nixops/commit/9c3aecba84208438736538f4c9fd6914bed05b90
  Author: aszlig 
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
M tests/hetzner-backend/repository.nix

  Log Message:
  ---
  tests/hetzner: Make getting GPG key ID more robust

GnuPG has a --with-colons flag, so we don't need to use a complicated
sed expression to extract the key ID.

Signed-off-by: aszlig 


  Commit: a29d3344065ab83c151ad119f076473ebdecad0d
  
https://github.com/NixOS/nixops/commit/a29d3344065ab83c151ad119f076473ebdecad0d
  Author: aszlig 
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
M tests/hetzner-backend/repository.nix

  Log Message:
  ---
  tests/hetzner/repos: Pin GnuPG version to v2.0

I ran into this while trying to run tests prior to merging #564 (merge
commit b09e618ed63142e1f4babb3d7f5aeb9d63e2b744).

The default GnuPG version in  is 2.1, but the Debian version
used while building the Debian repository is GnuPG version 2.0, so we
need to make sure both versions match at least in major and minor.

The test for the Hetzner backend now still fails, but at least it
doesn't fail anymore because one of its dependencies are failing.

Signed-off-by: aszlig 


  Commit: af1a6a575cf828b942804ef99970493dfc3ac094
  
https://github.com/NixOS/nixops/commit/af1a6a575cf828b942804ef99970493dfc3ac094
  Author: aszlig 
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
M tests/hetzner-backend/default.nix

  Log Message:
  ---
  tests/hetzner: Fix up coordinator dependencies

As we don't have networking access within tests, we also need to add
pkgs.lib{xml2,xslt}.dev or pkgs.lib{xml2,xslt} as fallback.

I'm using .dev here, because it references all of the other outputs of
the corresponding library as well so we don't need to list all the
possible outputs.

Unfortunately, I'm not quite sure what has led to this requirement,
because I don't want to bisect a whole lot of changes since NixOS
release 16.03 just to find out the origin of this.

Adding these dependencies now causes the test to succeed with NixOS
unstable and release-16.09.

Signed-off-by: aszlig 


Compare: https://github.com/NixOS/nixops/compare/1ce9aff239d3...af1a6a575cf8___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Plan for GHC 8.0.2

2017-01-01 Thread Aycan iRiCAN
Happy new year. 

Since 8.0.2 fixes non deterministic I'd bug, it's very important for those who 
can't use distributed builds due to this bug.

Cheers
--
aycan

> On 2 Jan 2017, at 02:20, Bas van Dijk  wrote:
> 
> First of all, happy New Year everybody!
> 
> Peter, I was wondering what your plan is regarding GHC-8.0.2. Will you add it 
> to the release-16.09 branch once it's released or do we have wait for 17.03?
> 
> Cheers,
> 
> Bas
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] cdfd26: pktgen: fix runtime paths

2017-01-01 Thread Ruslan Babayev
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cdfd2698ef6f43961919147ba5f498a98dd85efe
  
https://github.com/NixOS/nixpkgs/commit/cdfd2698ef6f43961919147ba5f498a98dd85efe
  Author: Ruslan Babayev 
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/pktgen/default.nix

  Log Message:
  ---
  pktgen: fix runtime paths

The Lua and lscpu path substitution got accidentally removed in
with commit 605b8095ca11a678af83364549d8fc72ba3f4219

(cherry picked from commit 1bead812759e5de28afdf11bcb7c1ca869cb6b68)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 1bead8: pktgen: fix runtime paths

2017-01-01 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1bead812759e5de28afdf11bcb7c1ca869cb6b68
  
https://github.com/NixOS/nixpkgs/commit/1bead812759e5de28afdf11bcb7c1ca869cb6b68
  Author: Ruslan Babayev 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/pktgen/default.nix

  Log Message:
  ---
  pktgen: fix runtime paths

The Lua and lscpu path substitution got accidentally removed in
with commit 605b8095ca11a678af83364549d8fc72ba3f4219


  Commit: 79174ece7e3fc69e1f791fd9a93a9c42ed8bf548
  
https://github.com/NixOS/nixpkgs/commit/79174ece7e3fc69e1f791fd9a93a9c42ed8bf548
  Author: Joachim F 
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/pktgen/default.nix

  Log Message:
  ---
  Merge pull request #21575 from abuibrahim/master

pktgen: fix runtime paths


Compare: https://github.com/NixOS/nixpkgs/compare/2c288548b93b...79174ece7e3f___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 673379: ndjbdns: build from latest sources which adds Darw...

2017-01-01 Thread Daiderd Jordan
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 67337972484fbf4cc9870a8376837b4c46e23f89
  
https://github.com/NixOS/nixpkgs/commit/67337972484fbf4cc9870a8376837b4c46e23f89
  Author: Florian 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/tools/networking/ndjbdns/default.nix

  Log Message:
  ---
  ndjbdns: build from latest sources which adds Darwin compatibility


  Commit: e2bb0c5da85bf66648103395fe926a9c8f274840
  
https://github.com/NixOS/nixpkgs/commit/e2bb0c5da85bf66648103395fe926a9c8f274840
  Author: Florent Becker 
  Date:   2016-10-20 (Thu, 20 Oct 2016)

  Changed paths:
M pkgs/development/tools/ocaml/js_of_ocaml/default.nix

  Log Message:
  ---
  js_of_ocaml: propagate dependency on ppx_deriving

ppx_deriving is needed by js_of_ocaml even when it is not used in the code to 
be compiled
by js_of_ocaml


  Commit: 51e0173c284aecc857fd81533df36e541ae66f08
  
https://github.com/NixOS/nixpkgs/commit/51e0173c284aecc857fd81533df36e541ae66f08
  Author: Florent Becker 
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
M pkgs/development/ocaml-modules/pcre/default.nix

  Log Message:
  ---
  ocamlPackages.ocaml_pcre: change name from ocaml-ocaml-pcre to ocaml-pcre

The old name was confusing some dependencies when searching for dllpcrestubs.so


  Commit: a52c1b484017d57ec1a7a9bb3a7add8bcabc11a1
  
https://github.com/NixOS/nixpkgs/commit/a52c1b484017d57ec1a7a9bb3a7add8bcabc11a1
  Author: Florent Becker 
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
M pkgs/development/ocaml-modules/pgocaml/default.nix

  Log Message:
  ---
  pgocaml: 2.2 -> 2.3

Changes the build system from mkDerivation to buildOcaml


  Commit: ac69382453c61a17ec0669e449dac33d7e13c3a6
  
https://github.com/NixOS/nixpkgs/commit/ac69382453c61a17ec0669e449dac33d7e13c3a6
  Author: Florent Becker 
  Date:   2016-10-22 (Sat, 22 Oct 2016)

  Changed paths:
M pkgs/development/ocaml-modules/eliom/default.nix

  Log Message:
  ---
  eliom: modernize derivation


  Commit: 10728c25b0fe4b91ac25d4b40c2de84ab6a944c2
  
https://github.com/NixOS/nixpkgs/commit/10728c25b0fe4b91ac25d4b40c2de84ab6a944c2
  Author: Alexander Ried 
  Date:   2016-10-28 (Fri, 28 Oct 2016)

  Changed paths:
M pkgs/build-support/replace-dependency.nix

  Log Message:
  ---
  replaceDependency: fix syntax error


  Commit: 41fcb036eb19b6aef8f4f11d7eb6135247afc8bd
  
https://github.com/NixOS/nixpkgs/commit/41fcb036eb19b6aef8f4f11d7eb6135247afc8bd
  Author: Nikolay Amiantov 
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
M pkgs/build-support/release/debian-build.nix

  Log Message:
  ---
  releaseTools.debBuild: split checkinstall into separate phase and allow to 
override them


  Commit: b0bfa88848cddb3011db8fb3465a25ec80e54da9
  
https://github.com/NixOS/nixpkgs/commit/b0bfa88848cddb3011db8fb3465a25ec80e54da9
  Author: Tom Hinton 
  Date:   2016-12-16 (Fri, 16 Dec 2016)

  Changed paths:
M pkgs/applications/gis/grass/default.nix

  Log Message:
  ---
  Fiddle LD_LIBRARY_PATH to include GDAL

Some GRASS functions dlopen GDAL, and don't get patched in the install.
To make them work I have to export LD_LIBRARY_PATH from within grass again with 
pkgs.gdal/lib.
Alternatively this does the trick - there might be a better way to do this, if 
the configure script can take the true path to gdal and reflect it in the 
dlopen calls or something?


  Commit: 4c1d8b4347cf4a3e566165bb16551108ea4b4af1
  
https://github.com/NixOS/nixpkgs/commit/4c1d8b4347cf4a3e566165bb16551108ea4b4af1
  Author: Márton Boros 
  Date:   2016-12-20 (Tue, 20 Dec 2016)

  Changed paths:
A pkgs/development/idris-modules/httpclient.nix

  Log Message:
  ---
  idrisPackages.httpclient: init


  Commit: 6eead52e1252413ea835fa1261bbf73ff569d23d
  
https://github.com/NixOS/nixpkgs/commit/6eead52e1252413ea835fa1261bbf73ff569d23d
  Author: Christopher League 
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
M lib/maintainers.nix
M nixos/modules/module-list.nix
A nixos/modules/programs/gphoto2.nix
M pkgs/development/libraries/libgphoto2/default.nix

  Log Message:
  ---
  gphoto2: nixos programs module to configure udev

Closes #21420.


  Commit: 2990cd8aeac6b6a05121eebb0f5ca997eb73a650
  
https://github.com/NixOS/nixpkgs/commit/2990cd8aeac6b6a05121eebb0f5ca997eb73a650
  Author: Robert Helgesson 
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
M pkgs/development/libraries/science/math/clblas/cuda/default.nix

  Log Message:
  ---
  clblas-cuda: use system gtest library

Without this the build attempts to download the library.


  Commit: e243ec43f3728a7e1ddf617af58f18f72b79415d
  
https://github.com/NixOS/nixpkgs/commit/e243ec43f3728a7e1ddf617af58f18f72b79415d
  Author: Jeremy Shaw 
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed p

[Nix-commits] [NixOS/nixpkgs] e9d60c: libc++3.7: fix to use with modern compilers

2017-01-01 Thread Daiderd Jordan
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e9d60c5636a8ba2a9685a741d06641a4b86398f9
  
https://github.com/NixOS/nixpkgs/commit/e9d60c5636a8ba2a9685a741d06641a4b86398f9
  Author: Dmitry Kalinkin 
  Date:   2016-12-30 (Fri, 30 Dec 2016)

  Changed paths:
M pkgs/development/compilers/llvm/3.7/libc++/default.nix
A pkgs/development/compilers/llvm/3.7/libc++/r242056.patch

  Log Message:
  ---
  libc++3.7: fix to use with modern compilers

Modern compiler will issue a following error whenever '#include '
is done:

/nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1938:44:
error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception 
specification 'noexcept(is_nothrow_copy_constructible::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& 
__a)
 ^
/nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1326:40:
note: previous declaration is here
_LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
 ^
1 error generated.

This happens because modern clang is more strict about checking
exception specification for forward declaration and definition.

http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/string?r1=242056&r2=242623&diff_format=h


  Commit: c7bcb99ff266a8fc93ced3f4205ca305ec2e9186
  
https://github.com/NixOS/nixpkgs/commit/c7bcb99ff266a8fc93ced3f4205ca305ec2e9186
  Author: Dmitry Kalinkin 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/applications/science/misc/root/default.nix
M pkgs/applications/science/misc/root/sw_vers.patch

  Log Message:
  ---
  root: 6.04.18 -> 6.08.02

This relies on
e9d60c56 ('libc++3.7: fix to use with modern compilers')


  Commit: 2bb33130cc3a00a8fb1a6afb341cf31079061e5a
  
https://github.com/NixOS/nixpkgs/commit/2bb33130cc3a00a8fb1a6afb341cf31079061e5a
  Author: Daiderd Jordan 
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
M pkgs/applications/science/misc/root/default.nix
M pkgs/applications/science/misc/root/sw_vers.patch
M pkgs/development/compilers/llvm/3.7/libc++/default.nix
A pkgs/development/compilers/llvm/3.7/libc++/r242056.patch

  Log Message:
  ---
  Merge pull request #21541 from veprbl/libcpp37

libc++3.7: fix to use with clang 3.9


Compare: https://github.com/NixOS/nixpkgs/compare/c2752f8228b2...2bb33130cc3a___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] Plan for GHC 8.0.2

2017-01-01 Thread Bas van Dijk
First of all, happy New Year everybody!

Peter, I was wondering what your plan is regarding GHC-8.0.2. Will you add
it to the release-16.09 branch once it's released or do we have wait for
17.03?

Cheers,

Bas
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] f37c7e: youcompleteme: fix compilation

2017-01-01 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f37c7e01d551d111fc25e3a9a9f71d6654840941
  
https://github.com/NixOS/nixpkgs/commit/f37c7e01d551d111fc25e3a9a9f71d6654840941
  Author: Dmitry Kalinkin 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/misc/vim-plugins/default.nix
R pkgs/misc/vim-plugins/patches/youcompleteme/1-top-cmake.patch
M pkgs/misc/vim-plugins/vim2nix/additional-nix-code/youcompleteme

  Log Message:
  ---
  youcompleteme: fix compilation

1) Replace --system-libclang with an explicit setting for the path to
nix libclang 3.9. Otherwise it will find system's libclang on darwin.

2) Remove clang/llvm from build inputs. This prevents ycm itself from
being compiled by clang 3.9. stdenv's standard compiler (gcc or
clang 3.7) will suffice.

3) Enable C++11 again as #16212 is caused by incopatibility between
clang 3.9 and libc++ 3.7, but we don't compile YCM with clang 3.9, so
this is not needed anymore.


  Commit: 2c288548b93b657365c27a0132a43ba0080870cc
  
https://github.com/NixOS/nixpkgs/commit/2c288548b93b657365c27a0132a43ba0080870cc
  Author: Daiderd Jordan 
  Date:   2017-01-02 (Mon, 02 Jan 2017)

  Changed paths:
M pkgs/misc/vim-plugins/default.nix
R pkgs/misc/vim-plugins/patches/youcompleteme/1-top-cmake.patch
M pkgs/misc/vim-plugins/vim2nix/additional-nix-code/youcompleteme

  Log Message:
  ---
  Merge pull request #21574 from veprbl/ycm_fix

youcompleteme: fix compilation


Compare: https://github.com/NixOS/nixpkgs/compare/0890ce6f0978...2c288548b93b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] cf9e1a: add introspection to gmime

2017-01-01 Thread Brandon Dimcheff
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cf9e1a03f7ce26f4f23e03dd094e2a2615e7457a
  
https://github.com/NixOS/nixpkgs/commit/cf9e1a03f7ce26f4f23e03dd094e2a2615e7457a
  Author: Brandon Dimcheff 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

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

  Log Message:
  ---
  add introspection to gmime

This was necessary for astroid to work with gmime, and I thought it
would be generally useful.


  Commit: 0890ce6f09787096c878b14c9b5d37831093a404
  
https://github.com/NixOS/nixpkgs/commit/0890ce6f09787096c878b14c9b5d37831093a404
  Author: Brandon Dimcheff 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
A pkgs/applications/networking/mailreaders/astroid/default.nix
A 
pkgs/applications/networking/mailreaders/astroid/propagate-environment.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  astroid: init at 0.6


Compare: https://github.com/NixOS/nixpkgs/compare/6da8b0d49de7...0890ce6f0978___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] eclipse Neon.2 SDK

2017-01-01 Thread Robert Helgesson
> The attached patch updates the Eclipse SDK nixpkgs expression to the
> latest version 4.6.2 (Neon.2).

Thanks Karn! But why replace the Eclipse Platform attribute with Eclipse
SDK? I'm using Eclipse Platform and am quite happy not to have the extra
plugins of the full SDK.

/rycee

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 6da8b0: Time passing by

2017-01-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6da8b0d49de784c72a3411b86656fa62656ea98e
  
https://github.com/NixOS/nixpkgs/commit/6da8b0d49de784c72a3411b86656fa62656ea98e
  Author: Domen Kožar 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M COPYING

  Log Message:
  ---
  Time passing by


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] eclipse Neon.2 SDK

2017-01-01 Thread Karn Kallio

The attached patch updates the Eclipse SDK nixpkgs expression to the
latest version 4.6.2 (Neon.2).
>From d2c8f5a9f50c75692371e15244420e31137eb3e3 Mon Sep 17 00:00:00 2001
From: Karn Kallio 
Date: Sun, 1 Jan 2017 16:27:15 -0400
Subject: [PATCH] eclipse sdk: advance to Neon 4.6.2

---
 pkgs/applications/editors/eclipse/default.nix | 29 +++
 1 file changed, 7 insertions(+), 22 deletions(-)

diff --git a/pkgs/applications/editors/eclipse/default.nix b/pkgs/applications/editors/eclipse/default.nix
index 4663e8c64f..779113d741 100644
--- a/pkgs/applications/editors/eclipse/default.nix
+++ b/pkgs/applications/editors/eclipse/default.nix
@@ -85,22 +85,7 @@ rec {
 
   ### Eclipse Platform
 
-  eclipse-platform = eclipse-platform-46;
-
-  eclipse-platform-46 = buildEclipse {
-name = "eclipse-platform-4.6.1";
-description = "Eclipse platform";
-sources = {
-  "x86_64-linux" = fetchurl {
-  url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6.1-201609071200/eclipse-SDK-4.6.1-linux-gtk-x86_64.tar.gz;
-  sha256 = "1mr7sj4whz23iwz5j6mbqd80a39177qv0r7b6cip7dji4n2agl8j";
-};
-  "i686-linux" = fetchurl {
-  url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6.1-201609071200/eclipse-SDK-4.6.1-linux-gtk.tar.gz;
-  sha256 = "0kgj0zpgzwx90q13c4mr8swf63azd56532ycxgq2rbs0d1qbl87j";
-};
-};
-  };
+  eclipse-platform = eclipse-sdk-46;
 
   ### Eclipse Scala SDK
 
@@ -123,16 +108,16 @@ rec {
   ### Eclipse SDK
 
   eclipse-sdk-46 = buildEclipse {
-name = "eclipse-sdk-4.6.1";
-description = "Eclipse Neon Classic";
+name = "eclipse-sdk-4.6.2";
+description = "Eclipse Neon 2 Classic";
 sources = {
   "x86_64-linux" = fetchurl {
-  url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6.1-201609071200/eclipse-SDK-4.6.1-linux-gtk-x86_64.tar.gz;
-  sha256 = "1mr7sj4whz23iwz5j6mbqd80a39177qv0r7b6cip7dji4n2agl8j";
+  url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6.2-201611241400/eclipse-SDK-4.6.2-linux-gtk-x86_64.tar.gz;
+  sha256 = "0g3nk1gcz178j8xk6nblkfsaysm8gq8101383fx60x6w25rdfgjb";
 };
   "i686-linux" = fetchurl {
-  url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6.1-201609071200/eclipse-SDK-4.6.1-linux-gtk.tar.gz;
-  sha256 = "0kgj0zpgzwx90q13c4mr8swf63azd56532ycxgq2rbs0d1qbl87j";
+  url = http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.6.2-201611241400/eclipse-SDK-4.6.2-linux-gtk.tar.gz;
+  sha256 = "09wlkcxs5h3j8habqxgr4all99vkgmyixc0vr9dj3qs0kl85k5mz";
 };
 };
   };
-- 
2.11.0

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] f30520: wireguard: 0.0.20161223 -> 0.0.20161230

2017-01-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f3052035ee758b853adbb4c218e90e39db72538f
  
https://github.com/NixOS/nixpkgs/commit/f3052035ee758b853adbb4c218e90e39db72538f
  Author: Jörg Thalheim 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/wireguard/default.nix

  Log Message:
  ---
  wireguard: 0.0.20161223 -> 0.0.20161230

fixes #21572


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] e98bd7: transcrypt: 0.9.9 -> 1.0.0

2017-01-01 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e98bd77ef356443c3afd106f416d0a355f11472e
  
https://github.com/NixOS/nixpkgs/commit/e98bd77ef356443c3afd106f416d0a355f11472e
  Author: Aaron Bull Schaefer 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/transcrypt/default.nix

  Log Message:
  ---
  transcrypt: 0.9.9 -> 1.0.0


  Commit: 7df5e22a283b15eaacff812a764dd4c510ac8e39
  
https://github.com/NixOS/nixpkgs/commit/7df5e22a283b15eaacff812a764dd4c510ac8e39
  Author: Graham Christensen 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/transcrypt/default.nix

  Log Message:
  ---
  Merge pull request #21571 from elasticdog/transcrypt

transcrypt: 0.9.9 -> 1.0.0


Compare: https://github.com/NixOS/nixpkgs/compare/3b754e525fea...7df5e22a283b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ba7174: dpdk: 16.07 -> 16.07.2

2017-01-01 Thread Joachim Fasting
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ba71746357d32484323f87f514c08ce265f2da3a
  
https://github.com/NixOS/nixpkgs/commit/ba71746357d32484323f87f514c08ce265f2da3a
  Author: Ruslan Babayev 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/dpdk/default.nix

  Log Message:
  ---
  dpdk: 16.07 -> 16.07.2

(cherry picked from commit dd45691fe04a49a5a28053f7f5b28ab33c2e5849)
Fixes build against linux >4.4


  Commit: bff0046f4eb525038a7ec1e7ee5b308dfb8e7af6
  
https://github.com/NixOS/nixpkgs/commit/bff0046f4eb525038a7ec1e7ee5b308dfb8e7af6
  Author: Ruslan Babayev 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/odp-dpdk/default.nix

  Log Message:
  ---
  odp-dpdk: 2016-08-16 -> 1.12.0.0

(cherry picked from commit aeb41bbf754b1a9f8ddb815f5ad5f966fa82d25a)
Fixes build against linux >4.4


  Commit: a10c24bd60364f24252b9f1e11917e4eb4e493f7
  
https://github.com/NixOS/nixpkgs/commit/a10c24bd60364f24252b9f1e11917e4eb4e493f7
  Author: Ruslan Babayev 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/pktgen/default.nix

  Log Message:
  ---
  pktgen: 3.0.13 -> 3.1.0

(cherry picked from commit 605b8095ca11a678af83364549d8fc72ba3f4219)
Fixes build against linux >4.4


  Commit: 41574375d7a443e3a57e5719fd586fe8573e4888
  
https://github.com/NixOS/nixpkgs/commit/41574375d7a443e3a57e5719fd586fe8573e4888
  Author: Joachim Fasting 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/applications/version-management/cvsps/default.nix

  Log Message:
  ---
  cvsps: get source from Debian, fix build

The cobite.com urls seem to have disappeared or been moved.  I've failed
to find where they might have gone, so use debian's mirrored sources
instead.

(cherry picked from commit b4c5916e85301bb39148678a069fb7b35a3d8dba)


  Commit: ceace93b44bdb33d877c9e3ffb7753bd7ecbc995
  
https://github.com/NixOS/nixpkgs/commit/ceace93b44bdb33d877c9e3ffb7753bd7ecbc995
  Author: Joachim Fasting 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
R pkgs/applications/version-management/cvsps/01_ignoretrunk.dpatch
R pkgs/applications/version-management/cvsps/02_dynamicbufferalloc.dpatch
R pkgs/applications/version-management/cvsps/03_diffoptstypo.dpatch
M pkgs/applications/version-management/cvsps/default.nix

  Log Message:
  ---
  cvsps: fetch patches from debian 2.1-7 sources

(cherry picked from commit 25164720501d143fc27c2cea921c1ea92f14584d)


  Commit: 65ce9ce0e6eecbfe63fc0f514102fc6b043ba775
  
https://github.com/NixOS/nixpkgs/commit/65ce9ce0e6eecbfe63fc0f514102fc6b043ba775
  Author: Joachim Fasting 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/kernel/patches.nix

  Log Message:
  ---
  grsecurity: 4.8.15-201612151923 -> 201612301949

(cherry picked from commit 75ce71481842b0b9b1f81cd99cebf7aeba64243d)


Compare: https://github.com/NixOS/nixpkgs/compare/64a130276da9...65ce9ce0e6ee___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 039e90: fityk: 1.3.0 -> 1.3.1

2017-01-01 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 039e90c9d34ee471f725d22307d4a14893f46597
  
https://github.com/NixOS/nixpkgs/commit/039e90c9d34ee471f725d22307d4a14893f46597
  Author: Pascal Wittmann 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/applications/science/misc/fityk/default.nix

  Log Message:
  ---
  fityk: 1.3.0 -> 1.3.1


  Commit: 3b754e525fea495e90a9542a41140803214c1fcc
  
https://github.com/NixOS/nixpkgs/commit/3b754e525fea495e90a9542a41140803214c1fcc
  Author: Pascal Wittmann 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

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

  Log Message:
  ---
  xylib: 1.4 -> 1.5


Compare: https://github.com/NixOS/nixpkgs/compare/d3f01c3531bd...3b754e525fea___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0d6568: Python: script names now include full path

2017-01-01 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0d6568444f5c7eae5bd87c75b76ffdaadea5da3c
  
https://github.com/NixOS/nixpkgs/commit/0d6568444f5c7eae5bd87c75b76ffdaadea5da3c
  Author: Frederik Rietdijk 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/development/interpreters/python/wrap-python.nix

  Log Message:
  ---
  Python: script names now include full path

Certain programs, like zim, calibre and now also apparently mercurial,
rely on sys.argv[0] providing not just the script name but the full
path.

The Python docs [1] state the following on the matter:

> argv[0] is the script name (it is operating system dependent whether
this is a full pathname or not).

Therefore, scripts should not expect to receive a full path.
Unfortunately some do. While this can be considered a bug, there doesn't
seem any reason not to provide the full path. Therefore we now provide
the full path.

[1]
https://docs.python.org/3.5/library/sys.html?highlight=sys.argv#sys.argv


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 7f0143: kcov: 29 -> 32

2017-01-01 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7f0143b89dd480e866e337fc4cff55f960c27d8a
  
https://github.com/NixOS/nixpkgs/commit/7f0143b89dd480e866e337fc4cff55f960c27d8a
  Author: Léo Gaspard 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/development/tools/analysis/kcov/default.nix

  Log Message:
  ---
  kcov: 29 -> 32


  Commit: d3f01c3531bdcd3e105bcb9de42f22776d0c3078
  
https://github.com/NixOS/nixpkgs/commit/d3f01c3531bdcd3e105bcb9de42f22776d0c3078
  Author: Joachim F 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/development/tools/analysis/kcov/default.nix

  Log Message:
  ---
  Merge pull request #21560 from Ekleog/kcov

kcov: 29 -> 32


Compare: https://github.com/NixOS/nixpkgs/compare/31dc66a55ae2...d3f01c3531bd___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] c08556: dropbox: 16.4.29 -> 16.4.30

2017-01-01 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c08556fea52bd93a35596ee10f1d9c9fca490854
  
https://github.com/NixOS/nixpkgs/commit/c08556fea52bd93a35596ee10f1d9c9fca490854
  Author: Peter Hoeg 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/applications/networking/dropbox/default.nix

  Log Message:
  ---
  dropbox: 16.4.29 -> 16.4.30


  Commit: 31dc66a55ae2a062b7f025879808afe30631fff8
  
https://github.com/NixOS/nixpkgs/commit/31dc66a55ae2a062b7f025879808afe30631fff8
  Author: Graham Christensen 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/applications/networking/dropbox/default.nix

  Log Message:
  ---
  Merge pull request #21564 from peterhoeg/u/dropbox

dropbox: 16.4.29 -> 16.4.30


Compare: https://github.com/NixOS/nixpkgs/compare/05f2f8e1fd8f...31dc66a55ae2___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 64a130: dropbox: 16.4.29 -> 16.4.30

2017-01-01 Thread Peter Hoeg
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 64a130276da99e744bbf38c01071967a3a3efb3d
  
https://github.com/NixOS/nixpkgs/commit/64a130276da99e744bbf38c01071967a3a3efb3d
  Author: Peter Hoeg 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/applications/networking/dropbox/default.nix

  Log Message:
  ---
  dropbox: 16.4.29 -> 16.4.30

(cherry picked from commit c08556fea52bd93a35596ee10f1d9c9fca490854)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 002f3c: mpd: listen on 127.0.0.1 by default

2017-01-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 002f3c8760db7d37356209c51328c4d61745b661
  
https://github.com/NixOS/nixpkgs/commit/002f3c8760db7d37356209c51328c4d61745b661
  Author: tg(x) <*@tg-x.net>
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M nixos/modules/services/audio/mpd.nix

  Log Message:
  ---
  mpd: listen on 127.0.0.1 by default


  Commit: 05f2f8e1fd8f24cfb7b9309b45bf61432ea52671
  
https://github.com/NixOS/nixpkgs/commit/05f2f8e1fd8f24cfb7b9309b45bf61432ea52671
  Author: Jörg Thalheim 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M nixos/modules/services/audio/mpd.nix

  Log Message:
  ---
  Merge pull request #21505 from tg-x/mpd-listen

mpd: listen on 127.0.0.1 by default


Compare: https://github.com/NixOS/nixpkgs/compare/c58b4cf69394...05f2f8e1fd8f___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nix] c8b9e4: Readme semantics.

2017-01-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: c8b9e47fb3a51374433fad4e523e5406eb3dfa3b
  
https://github.com/NixOS/nix/commit/c8b9e47fb3a51374433fad4e523e5406eb3dfa3b
  Author: N1X 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Readme semantics.


  Commit: c4f4eef915450406e94410a2b023d72681102db9
  
https://github.com/NixOS/nix/commit/c4f4eef915450406e94410a2b023d72681102db9
  Author: Domen Kožar 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #1168 from itsN1X/patch-1

Readme semantics.


Compare: https://github.com/NixOS/nix/compare/00d93b65fae5...c4f4eef91545___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 7a720a: nrpl: init at 20150521

2017-01-01 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7a720abc03c5340cc84b6d053d07e66eb9e407ad
  
https://github.com/NixOS/nixpkgs/commit/7a720abc03c5340cc84b6d053d07e66eb9e407ad
  Author: Peter Hoeg 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
A pkgs/development/tools/nrpl/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  nrpl: init at 20150521


  Commit: c58b4cf69394c406b963c9b141b45886d68e9593
  
https://github.com/NixOS/nixpkgs/commit/c58b4cf69394c406b963c9b141b45886d68e9593
  Author: Graham Christensen 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
A pkgs/development/tools/nrpl/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #21520 from peterhoeg/p/nrpl

nrpl: init at 20150521


Compare: https://github.com/NixOS/nixpkgs/compare/11fe837758d8...c58b4cf69394___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 11fe83: rename sound.enableMediaKeys to sound.mediaKeys.en...

2017-01-01 Thread Robin Stumm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 11fe837758d87cea8865159486cb0dcd34870436
  
https://github.com/NixOS/nixpkgs/commit/11fe837758d87cea8865159486cb0dcd34870436
  Author: Robin Stumm 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M nixos/modules/rename.nix
M nixos/modules/services/audio/alsa.nix

  Log Message:
  ---
  rename sound.enableMediaKeys to sound.mediaKeys.enable and add volumeStep


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 6eead5: gphoto2: nixos programs module to configure udev

2017-01-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6eead52e1252413ea835fa1261bbf73ff569d23d
  
https://github.com/NixOS/nixpkgs/commit/6eead52e1252413ea835fa1261bbf73ff569d23d
  Author: Christopher League 
  Date:   2016-12-27 (Tue, 27 Dec 2016)

  Changed paths:
M lib/maintainers.nix
M nixos/modules/module-list.nix
A nixos/modules/programs/gphoto2.nix
M pkgs/development/libraries/libgphoto2/default.nix

  Log Message:
  ---
  gphoto2: nixos programs module to configure udev

Closes #21420.


  Commit: 84a50084c33635a91aebd3bece4d3b71293341de
  
https://github.com/NixOS/nixpkgs/commit/84a50084c33635a91aebd3bece4d3b71293341de
  Author: Jörg Thalheim 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M lib/maintainers.nix
M nixos/modules/module-list.nix
A nixos/modules/programs/gphoto2.nix
M pkgs/development/libraries/libgphoto2/default.nix

  Log Message:
  ---
  Merge pull request #21444 from league/fix/gphoto2-udev

gphoto2: nixos programs module to configure udev


Compare: https://github.com/NixOS/nixpkgs/compare/db8c9ef3ffab...84a50084c336___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] db8c9e: bcc: git-2016-08-30 -> 0.2.0

2017-01-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: db8c9ef3ffabd401004484158463526240a7e318
  
https://github.com/NixOS/nixpkgs/commit/db8c9ef3ffabd401004484158463526240a7e318
  Author: Jörg Thalheim 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/os-specific/linux/bcc/default.nix

  Log Message:
  ---
  bcc: git-2016-08-30 -> 0.2.0


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 5195e0: borgbackup: cleanup inputs

2017-01-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5195e0d70fd648e4d3e2c33dbe95537b4b480b81
  
https://github.com/NixOS/nixpkgs/commit/5195e0d70fd648e4d3e2c33dbe95537b4b480b81
  Author: Joachim Fasting 
  Date:   2016-12-31 (Sat, 31 Dec 2016)

  Changed paths:
M pkgs/tools/backup/borg/default.nix

  Log Message:
  ---
  borgbackup: cleanup inputs

tox/detox are removed; they are used to test multiple python
implementations in parallel, which isn't really appropriate for a Nix
install check.  Also, because these were added to the propagated build
inputs, lots of unnecessary stuff ended up in the resulting closure.
Note that removing tox does not imply tests are not run; they never were
to begin with; this is a separate issue.

This fixes https://github.com/NixOS/nixpkgs/issues/16171

Also, for "correctness" ordinary build-time dependencies are added to
`buildInputs`; only inputs that are to be added to the python path are
added to `propagatedBuildInputs`.


  Commit: db0a2c80e5a62ffb331935f35d43969affce
  
https://github.com/NixOS/nixpkgs/commit/db0a2c80e5a62ffb331935f35d43969affce
  Author: Jörg Thalheim 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M pkgs/tools/backup/borg/default.nix

  Log Message:
  ---
  Merge pull request #21555 from joachifm/borgbackup-cleanup

borgbackup: cleanup inputs


Compare: https://github.com/NixOS/nixpkgs/compare/ce99e34b17de...db0a2c80e5a6___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ce99e3: docker: deprecate socketActivation option

2017-01-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ce99e34b17dea68234bbfe297b522bdd920859e5
  
https://github.com/NixOS/nixpkgs/commit/ce99e34b17dea68234bbfe297b522bdd920859e5
  Author: Jörg Thalheim 
  Date:   2017-01-01 (Sun, 01 Jan 2017)

  Changed paths:
M nixos/modules/virtualisation/docker.nix

  Log Message:
  ---
  docker: deprecate socketActivation option


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits