Re: [Nix-dev] nixops: Deploying from macOS

2017-05-27 Thread Kirill Elagin
On Sun, May 28, 2017 at 1:48 AM Daiderd Jordan  wrote:

> 1. Things like writeText use the stdenv so the inputs differ depending on
> the platform, resulting in a different output. Even tho the resulting files
> would be identical.
>

Would it be feasible to make sure that trivial builders (at least the most
trivial of them) do not depend on `stdenv`? This probably goes against the
spirit of Nix, but this would relieve the pain of building remote systems
as, I suppose, most of the time all the “real” derivations will be
available from the cache, and the ones that are actually built are configs.


> 2. Yes, if the nix-daemon is used the NIX_BUILD_HOOK and
> NIX_REMOTE_SYSTEMS will be determined by the daemon process.
> This means that nixops can't configure it dynamically to build using the
> vm.
>
> I don't think there's a solution for this at the moment, except for
> configuring distributed builds on your nixops host.
>

Can we provide an “official” configuration for a satelite builder such that
it will be possible to deploy one using nixops right away as a “bootstrap”?
I mean, the configuration has to be completely deterministic and fixed, so
that Hydra will build everything, including configs, and nixops will be
able to fetch everything it needs to deploy the machine from the cache.


>
>
> On 26 May 2017 at 12:39:22, Kirill Elagin (kirela...@gmail.com) wrote:
>
> Hi,
>
> I have finally switched my laptop to using nix-daemon and got bitten by
> https://github.com/NixOS/nixops/issues/260 (and/or
> https://github.com/NixOS/nixops/issues/483).
>
> To be honest, I am completely lost. Could someone please explain to me
> what is going on here?
>
> 1. The error that I get is this one:
>
> > error: a ‘x86_64-linux’ is required to build
> ‘/nix/store/cm2y0hlgv6dpcyzf022ih1b0qwh3x5n7-etc-logind.conf.drv’, but I am
> a ‘x86_64-darwin’
>
> Why on Earth is Linux needed to build _config files_? Building configs is
> mostly echoing, right? Who exactly tells nix that `environment.etc` files
> require a certain platform to be built? Maybe we could fix that?
>
> 2. How is this all related to nix-daemon? `nixops/deployment.py` checks
> for `os.environ.get('NIX_REMOTE') != 'daemon'`, why does it do this? Is
> that because `NIX_BUILD_HOOK` does not work when using nix-daemon? What’s
> that whole story with `NIX_REMOTE_SYSTEMS` and ssh keys really about? Why
> are there no issues with ssh keys when we I do not use nix-daemon? Why
> copying something manually helps?
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 1f89ba: ibus-m17n: fix homepage URL.

2017-05-27 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1f89ba117c0a0bb84178499aebb7868dc85e35e1
  
https://github.com/NixOS/nixpkgs/commit/1f89ba117c0a0bb84178499aebb7868dc85e35e1
  Author: Samuel Dionne-Riel 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/tools/inputmethods/ibus-engines/ibus-m17n/default.nix

  Log Message:
  ---
  ibus-m17n: fix homepage URL.

The URL was erroneous.


  Commit: 9d4b23f245182f11770dbcc16587a16fda1d45a3
  
https://github.com/NixOS/nixpkgs/commit/9d4b23f245182f11770dbcc16587a16fda1d45a3
  Author: Joachim F 
  Date:   2017-05-28 (Sun, 28 May 2017)

  Changed paths:
M pkgs/tools/inputmethods/ibus-engines/ibus-m17n/default.nix

  Log Message:
  ---
  Merge pull request #26169 from samueldr/fix_m17n_homepage

ibus-m17n: fix homepage URL.


Compare: https://github.com/NixOS/nixpkgs/compare/a50315d7365e...9d4b23f24518___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] nixops: Deploying from macOS

2017-05-27 Thread Daiderd Jordan
1. Things like writeText use the stdenv so the inputs differ depending on the 
platform, resulting in a different output. Even tho the resulting files would 
be identical.
2. Yes, if the nix-daemon is used the NIX_BUILD_HOOK and NIX_REMOTE_SYSTEMS 
will be determined by the daemon process.
This means that nixops can't configure it dynamically to build using the vm.

I don't think there's a solution for this at the moment, except for configuring 
distributed builds on your nixops host.


On 26 May 2017 at 12:39:22, Kirill Elagin (kirela...@gmail.com) wrote:

Hi,

I have finally switched my laptop to using nix-daemon and got bitten by 
https://github.com/NixOS/nixops/issues/260 (and/or 
https://github.com/NixOS/nixops/issues/483).

To be honest, I am completely lost. Could someone please explain to me what is 
going on here?

1. The error that I get is this one:

> error: a ‘x86_64-linux’ is required to build 
>‘/nix/store/cm2y0hlgv6dpcyzf022ih1b0qwh3x5n7-etc-logind.conf.drv’, but I am a 
>‘x86_64-darwin’

Why on Earth is Linux needed to build _config files_? Building configs is 
mostly echoing, right? Who exactly tells nix that `environment.etc` files 
require a certain platform to be built? Maybe we could fix that?

2. How is this all related to nix-daemon? `nixops/deployment.py` checks for 
`os.environ.get('NIX_REMOTE') != 'daemon'`, why does it do this? Is that 
because `NIX_BUILD_HOOK` does not work when using nix-daemon? What’s that whole 
story with `NIX_REMOTE_SYSTEMS` and ssh keys really about? Why are there no 
issues with ssh keys when we I do not use nix-daemon? Why copying something 
manually helps?
___  
nix-dev mailing list  
nix-dev@lists.science.uu.nl  
https://mailman.science.uu.nl/mailman/listinfo/nix-dev  


