[Nix-commits] [NixOS/nixpkgs] 49207a: chromium: 56.0.2924.87 -> 57.0.2987.98 [Security]

2017-03-14 Thread Charles Strahan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 49207a62f3f14aefeddd0daf311529a9495101db
  
https://github.com/NixOS/nixpkgs/commit/49207a62f3f14aefeddd0daf311529a9495101db
  Author: Herwig Hochleitner 
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  chromium: 56.0.2924.87 -> 57.0.2987.98 [Security]


  Commit: f5ccf24028982048f7ca55581435944494653a4a
  
https://github.com/NixOS/nixpkgs/commit/f5ccf24028982048f7ca55581435944494653a4a
  Author: Charles Strahan 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  Merge pull request #23737 from bendlas/update-chromium

chromium: 56.0.2924.87 -> 57.0.2987.98 [Security]


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


[Nix-commits] [NixOS/nixpkgs] 83052e: nixos/dnscrypt-proxy: support reload

2017-03-14 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 83052ef9db71b5f70e65b25e255d61da3eaaa0ac
  
https://github.com/NixOS/nixpkgs/commit/83052ef9db71b5f70e65b25e255d61da3eaaa0ac
  Author: Joachim Fasting 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  ---
  nixos/dnscrypt-proxy: support reload


  Commit: 9325c3a61646fb1da6ff7377da23c119523d038a
  
https://github.com/NixOS/nixpkgs/commit/9325c3a61646fb1da6ff7377da23c119523d038a
  Author: Joachim Fasting 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  ---
  nixos/dnscrypt-proxy: simplify module logic related to apparmor


  Commit: 719813caf6309441fcf502d4c88aabddc7d5ca70
  
https://github.com/NixOS/nixpkgs/commit/719813caf6309441fcf502d4c88aabddc7d5ca70
  Author: Joachim Fasting 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  ---
  nixos/dnscrypt-proxy: replace unimportant options with extraArgs

Removes tcpOnly and ephemeralKeys: reifying them as nixos
options adds little beyond improved discoverability.  Until
17.09 we'll automatically translate these options into extraArgs
for convenience.

Unless reifying an option is necessary for conditional
computation or greatly simplifies configuration/reduces risk of
misconfiguration, it should go into extraArgs instead.


  Commit: 540740598e6765e75a5f589928bb9b886f427341
  
https://github.com/NixOS/nixpkgs/commit/540740598e6765e75a5f589928bb9b886f427341
  Author: Joachim Fasting 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  ---
  nixos/dnscrypt-proxy: add example of how to use the cache plugin


  Commit: 472002f2164916f3271918aa0470fac205e94518
  
https://github.com/NixOS/nixpkgs/commit/472002f2164916f3271918aa0470fac205e94518
  Author: Joachim Fasting 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  ---
  nixos/dnscrypt-proxy: remove the resolverList option

This option was initially added to make it easier to use an
up-to-date list, but now that we always use an up-to-date list
from upstream, there's no point to the option.

>From now on, you can either use a resolver listed by dnscrypt
upstream or a custom resolver.


  Commit: de15e7894b582efffceead81e437cd6992debb9f
  
https://github.com/NixOS/nixpkgs/commit/de15e7894b582efffceead81e437cd6992debb9f
  Author: Joachim Fasting 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  ---
  nixos/dnscrypt-proxy: get resolver list from github

The list has disappeared from its ordinary location at
download.dnscrypt.org.


  Commit: f122f0147bb0275bc4cb3eb5d62bbdb3ac34349f
  
https://github.com/NixOS/nixpkgs/commit/f122f0147bb0275bc4cb3eb5d62bbdb3ac34349f
  Author: Joachim Fasting 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  ---
  nixos/dnscrypt-proxy: log resolver list verification failure

Otherwise, the service unit just fails for no discernable
reason.  Verifcation failure is bad so it ought to be easily
discoverable.


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


Re: [Nix-dev] System overlays?

2017-03-14 Thread Nicolas Pierron
On Tue, Mar 14, 2017 at 4:23 AM, Judson Lester  wrote:
> I was just looking, and I can't see how (or if?) overlays are supported at
> the system (i.e. configuration.nix) level. Is that documented somewhere?

It is supposed to show up on nixos.org, but for reasons that I don't
know, it does not seems that the list of options got updated to 17.03
yet, and hydra only report 404 pages for the release.
Otherwise you can look at the documentation from the sources of it:
https://github.com/NixOS/nixpkgs/blob/release-17.03/nixos/modules/misc/nixpkgs.nix#L63

-- 
Nicolas Pierron
http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] f9a23e: disnix: 0.6 -> 0.7

2017-03-14 Thread Sander van der Burg
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f9a23edb16012d67478c112207857b624d2ec113
  
https://github.com/NixOS/nixpkgs/commit/f9a23edb16012d67478c112207857b624d2ec113
  Author: Sander van der Burg 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/tools/package-management/disnix/DisnixWebService/default.nix
M pkgs/tools/package-management/disnix/default.nix
M pkgs/tools/package-management/disnix/disnixos/default.nix
M pkgs/tools/package-management/disnix/dysnomia/default.nix

  Log Message:
  ---
  disnix: 0.6 -> 0.7

(cherry picked from commit a26c51116d681a2828ad836386b7698dc3876689)


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


[Nix-commits] [NixOS/nixpkgs] d9c1a7: disnix: 0.6 -> 0.7

2017-03-14 Thread Sander van der Burg
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d9c1a77b89dc6ed98e2da208e6ad78bc04938668
  
https://github.com/NixOS/nixpkgs/commit/d9c1a77b89dc6ed98e2da208e6ad78bc04938668
  Author: Sander van der Burg 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/tools/package-management/disnix/DisnixWebService/default.nix
M pkgs/tools/package-management/disnix/default.nix
M pkgs/tools/package-management/disnix/disnixos/default.nix
M pkgs/tools/package-management/disnix/dysnomia/default.nix

  Log Message:
  ---
  disnix: 0.6 -> 0.7

(cherry picked from commit a26c51116d681a2828ad836386b7698dc3876689)


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


[Nix-commits] [NixOS/nixpkgs] a26c51: disnix: 0.6 -> 0.7

2017-03-14 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a26c51116d681a2828ad836386b7698dc3876689
  
https://github.com/NixOS/nixpkgs/commit/a26c51116d681a2828ad836386b7698dc3876689
  Author: Sander van der Burg 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/tools/package-management/disnix/DisnixWebService/default.nix
M pkgs/tools/package-management/disnix/default.nix
M pkgs/tools/package-management/disnix/disnixos/default.nix
M pkgs/tools/package-management/disnix/dysnomia/default.nix

  Log Message:
  ---
  disnix: 0.6 -> 0.7


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


[Nix-commits] [NixOS/nixpkgs] f0cf44: nixos/users-groups: chown home on createHome

2017-03-14 Thread Franz Pletz
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f0cf441ff9eb5b5a33b513c897902970abf0eb64
  
https://github.com/NixOS/nixpkgs/commit/f0cf441ff9eb5b5a33b513c897902970abf0eb64
  Author: Franz Pletz 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M nixos/modules/config/update-users-groups.pl

  Log Message:
  ---
  nixos/users-groups: chown home on createHome

Fixes #23619.

(cherry picked from commit 9ea35eae7a5aee9159735ca662b65c8552aec8dc)


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


[Nix-commits] [NixOS/nixpkgs] 36854b: nixos/users-groups: chown home on createHome

2017-03-14 Thread Franz Pletz
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 36854bb855b087da4e9b17643e044f00d3fc56c6
  
https://github.com/NixOS/nixpkgs/commit/36854bb855b087da4e9b17643e044f00d3fc56c6
  Author: Franz Pletz 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M nixos/modules/config/update-users-groups.pl

  Log Message:
  ---
  nixos/users-groups: chown home on createHome

Fixes #23619.

(cherry picked from commit 9ea35eae7a5aee9159735ca662b65c8552aec8dc)


  Commit: b54314296d8e28bdb65241330e9b1460a7bff0d4
  
https://github.com/NixOS/nixpkgs/commit/b54314296d8e28bdb65241330e9b1460a7bff0d4
  Author: Franz Pletz 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/os-specific/linux/kernel/common-config.nix
M pkgs/os-specific/linux/kernel/linux-testing.nix

  Log Message:
  ---
  linux_testing: 4.11-rc1 -> 4.11-rc2

(cherry picked from commit a691c0655694fae5ec58019b402a61593cc52d37)


  Commit: 06165365f733a55162a1def24461ba6581a845aa
  
https://github.com/NixOS/nixpkgs/commit/06165365f733a55162a1def24461ba6581a845aa
  Author: Franz Pletz 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  linux_4_10: 4.10.1 -> 4.10.2

(cherry picked from commit 44bd7c45dcbb2ef6f833aa17e4f51a6736d60136)


  Commit: 863deb36505fe3274d53da5ff92648ad3ff6
  
https://github.com/NixOS/nixpkgs/commit/863deb36505fe3274d53da5ff92648ad3ff6
  Author: Franz Pletz 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/servers/atlassian/crowd.nix

  Log Message:
  ---
  atlassian-crowd: 2.10.1 -> 2.11.1

(cherry picked from commit 5b946fdafcf752fd01a687acf784f99e013b66e5)


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


[Nix-commits] [NixOS/nixpkgs] a691c0: linux_testing: 4.11-rc1 -> 4.11-rc2

2017-03-14 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a691c0655694fae5ec58019b402a61593cc52d37
  
https://github.com/NixOS/nixpkgs/commit/a691c0655694fae5ec58019b402a61593cc52d37
  Author: Franz Pletz 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/os-specific/linux/kernel/common-config.nix
M pkgs/os-specific/linux/kernel/linux-testing.nix

  Log Message:
  ---
  linux_testing: 4.11-rc1 -> 4.11-rc2


  Commit: 44bd7c45dcbb2ef6f833aa17e4f51a6736d60136
  
https://github.com/NixOS/nixpkgs/commit/44bd7c45dcbb2ef6f833aa17e4f51a6736d60136
  Author: Franz Pletz 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  linux_4_10: 4.10.1 -> 4.10.2


  Commit: 5b946fdafcf752fd01a687acf784f99e013b66e5
  
https://github.com/NixOS/nixpkgs/commit/5b946fdafcf752fd01a687acf784f99e013b66e5
  Author: Franz Pletz 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/servers/atlassian/crowd.nix

  Log Message:
  ---
  atlassian-crowd: 2.10.1 -> 2.11.1


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


[Nix-commits] [NixOS/nixpkgs] 9ea35e: nixos/users-groups: chown home on createHome