signature.asc
Description: Message signed with OpenPGP using AMPGpg
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] a50315: tinycc: 0.9.27pre-20170225 -> 0.9.27pre-20170527

2017-05-27 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a50315d7365ebb54fb59c2e409ae49ae608012bd
  
https://github.com/NixOS/nixpkgs/commit/a50315d7365ebb54fb59c2e409ae49ae608012bd
  Author: Joachim Fasting <joach...@fastmail.fm>
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/development/compilers/tinycc/default.nix

  Log Message:
  ---
  tinycc: 0.9.27pre-20170225 -> 0.9.27pre-20170527

Contains fixes for the x86_64 codegen [1]

[1]: https://lists.nongnu.org/archive/html/tinycc-devel/2017-05/msg00102.html


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


[Nix-dev] networking.wlanInterfaces issues

2017-05-27 Thread Tomas Hlavaty
Hi,

I have issues with wifi configuration on 17.03.1203.58e227052d
(Gorilla):

1) specifying mac address doesn't work:

   building the system configuration...
   error: undefined variable ‘device’ at 
/nix/store/nm3nvlszbsg7c574airhra5gj2xwc9s8-nixexprs.tar.xz/nixos/modules/tasks/network-interfaces.nix:1120:89
   (use ‘--show-trace’ to show detailed location information)

   with config like this:

   networking.wlanInterfaces = {
 wlan1 = {
   device = "wlan0";
   mac = "12:34:56:78:90:12";
 };
   }

   Commenting out the mac line avoids the error but doesn't set the mac
   address.

2) What is wlanInterfaces supposed to do?  It does nothing as far as I
   can see.  In the example above, I would expect that "ip a" doesn't
   show wlan0 anymore but shows wlan1 instead.  Is my expectation
   correct?

3) How can I set a wireless interface to ad-hoc mode?  The device
   supports it, but wlanInterfaces does nothing again:

   $ iw list | grep -i ibss\\.
   Device supports RSN-IBSS.
   Device supports HT-IBSS.

   networking.wlanInterfaces = {
 wlan1 = {
   type = "ibss";
   device = "wlan0";
   mac = "12:34:56:78:90:12";
 };
   }

Thanks for ideas.

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


Re: [Nix-dev] ZFS configuration for 17.03

2017-05-27 Thread Vince

You can use this as inspiration:
https://gist.github.com/techhazard/c763e168a62a0ef559a1fb9473261459 
I use it to set up a new machine with a zfs root inside an encrypted partition

Sincerely,
Vince

> Op 26 mei 2017 om 23:26 heeft Tomasz Czyż  het 
> volgende geschreven:
> 
> Evan, I found zfs config pretty straight forward.
> 
> I just added 
> supportedFilesystems = ["zfs"];
> and configured particular partitions as ZFS so they are mounted during boot.
> 
> What exactly you want to know?
> 
> 
> 2017-05-26 21:11 GMT+01:00 Evan Rowley :
>> I have seen some guides from 2014 and 2015 but these are pre-17.03. Are 
>> there any recent configurations guides, configuration.nix, or basic pointers 
>> for setting this up for a new system?
>> 
>> -- 
>>  - EJR
>> 
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>> 
> 
> 
> 
> -- 
> Tomasz Czyż
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] nixops: Deploying from macOS

2017-05-27 Thread Wout Mertens
The problem is probably ssh-ing into the VM it should be using for
building. This probably fails due to not having the correct environment,
and then it silently decides building on OSX.

On Fri, May 26, 2017, 12:39 PM Kirill Elagin  wrote:

> Hi,
>
> I have finally switched my laptop to using nix-daemon and got bitten by
> https://github.com/NixOS/nixops/issues/260 (and/or
> https://github.com/NixOS/nixops/issues/483).
>
> To be honest, I am completely lost. Could someone please explain to me
> what is going on here?
>
> 1. The error that I get is this one:
>
> > error: a ‘x86_64-linux’ is required to build
> ‘/nix/store/cm2y0hlgv6dpcyzf022ih1b0qwh3x5n7-etc-logind.conf.drv’, but I am
> a ‘x86_64-darwin’
>
> Why on Earth is Linux needed to build _config files_? Building configs is
> mostly echoing, right? Who exactly tells nix that `environment.etc` files
> require a certain platform to be built? Maybe we could fix that?
>
> 2. How is this all related to nix-daemon? `nixops/deployment.py` checks
> for `os.environ.get('NIX_REMOTE') != 'daemon'`, why does it do this? Is
> that because `NIX_BUILD_HOOK` does not work when using nix-daemon? What’s
> that whole story with `NIX_REMOTE_SYSTEMS` and ssh keys really about? Why
> are there no issues with ssh keys when we I do not use nix-daemon? Why
> copying something manually helps?
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 6de69a: simpleproxy: init at 3.5

2017-05-27 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6de69a2425446035af7b589809de5fd2f3e637dd
  
https://github.com/NixOS/nixpkgs/commit/6de69a2425446035af7b589809de5fd2f3e637dd
  Author: montag451 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  simpleproxy: init at 3.5


  Commit: 801adf99c2248ef8e8928ff5b13252f48cbf0b23
  
https://github.com/NixOS/nixpkgs/commit/801adf99c2248ef8e8928ff5b13252f48cbf0b23
  Author: Jörg Thalheim 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  Merge pull request #26158 from montag451/simpleproxy

simpleproxy: init at 3.5


Compare: https://github.com/NixOS/nixpkgs/compare/476086929af7...801adf99c224___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] Disappearing X session on some systems

2017-05-27 Thread Evan Rowley
Has anyone left their NixOS machine running for awhile, come back to it,
and saw a console on tty7 where X used to be running? I experience this
when I leave two of my NixOS systems alone for awhile. Both are using Gnome
3. It affects my ThinkPad E465 which is running an AMD A10-8700P & Radeon
R6 M340DX. It also affects my SuperMicro SYS-7038A-i with Intel Xeon CPUs
and Nvidia 8800 GT graphics. It never happens while I'm using these, just
only when I've left them alone for a while - like overnight, for example. I
have not seen this behavior on my NixOS ThinkPad T420 with Intel i5-2520M
and integrated graphics. I realize that the T420 is relatively mature in
Linux support & things working well is somewhat expected - but a crashing X
session seems to be abnormal, even for hardware that's less tested. One
major difference between the T420 and the other systems is the T420 is
using integrated graphics while the other systems are using dedicated
graphics cards - which is why I listed out the cards here. If anyone knows
of ongoing issues with NixOS/X/graphics which could be related, how it
further investigate the issue, ideas on a fix, or is experiencing the same
kind of issue - please reply. :)

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


[Nix-commits] [NixOS/nixpkgs] 476086: python.pkgs.urllib3: disable tests

2017-05-27 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 476086929af70ed022c79fdc5cced15e502ee2b8
  
https://github.com/NixOS/nixpkgs/commit/476086929af70ed022c79fdc5cced15e502ee2b8
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  python.pkgs.urllib3: disable tests

because there are transient failures too often.


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


[Nix-commits] [NixOS/nixpkgs] 19c298: tinc: Mention in docs that the host name may not b...

2017-05-27 Thread Niklas Hambüchen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 19c298e97328ee78e639682ec195ce3e820d8387
  