2017-03-14 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9ea35eae7a5aee9159735ca662b65c8552aec8dc
  
https://github.com/NixOS/nixpkgs/commit/9ea35eae7a5aee9159735ca662b65c8552aec8dc
  Author: Franz Pletz 
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
M nixos/modules/config/update-users-groups.pl

  Log Message:
  ---
  nixos/users-groups: chown home on createHome

Fixes #23619.


  Commit: 91744f31b0b2718b5ed5c6ceb5e5608633209c10
  
https://github.com/NixOS/nixpkgs/commit/91744f31b0b2718b5ed5c6ceb5e5608633209c10
  Author: Franz Pletz 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M nixos/modules/config/update-users-groups.pl

  Log Message:
  ---
  Merge pull request #23623 from mayflower/fix/users-create-home

nixos/users-groups: chown home on createHome


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


[Nix-commits] [NixOS/nixpkgs] 961c73: qt56.full: add missing modules

2017-03-14 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 961c73a78c95b783d4c235b9401ed4b2d0ec377f
  
https://github.com/NixOS/nixpkgs/commit/961c73a78c95b783d4c235b9401ed4b2d0ec377f
  Author: Bjørn Forsman 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.6/default.nix

  Log Message:
  ---
  qt56.full: add missing modules

qtquickcontrols2, qtwebkit.

Added in the same order as the modules are listed in default.nix (and
then reformatted the block).

(The qt55 expression already has all modules in *full.)


  Commit: db937b9d60c281ab34f329867f593cbacaa6866a
  
https://github.com/NixOS/nixpkgs/commit/db937b9d60c281ab34f329867f593cbacaa6866a
  Author: Bjørn Forsman 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.7/default.nix

  Log Message:
  ---
  qt57.full: add missing modules

qtquickcontrols2, qtwebchannel, qtwebengine, qtwebkit.

Added in the same order as the modules are listed in default.nix (and
then reformatted the block).


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


[Nix-commits] [NixOS/nixpkgs] cbf87b: granite: 0.3.0 -> 0.4.0.1

2017-03-14 Thread Markus Schneider
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cbf87bc2b25fb7c118348a65e72a5580972d1262
  
https://github.com/NixOS/nixpkgs/commit/cbf87bc2b25fb7c118348a65e72a5580972d1262
  Author: Markus Schneider 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  granite: 0.3.0 -> 0.4.0.1


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


[Nix-commits] [NixOS/nixpkgs] 837e0b: setuptools_scm: 1.11.1 -> 1.15.0

2017-03-14 Thread Domen Kožar
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 837e0b3c03cf333f29e63926fdfb5fb16c80fcd4
  
https://github.com/NixOS/nixpkgs/commit/837e0b3c03cf333f29e63926fdfb5fb16c80fcd4
  Author: Domen Kožar 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  setuptools_scm: 1.11.1 -> 1.15.0

(cherry picked from commit f32fc9b03e0a5c8152f94ddec01879050df2b988)


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


Re: [Nix-dev] nixos-container networking

2017-03-14 Thread Arnold Krille
Hi,

I think one of the best resources showing how networking and containers
works, is the tests for containers and networking ;-)
From them I also based my setup which you can see a slightly old
version of at https://github.com/kampfschlaefer/nixconfig.

Also you already found the 13-char limit on container names, which is a
result of the 16-char limit of network interface names in linux and the
devices are vb- or ve- for the containers… I was planning
to add an assertion there but got sidetracked by life and a 3D printer.

Have fun,

Arnold

On Mon, 13 Mar 2017 02:12:12 + Tomasz Czyż 
wrote:
> Hey,
> 
> could anyone using nixos-container (declarative style) share how you
> setup networking?
> 
> I'm trying to setup few containers with private network and http
> proxy at the front. Each container potentially could run application
> on port 80 and I would like to expose them through proxy.
> 
> I tried to set this up with
> 
> privateNetwork=true;
> hostAddress
> localAddress
> 
> and I tried to also run nat on the host with (just to enable outbound
> traffic)
> internalInterfaces = ["ve-+"];
> externalInterfaces = "eth0";
> 
> but no luck.
> My next try will be creating bridge on the host and add containers to
> that bridge. Is that how you do stuff or are better ways of doing
> container networking?
> 
> Tom



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


[Nix-commits] [NixOS/nixpkgs] 5fa84f: terra{form, grunt}: Add some needed old versions

2017-03-14 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5fa84fb1a8cd1f5e6268f0276f572c54d106aa96
  
https://github.com/NixOS/nixpkgs/commit/5fa84fb1a8cd1f5e6268f0276f572c54d106aa96
  Author: Shea Levy 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
A pkgs/applications/networking/cluster/terraform/0.8.5.nix
A pkgs/applications/networking/cluster/terragrunt/0.9.8.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  terra{form,grunt}: Add some needed old versions


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


Re: [Nix-dev] LXC containers on NixOS

2017-03-14 Thread Joachim Schiele
we got unpriviledged nixos lxc containers running on nixos with the
current kernel (master).

On 13.03.2017 15:45, Lukas Epple wrote:
> On Sat, Mar 11, 2017 at 01:39:03AM +0100, Joachim Schiele wrote:
>> we have LXC (not libvirt) with unprivileged NixOS running at nixcloud.io
>> and we could give you some help.
> 
> What were the relevant config options you needed to set to get it to
> work? I tried it, but wasn't successful (may be arm problems though).
> 
> 
> 
> ___
> 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] 0a476e: eclipses: add dependencies as build inputs

2017-03-14 Thread Robert Helgesson
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0a476ee5de86c2e2e2edf3b8a571f82573404679
  
https://github.com/NixOS/nixpkgs/commit/0a476ee5de86c2e2e2edf3b8a571f82573404679
  Author: Robert Helgesson 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/applications/editors/eclipse/build-eclipse.nix
M pkgs/applications/editors/eclipse/default.nix

  Log Message:
  ---
  eclipses: add dependencies as build inputs

Having `glib` in the build inputs will allow its build hook to
trigger. Also adds `gsettings_desktop_schemas` as a dependency since
Eclipse appears to need the schemas under certain circumstances.

(cherry picked from commit 5228bc9f2e2a7e85a1ec433e6a0ea4eda40bd5e4)


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


[Nix-commits] [NixOS/nixpkgs] 496120: travis: 1.8.2 -> 1.8.8

2017-03-14 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 496120c19f710e1a317f606dc067664a6751370d
  
https://github.com/NixOS/nixpkgs/commit/496120c19f710e1a317f606dc067664a6751370d
  Author: Jörg Thalheim 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/tools/misc/travis/Gemfile.lock
M pkgs/development/tools/misc/travis/gemset.nix

  Log Message:
  ---
  travis: 1.8.2 -> 1.8.8


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


[Nix-commits] [NixOS/nixpkgs] d6f586: git-octopus: init at 1.4

2017-03-14 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d6f586bbffbc84e299302e9abec41317f2e82eaf
  
https://github.com/NixOS/nixpkgs/commit/d6f586bbffbc84e299302e9abec41317f2e82eaf
  Author: Jörg Thalheim 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  git-octopus: init at 1.4


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


[Nix-commits] [NixOS/nixpkgs] 390579: eclipses: add dependencies as build inputs

2017-03-14 Thread Robert Helgesson
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3905792c9496b5ba00b5c964800f761594ebcdad
  
https://github.com/NixOS/nixpkgs/commit/3905792c9496b5ba00b5c964800f761594ebcdad
  Author: Robert Helgesson 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/applications/editors/eclipse/build-eclipse.nix
M pkgs/applications/editors/eclipse/default.nix

  Log Message:
  ---
  eclipses: add dependencies as build inputs

Having `glib` in the build inputs will allow its build hook to
trigger. Also adds `gsettings_desktop_schemas` as a dependency since
Eclipse appears to need the schemas under certain circumstances.

(cherry picked from commit 5228bc9f2e2a7e85a1ec433e6a0ea4eda40bd5e4)


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


[Nix-commits] [NixOS/nixpkgs] 5228bc: eclipses: add dependencies as build inputs

2017-03-14 Thread Robert Helgesson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5228bc9f2e2a7e85a1ec433e6a0ea4eda40bd5e4
  
https://github.com/NixOS/nixpkgs/commit/5228bc9f2e2a7e85a1ec433e6a0ea4eda40bd5e4
  Author: Robert Helgesson 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/applications/editors/eclipse/build-eclipse.nix
M pkgs/applications/editors/eclipse/default.nix

  Log Message:
  ---
  eclipses: add dependencies as build inputs

Having `glib` in the build inputs will allow its build hook to
trigger. Also adds `gsettings_desktop_schemas` as a dependency since
Eclipse appears to need the schemas under certain circumstances.


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


[Nix-dev] Fwd: nixos-container networking

2017-03-14 Thread Tomasz Czyż
-- Forwarded message --
From: Tomasz Czyż 
Date: 2017-03-14 18:12 GMT+00:00
Subject: Re: [Nix-dev] nixos-container networking
To: Danylo Hlynskyi 


Hey Danylo,

yup, I hit 13 char limit and because I was removing - I thought it's that.

I also had the issue with recreating containers, but this happened only
sometimes and didn't happen when I restart the machine so I was not sure
why is that. Thanks for your mail, it's very useful.

Would you share your bridget networking?
I was trying that but I'm wondering if you have one shared bridge or you
have bridge per container and how you access containers from host (or route
traffic to them).

Cheers,
Tom


2017-03-14 6:01 GMT+00:00 Danylo Hlynskyi :