https://github.com/NixOS/nixpkgs/commit/19c298e97328ee78e639682ec195ce3e820d8387
  Author: Niklas Hambüchen 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M nixos/modules/services/networking/tinc.nix

  Log Message:
  ---
  tinc: Mention in docs that the host name may not be used verbatim. (#26157)

* tinc: Mention in docs that the host name may not be used verbatim.

Source:

  
https://github.com/gsliepen/tinc/blob/5c344f297682cf11793407fca4547968aee22d95/src/net_setup.c#L341

* tinc: also replaces non-alphanumeric characters.


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


[Nix-commits] [NixOS/nixpkgs] 2ff488: python.pkgs.django_hijack

2017-05-27 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2ff488c267a873ba583d0bafbb27b166eea53893
  
https://github.com/NixOS/nixpkgs/commit/2ff488c267a873ba583d0bafbb27b166eea53893
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  python.pkgs.django_hijack

Get rid of overriding inside the fixed-point combinator. Overriding
versions inside the set causes trouble when combining packages.


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


[Nix-commits] [NixOS/nixpkgs] 8d3cb0: docker tools: fix pull image function

2017-05-27 Thread Frederik Rietdijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8d3cb0af9e24b867df45fc7f35eddbf3e4449404
  
https://github.com/NixOS/nixpkgs/commit/8d3cb0af9e24b867df45fc7f35eddbf3e4449404
  Author: Matej Cotman 
  Date:   2017-05-26 (Fri, 26 May 2017)

  Changed paths:
M pkgs/build-support/docker/examples.nix
M pkgs/build-support/docker/pull.nix
M pkgs/build-support/docker/pull.sh

  Log Message:
  ---
  docker tools: fix pull image function


  Commit: 0786bb00d27ea825900bcf6f1267f8d1264888b5
  
https://github.com/NixOS/nixpkgs/commit/0786bb00d27ea825900bcf6f1267f8d1264888b5
  Author: Armijn Hemel 
  Date:   2017-05-26 (Fri, 26 May 2017)

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

  Log Message:
  ---
  cifs-utils: 6.5 -> 6.6


  Commit: b9bea6b17f64bf0e29a253855b95d76c1565d6ac
  
https://github.com/NixOS/nixpkgs/commit/b9bea6b17f64bf0e29a253855b95d76c1565d6ac
  Author: Daiderd Jordan 
  Date:   2017-05-26 (Fri, 26 May 2017)

  Changed paths:
M pkgs/development/compilers/go/1.8.nix

  Log Message:
  ---
  go: disable tests on arm


  Commit: 66deb1846372690c30ae67bfa49cd88e9e0bc503
  
https://github.com/NixOS/nixpkgs/commit/66deb1846372690c30ae67bfa49cd88e9e0bc503
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
R pkgs/development/python-modules/pytestdjango.nix

  Log Message:
  ---
  python.pkgs.pytestdjango: remove duplicate expression

We already have an expression. This one wasn't referenced anywhere.


  Commit: dce1c26e5d4bd25d21e1abc3397e02d6def044a8
  
https://github.com/NixOS/nixpkgs/commit/dce1c26e5d4bd25d21e1abc3397e02d6def044a8
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M maintainers/scripts/update-python-libraries

  Log Message:
  ---
  Python: fix update script

- use correct extension
- do not update expressions that have an url that does not contain pypi
- show warning in case request fails


  Commit: 959842a9c72ed6cc8566e23c1ce17e9ef0d8ec0c
  
https://github.com/NixOS/nixpkgs/commit/959842a9c72ed6cc8566e23c1ce17e9ef0d8ec0c
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/development/python-modules/asgi_ipc/default.nix
M pkgs/development/python-modules/asgi_redis/default.nix
M pkgs/development/python-modules/asgiref/default.nix
M pkgs/development/python-modules/automat/default.nix
M pkgs/development/python-modules/bap/default.nix
M pkgs/development/python-modules/bcrypt.nix
M pkgs/development/python-modules/blivet/default.nix
M pkgs/development/python-modules/breathe/default.nix
M pkgs/development/python-modules/channels/default.nix
M pkgs/development/python-modules/constantly/default.nix
M pkgs/development/python-modules/daphne/default.nix
M pkgs/development/python-modules/dateutil/default.nix
M pkgs/development/python-modules/dbus/default.nix
M pkgs/development/python-modules/django-compat/default.nix
M pkgs/development/python-modules/django-raster/default.nix
M pkgs/development/python-modules/django/1_10.nix
M pkgs/development/python-modules/django/1_11.nix
M pkgs/development/python-modules/django_guardian.nix
M pkgs/development/python-modules/djangorestframework/default.nix
M pkgs/development/python-modules/docker.nix
M pkgs/development/python-modules/docker_compose.nix
M pkgs/development/python-modules/ds4drv.nix
M pkgs/development/python-modules/dulwich.nix
M pkgs/development/python-modules/ezdxf/default.nix
M pkgs/development/python-modules/feedgenerator/default.nix
M pkgs/development/python-modules/flake8-blind-except/default.nix
M pkgs/development/python-modules/flake8-debugger/default.nix
M pkgs/development/python-modules/flask-elastic.nix
M pkgs/development/python-modules/flask-ldap-login.nix
M pkgs/development/python-modules/flask-login.nix
M pkgs/development/python-modules/flask-oauthlib.nix
M pkgs/development/python-modules/flask-wtf.nix
M pkgs/development/python-modules/ghdiff.nix
M pkgs/development/python-modules/gunicorn.nix
M pkgs/development/python-modules/h5py/default.nix
M pkgs/development/python-modules/hieroglyph/default.nix
M pkgs/development/python-modules/hypothesis.nix
M pkgs/development/python-modules/jabberbot.nix
M pkgs/development/python-modules/jsbeautifier/default.nix
M pkgs/development/python-modules/koji/default.nix
M pkgs/development/python-modules/ldap.nix
M pkgs/development/python-modules/libais/default.nix
M pkgs/development/python-modules/libarcus/default.nix
M pkgs/development/python-modules/libasyncns/default.nix
M pkgs/development/python-modules/libsexy/default.nix
M 

[Nix-commits] [NixOS/nixpkgs] 97f67d: buildPythonPackage: do not keep checkInputs

2017-05-27 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 97f67d1b5a723b17eabb1d82fcaf50aeffa7f85b
  
https://github.com/NixOS/nixpkgs/commit/97f67d1b5a723b17eabb1d82fcaf50aeffa7f85b
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  buildPythonPackage: do not keep checkInputs

When tests are disabled, we do not want to pass checkInputs to
stdenv.mkDerivation. This reduces the build requirements and, more
importantly, helps cutting cycles.


  Commit: 0d43420621df3b9b13e1e6d5d893584b1d956727
  
https://github.com/NixOS/nixpkgs/commit/0d43420621df3b9b13e1e6d5d893584b1d956727
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  python.pkgs.astroid: 1.4.9: 1.5.2


  Commit: 6cd52fa4400241ebcf2d1aea7abcc9ca36510864
  
https://github.com/NixOS/nixpkgs/commit/6cd52fa4400241ebcf2d1aea7abcc9ca36510864
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  python.pkgs.llvmlite: 0.16.0 -> 0.18.0


  Commit: a8f6f8d1e427d841f7f87d2a2c0b042e227bd360
  
https://github.com/NixOS/nixpkgs/commit/a8f6f8d1e427d841f7f87d2a2c0b042e227bd360
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  python.pkgs.setuptools_scm: pytest is test dependency


  Commit: dc2250eb5e91ac7591b446e69583d009cac05fbf
  
https://github.com/NixOS/nixpkgs/commit/dc2250eb5e91ac7591b446e69583d009cac05fbf
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  python.pkgs.pip: build -> test dependencies


  Commit: c10af9e744c91dff1ccc07a52a0b57d1e4d339f3
  
https://github.com/NixOS/nixpkgs/commit/c10af9e744c91dff1ccc07a52a0b57d1e4d339f3
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/development/interpreters/python/wrap.sh

  Log Message:
  ---
  Python: wrapPythonPrograms: only wrap in $out/bin

Thus far all executables in a derivation were wrapped. This commit
only wraps executables in $out/bin. If other scripts need to be wrapped
as well, then one can use wrapPythonProgramsIn.


  Commit: 45ac7700fa6aeedc088124aab863a43d476512b8
  
https://github.com/NixOS/nixpkgs/commit/45ac7700fa6aeedc088124aab863a43d476512b8
  Author: Robert Scott 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  mkPythonDerivation: obey a dontWrapPythonPrograms attribute

This should allow a python derivation to disable possibly overzealous
python program wrapping without having to override the whole fixupPhase


  Commit: 4cbd5e4141422b835a86bb1b5e2d004a3c9a3a3e
  
https://github.com/NixOS/nixpkgs/commit/4cbd5e4141422b835a86bb1b5e2d004a3c9a3a3e
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  python.pkgs.sqlalchemy: 1.0.15 -> 1.1.10


  Commit: 6b999f3c42607342231b6fe119fcf0f934f40fd8
  
https://github.com/NixOS/nixpkgs/commit/6b999f3c42607342231b6fe119fcf0f934f40fd8
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/development/python-modules/aenum/default.nix
M pkgs/development/python-modules/asgi_ipc/default.nix
M pkgs/development/python-modules/asgi_redis/default.nix
M pkgs/development/python-modules/asgiref/default.nix
M pkgs/development/python-modules/async_timeout/default.nix
M pkgs/development/python-modules/automat/default.nix
M pkgs/development/python-modules/bcrypt.nix
M pkgs/development/python-modules/breathe/default.nix
M pkgs/development/python-modules/btrees/default.nix
M pkgs/development/python-modules/certifi/default.nix
M pkgs/development/python-modules/dbfread/default.nix
M pkgs/development/python-modules/discordpy/default.nix
M pkgs/development/python-modules/distro/default.nix
M pkgs/development/python-modules/django-raster/default.nix
M pkgs/development/python-modules/djangorestframework/default.nix
M pkgs/development/python-modules/docker.nix
M pkgs/development/python-modules/docker_compose.nix
M pkgs/development/python-modules/dogpile.cache/default.nix
M 

[Nix-commits] [NixOS/nixpkgs] b9bea6: go: disable tests on arm

2017-05-27 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b9bea6b17f64bf0e29a253855b95d76c1565d6ac
  
https://github.com/NixOS/nixpkgs/commit/b9bea6b17f64bf0e29a253855b95d76c1565d6ac
  Author: Daiderd Jordan 
  Date:   2017-05-26 (Fri, 26 May 2017)

  Changed paths:
M pkgs/development/compilers/go/1.8.nix

  Log Message:
  ---
  go: disable tests on arm


  Commit: eeeaba31f897db901dba5734b2436fe97dadb033
  
https://github.com/NixOS/nixpkgs/commit/eeeaba31f897db901dba5734b2436fe97dadb033
  Author: Daiderd Jordan 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/development/compilers/go/1.8.nix

  Log Message:
  ---
  Merge pull request #26139 from LnL7/armv7l-go

go: disable failing tests on arm


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


[Nix-commits] [NixOS/nixpkgs] ef5472: pythonPackages.Nikola: init at 7.8.4

2017-05-27 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ef54727795f3500b7b816fa2b81173a37631ecdc
  
https://github.com/NixOS/nixpkgs/commit/ef54727795f3500b7b816fa2b81173a37631ecdc
  Author: Jaakko Luttinen 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  pythonPackages.Nikola: init at 7.8.4


  Commit: a50b61f4fa17861685a0af50baf78bf2bd7c7a07
  
https://github.com/NixOS/nixpkgs/commit/a50b61f4fa17861685a0af50baf78bf2bd7c7a07
  Author: Jaakko Luttinen 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  pythonPackages.ws4py: git-20130303 -> 0.4.2


  Commit: 7d954312beaf25486482c10bb20ceb6acde3711b
  
https://github.com/NixOS/nixpkgs/commit/7d954312beaf25486482c10bb20ceb6acde3711b
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  Merge pull request #25849 from jluttine/add-nikola

nikola: init at 7.8.4


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


[Nix-commits] [NixOS/nixpkgs] 0f8604: user-local config.nix path fixed in docs

2017-05-27 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0f86046db52a7fa15df922ed35c1a16349ce728d
  
https://github.com/NixOS/nixpkgs/commit/0f86046db52a7fa15df922ed35c1a16349ce728d
  Author: Dmitry Vyal 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M doc/languages-frameworks/python.md
M pkgs/misc/my-env/default.nix

  Log Message:
  ---
  user-local config.nix path fixed in docs


  Commit: 4735185fc515d918ef7f14a29acee1f784000978
  
https://github.com/NixOS/nixpkgs/commit/4735185fc515d918ef7f14a29acee1f784000978
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M doc/languages-frameworks/python.md
M pkgs/misc/my-env/default.nix

  Log Message:
  ---
  Merge pull request #26150 from akamaus/master

user-local config.nix path fixed in docs


Compare: https://github.com/NixOS/nixpkgs/compare/233716f7c9a5...4735185fc515___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0786bb: cifs-utils: 6.5 -> 6.6

2017-05-27 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0786bb00d27ea825900bcf6f1267f8d1264888b5
  
https://github.com/NixOS/nixpkgs/commit/0786bb00d27ea825900bcf6f1267f8d1264888b5
  Author: Armijn Hemel 
  Date:   2017-05-26 (Fri, 26 May 2017)

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

  Log Message:
  ---
  cifs-utils: 6.5 -> 6.6


  Commit: 233716f7c9a5637f5cebe5ac5c5c1f0b202630a0
  
https://github.com/NixOS/nixpkgs/commit/233716f7c9a5637f5cebe5ac5c5c1f0b202630a0
  Author: Jörg Thalheim 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  Merge pull request #26135 from armijnhemel/cifs-utils-6.6

cifs-utils: 6.5 -> 6.6


Compare: https://github.com/NixOS/nixpkgs/compare/112f5229d823...233716f7c9a5___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 8d3cb0: docker tools: fix pull image function

2017-05-27 Thread Jaka Hudoklin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8d3cb0af9e24b867df45fc7f35eddbf3e4449404
  
https://github.com/NixOS/nixpkgs/commit/8d3cb0af9e24b867df45fc7f35eddbf3e4449404
  Author: Matej Cotman 
  Date:   2017-05-26 (Fri, 26 May 2017)

  Changed paths:
M pkgs/build-support/docker/examples.nix
M pkgs/build-support/docker/pull.nix
M pkgs/build-support/docker/pull.sh

  Log Message:
  ---
  docker tools: fix pull image function


  Commit: 112f5229d823be266edaa5e64d38dc9199a68b29
  
https://github.com/NixOS/nixpkgs/commit/112f5229d823be266edaa5e64d38dc9199a68b29
  Author: Jaka Hudoklin 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/build-support/docker/examples.nix
M pkgs/build-support/docker/pull.nix
M pkgs/build-support/docker/pull.sh

  Log Message:
  ---
  Merge pull request #26131 from matejc/pkgs/build-support/docker/pull

docker tools: fix pull image function


Compare: https://github.com/NixOS/nixpkgs/compare/f06f4a0728fb...112f5229d823___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] f06f4a: pandas: remove outdated comment

2017-05-27 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f06f4a0728fb1da57c2924e8461a425319f1edd6
  
https://github.com/NixOS/nixpkgs/commit/f06f4a0728fb1da57c2924e8461a425319f1edd6
  Author: Pascal Wittmann 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  pandas: remove outdated comment

closes #26058


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


[Nix-commits] [NixOS/nixpkgs] f71711: fsql: init at 0.1.0

2017-05-27 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f7171186105fd6bdf891194c883556d11ede4a69
  
https://github.com/NixOS/nixpkgs/commit/f7171186105fd6bdf891194c883556d11ede4a69
  Author: Pascal Wittmann 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  fsql: init at 0.1.0


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


[Nix-commits] [NixOS/nixpkgs] 66deb1: python.pkgs.pytestdjango: remove duplicate express...

2017-05-27 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 66deb1846372690c30ae67bfa49cd88e9e0bc503
  
https://github.com/NixOS/nixpkgs/commit/66deb1846372690c30ae67bfa49cd88e9e0bc503
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
R pkgs/development/python-modules/pytestdjango.nix

  Log Message:
  ---
  python.pkgs.pytestdjango: remove duplicate expression

We already have an expression. This one wasn't referenced anywhere.


  Commit: dce1c26e5d4bd25d21e1abc3397e02d6def044a8
  
https://github.com/NixOS/nixpkgs/commit/dce1c26e5d4bd25d21e1abc3397e02d6def044a8
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M maintainers/scripts/update-python-libraries

  Log Message:
  ---
  Python: fix update script

- use correct extension
- do not update expressions that have an url that does not contain pypi
- show warning in case request fails


  Commit: 959842a9c72ed6cc8566e23c1ce17e9ef0d8ec0c
  
https://github.com/NixOS/nixpkgs/commit/959842a9c72ed6cc8566e23c1ce17e9ef0d8ec0c
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/development/python-modules/asgi_ipc/default.nix
M pkgs/development/python-modules/asgi_redis/default.nix
M pkgs/development/python-modules/asgiref/default.nix
M pkgs/development/python-modules/automat/default.nix
M pkgs/development/python-modules/bap/default.nix
M pkgs/development/python-modules/bcrypt.nix
M pkgs/development/python-modules/blivet/default.nix
M pkgs/development/python-modules/breathe/default.nix
M pkgs/development/python-modules/channels/default.nix
M pkgs/development/python-modules/constantly/default.nix
M pkgs/development/python-modules/daphne/default.nix
M pkgs/development/python-modules/dateutil/default.nix
M pkgs/development/python-modules/dbus/default.nix
M pkgs/development/python-modules/django-compat/default.nix
M pkgs/development/python-modules/django-raster/default.nix
M pkgs/development/python-modules/django/1_10.nix
M pkgs/development/python-modules/django/1_11.nix
M pkgs/development/python-modules/django_guardian.nix
M pkgs/development/python-modules/djangorestframework/default.nix
M pkgs/development/python-modules/docker.nix
M pkgs/development/python-modules/docker_compose.nix
M pkgs/development/python-modules/ds4drv.nix
M pkgs/development/python-modules/dulwich.nix
M pkgs/development/python-modules/ezdxf/default.nix
M pkgs/development/python-modules/feedgenerator/default.nix
M pkgs/development/python-modules/flake8-blind-except/default.nix
M pkgs/development/python-modules/flake8-debugger/default.nix
M pkgs/development/python-modules/flask-elastic.nix
M pkgs/development/python-modules/flask-ldap-login.nix
M pkgs/development/python-modules/flask-login.nix
M pkgs/development/python-modules/flask-oauthlib.nix
M pkgs/development/python-modules/flask-wtf.nix
M pkgs/development/python-modules/ghdiff.nix
M pkgs/development/python-modules/gunicorn.nix
M pkgs/development/python-modules/h5py/default.nix
M pkgs/development/python-modules/hieroglyph/default.nix
M pkgs/development/python-modules/hypothesis.nix
M pkgs/development/python-modules/jabberbot.nix
M pkgs/development/python-modules/jsbeautifier/default.nix
M pkgs/development/python-modules/koji/default.nix
M pkgs/development/python-modules/ldap.nix
M pkgs/development/python-modules/libais/default.nix
M pkgs/development/python-modules/libarcus/default.nix
M pkgs/development/python-modules/libasyncns/default.nix
M pkgs/development/python-modules/libsexy/default.nix
M pkgs/development/python-modules/m2r/default.nix
M pkgs/development/python-modules/markdown2.nix
M pkgs/development/python-modules/matplotlib/default.nix
M pkgs/development/python-modules/mpi4py/default.nix
M pkgs/development/python-modules/netcdf4.nix
M pkgs/development/python-modules/nltk.nix
M pkgs/development/python-modules/numba/default.nix
M pkgs/development/python-modules/os-testr/default.nix
M pkgs/development/python-modules/pelican/default.nix
M pkgs/development/python-modules/pep257.nix
M pkgs/development/python-modules/phonenumbers/default.nix
M pkgs/development/python-modules/pyatspi/default.nix
M pkgs/development/python-modules/pycairo/default.nix
M pkgs/development/python-modules/pycryptodome/default.nix
M pkgs/development/python-modules/pyexiv2/default.nix
M pkgs/development/python-modules/pygame/default.nix
M pkgs/development/python-modules/pylibmc/default.nix
M pkgs/development/python-modules/pyrax.nix
M pkgs/development/python-modules/pyroute2/default.nix
M pkgs/development/python-modules/pyscard/default.nix
M 

[Nix-commits] [NixOS/nixpkgs] a3539a: openmpt123: don't build pulseaudio driver

2017-05-27 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a3539a0dc6e4a895dc8c1b853b8dbfa757008194
  
https://github.com/NixOS/nixpkgs/commit/a3539a0dc6e4a895dc8c1b853b8dbfa757008194
  Author: gnidorah 
  Date:   2017-05-10 (Wed, 10 May 2017)

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

  Log Message:
  ---
  openmpt123: don't build pulseaudio driver


  Commit: e55cf2cba335277b53e744abc391e3e07fb29a7e
  
https://github.com/NixOS/nixpkgs/commit/e55cf2cba335277b53e744abc391e3e07fb29a7e
  Author: koral 
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M pkgs/applications/graphics/ImageMagick/default.nix

  Log Message:
  ---
  imagemagick: 6.9.7-6 -> 6.9.8-4


  Commit: 7da0b964de1b8f69e7edc1f99324542a1e977562
  
https://github.com/NixOS/nixpkgs/commit/7da0b964de1b8f69e7edc1f99324542a1e977562
  Author: gnidorah 
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
M pkgs/development/libraries/libao/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  libao: build both pulse and alsa drivers


  Commit: dd35dbcc275b8b1b3491e9ca030e47f8f1f54270
  
https://github.com/NixOS/nixpkgs/commit/dd35dbcc275b8b1b3491e9ca030e47f8f1f54270
  Author: Daniel Brockman 
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
M pkgs/development/compilers/solc/default.nix

  Log Message:
  ---
  solc: 0.4.8 -> 0.4.11


  Commit: 27dc2c4926f9935c908ee1700ceb853d99c5918f
  
https://github.com/NixOS/nixpkgs/commit/27dc2c4926f9935c908ee1700ceb853d99c5918f
  Author: Fatih Altinok 
  Date:   2017-05-22 (Mon, 22 May 2017)

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

  Log Message:
  ---
  flow: 0.42.0 -> 0.46.0


  Commit: 70f8f7ec0ace673eed87cc79c26882e29c75c687
  
https://github.com/NixOS/nixpkgs/commit/70f8f7ec0ace673eed87cc79c26882e29c75c687
  Author: Benjamin Staffin 
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
M pkgs/applications/networking/cluster/helm/default.nix

  Log Message:
  ---
  kubernetes-helm: Enable bash and zsh completion


  Commit: f3cfc10ebbd7294af96820c77464ccaf0d581253
  
https://github.com/NixOS/nixpkgs/commit/f3cfc10ebbd7294af96820c77464ccaf0d581253
  Author: Christian Kögler 
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
M nixos/modules/programs/environment.nix

  Log Message:
  ---
  NixOS: fix XCURSOR_PATH expansion

This fix allows expansion of XCURSORPATH by using type array instead of
a string.


  Commit: 5795680fedc987408bc900b34f4c6a54fec8
  
https://github.com/NixOS/nixpkgs/commit/5795680fedc987408bc900b34f4c6a54fec8
  Author: Aneesh Agrawal 
  Date:   2017-05-23 (Tue, 23 May 2017)

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

  Log Message:
  ---
  pythonPackages.pgspecial: 1.6.0 -> 1.7.0


  Commit: 11f5136005567dce5d92791b97192cf03edd4855
  
https://github.com/NixOS/nixpkgs/commit/11f5136005567dce5d92791b97192cf03edd4855
  Author: Matthew Bauer 
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
M doc/cross-compilation.xml

  Log Message:
  ---
  doc/cross-compilation: cleanup some grammar

These all should be uncontroversial changes. Just some awkward wording and
double words, etc.


  Commit: e9e9af4b5c10cb7712ae3cb9ee3154316feec660
  
https://github.com/NixOS/nixpkgs/commit/e9e9af4b5c10cb7712ae3cb9ee3154316feec660
  Author: Matthew Bauer 
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M doc/cross-compilation.xml

  Log Message:
  ---
  doc/cross-compilation: change cross to target

thanks to @bjornfor for catching this


  Commit: 997f9d678e848a2425cfd13cc5a0741ab78fd0fb
  
https://github.com/NixOS/nixpkgs/commit/997f9d678e848a2425cfd13cc5a0741ab78fd0fb
  Author: Tim Steinbach 
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M pkgs/development/tools/ammonite/default.nix

  Log Message:
  ---
  ammonite: 0.9.1 -> 0.9.3


  Commit: 45d3c49403e2f4bad61729072014eba52680d45b
  
https://github.com/NixOS/nixpkgs/commit/45d3c49403e2f4bad61729072014eba52680d45b
  Author: Tim Steinbach 
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M pkgs/development/tools/ammonite/default.nix

  Log Message:
  ---
  Merge pull request #26056 from NeQuissimus/ammonite_0_9_3

ammonite: 0.9.1 -> 0.9.3


  Commit: c05461fde6968588e94c05c610f76518f93d31e4
  
https://github.com/NixOS/nixpkgs/commit/c05461fde6968588e94c05c610f76518f93d31e4
  Author: Dan Peebles 
  Date:   2017-05-24 (Wed, 24 May 2017)

  

[Nix-commits] [NixOS/nixpkgs] 098917: python36.pkgs.networkx: disable tests

2017-05-27 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 098917844d1b079e301860bc4c82a91ce25c6616
  
https://github.com/NixOS/nixpkgs/commit/098917844d1b079e301860bc4c82a91ce25c6616
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  python36.pkgs.networkx: disable tests


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


[Nix-commits] [NixOS/nixpkgs] bf0905: liquid-fixpoint: patchShebangs is no longer requir...

2017-05-27 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bf09054ff07363332d4193940a5bd3969d91a4b3
  
https://github.com/NixOS/nixpkgs/commit/bf09054ff07363332d4193940a5bd3969d91a4b3
  Author: Peter Simons 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  liquid-fixpoint: patchShebangs is no longer required in version 0.6.0.1


  Commit: 2c2965c3957f28f06c5312b9ef5875913a367c5e
  
https://github.com/NixOS/nixpkgs/commit/2c2965c3957f28f06c5312b9ef5875913a367c5e
  Author: Peter Simons 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  liquid-fixpoint: disable shared executables to fix the test suite

The test suite runs "fixpoint" in an environment where the required library
search paths aren't set up properly.


  Commit: 26708385fa31faffd9c053a0a6efe85fc5e9fcff
  
https://github.com/NixOS/nixpkgs/commit/26708385fa31faffd9c053a0a6efe85fc5e9fcff
  Author: Peter Simons 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  ---
  hackage2nix: clean up required extra-versions for aeson


  Commit: b7e45d143c49ee8bd6aad5d13a1abd7508d8f4d4
  
https://github.com/NixOS/nixpkgs/commit/b7e45d143c49ee8bd6aad5d13a1abd7508d8f4d4
  Author: Peter Simons 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  ---
  hackage2nix: update list of broken builds


  Commit: 51b7b5f2f989ba7148de9b9766229641d91634b7
  
https://github.com/NixOS/nixpkgs/commit/51b7b5f2f989ba7148de9b9766229641d91634b7
  Author: Peter Simons 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  ---
  hackage2nix: maintain logging-facade-syslog


  Commit: dfe23fc584f18de2970396b5fa014144f4fb7383
  
https://github.com/NixOS/nixpkgs/commit/dfe23fc584f18de2970396b5fa014144f4fb7383
  Author: Peter Simons 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.2.1-7-g2ed2e10 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/600bbf89197f7b78fc37adf0d07d5414e5a5a234.


  Commit: d67214d8f7f0c9d1faf68d144ab365b8040c6ac3
  
https://github.com/NixOS/nixpkgs/commit/d67214d8f7f0c9d1faf68d144ab365b8040c6ac3
  Author: Peter Simons 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  liquidhaskell: fix build


  Commit: 33b4a6853eb4a64c739e191fc861ac21ae6385da
  
https://github.com/NixOS/nixpkgs/commit/33b4a6853eb4a64c739e191fc861ac21ae6385da
  Author: Peter Simons 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  liquidhaskell: try fix test suite

This almost succeeded, but some minor issues remain.


  Commit: c976806322f322413f3df704d26c32b3f6921642
  
https://github.com/NixOS/nixpkgs/commit/c976806322f322413f3df704d26c32b3f6921642
  Author: Peter Simons 
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  haskell-servant-client: fix evaluation


Compare: https://github.com/NixOS/nixpkgs/compare/08dd6779f43f...c976806322f3___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 522c16: systemd-nspawn: fixes evaluation error

2017-05-27 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 522c16bd8669dd2d71fd4c01b2b2fe02a0a7a02c
  
https://github.com/NixOS/nixpkgs/commit/522c16bd8669dd2d71fd4c01b2b2fe02a0a7a02c
  Author: Jörg Thalheim 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M nixos/modules/system/boot/systemd-nspawn.nix

  Log Message:
  ---
  systemd-nspawn: fixes evaluation error

fixes #25097


  Commit: 08dd6779f43f007b8b287e50142b3ba7fdbfed7f
  
https://github.com/NixOS/nixpkgs/commit/08dd6779f43f007b8b287e50142b3ba7fdbfed7f
  Author: Jörg Thalheim 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M nixos/modules/system/boot/systemd-nspawn.nix

  Log Message:
  ---
  systemd-nspawn: relax PrivateUsers check

this options allows two colon-separated number as value, for instances which
is quite difficult to check.


Compare: https://github.com/NixOS/nixpkgs/compare/dcc6a69bae7f...08dd6779f43f___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] fa8ee5: Python: update script for packages

2017-05-27 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fa8ee5d09b5bff4b05121159e7c9bc3015c06bef
  
https://github.com/NixOS/nixpkgs/commit/fa8ee5d09b5bff4b05121159e7c9bc3015c06bef
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
A maintainers/scripts/update-python-libraries

  Log Message:
  ---
  Python: update script for packages

This script determines whether there is an update available for the
package and if so, updates the version and sha256 attributes.

This only works for packages that have their own expression, and `pname`
and `sha256` attribute.


  Commit: dcc6a69bae7fea22a4d274e03171934c133090c9
  
https://github.com/NixOS/nixpkgs/commit/dcc6a69bae7fea22a4d274e03171934c133090c9
  Author: Frederik Rietdijk 
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
A maintainers/scripts/update-python-libraries

  Log Message:
  ---
  Merge pull request #25583 from FRidh/updatescript

Python: update script for packages


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