> Strange, I have lot's of containers with "-" and experience no problems.
> But maybe you've exceeded by accident limit 13 symbols per container name?
>
> Also, last time I tried "veth" networking, I was struggling from
> https://github.com/NixOS/nixpkgs/issues/16330. My container experience
> was awful when I tried container renames. That's why I've already switched
> to bridged networking
>
> ---
>
> BTW, I highly recommend patch to switch-to-configuration.pl
> 
> from https://github.com/NixOS/nixpkgs/pull/3021/commits/6e36619b2
> 77f78ece1bb81b79b5651897e46a2bf
>
> It isn't clear from commit message, but it does the following: makes
> declarative containers truly reloadable (when you change
> container config, it activates new configuration for container). The
> culprit is *it should be* default behavior, because of
>
> 1. https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/
> virtualisation/containers.nix#L225-L230
> 2. https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/
> virtualisation/containers.nix#L676
>
> I'd like to PR this, but got no time to test properly other parts of Nixos.
>
> 2017-03-14 4:42 GMT+02:00 Tomasz Czyż :
>
>> Michael, Ian, thank you for your answers.
>>
>> Looks like my problem was with the container name. I tried bunch of
>> different setups which didn't work and I discovered that when I'm using "-"
>> in container name it doesn't work (I had impression that worked one or two
>> times when I started machine from scratch, but most of the time didn't).
>>
>> After I removed "-" from the name, looks like private network is working
>> (I can access private IP of container) so I don't need NAT actually.
>>
>> Tom
>>
>> 2017-03-13 23:54 GMT+00:00 Ian-Woo Kim :
>>
>>> I've recently made nixos-container port forwarding easier (both
>>> imperative and declarative) and it's now merged into master.
>>>
>>> https://github.com/NixOS/nixpkgs/pull/20869
>>>
>>> Hope that this helps.
>>>
>>> Ian
>>>
>>> On Sun, Mar 12, 2017 at 7:52 PM, Michael Walker 
>>> wrote:
>>> > Tomasz,
>>> >
>>> > I have declarative container networking set up and working on a VPS,
>>> > but I wrote most of the configuration as I was learning things, so it
>>> > may not be the best way.
>>> >
>>> > Here's the configuration.nix for the VPS:
>>> > https://github.com/barrucadu/nixfiles/blob/master/hosts/innsmouth.nix
>>> > Each container has a config file here:
>>> > https://github.com/barrucadu/nixfiles/tree/master/containers
>>> >
>>> > Containers have ports forwarded to them via NAT; each container is
>>> > running a web server on port 80 with the host reverse-proxying via
>>> > nginx; the host also does https and letsencrypt for all the proxied
>>> > containers.
>>> >
>>> > At the top of the innsmouth.nix file, I have a "containerSpecs" record
>>> > which has all the details for each container. The relevant bits of the
>>> > config are:
>>> >
>>> > 1. Set up the networking and NAT:
>>> >
>>> > networking.nat.enable = true;
>>> > networking.nat.internalInterfaces = ["ve-+"];
>>> > networking.nat.externalInterface = "enp0s4";
>>> >
>>> > 2. Forward ports to containers:
>>> >
>>> > networking.nat.forwardPorts = concatMap
>>> > ( {num, ports, ...}:
>>> > map (p: { sourcePort = p; destination =
>>> > "192.168.255.${toString num}:${toString p}"; }) ports
>>> > ) containerSpecs';
>>> >
>>> > 3. Define all the containers:
>>> >
>>> > containers = mapAttrs
>>> > (_: {num, config, ...}:
>>> > { autoStart = true
>>> > ; privateNetwork = true
>>> > ; hostAddress = "192.168.254.${toString num}"
>>> > ; localAddress = "192.168.255.${toString num}"
>>> > ; config = config
>>> > ; }
>>> > ) containerSpecs;
>>> >
>>> > 4. Reverse-proxy HTTPS to HTTP in each container, manage letsencrypt
>>> > certificates, and forward HTTP to HTTPS.
>>> >
>>> > This is a little complex as I have a fairly custom nginx config (see
>>> > the services/nginx.nix file in the repository), but the
>>> 

Re: [Nix-dev] Nix-store --repair doesn't seem to be repairing

2017-03-14 Thread obadz
Ollie, you may want to try this procedure if indeed sqlite is corrupted:
https://github.com/NixOS/nix/issues/995#issue-167190248

On Mar 14, 2017 10:26 AM, "Christian Kauhaus"  wrote:

Am 14.03.2017 um 00:18 schrieb Oliver Charles:
> Hmm, how did you reach that conclusion?

Re-downloading from a trusted source (cache.nixos.org) gives the same
"incorrect" checksum again. Of course it could be possible that the file is
corrupted on cache.nixos.org, but following the "select isn't broken"
rule[1] I would start to search elsewhere. This is just a suspicion not a
hard proof. Perhaps you get the checksum errors due to something completely
different.

BR

Christian

[1] https://pragprog.com/the-pragmatic-programmer/extracts/tips

--
Dipl-Inf. Christian Kauhaus <>< · k...@flyingcircus.io · +49 345 219401-0
Flying Circus Internet Operations GmbH · http://flyingcircus.io
Forsterstraße 29 · 06112 Halle (Saale) · Deutschland
HR Stendal 21169 · Geschäftsführer: Christian Theune, Christian Zagrodnick


___
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] 4e439b: qutebrowser: 0.9.1 -> 0.10.1

2017-03-14 Thread Nick Hu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4e439b2393945c5a943a1e168dfe90de07a3f634
  
https://github.com/NixOS/nixpkgs/commit/4e439b2393945c5a943a1e168dfe90de07a3f634
  Author: Nick Hu 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  qutebrowser: 0.9.1 -> 0.10.1


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


[Nix-commits] [NixOS/nixpkgs] 00fa47: python.pkgs.bleach: 1.5.0 -> 2.0.0

2017-03-14 Thread Nikolay Amiantov
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 00fa4714c8d7d27c74af4d72e7eafcc976d441fe
  
https://github.com/NixOS/nixpkgs/commit/00fa4714c8d7d27c74af4d72e7eafcc976d441fe
  Author: Nikolay Amiantov 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  python.pkgs.bleach: 1.5.0 -> 2.0.0

Fixes #23854.

(cherry picked from commit 648db95651e99e5e2ce938bf5e776fc9f512c81a)


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


[Nix-commits] [NixOS/nixpkgs] 8ad596: pythonPackages.ipython: 5.2.1 -> 5.3.0

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8ad5965cd79e1b866c88ca5751d68ac0808cd806
  
https://github.com/NixOS/nixpkgs/commit/8ad5965cd79e1b866c88ca5751d68ac0808cd806
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.ipython: 5.2.1 -> 5.3.0

(cherry picked from commit 065383cde82a2d0f9c5ee733a2a20e83073b2a39)


  Commit: 1c5254a117b0013da1587effeb8d232244344f14
  
https://github.com/NixOS/nixpkgs/commit/1c5254a117b0013da1587effeb8d232244344f14
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.jupyter_client: 4.4.0 -> 5.0.0

(cherry picked from commit 2a1cceac16bcf4586ee2cd9551bb56ac33f8048a)


  Commit: 1d6d08f1416f9192e14a9a5f76009ff3068b0ab9
  
https://github.com/NixOS/nixpkgs/commit/1d6d08f1416f9192e14a9a5f76009ff3068b0ab9
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.jupyter_core: 4.2.1 -> 4.3.0

(cherry picked from commit fbb30ee46f5044fcbdeab50e5f80f2b9a35ea05a)


  Commit: 6fa5e1a8729563b203f713920eb433c349a12e8e
  
https://github.com/NixOS/nixpkgs/commit/6fa5e1a8729563b203f713920eb433c349a12e8e
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.nbformat: 4.2.0 -> 4.3.0

(cherry picked from commit 044014826be9daccac419650046d36cdaccd41a0)


  Commit: e182ed588d6aaedfd789950c0a1cd254ceaef6f9
  
https://github.com/NixOS/nixpkgs/commit/e182ed588d6aaedfd789950c0a1cd254ceaef6f9
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.notebook: 4.3.2 -> 4.4.1

(cherry picked from commit 0c11ce654187c9b00963df4e376437cbda38b634)


  Commit: 0f0598953842555614ac917c88002635c4708405
  
https://github.com/NixOS/nixpkgs/commit/0f0598953842555614ac917c88002635c4708405
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pathlib2: 2.1.0 -> 2.2.1

(cherry picked from commit bd0a0c79080051d3b7238367adf31faa867cddbf)


  Commit: b67da67594c9335539edfc3e4529c2b34bdd8bbb
  
https://github.com/NixOS/nixpkgs/commit/b67da67594c9335539edfc3e4529c2b34bdd8bbb
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pathpy: 8.1.2 -> 10.1

(cherry picked from commit 47f77d6104b888f1f837662b61b9c88d25842c5d)


  Commit: bee3ee8f31dc96e543218348f0330723b338b1f5
  
https://github.com/NixOS/nixpkgs/commit/bee3ee8f31dc96e543218348f0330723b338b1f5
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pickleshare: 0.5 -> 0.7.4

(cherry picked from commit c7268fa2a935ef691b04eabc78f47e926ce0805f)


  Commit: b01edf600d7d4dc824aa3a4a52fee6f87e0edbd0
  
https://github.com/NixOS/nixpkgs/commit/b01edf600d7d4dc824aa3a4a52fee6f87e0edbd0
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.prompt_toolkit: 1.0.9 -> 1.0.13

(cherry picked from commit db512addefef7063325ec4c595f32b33731ed13a)


  Commit: da6b9d9cdf7aa6063019fd740d439436218cb39e
  
https://github.com/NixOS/nixpkgs/commit/da6b9d9cdf7aa6063019fd740d439436218cb39e
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pyzmq: 15.2.0 -> 16.0.2

(cherry picked from commit 88a3861c7bdbbc795c3897c8e84aba2334530962)


  Commit: 0379f0548951c5f190a974f93510c6e0a9ce37a5
  
https://github.com/NixOS/nixpkgs/commit/0379f0548951c5f190a974f93510c6e0a9ce37a5
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.ipython_genutils: 0.1.0 -> 0.2.0

(cherry picked from commit fc55e80ee7754c02a51484a820001b0f57889561)


  Commit: 74b4ec3846ae8157bb6725b600fe36e823131313
  
https://github.com/NixOS/nixpkgs/commit/74b4ec3846ae8157bb6725b600fe36e823131313
  Author: Frederik Rietdijk 
  Date:   2017-03-14 

[Nix-commits] [NixOS/nixpkgs] 065383: pythonPackages.ipython: 5.2.1 -> 5.3.0

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 065383cde82a2d0f9c5ee733a2a20e83073b2a39
  
https://github.com/NixOS/nixpkgs/commit/065383cde82a2d0f9c5ee733a2a20e83073b2a39
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.ipython: 5.2.1 -> 5.3.0


  Commit: 2a1cceac16bcf4586ee2cd9551bb56ac33f8048a
  
https://github.com/NixOS/nixpkgs/commit/2a1cceac16bcf4586ee2cd9551bb56ac33f8048a
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.jupyter_client: 4.4.0 -> 5.0.0


  Commit: fbb30ee46f5044fcbdeab50e5f80f2b9a35ea05a
  
https://github.com/NixOS/nixpkgs/commit/fbb30ee46f5044fcbdeab50e5f80f2b9a35ea05a
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.jupyter_core: 4.2.1 -> 4.3.0


  Commit: 044014826be9daccac419650046d36cdaccd41a0
  
https://github.com/NixOS/nixpkgs/commit/044014826be9daccac419650046d36cdaccd41a0
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.nbformat: 4.2.0 -> 4.3.0


  Commit: 0c11ce654187c9b00963df4e376437cbda38b634
  
https://github.com/NixOS/nixpkgs/commit/0c11ce654187c9b00963df4e376437cbda38b634
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.notebook: 4.3.2 -> 4.4.1


  Commit: bd0a0c79080051d3b7238367adf31faa867cddbf
  
https://github.com/NixOS/nixpkgs/commit/bd0a0c79080051d3b7238367adf31faa867cddbf
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pathlib2: 2.1.0 -> 2.2.1


  Commit: 47f77d6104b888f1f837662b61b9c88d25842c5d
  
https://github.com/NixOS/nixpkgs/commit/47f77d6104b888f1f837662b61b9c88d25842c5d
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pathpy: 8.1.2 -> 10.1


  Commit: c7268fa2a935ef691b04eabc78f47e926ce0805f
  
https://github.com/NixOS/nixpkgs/commit/c7268fa2a935ef691b04eabc78f47e926ce0805f
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pickleshare: 0.5 -> 0.7.4


  Commit: db512addefef7063325ec4c595f32b33731ed13a
  
https://github.com/NixOS/nixpkgs/commit/db512addefef7063325ec4c595f32b33731ed13a
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.prompt_toolkit: 1.0.9 -> 1.0.13


  Commit: 88a3861c7bdbbc795c3897c8e84aba2334530962
  
https://github.com/NixOS/nixpkgs/commit/88a3861c7bdbbc795c3897c8e84aba2334530962
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pyzmq: 15.2.0 -> 16.0.2


  Commit: fc55e80ee7754c02a51484a820001b0f57889561
  
https://github.com/NixOS/nixpkgs/commit/fc55e80ee7754c02a51484a820001b0f57889561
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.ipython_genutils: 0.1.0 -> 0.2.0


  Commit: c9d9f072e541589475068005c090ea0e02ae7fb7
  
https://github.com/NixOS/nixpkgs/commit/c9d9f072e541589475068005c090ea0e02ae7fb7
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pytest-shutil: 1.1.1 -> 1.2.8


  Commit: 4bfa709562eb8266d43e2afbe76a4f24b4439ba2
  
https://github.com/NixOS/nixpkgs/commit/4bfa709562eb8266d43e2afbe76a4f24b4439ba2
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pytest-virtualenv: 1.1.0 -> 1.2.7


  Commit: d7378da0280ebc0b59d0d198fd86b2d4a9eace41
  
https://github.com/NixOS/nixpkgs/commit/d7378da0280ebc0b59d0d198fd86b2d4a9eace41
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
A 

Re: [Nix-dev] NixOS 17.03 Beta, 16.09 Security Support Timeline

2017-03-14 Thread Oliver Charles
Linus Heckemann  writes:

> On 09/03/17 10:26, Oliver Charles wrote:
>> sudo: /run/current-system/sw/bin/sudo must be owned by uid 0 and have
>> the setuid bit set
>
> Are you just adding sudo to systemPackages rather than using the option
> security.sudo.enable?

Nope, I'm using security.sudo.enable = true;

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


[Nix-commits] [NixOS/nixpkgs] 6a6d48: pythonPackages.dateparser: mark as broken

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6a6d48be4e80a078e6969e9c565db32aec67dc62
  
https://github.com/NixOS/nixpkgs/commit/6a6d48be4e80a078e6969e9c565db32aec67dc62
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.dateparser: mark as broken


  Commit: 4a615d90af98bbe6ad470479b77d3b4dd38af458
  
https://github.com/NixOS/nixpkgs/commit/4a615d90af98bbe6ad470479b77d3b4dd38af458
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pywatchman: disable python 3.x and disable tests


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


[Nix-commits] [NixOS/nixpkgs] 6de3eb: nixbot: typo

2017-03-14 Thread Leon Isenberg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6de3eb991894826c8836e6b025b1065a3a89dccd
  
https://github.com/NixOS/nixpkgs/commit/6de3eb991894826c8836e6b025b1065a3a89dccd
  Author: Leon Isenberg 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  nixbot: typo


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


[Nix-commits] [NixOS/nixpkgs] fd68cd: pythonPackages.pygal: 2.0.10 -> 2.3.1

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fd68cd4ed7dc3c00b85a4f677a446879f2b6c8fb
  
https://github.com/NixOS/nixpkgs/commit/fd68cd4ed7dc3c00b85a4f677a446879f2b6c8fb
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pygal: 2.0.10 -> 2.3.1


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


[Nix-commits] [NixOS/nixpkgs] 47f781: pythonPackages.typed-ast: 1.0.1 -> 1.0.2

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 47f7817037487c8acd1a7a25627ba75573c0ead3
  
https://github.com/NixOS/nixpkgs/commit/47f7817037487c8acd1a7a25627ba75573c0ead3
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/python-modules/typed-ast/default.nix

  Log Message:
  ---
  pythonPackages.typed-ast: 1.0.1 -> 1.0.2


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


[Nix-commits] [NixOS/nixpkgs] b27dfd: pythonPackages.parsedatetime: 2.1 -> 2.3

2017-03-14 Thread Herwig Hochleitner
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b27dfdbe66a63669ae9cdd4cf09cd1f188bd2bca
  
https://github.com/NixOS/nixpkgs/commit/b27dfdbe66a63669ae9cdd4cf09cd1f188bd2bca
  Author: Herwig Hochleitner 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.parsedatetime: 2.1 -> 2.3


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


[Nix-commits] [NixOS/nixpkgs] d7378d: pythonPackages.configparser: fix with namespace pa...

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d7378da0280ebc0b59d0d198fd86b2d4a9eace41
  
https://github.com/NixOS/nixpkgs/commit/d7378da0280ebc0b59d0d198fd86b2d4a9eace41
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
A pkgs/development/python-modules/configparser/0001-namespace-fix.patch
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.configparser: fix with namespace packages


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


[Nix-commits] [NixOS/nixpkgs] c9d9f0: pythonPackages.pytest-shutil: 1.1.1 -> 1.2.8

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c9d9f072e541589475068005c090ea0e02ae7fb7
  
https://github.com/NixOS/nixpkgs/commit/c9d9f072e541589475068005c090ea0e02ae7fb7
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pytest-shutil: 1.1.1 -> 1.2.8


  Commit: 4bfa709562eb8266d43e2afbe76a4f24b4439ba2
  
https://github.com/NixOS/nixpkgs/commit/4bfa709562eb8266d43e2afbe76a4f24b4439ba2
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pytest-virtualenv: 1.1.0 -> 1.2.7


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


[Nix-commits] [NixOS/nixpkgs] 895ea6: flashplayer: 24.0.0.221 -> 25.0.0.127 (#23889)

2017-03-14 Thread Joachim Fasting
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 895ea66982be3331efe81cc7fea662e9db85b21f
  
https://github.com/NixOS/nixpkgs/commit/895ea66982be3331efe81cc7fea662e9db85b21f
  Author: taku0 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/default.nix
M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix

  Log Message:
  ---
  flashplayer: 24.0.0.221 -> 25.0.0.127 (#23889)

(cherry picked from commit c3772678e95d1e803b3f791b4a60e2daae028e97)


  Commit: 2316c14038a8c80a7c5867798d83efde6623a053
  
https://github.com/NixOS/nixpkgs/commit/2316c14038a8c80a7c5867798d83efde6623a053
  Author: Joachim Fasting 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  grsecurity: 4.9.12-201702231830 -> 4.9.13-201702261126

(cherry picked from commit f3a6991f3d33b9876a255b019784c0790331f728)


  Commit: a00670fcc30b1f941dd86149cb9b2af7dca23fbf
  
https://github.com/NixOS/nixpkgs/commit/a00670fcc30b1f941dd86149cb9b2af7dca23fbf
  Author: Joachim Fasting 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  grsecurity: 4.9.13-201702261126 -> 201702270729

(cherry picked from commit a20a53300d9741d0c8dedfb994b358b0896c55d3)


  Commit: a1e78c7a5f852509c68e9e639473803edea5f669
  
https://github.com/NixOS/nixpkgs/commit/a1e78c7a5f852509c68e9e639473803edea5f669
  Author: Joachim Fasting 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  grsecurity: 4.9.13-201702270729 -> 201703052141

(cherry picked from commit 17d80c49fa240b427753f98ba3bc0e4143624a25)


  Commit: c2c40f0b954eae55e34e39927693864824b08e0d
  
https://github.com/NixOS/nixpkgs/commit/c2c40f0b954eae55e34e39927693864824b08e0d
  Author: Joachim Fasting 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  grsecurity: 4.9.13-201703052141 -> 4.9.14-201703121245

(cherry picked from commit 4c211bdc635358c2888afb8371f8a7854bb14403)


  Commit: b864a0f08c17beda83835deb92d6b3eb12c84a73
  
https://github.com/NixOS/nixpkgs/commit/b864a0f08c17beda83835deb92d6b3eb12c84a73
  Author: Joachim Fasting 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/tools/security/tor/torbrowser.nix

  Log Message:
  ---
  torbrowser: 6.5 -> 6.5.1

(cherry picked from commit 74f8e0fd7aeac19a47cd83197e5ff03d54fe6e03)


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


[Nix-commits] [NixOS/nixpkgs] 5b7b1f: alot: 0.5 -> 0.5.1

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5b7b1f7aa44a283484f14921a58fdebf77512003
  
https://github.com/NixOS/nixpkgs/commit/5b7b1f7aa44a283484f14921a58fdebf77512003
  Author: Bart Brouns 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  alot: 0.5 -> 0.5.1


  Commit: 3a03bee1d92143146bbb383b5a359e91124276c6
  
https://github.com/NixOS/nixpkgs/commit/3a03bee1d92143146bbb383b5a359e91124276c6
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23891 from magnetophon/alot

alot: 0.5 -> 0.5.1


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


[Nix-commits] [NixOS/nixpkgs] 308c09: wordpress: security upgrade: 4.7.2 -> 4.7.3 & othe...

2017-03-14 Thread Bas van Dijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 308c09d41f309e5055e45c66c07454581945d458
  
https://github.com/NixOS/nixpkgs/commit/308c09d41f309e5055e45c66c07454581945d458
  Author: Bas van Dijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/apache-httpd/wordpress.nix
M nixos/tests/wordpress.nix
A pkgs/servers/web-apps/wordpress/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  wordpress: security upgrade: 4.7.2 -> 4.7.3 & other improvements (#23837)

* Moved the wordpress sources derivation to the attribute pkgs.wordpress. This
  makes it easier to override.

* Also introduce the `package` option for the wordpress virtual host config 
which
  defaults to pkgs.wordpress.

* Also fixed the test in nixos/tests/wordpress.nix.


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


[Nix-commits] [NixOS/nixpkgs] 3c61bc: flashplayer: 24.0.0.221 -> 25.0.0.127 (#23889)

2017-03-14 Thread taku0
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3c61bc12b08cbd39a25c094088c0dd438627
  
https://github.com/NixOS/nixpkgs/commit/3c61bc12b08cbd39a25c094088c0dd438627
  Author: taku0 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/default.nix
M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix

  Log Message:
  ---
  flashplayer: 24.0.0.221 -> 25.0.0.127 (#23889)

(cherry picked from commit c3772678e95d1e803b3f791b4a60e2daae028e97)


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


[Nix-commits] [NixOS/nixpkgs] 07905c: haskell: ghcjs packages: fix ghcjs-dom-jsffi with ...

2017-03-14 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 07905c8f93b444acd231adf9559dc55b2dc6fc73
  
https://github.com/NixOS/nixpkgs/commit/07905c8f93b444acd231adf9559dc55b2dc6fc73
  Author: Leon Isenberg 
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-ghcjs.nix

  Log Message:
  ---
  haskell: ghcjs packages: fix ghcjs-dom-jsffi with newer Cabal


  Commit: e916236130c98c5de723ee742f54b1c22ad6230e
  
https://github.com/NixOS/nixpkgs/commit/e916236130c98c5de723ee742f54b1c22ad6230e
  Author: Peter Simons 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-ghcjs.nix

  Log Message:
  ---
  Merge pull request #23615 from ljli/ghcjs-dom-jsffi-fix

haskell: ghcjs packages: fix ghcjs-dom-jsffi with newer Cabal


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


[Nix-commits] [NixOS/nixpkgs] 82aa79: haskell: ghcjs shims: dc034a0 -> b970152

2017-03-14 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 82aa79d57fd558ff6ba295c65502cd315556d915
  
https://github.com/NixOS/nixpkgs/commit/82aa79d57fd558ff6ba295c65502cd315556d915
  Author: Leon Isenberg 
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
M pkgs/development/compilers/ghcjs/shims.nix

  Log Message:
  ---
  haskell: ghcjs shims: dc034a0 -> b970152


  Commit: 83df89aa63e514b71fd9ca524e552dec91c730aa
  
https://github.com/NixOS/nixpkgs/commit/83df89aa63e514b71fd9ca524e552dec91c730aa
  Author: Peter Simons 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/compilers/ghcjs/shims.nix

  Log Message:
  ---
  Merge pull request #23611 from ljli/ghcjs-shims-update

haskell: ghcjs shims: dc034a0 -> b970152


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


[Nix-commits] [NixOS/nixpkgs] c37726: flashplayer: 24.0.0.221 -> 25.0.0.127 (#23889)

2017-03-14 Thread taku0
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c3772678e95d1e803b3f791b4a60e2daae028e97
  
https://github.com/NixOS/nixpkgs/commit/c3772678e95d1e803b3f791b4a60e2daae028e97
  Author: taku0 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/default.nix
M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix

  Log Message:
  ---
  flashplayer: 24.0.0.221 -> 25.0.0.127 (#23889)


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


Re: [Nix-dev] nixos-container networking

2017-03-14 Thread Thomas Hunger
Would it be possible to add an assert if there are any restrictions on the
naming? I don't know enough about this to be of much help though.

On 14 March 2017 at 06:01, Danylo Hlynskyi  wrote:

> Strange, I have lot's of containers with "-" and experience no problems.
> But maybe you've exceeded by accident limit 13 symbols per container name?
>
> Also, last time I tried "veth" networking, I was struggling from
> https://github.com/NixOS/nixpkgs/issues/16330. My container experience
> was awful when I tried container renames. That's why I've already switched
> to bridged networking
>
> ---
>
> BTW, I highly recommend patch to switch-to-configuration.pl
> 
> from https://github.com/NixOS/nixpkgs/pull/3021/commits/
> 6e36619b277f78ece1bb81b79b5651897e46a2bf
>
> It isn't clear from commit message, but it does the following: makes
> declarative containers truly reloadable (when you change
> container config, it activates new configuration for container). The
> culprit is *it should be* default behavior, because of
>
> 1. https://github.com/NixOS/nixpkgs/blob/master/nixos/
> modules/virtualisation/containers.nix#L225-L230
> 2. https://github.com/NixOS/nixpkgs/blob/master/nixos/
> modules/virtualisation/containers.nix#L676
>
> I'd like to PR this, but got no time to test properly other parts of Nixos.
>
> 2017-03-14 4:42 GMT+02:00 Tomasz Czyż :
>
>> Michael, Ian, thank you for your answers.
>>
>> Looks like my problem was with the container name. I tried bunch of
>> different setups which didn't work and I discovered that when I'm using "-"
>> in container name it doesn't work (I had impression that worked one or two
>> times when I started machine from scratch, but most of the time didn't).
>>
>> After I removed "-" from the name, looks like private network is working
>> (I can access private IP of container) so I don't need NAT actually.
>>
>> Tom
>>
>> 2017-03-13 23:54 GMT+00:00 Ian-Woo Kim :
>>
>>> I've recently made nixos-container port forwarding easier (both
>>> imperative and declarative) and it's now merged into master.
>>>
>>> https://github.com/NixOS/nixpkgs/pull/20869
>>>
>>> Hope that this helps.
>>>
>>> Ian
>>>
>>> On Sun, Mar 12, 2017 at 7:52 PM, Michael Walker 
>>> wrote:
>>> > Tomasz,
>>> >
>>> > I have declarative container networking set up and working on a VPS,
>>> > but I wrote most of the configuration as I was learning things, so it
>>> > may not be the best way.
>>> >
>>> > Here's the configuration.nix for the VPS:
>>> > https://github.com/barrucadu/nixfiles/blob/master/hosts/innsmouth.nix
>>> > Each container has a config file here:
>>> > https://github.com/barrucadu/nixfiles/tree/master/containers
>>> >
>>> > Containers have ports forwarded to them via NAT; each container is
>>> > running a web server on port 80 with the host reverse-proxying via
>>> > nginx; the host also does https and letsencrypt for all the proxied
>>> > containers.
>>> >
>>> > At the top of the innsmouth.nix file, I have a "containerSpecs" record
>>> > which has all the details for each container. The relevant bits of the
>>> > config are:
>>> >
>>> > 1. Set up the networking and NAT:
>>> >
>>> > networking.nat.enable = true;
>>> > networking.nat.internalInterfaces = ["ve-+"];
>>> > networking.nat.externalInterface = "enp0s4";
>>> >
>>> > 2. Forward ports to containers:
>>> >
>>> > networking.nat.forwardPorts = concatMap
>>> > ( {num, ports, ...}:
>>> > map (p: { sourcePort = p; destination =
>>> > "192.168.255.${toString num}:${toString p}"; }) ports
>>> > ) containerSpecs';
>>> >
>>> > 3. Define all the containers:
>>> >
>>> > containers = mapAttrs
>>> > (_: {num, config, ...}:
>>> > { autoStart = true
>>> > ; privateNetwork = true
>>> > ; hostAddress = "192.168.254.${toString num}"
>>> > ; localAddress = "192.168.255.${toString num}"
>>> > ; config = config
>>> > ; }
>>> > ) containerSpecs;
>>> >
>>> > 4. Reverse-proxy HTTPS to HTTP in each container, manage letsencrypt
>>> > certificates, and forward HTTP to HTTPS.
>>> >
>>> > This is a little complex as I have a fairly custom nginx config (see
>>> > the services/nginx.nix file in the repository), but the
>>> > reverse-proxying is fairly straightfoward. Here is the generated
>>> > nginx.conf: https://misc.barrucadu.co.uk/nginx.txt
>>> >
>>> > On 13 March 2017 at 02:12, Tomasz Czyż  wrote:
>>> >> Hey,
>>> >>
>>> >> could anyone using nixos-container (declarative style) share how you
>>> setup
>>> >> networking?
>>> >>
>>> >> I'm trying to setup few containers with private network and http
>>> proxy at
>>> >> the front. Each container potentially could run application on port
>>> 80 and I
>>> >> would like to expose them through proxy.
>>> >>
>>> >> I 

[Nix-commits] [NixOS/nixpkgs] fc55e8: pythonPackages.ipython_genutils: 0.1.0 -> 0.2.0

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fc55e80ee7754c02a51484a820001b0f57889561
  
https://github.com/NixOS/nixpkgs/commit/fc55e80ee7754c02a51484a820001b0f57889561
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.ipython_genutils: 0.1.0 -> 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] 118011: hol: mark as broken

2017-03-14 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 118011a0901c747f7a2950739a683a206ab263b2
  
https://github.com/NixOS/nixpkgs/commit/118011a0901c747f7a2950739a683a206ab263b2
  Author: Robin Gloster 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/applications/science/logic/hol/default.nix

  Log Message:
  ---
  hol: mark as broken

(cherry picked from commit f70a896094025aa0a1129f368d3a380c69ca1d59)


  Commit: adaf48857bf9d47a8d6224b3f1e69ad2c736c2a3
  
https://github.com/NixOS/nixpkgs/commit/adaf48857bf9d47a8d6224b3f1e69ad2c736c2a3
  Author: Robin Gloster 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/tools/bootloaders/refind/default.nix

  Log Message:
  ---
  refind: mark as broken

(cherry picked from commit c56af518c3ee52d3f8233544a81c0746ccaa)


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


[Nix-commits] [NixOS/nixpkgs] f70a89: hol: mark as broken

2017-03-14 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f70a896094025aa0a1129f368d3a380c69ca1d59
  
https://github.com/NixOS/nixpkgs/commit/f70a896094025aa0a1129f368d3a380c69ca1d59
  Author: Robin Gloster 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/applications/science/logic/hol/default.nix

  Log Message:
  ---
  hol: mark as broken


  Commit: c56af518c3ee52d3f8233544a81c0746ccaa
  
https://github.com/NixOS/nixpkgs/commit/c56af518c3ee52d3f8233544a81c0746ccaa
  Author: Robin Gloster 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/tools/bootloaders/refind/default.nix

  Log Message:
  ---
  refind: mark as broken


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


[Nix-commits] [NixOS/nixpkgs] 1ed930: urt: remove

2017-03-14 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1ed93035febf579c7bebdacf6023e403955bb3aa
  
https://github.com/NixOS/nixpkgs/commit/1ed93035febf579c7bebdacf6023e403955bb3aa
  Author: Robin Gloster 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
R pkgs/development/libraries/urt/default.nix
R pkgs/development/libraries/urt/gentoo-config
R pkgs/development/libraries/urt/urt-3.1b-build-fixes.patch
R pkgs/development/libraries/urt/urt-3.1b-compile-updates.patch
R pkgs/development/libraries/urt/urt-3.1b-make.patch
R pkgs/development/libraries/urt/urt-3.1b-rle-fixes.patch
R pkgs/development/libraries/urt/urt-3.1b-tempfile.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  urt: remove

(cherry picked from commit 770794cbfeb2273c4116c7fc5ac9db485ba3540b)


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


[Nix-commits] [NixOS/nixpkgs] 770794: urt: remove

2017-03-14 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 770794cbfeb2273c4116c7fc5ac9db485ba3540b
  
https://github.com/NixOS/nixpkgs/commit/770794cbfeb2273c4116c7fc5ac9db485ba3540b
  Author: Robin Gloster 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
R pkgs/development/libraries/urt/default.nix
R pkgs/development/libraries/urt/gentoo-config
R pkgs/development/libraries/urt/urt-3.1b-build-fixes.patch
R pkgs/development/libraries/urt/urt-3.1b-compile-updates.patch
R pkgs/development/libraries/urt/urt-3.1b-make.patch
R pkgs/development/libraries/urt/urt-3.1b-rle-fixes.patch
R pkgs/development/libraries/urt/urt-3.1b-tempfile.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  urt: remove


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


[Nix-commits] [NixOS/nixpkgs] 337933: fix the incorrect elasticsearch plugin name

2017-03-14 Thread Willi Butz
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 33793389ba5dc52e388153fd056e74885cf9bee1
  
https://github.com/NixOS/nixpkgs/commit/33793389ba5dc52e388153fd056e74885cf9bee1
  Author: Wei-Ming Yang 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/servers/search/elasticsearch/plugins.nix

  Log Message:
  ---
  fix the incorrect elasticsearch plugin name

elasticsearch_analisys_lemmagen -> elasticsearch_analysis_lemmagen
(cherry picked from commit 330c7e4a5f409da8bb0bfaa48d8ef0ac352e6386)


  Commit: 73fdfb5422637d0f082aa5ee90a7fc04984b4ded
  
https://github.com/NixOS/nixpkgs/commit/73fdfb5422637d0f082aa5ee90a7fc04984b4ded
  Author: Willi Butz 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/applications/audio/spotify/default.nix

  Log Message:
  ---
  spotify: get source via https instead of plain http

(cherry picked from commit e4eb46129d5c48f9b3fe4bd06e0f194b833e63e6)


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


[Nix-commits] [NixOS/nixpkgs] 235e79: esniper: 2.32.0 -> 2.33.0

2017-03-14 Thread Peter Simons
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 235e798fc8d13997e4f0f39a10a212fd3c7b0d65
  
https://github.com/NixOS/nixpkgs/commit/235e798fc8d13997e4f0f39a10a212fd3c7b0d65
  Author: Peter Simons 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  esniper: 2.32.0 -> 2.33.0

(cherry picked from commit 58807f75bc58ecdf23fdd93d423495feae9b60ce)


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


[Nix-commits] [NixOS/nixpkgs] 58807f: esniper: 2.32.0 -> 2.33.0

2017-03-14 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 58807f75bc58ecdf23fdd93d423495feae9b60ce
  
https://github.com/NixOS/nixpkgs/commit/58807f75bc58ecdf23fdd93d423495feae9b60ce
  Author: Peter Simons 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  esniper: 2.32.0 -> 2.33.0


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


[Nix-commits] [NixOS/nixpkgs] 9041f0: pythonPackages.django-raster: 0.3 -> 0.3.1

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9041f0d8d964b0c348f72f10a6aef86155796b4f
  
https://github.com/NixOS/nixpkgs/commit/9041f0d8d964b0c348f72f10a6aef86155796b4f
  Author: Lancelot SIX 
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
A pkgs/development/python-modules/django-raster/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.django-raster: 0.3 -> 0.3.1


  Commit: 1ca372e4d23934b857e6d8ca16ed8d5b253b7de8
  
https://github.com/NixOS/nixpkgs/commit/1ca372e4d23934b857e6d8ca16ed8d5b253b7de8
  Author: Lancelot SIX 
  Date:   2017-03-10 (Fri, 10 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.celery_3: drop


  Commit: 33fa4ce2be5c23259df6f03d1f1f4585e7068273
  
https://github.com/NixOS/nixpkgs/commit/33fa4ce2be5c23259df6f03d1f1f4585e7068273
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
A pkgs/development/python-modules/django-raster/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #23701 from lsix/update_django-raster

pythonPackages.django-raster: 0.3 -> 0.3.1


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


[Nix-commits] [NixOS/nixpkgs] b63aab: slack: 2.5.1 -> 2.5.2

2017-03-14 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b63aab243349792b3ae7ff31d93594cf355cc583
  
https://github.com/NixOS/nixpkgs/commit/b63aab243349792b3ae7ff31d93594cf355cc583
  Author: zimbatm 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/applications/networking/instant-messengers/slack/default.nix

  Log Message:
  ---
  slack: 2.5.1 -> 2.5.2


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


[Nix-commits] [NixOS/nixpkgs] f0bb10: geis: 2.2.16 -> 2.2.17

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f0bb10fea396d44d126b0e515f6dbb6265467e63
  
https://github.com/NixOS/nixpkgs/commit/f0bb10fea396d44d126b0e515f6dbb6265467e63
  Author: ndowens 
  Date:   2017-03-12 (Sun, 12 Mar 2017)

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

  Log Message:
  ---
  geis: 2.2.16 -> 2.2.17


  Commit: bf86b48b0fdbc6445fb158a114f2cf47ec95ed4a
  
https://github.com/NixOS/nixpkgs/commit/bf86b48b0fdbc6445fb158a114f2cf47ec95ed4a
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23813 from ndowens/geis

geis: 2.2.16 -> 2.2.17


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


[Nix-commits] [NixOS/nixpkgs] 4aee4c: htmlcxx: 0.85 -> 0.86

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4aee4cc8a5a4d99e6013c667e01409be3123e395
  
https://github.com/NixOS/nixpkgs/commit/4aee4cc8a5a4d99e6013c667e01409be3123e395
  Author: ndowens 
  Date:   2017-03-13 (Mon, 13 Mar 2017)

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

  Log Message:
  ---
  htmlcxx: 0.85 -> 0.86


  Commit: 5f837b1b943c6080b0385eec17070be95dd592f1
  
https://github.com/NixOS/nixpkgs/commit/5f837b1b943c6080b0385eec17070be95dd592f1
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23867 from ndowens/htmlcxx

htmlcxx: 0.85 -> 0.86


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


[Nix-commits] [NixOS/nixpkgs] 36bb28: haproxy: 1.7.2 -> 1.7.3

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 36bb2839410d425f9ad6560be2aed5475b204778
  
https://github.com/NixOS/nixpkgs/commit/36bb2839410d425f9ad6560be2aed5475b204778
  Author: Thomas Bach 
  Date:   2017-03-13 (Mon, 13 Mar 2017)

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

  Log Message:
  ---
  haproxy: 1.7.2 -> 1.7.3


  Commit: cc4ff29a6b7da4b985a1074757d1629f3e41cd0c
  
https://github.com/NixOS/nixpkgs/commit/cc4ff29a6b7da4b985a1074757d1629f3e41cd0c
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23868 from fuzzy-id/master

haproxy: 1.7.2 -> 1.7.3


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


[Nix-commits] [NixOS/nixpkgs] c70ded: conky: 1.10.5 -> 1.10.6

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c70ded3295cddcfc569f4b143609918e3fd8e44a
  
https://github.com/NixOS/nixpkgs/commit/c70ded3295cddcfc569f4b143609918e3fd8e44a
  Author: José Luis Lafuente 
  Date:   2017-03-13 (Mon, 13 Mar 2017)

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

  Log Message:
  ---
  conky: 1.10.5 -> 1.10.6


  Commit: ad21793dacba952591a3b2d3315d8ad8b2a8c0ce
  
https://github.com/NixOS/nixpkgs/commit/ad21793dacba952591a3b2d3315d8ad8b2a8c0ce
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23852 from jlesquembre/conky_1.10.6

conky: 1.10.5 -> 1.10.6


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


[Nix-commits] [NixOS/nixpkgs] afeb98: gtkspell:3.0.8 -> 3.0.9

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: afeb989c5c400b5439f2019bf4e31fb00aaade7f
  
https://github.com/NixOS/nixpkgs/commit/afeb989c5c400b5439f2019bf4e31fb00aaade7f
  Author: ndowens 
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
M pkgs/development/libraries/gtkspell/3.nix

  Log Message:
  ---
  gtkspell:3.0.8 -> 3.0.9


  Commit: 8c99040a7a36c3266e165f48b8a32a1ebb10b5ea
  
https://github.com/NixOS/nixpkgs/commit/8c99040a7a36c3266e165f48b8a32a1ebb10b5ea
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/libraries/gtkspell/3.nix

  Log Message:
  ---
  Merge pull request #23826 from ndowens/gtkspell

gtkspell:3.0.8 -> 3.0.9


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


[Nix-commits] [NixOS/nixpkgs] a7b6f2: ffms: 2.21 -> 2.22

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a7b6f2eee460d2a55a9474c78c89a62bdf1700d6
  
https://github.com/NixOS/nixpkgs/commit/a7b6f2eee460d2a55a9474c78c89a62bdf1700d6
  Author: ndowens 
  Date:   2017-03-12 (Sun, 12 Mar 2017)

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

  Log Message:
  ---
  ffms: 2.21 -> 2.22


  Commit: 683dc8cb4f0d9ff9fc8ac704fc989915408d8fa9
  
https://github.com/NixOS/nixpkgs/commit/683dc8cb4f0d9ff9fc8ac704fc989915408d8fa9
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23810 from ndowens/ffms2

ffms: 2.21 -> 2.22


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


[Nix-commits] [NixOS/nixpkgs] 2a1cce: pythonPackages.jupyter_client: 4.4.0 -> 5.0.0

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2a1cceac16bcf4586ee2cd9551bb56ac33f8048a
  
https://github.com/NixOS/nixpkgs/commit/2a1cceac16bcf4586ee2cd9551bb56ac33f8048a
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.jupyter_client: 4.4.0 -> 5.0.0


  Commit: fbb30ee46f5044fcbdeab50e5f80f2b9a35ea05a
  
https://github.com/NixOS/nixpkgs/commit/fbb30ee46f5044fcbdeab50e5f80f2b9a35ea05a
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.jupyter_core: 4.2.1 -> 4.3.0


  Commit: 044014826be9daccac419650046d36cdaccd41a0
  
https://github.com/NixOS/nixpkgs/commit/044014826be9daccac419650046d36cdaccd41a0
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.nbformat: 4.2.0 -> 4.3.0


  Commit: 0c11ce654187c9b00963df4e376437cbda38b634
  
https://github.com/NixOS/nixpkgs/commit/0c11ce654187c9b00963df4e376437cbda38b634
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.notebook: 4.3.2 -> 4.4.1


  Commit: bd0a0c79080051d3b7238367adf31faa867cddbf
  
https://github.com/NixOS/nixpkgs/commit/bd0a0c79080051d3b7238367adf31faa867cddbf
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pathlib2: 2.1.0 -> 2.2.1


  Commit: 47f77d6104b888f1f837662b61b9c88d25842c5d
  
https://github.com/NixOS/nixpkgs/commit/47f77d6104b888f1f837662b61b9c88d25842c5d
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pathpy: 8.1.2 -> 10.1


  Commit: c7268fa2a935ef691b04eabc78f47e926ce0805f
  
https://github.com/NixOS/nixpkgs/commit/c7268fa2a935ef691b04eabc78f47e926ce0805f
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pickleshare: 0.5 -> 0.7.4


  Commit: db512addefef7063325ec4c595f32b33731ed13a
  
https://github.com/NixOS/nixpkgs/commit/db512addefef7063325ec4c595f32b33731ed13a
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.prompt_toolkit: 1.0.9 -> 1.0.13


  Commit: 88a3861c7bdbbc795c3897c8e84aba2334530962
  
https://github.com/NixOS/nixpkgs/commit/88a3861c7bdbbc795c3897c8e84aba2334530962
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pyzmq: 15.2.0 -> 16.0.2


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


[Nix-commits] [NixOS/nixpkgs] 065383: pythonPackages.ipython: 5.2.1 -> 5.3.0

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 065383cde82a2d0f9c5ee733a2a20e83073b2a39
  
https://github.com/NixOS/nixpkgs/commit/065383cde82a2d0f9c5ee733a2a20e83073b2a39
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.ipython: 5.2.1 -> 5.3.0


  Commit: 53043d696fcbd60358270b73b53118781c072561
  
https://github.com/NixOS/nixpkgs/commit/53043d696fcbd60358270b73b53118781c072561
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  jupyter_client: 4.4.0 -> 5.0.0


  Commit: 54e002038d0b95c0bb41f35901be530b2aeb78cc
  
https://github.com/NixOS/nixpkgs/commit/54e002038d0b95c0bb41f35901be530b2aeb78cc
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.jupyter_core: 4.2.1 -> 4.3.0


  Commit: 7f2c8536d1660a4af059e240504019838f3daca6
  
https://github.com/NixOS/nixpkgs/commit/7f2c8536d1660a4af059e240504019838f3daca6
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.nbformat: 4.2.0 -> 4.3.0


  Commit: 272b63b2808dd4acfacf24ebf7a69f33feab7719
  
https://github.com/NixOS/nixpkgs/commit/272b63b2808dd4acfacf24ebf7a69f33feab7719
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.notebook: 4.3.2 -> 4.4.1


  Commit: 28f9a11efbe67592907093ad4e9f97dedd1b8905
  
https://github.com/NixOS/nixpkgs/commit/28f9a11efbe67592907093ad4e9f97dedd1b8905
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pathlib2: 2.1.0 -> 2.2.1


  Commit: 84a217a98026cbbdcdd92162ba07a65da22fa877
  
https://github.com/NixOS/nixpkgs/commit/84a217a98026cbbdcdd92162ba07a65da22fa877
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pathpy: 8.1.2 -> 10.1


  Commit: 20f7ea97f6827a08f4fbb403b05c7762cb201761
  
https://github.com/NixOS/nixpkgs/commit/20f7ea97f6827a08f4fbb403b05c7762cb201761
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pickleshare: 0.5 -> 0.7.4


  Commit: a58e24a5cd76a9f68b21e9abe6891e1940caf617
  
https://github.com/NixOS/nixpkgs/commit/a58e24a5cd76a9f68b21e9abe6891e1940caf617
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.prompt_toolkit: 1.0.9 -> 1.0.13


  Commit: f70589c1e67fb124becb64dfff236cdf3091d167
  
https://github.com/NixOS/nixpkgs/commit/f70589c1e67fb124becb64dfff236cdf3091d167
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pyzmq: 15.2.0 -> 16.0.2


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


[Nix-commits] [NixOS/nixpkgs] a6be98: qt57.{qtdeclarative, qtscript, qttranslations}: fix ...

2017-03-14 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a6be98c9c116ff578f21c99a09544ee335884a64
  
https://github.com/NixOS/nixpkgs/commit/a6be98c9c116ff578f21c99a09544ee335884a64
  Author: Periklis Tsirakidis 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/qtbase-setup-hook-darwin.sh

  Log Message:
  ---
  qt57.{qtdeclarative,qtscript,qttranslations}: fix darwin compat

Fixes duplicate linkings issue for Qt-Frameworks provided by qtbase
during configurePhase.


  Commit: dcfff701dc19d4f301fa3e72089bd923129f5126
  
https://github.com/NixOS/nixpkgs/commit/dcfff701dc19d4f301fa3e72089bd923129f5126
  Author: Daiderd Jordan 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/qtbase-setup-hook-darwin.sh

  Log Message:
  ---
  Merge pull request #23835 from periklis/topic_qt57_submodules_darwin

qt57.{qtdeclarative,qtscript,qttranslations}: fix darwin compat


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


[Nix-commits] [NixOS/nixpkgs] b0c7df: crudini: fix maintainer and run tests

2017-03-14 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b0c7df9fbc3920fc7cc215c80f1b620a67c31aae
  
https://github.com/NixOS/nixpkgs/commit/b0c7df9fbc3920fc7cc215c80f1b620a67c31aae
  Author: Peter Hoeg 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  crudini: fix maintainer and run tests


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


Re: [Nix-dev] Nix-store --repair doesn't seem to be repairing

2017-03-14 Thread Christian Kauhaus
Am 14.03.2017 um 00:18 schrieb Oliver Charles:
> Hmm, how did you reach that conclusion?

Re-downloading from a trusted source (cache.nixos.org) gives the same 
"incorrect" checksum again. Of course it could be possible that the file is 
corrupted on cache.nixos.org, but following the "select isn't broken" rule[1] I 
would start to search elsewhere. This is just a suspicion not a hard proof. 
Perhaps you get the checksum errors due to something completely different.

BR

Christian

[1] https://pragprog.com/the-pragmatic-programmer/extracts/tips

-- 
Dipl-Inf. Christian Kauhaus <>< · k...@flyingcircus.io · +49 345 219401-0
Flying Circus Internet Operations GmbH · http://flyingcircus.io
Forsterstraße 29 · 06112 Halle (Saale) · Deutschland
HR Stendal 21169 · Geschäftsführer: Christian Theune, Christian Zagrodnick



signature.asc
Description: OpenPGP digital signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] e4eb46: spotify: get source via https instead of plain htt...

2017-03-14 Thread Benjamin Staffin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e4eb46129d5c48f9b3fe4bd06e0f194b833e63e6
  
https://github.com/NixOS/nixpkgs/commit/e4eb46129d5c48f9b3fe4bd06e0f194b833e63e6
  Author: Willi Butz 
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
M pkgs/applications/audio/spotify/default.nix

  Log Message:
  ---
  spotify: get source via https instead of plain http


  Commit: d96cde35b72b15f48f0399091f92f7d41add017a
  
https://github.com/NixOS/nixpkgs/commit/d96cde35b72b15f48f0399091f92f7d41add017a
  Author: Benjamin Staffin 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/applications/audio/spotify/default.nix

  Log Message:
  ---
  Merge pull request #23840 from WilliButz/master

spotify: get source via https instead of plain http


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


[Nix-commits] [NixOS/nixpkgs] 1e8476: links2: build on all unix platforms

2017-03-14 Thread Benjamin Staffin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1e8476c5b61c7d8b249738bee2128fb1ef49f7e2
  
https://github.com/NixOS/nixpkgs/commit/1e8476c5b61c7d8b249738bee2128fb1ef49f7e2
  Author: Nick Novitski 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  links2: build on all unix platforms


  Commit: 5c57cc2ed8fc780434ef0bde352c19ec33a97e7d
  
https://github.com/NixOS/nixpkgs/commit/5c57cc2ed8fc780434ef0bde352c19ec33a97e7d
  Author: Benjamin Staffin 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23881 from nicknovitski/links-darwin

links2: build on all unix platforms


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


[Nix-commits] [NixOS/nixpkgs] 3c6777: hypothesis: disabled for Python 3.3

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3c6777a1c9a5d6c6e6245d441c4d99a8120c1730
  
https://github.com/NixOS/nixpkgs/commit/3c6777a1c9a5d6c6e6245d441c4d99a8120c1730
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/python-modules/hypothesis.nix

  Log Message:
  ---
  hypothesis: disabled for Python 3.3

(cherry picked from commit a312abedeb1b935829f2b76e6bbaa494fbcf3f25)


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


[Nix-commits] [NixOS/nixpkgs] a312ab: hypothesis: disabled for Python 3.3

2017-03-14 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a312abedeb1b935829f2b76e6bbaa494fbcf3f25
  
https://github.com/NixOS/nixpkgs/commit/a312abedeb1b935829f2b76e6bbaa494fbcf3f25
  Author: Frederik Rietdijk 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/development/python-modules/hypothesis.nix

  Log Message:
  ---
  hypothesis: disabled for Python 3.3


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


[Nix-commits] [NixOS/nixpkgs] 648db9: python.pkgs.bleach: 1.5.0 -> 2.0.0

2017-03-14 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 648db95651e99e5e2ce938bf5e776fc9f512c81a
  
https://github.com/NixOS/nixpkgs/commit/648db95651e99e5e2ce938bf5e776fc9f512c81a
  Author: Nikolay Amiantov 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  python.pkgs.bleach: 1.5.0 -> 2.0.0

Fixes #23854.


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


[Nix-commits] [NixOS/nixpkgs] f09a73: crudini: init at 0.9

2017-03-14 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f09a73896b93527a4e1d6480432805bfe243c27e
  
https://github.com/NixOS/nixpkgs/commit/f09a73896b93527a4e1d6480432805bfe243c27e
  Author: Peter Hoeg 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  crudini: init at 0.9


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


[Nix-commits] [NixOS/nixpkgs] d46fe3: ffmpegthumbnailer: 2.0.10 -> 2.2.0

2017-03-14 Thread ndowens
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d46fe334ca9c556ebc481c443330f7603658034b
  
https://github.com/NixOS/nixpkgs/commit/d46fe334ca9c556ebc481c443330f7603658034b
  Author: ndowens 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  ffmpegthumbnailer: 2.0.10 -> 2.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] 330c7e: fix the incorrect elasticsearch plugin name

2017-03-14 Thread Jaka Hudoklin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 330c7e4a5f409da8bb0bfaa48d8ef0ac352e6386
  
https://github.com/NixOS/nixpkgs/commit/330c7e4a5f409da8bb0bfaa48d8ef0ac352e6386
  Author: Wei-Ming Yang 
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
M pkgs/servers/search/elasticsearch/plugins.nix

  Log Message:
  ---
  fix the incorrect elasticsearch plugin name

elasticsearch_analisys_lemmagen -> elasticsearch_analysis_lemmagen


  Commit: 8b5eb4e9346039de4baa187a14c139776a6e0ae8
  
https://github.com/NixOS/nixpkgs/commit/8b5eb4e9346039de4baa187a14c139776a6e0ae8
  Author: Jaka Hudoklin 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
M pkgs/servers/search/elasticsearch/plugins.nix

  Log Message:
  ---
  Merge pull request #23699 from rick68/patch-7

fix the incorrect elasticsearch plugin name


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


Re: [Nix-dev] xfce

2017-03-14 Thread Vladimír Čunát
On 03/14/2017 01:50 AM, Karn Kallio wrote:
>> [...] Which particular programs have you found to suffer from this?
> 
> It was the kde applications program okular.  Putting the gappshook on
> qt/kde programs did not seem right, and since xfce is a gtk+
> environment it seemed like it should include the schemas.

Ah, this was now discussed on
https://github.com/NixOS/nixpkgs/issues/23474 but not fixed yet.
Putting ${gtk3.out}/share into $XDG_DATA_DIRS in some other way is
probably a good workaround for the file dialogs, but the problem isn't
Xfce specific, etc.




smime.p7s
Description: S/MIME Cryptographic Signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 8498f9: ocaml-top: 1.1.2 -> 1.1.3

2017-03-14 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8498f979a1297a1392bb90b22ec329c8112905db
  
https://github.com/NixOS/nixpkgs/commit/8498f979a1297a1392bb90b22ec329c8112905db
  Author: Vincent Laporte 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  ocaml-top: 1.1.2 -> 1.1.3


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


[Nix-commits] [NixOS/nixpkgs] 24b475: callCabal2nix: Don't rebuild unchanged cabal file

2017-03-14 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24b47526ce38e3ccb073c776b32c0ea220f3c0f2
  
https://github.com/NixOS/nixpkgs/commit/24b47526ce38e3ccb073c776b32c0ea220f3c0f2
  Author: Will Fancher 
  Date:   2017-03-13 (Mon, 13 Mar 2017)

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

  Log Message:
  ---
  callCabal2nix: Don't rebuild unchanged cabal file

It can be quite annoying that callCabal2nix will build a new derivation
if anything in the source has changed, even if the cabal file hasn't.


  Commit: 1d5878166ece5223a50bdcfbec8104122e896ed3
  
https://github.com/NixOS/nixpkgs/commit/1d5878166ece5223a50bdcfbec8104122e896ed3
  Author: Peter Simons 
  Date:   2017-03-14 (Tue, 14 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23880 from 
ElvishJerricco/callCabal2nix-dont-rebuild-cabalfile

callCabal2nix: Don't rebuild unchanged cabal file


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


Re: [Nix-dev] *.desktop not found in build/data

2017-03-14 Thread Markus Schneider
I suppose the problem is the following cmake macro (Translations.cmake):

macro (configure_file_translation SOURCE RESULT PO_DIR)
find_program (INTLTOOL_MERGE_EXECUTABLE intltool-merge)
set(EXTRA_PO_DIR ${PO_DIR}/extra/)
get_filename_component(EXTRA_PO_DIR ${EXTRA_PO_DIR} ABSOLUTE)

# Intltool can't create a new directory.
get_filename_component(RESULT_DIRECTORY ${RESULT} DIRECTORY)
file(MAKE_DIRECTORY ${RESULT_DIRECTORY})

set (INTLTOOL_FLAG "")
if (${SOURCE} MATCHES ".desktop")
set (INTLTOOL_FLAG "--desktop-style")
elseif (${SOURCE} MATCHES ".gschema")
set (INTLTOOL_FLAG "--schemas-style")
elseif (${SOURCE} MATCHES ".xml")
set (INTLTOOL_FLAG "--xml-style")
endif ()
execute_process (WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMAND 
${INTLTOOL_MERGE_EXECUTABLE} --quiet ${INTLTOOL_FLAG} ${EXTRA_PO_DIR} ${SOURCE} 
${RESULT})
endmacro ()

which is called as 

include (Translations)
configure_file_translation(${CMAKE_SOURCE_DIR}/data/open-pantheon-terminal-here.desktop.in
 ${CMAKE_BINARY_DIR}/data/open-pantheon-terminal-here.desktop 
${CMAKE_SOURCE_DIR}/po/)
configure_file_translation(${CMAKE_SOURCE_DIR}/data/org.pantheon.terminal.desktop.in
 ${CMAKE_BINARY_DIR}/data/org.pantheon.terminal.desktop ${CMAKE_SOURCE_DIR}/po/)
configure_file_translation(${CMAKE_SOURCE_DIR}/data/pantheon-terminal.appdata.xml.in
 ${CMAKE_BINARY_DIR}/data/pantheon-terminal.appdata.xml ${CMAKE_SOURCE_DIR}/po/)

in CMakeLists.txt. However I still can't figure out how to solve this problem.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] nixos-container networking

2017-03-14 Thread Danylo Hlynskyi
Strange, I have lot's of containers with "-" and experience no problems.
But maybe you've exceeded by accident limit 13 symbols per container name?

Also, last time I tried "veth" networking, I was struggling from
https://github.com/NixOS/nixpkgs/issues/16330. My container experience was
awful when I tried container renames. That's why I've already switched to
bridged networking

---

BTW, I highly recommend patch to switch-to-configuration.pl

from
https://github.com/NixOS/nixpkgs/pull/3021/commits/6e36619b277f78ece1bb81b79b5651897e46a2bf

It isn't clear from commit message, but it does the following: makes
declarative containers truly reloadable (when you change
container config, it activates new configuration for container). The
culprit is *it should be* default behavior, because of

1.
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/virtualisation/containers.nix#L225-L230
2.
https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/virtualisation/containers.nix#L676

I'd like to PR this, but got no time to test properly other parts of Nixos.

2017-03-14 4:42 GMT+02:00 Tomasz Czyż :

> Michael, Ian, thank you for your answers.
>
> Looks like my problem was with the container name. I tried bunch of
> different setups which didn't work and I discovered that when I'm using "-"
> in container name it doesn't work (I had impression that worked one or two
> times when I started machine from scratch, but most of the time didn't).
>
> After I removed "-" from the name, looks like private network is working
> (I can access private IP of container) so I don't need NAT actually.
>
> Tom
>
> 2017-03-13 23:54 GMT+00:00 Ian-Woo Kim :
>
>> I've recently made nixos-container port forwarding easier (both
>> imperative and declarative) and it's now merged into master.
>>
>> https://github.com/NixOS/nixpkgs/pull/20869
>>
>> Hope that this helps.
>>
>> Ian
>>
>> On Sun, Mar 12, 2017 at 7:52 PM, Michael Walker 
>> wrote:
>> > Tomasz,
>> >
>> > I have declarative container networking set up and working on a VPS,
>> > but I wrote most of the configuration as I was learning things, so it
>> > may not be the best way.
>> >
>> > Here's the configuration.nix for the VPS:
>> > https://github.com/barrucadu/nixfiles/blob/master/hosts/innsmouth.nix
>> > Each container has a config file here:
>> > https://github.com/barrucadu/nixfiles/tree/master/containers
>> >
>> > Containers have ports forwarded to them via NAT; each container is
>> > running a web server on port 80 with the host reverse-proxying via
>> > nginx; the host also does https and letsencrypt for all the proxied
>> > containers.
>> >
>> > At the top of the innsmouth.nix file, I have a "containerSpecs" record
>> > which has all the details for each container. The relevant bits of the
>> > config are:
>> >
>> > 1. Set up the networking and NAT:
>> >
>> > networking.nat.enable = true;
>> > networking.nat.internalInterfaces = ["ve-+"];
>> > networking.nat.externalInterface = "enp0s4";
>> >
>> > 2. Forward ports to containers:
>> >
>> > networking.nat.forwardPorts = concatMap
>> > ( {num, ports, ...}:
>> > map (p: { sourcePort = p; destination =
>> > "192.168.255.${toString num}:${toString p}"; }) ports
>> > ) containerSpecs';
>> >
>> > 3. Define all the containers:
>> >
>> > containers = mapAttrs
>> > (_: {num, config, ...}:
>> > { autoStart = true
>> > ; privateNetwork = true
>> > ; hostAddress = "192.168.254.${toString num}"
>> > ; localAddress = "192.168.255.${toString num}"
>> > ; config = config
>> > ; }
>> > ) containerSpecs;
>> >
>> > 4. Reverse-proxy HTTPS to HTTP in each container, manage letsencrypt
>> > certificates, and forward HTTP to HTTPS.
>> >
>> > This is a little complex as I have a fairly custom nginx config (see
>> > the services/nginx.nix file in the repository), but the
>> > reverse-proxying is fairly straightfoward. Here is the generated
>> > nginx.conf: https://misc.barrucadu.co.uk/nginx.txt
>> >
>> > On 13 March 2017 at 02:12, Tomasz Czyż  wrote:
>> >> Hey,
>> >>
>> >> could anyone using nixos-container (declarative style) share how you
>> setup
>> >> networking?
>> >>
>> >> I'm trying to setup few containers with private network and http proxy
>> at
>> >> the front. Each container potentially could run application on port 80
>> and I
>> >> would like to expose them through proxy.
>> >>
>> >> I tried to set this up with
>> >>
>> >> privateNetwork=true;
>> >> hostAddress
>> >> localAddress
>> >>
>> >> and I tried to also run nat on the host with (just to enable outbound
>> >> traffic)
>> >> internalInterfaces = ["ve-+"];
>> >> externalInterfaces = "eth0";
>> >>
>> >> but no luck.
>> >> My next try will be creating bridge on the host and add containers