Re: [Nix-dev] glu dev in mesa attribute

2016-09-01 Thread Shea Levy
Applied, thanks!

Karn Kallio  writes:

> After making multiple outputs in the mesa_glu package the headers are
> not included in the mesa attribute.  The attached patch puts them in it.
> From ced24208a300bea8234e7898ae6fec34fbd67289 Mon Sep 17 00:00:00 2001
> From: Karn Kallio 
> Date: Thu, 1 Sep 2016 16:18:23 -0400
> Subject: [PATCH] mesa: Add the mesa glu headers to the mesa attribute.
>
> ---
>  pkgs/top-level/all-packages.nix | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
> index 99ed6b0..eb5fdb0 100644
> --- a/pkgs/top-level/all-packages.nix
> +++ b/pkgs/top-level/all-packages.nix
> @@ -8774,7 +8774,7 @@ in
>  name = "mesa-${mesa_noglu.version}";
>  # FIXME: this causes mesa to have a runtime dependency on
>  # mesa_noglu.dev.
> -paths = [ mesa_noglu.dev mesa_noglu.out mesa_glu ];
> +paths = [ mesa_noglu.dev mesa_noglu.out mesa_glu mesa_glu.dev ];
>  meta = {
>platforms = lib.platforms.unix;
>  };
> -- 
> 2.9.3
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev


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] 49d59c: glu dev in mesa attribute

2016-09-01 Thread Karn Kallio
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 49d59ce0adf8397778ec3b9a36a149a66a013c88
  
https://github.com/NixOS/nixpkgs/commit/49d59ce0adf8397778ec3b9a36a149a66a013c88
  Author: Karn Kallio 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  glu dev in mesa attribute

After making multiple outputs in the mesa_glu package the headers are
not included in the mesa attribute.  The attached patch puts them in it.

>From ced24208a300bea8234e7898ae6fec34fbd67289 Mon Sep 17 00:00:00 2001
From: Karn Kallio 
Date: Thu, 1 Sep 2016 16:18:23 -0400
Subject: [PATCH] mesa: Add the mesa glu headers to the mesa attribute.


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


[Nix-commits] [NixOS/nixpkgs] 0b27b1: wring: use node2nix generated package

2016-09-01 Thread Sander van der Burg
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0b27b17383c8e8ec24d869b8cb44fa145b5b4897
  
https://github.com/NixOS/nixpkgs/commit/0b27b17383c8e8ec24d869b8cb44fa145b5b4897
  Author: Sander van der Burg 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/node-packages/default-v4.nix
R pkgs/tools/text/wring/default.nix
R pkgs/tools/text/wring/node-packages.json
R pkgs/tools/text/wring/node-packages.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  wring: use node2nix generated package

(cherry picked from commit 8bedff0e9208a763a6c85b53446b5dcc0e4c55e8)


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


[Nix-commits] [NixOS/nixpkgs] 8bedff: wring: use node2nix generated package

2016-09-01 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8bedff0e9208a763a6c85b53446b5dcc0e4c55e8
  
https://github.com/NixOS/nixpkgs/commit/8bedff0e9208a763a6c85b53446b5dcc0e4c55e8
  Author: Sander van der Burg 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/node-packages/default-v4.nix
R pkgs/tools/text/wring/default.nix
R pkgs/tools/text/wring/node-packages.json
R pkgs/tools/text/wring/node-packages.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  wring: use node2nix generated package


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


Re: [Nix-dev] Better support for channels in nixos

2016-09-01 Thread Tomasz Czyż
2016-09-01 20:23 GMT+01:00 Matthew O'Gorman :

> Domen Kožar  writes:
>
> > We can (and do) backport new services to stable releases.
>
>   Not trying to argue, but the example I gave still stands? The service
>   was not back ported.
> >
> > For "Another example would be I am developing a service that I want to
> test
> > on my system" I don't really understand what you're trying to say.
> >
>   The other example, say I ported an application to nixos, like huginn,
>   and I want to test it on my system easily.
>
you can do this with nix-build, you don't need all channel to install one
package.

>
>   A third example would be a package that moves ridiculously quickly,
>   like gitlab, stable is on 8.5, unstable is on 8.10, the current
>   release is 8.11.

 You can create your package set on top of nixpkgs and you can upgrade
versions by yourself and still have all the packages from the original
nixpkgs, no problem with that.

my-packages = (import  {}) // {upgraded-gitlab = mkDerivation
..}

or probably better to use packageOverrides

>


>   I think it would be easier to maintain a system if I could have point
>   to multiple places for channels, and then in the install specifically
>   describe which provider I want to use.
>
if I understand this correctly, whole point of nix is to reduce source and
have as few source of truth as possible (IMHO).

>
> --
> Matthew O'Gorman
> BM-NBUmia4p88Jny5bZbRGcMt64SWWp5WVv
> TorChat: 5w3dtk7nhkkijcpc
> Site: https://b.rldn.net
> Xim/Email: m...@rldn.net
> mog@rldn:~$ fortune wisdom -s|cowsay -f /dev/null
>  ___
> < Life exists for no known purpose. >
>  ---
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
>


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


[Nix-dev] glu dev in mesa attribute

2016-09-01 Thread Karn Kallio

After making multiple outputs in the mesa_glu package the headers are
not included in the mesa attribute.  The attached patch puts them in it.
>From ced24208a300bea8234e7898ae6fec34fbd67289 Mon Sep 17 00:00:00 2001
From: Karn Kallio 
Date: Thu, 1 Sep 2016 16:18:23 -0400
Subject: [PATCH] mesa: Add the mesa glu headers to the mesa attribute.

---
 pkgs/top-level/all-packages.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 99ed6b0..eb5fdb0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -8774,7 +8774,7 @@ in
 name = "mesa-${mesa_noglu.version}";
 # FIXME: this causes mesa to have a runtime dependency on
 # mesa_noglu.dev.
-paths = [ mesa_noglu.dev mesa_noglu.out mesa_glu ];
+paths = [ mesa_noglu.dev mesa_noglu.out mesa_glu mesa_glu.dev ];
 meta = {
   platforms = lib.platforms.unix;
 };
-- 
2.9.3

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


[Nix-commits] [NixOS/nixpkgs] 8172cd: docdev -> devdoc

2016-09-01 Thread Domen Kožar
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8172cd734c9d738e1ae24ffe2e4bc550ac64e0aa
  
https://github.com/NixOS/nixpkgs/commit/8172cd734c9d738e1ae24ffe2e4bc550ac64e0aa
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M doc/multiple-output.xml
M nixos/modules/config/system-path.nix
M pkgs/build-support/setup-hooks/multiple-outputs.sh
M pkgs/data/documentation/man-pages/default.nix
M pkgs/desktops/xfce/core/exo.nix
M pkgs/desktops/xfce/core/libxfce4ui.nix
M pkgs/desktops/xfce/core/libxfce4util.nix
M pkgs/desktops/xfce/core/libxfcegui4.nix
M pkgs/desktops/xfce/core/tumbler.nix
M pkgs/desktops/xfce/core/xfce4-panel.nix
M pkgs/desktops/xfce/core/xfconf.nix
M pkgs/development/interpreters/perl/default.nix
M pkgs/development/libraries/cairo/default.nix
M pkgs/development/libraries/cyrus-sasl/default.nix
M pkgs/development/libraries/dbus-glib/default.nix
M pkgs/development/libraries/gdk-pixbuf/default.nix
M pkgs/development/libraries/glib/default.nix
M pkgs/development/libraries/gnutls/generic.nix
M pkgs/development/libraries/gtk+/2.x.nix
M pkgs/development/libraries/libidn/default.nix
M pkgs/development/libraries/libmicrohttpd/default.nix
M pkgs/development/libraries/libmng/default.nix
M pkgs/development/libraries/liboil/default.nix
M pkgs/development/libraries/libqmi/default.nix
M pkgs/development/libraries/libssh2/default.nix
M pkgs/development/libraries/libtasn1/default.nix
M pkgs/development/libraries/libtheora/default.nix
M pkgs/development/libraries/libwnck/3.x.nix
M pkgs/development/libraries/libwnck/default.nix
M pkgs/development/libraries/libxklavier/default.nix
M pkgs/development/libraries/openldap/default.nix
M pkgs/development/libraries/p11-kit/default.nix
M pkgs/development/libraries/pango/default.nix
M pkgs/development/libraries/schroedinger/default.nix
M pkgs/development/perl-modules/generic/default.nix
M pkgs/development/python-modules/pygobject/default.nix
M pkgs/servers/x11/xorg/overrides.nix
M pkgs/tools/networking/curl/default.nix

  Log Message:
  ---
  docdev -> devdoc

It's "developer documentation", not "documentation developer" after
all.


  Commit: 1e370d7de4599a1828b2a45f414e9abf416156fe
  
https://github.com/NixOS/nixpkgs/commit/1e370d7de4599a1828b2a45f414e9abf416156fe
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/python/cpython/2.7/default.nix

  Log Message:
  ---
  Revert "Python 2.7: add less"

This reverts commit bce5a51a9f33a16bf91e7d72a927c3382f333442.


  Commit: 7f520bdad8d480727e48f6c33ef053f07574b0ad
  
https://github.com/NixOS/nixpkgs/commit/7f520bdad8d480727e48f6c33ef053f07574b0ad
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/python/cpython/2.6/default.nix

  Log Message:
  ---
  Revert "Python 2.6: add less"

This reverts commit 6b11c96c86e907e9c2e107cf54133223c32dc009.


  Commit: adaee7352bcbcaafaddf7f0a5ef8b65099e06f6e
  
https://github.com/NixOS/nixpkgs/commit/adaee7352bcbcaafaddf7f0a5ef8b65099e06f6e
  Author: Nikolay Amiantov 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/stdenv/generic/setup.sh

  Log Message:
  ---
  stdenv: leave SSL_CERT_FILE in shells (#15571)


  Commit: 668cd2be1232ff9c657e0dbd8057de240af68f28
  
https://github.com/NixOS/nixpkgs/commit/668cd2be1232ff9c657e0dbd8057de240af68f28
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M doc/multiple-output.xml
M nixos/modules/config/system-path.nix
M pkgs/build-support/setup-hooks/multiple-outputs.sh
M pkgs/data/documentation/man-pages/default.nix
M pkgs/desktops/xfce/core/exo.nix
M pkgs/desktops/xfce/core/libxfce4ui.nix
M pkgs/desktops/xfce/core/libxfce4util.nix
M pkgs/desktops/xfce/core/libxfcegui4.nix
M pkgs/desktops/xfce/core/tumbler.nix
M pkgs/desktops/xfce/core/xfce4-panel.nix
M pkgs/desktops/xfce/core/xfconf.nix
M pkgs/development/interpreters/perl/default.nix
M pkgs/development/interpreters/python/cpython/2.6/default.nix
M pkgs/development/interpreters/python/cpython/2.7/default.nix
M pkgs/development/libraries/cairo/default.nix
M pkgs/development/libraries/cyrus-sasl/default.nix
M pkgs/development/libraries/dbus-glib/default.nix
M pkgs/development/libraries/gdk-pixbuf/default.nix
M pkgs/development/libraries/glib/default.nix
M pkgs/development/libraries/gnutls/generic.nix
M pkgs/development/libraries/gtk+/2.x.nix
M pkgs/development/libraries/libidn/default.nix
M pkgs/development/libraries/libmicrohttpd/default.nix
  

[Nix-commits] [NixOS/nixpkgs] d6b08a: Set channel and version to 16.09

2016-09-01 Thread Domen Kožar
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d6b08acd1ccac0d9d502c4b635e00b04d3387f06
  
https://github.com/NixOS/nixpkgs/commit/d6b08acd1ccac0d9d502c4b635e00b04d3387f06
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M nixos/modules/misc/version.nix
M nixos/release.nix

  Log Message:
  ---
  Set channel and version to 16.09


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


[Nix-commits] [NixOS/nixpkgs]

2016-09-01 Thread domenkozar
  Branch: refs/tags/16.09-beta
  Home:   https://github.com/NixOS/nixpkgs
___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Better support for channels in nixos

2016-09-01 Thread Matthew O'Gorman
Domen Kožar  writes:

> We can (and do) backport new services to stable releases.

  Not trying to argue, but the example I gave still stands? The service
  was not back ported.
>
> For "Another example would be I am developing a service that I want to test
> on my system" I don't really understand what you're trying to say.
>
  The other example, say I ported an application to nixos, like huginn,
  and I want to test it on my system easily.

  A third example would be a package that moves ridiculously quickly,
  like gitlab, stable is on 8.5, unstable is on 8.10, the current
  release is 8.11.

  I think it would be easier to maintain a system if I could have point
  to multiple places for channels, and then in the install specifically
  describe which provider I want to use.
  
-- 
Matthew O'Gorman
BM-NBUmia4p88Jny5bZbRGcMt64SWWp5WVv
TorChat: 5w3dtk7nhkkijcpc
Site: https://b.rldn.net
Xim/Email: m...@rldn.net
mog@rldn:~$ fortune wisdom -s|cowsay -f /dev/null
 ___ 
< Life exists for no known purpose. >
 --- 


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] 7c71a8: php: 5.6 -> 7.0

2016-09-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7c71a897dd0c641e047d6e713dca85764b577c4e
  
https://github.com/NixOS/nixpkgs/commit/7c71a897dd0c641e047d6e713dca85764b577c4e
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  php: 5.6 -> 7.0

I'll probably regret this in testing period, but let's bump php
since 5.6 support expires in December.


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


[Nix-commits] [NixOS/nixpkgs] 150341: pythonPackages.jinja2: no tests

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 150341bfd1bdb340ec757183d1e1c55f554d3550
  
https://github.com/NixOS/nixpkgs/commit/150341bfd1bdb340ec757183d1e1c55f554d3550
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.jinja2: no tests


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


[Nix-commits] [NixOS/nixpkgs] 81191b: pythonPackages.hypothesis1: remove it

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 81191b707dcfed55eab29f032dce1b3091d5f674
  
https://github.com/NixOS/nixpkgs/commit/81191b707dcfed55eab29f032dce1b3091d5f674
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.hypothesis1: remove it

and let dependents use the latest version


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


[Nix-commits] [NixOS/nixpkgs] e48777: sphinx: sphinx-1.3.6 test fixup

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e487772722132bf11ef3ce064c3c628aa38ba6b9
  
https://github.com/NixOS/nixpkgs/commit/e487772722132bf11ef3ce064c3c628aa38ba6b9
  Author: Fernando J Pando 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  sphinx: sphinx-1.3.6 test fixup

Fixes this error:
```
FAIL: test_setup_command.test_build_sphinx_return_nonzero_status
--
Traceback (most recent call last):
  File 
"/nix/store/zfmk6mqmr1046bh0cnh06frd0bb0nr20-python2.7-nose-1.3.7/lib/python2.7/site-packages/nose/case.py",
 line 197, in runTest
self.test(*self.arg)
  File 
"/tmp/nix-build-python2.7-Sphinx-1.3.6.drv-0/Sphinx-1.3.6/tests/test_setup_command.py",
 line 55, in deco
func(pkgrootdir, proc)
  File 
"/tmp/nix-build-python2.7-Sphinx-1.3.6.drv-0/Sphinx-1.3.6/tests/test_setup_command.py",
 line 110, in test_build_sphinx_return_nonzero_status
assert proc.returncode != 0, 'expect non-zero status for setup.py'
AssertionError: expect non-zero status for setup.py
```

Tested on Linux
- python 2.7
- python 3.5


  Commit: f3e76de8004b27b95fa0cc46b3b309921455f452
  
https://github.com/NixOS/nixpkgs/commit/f3e76de8004b27b95fa0cc46b3b309921455f452
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #18197 from nand0p/sphinx-1-3-6-test-fix

sphinx: sphinx-1.3.6 test fixup


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


[Nix-commits] [NixOS/nixpkgs] 3e6958: openjdk: Keep {include, man} in $out/lib/opendjk. (...

2016-09-01 Thread reltuk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3e695874e2f6469f9882f1c8aeb62e90aa9c4fa5
  
https://github.com/NixOS/nixpkgs/commit/3e695874e2f6469f9882f1c8aeb62e90aa9c4fa5
  Author: reltuk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/compilers/openjdk/8.nix

  Log Message:
  ---
  openjdk: Keep {include,man} in $out/lib/opendjk. (#18140)

* openjdk: Keep {include,man} in $out/lib/opendjk.

This is a standard layout that some JDK consumers expect.

* openjdk/8: Improve clarity of some symlink commands with terminating slash.


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


Re: [Nix-dev] Switch to dead TTY after nixos-rebuild switch succeeded?

2016-09-01 Thread Profpatsch
On 16-08-31 04:48pm, zimbatm wrote:
> Nothing much to add but same thing is happening here.

This has been happening for a while now (~1 month).

-- 
Proudly written in Mutt with Vim on NixOS.
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
May take up to five days to read your message. If it’s urgent, call me.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] a6670c: Fixes #18124: atomically replace /var/setuid-wrapp...

2016-09-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a6670c1a0b8cda8235296900cff950f39f60cf4f
  
https://github.com/NixOS/nixpkgs/commit/a6670c1a0b8cda8235296900cff950f39f60cf4f
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1609.xml
M nixos/modules/installer/tools/nixos-install.sh
M nixos/modules/security/setuid-wrappers.nix
M nixos/modules/system/boot/stage-2-init.sh

  Log Message:
  ---
  Fixes #18124: atomically replace /var/setuid-wrappers/ (#18186)

Before this commit updating /var/setuid-wrappers/ folder introduced
a small window where NixOS activation scripts could be terminated
and resulted into empty /var/setuid-wrappers/ folder.

That's very unfortunate because one might lose sudo binary.

Instead we use two atomic operations mv and ln (as described in
https://axialcorps.com/2013/07/03/atomically-replacing-files-and-directories/)
to achieve atomicity.

Since /var/setuid-wrappers is not a directory anymore, tmpfs mountpoints
were removed in installation scripts and in boot process.

Tested:

- upgrade /var/setuid-wrappers/ from folder to a symlink
- make sure /run/setuid-wrappers-dirs/ legacy symlink is really deleted


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


[Nix-commits] [NixOS/nixpkgs] 78cd9f: virtualbox: add headless build (without Qt depende...

2016-09-01 Thread Данило Глинський
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 78cd9f8ebc36a387fc75ebb03317707a283f43a4
  
https://github.com/NixOS/nixpkgs/commit/78cd9f8ebc36a387fc75ebb03317707a283f43a4
  Author: Данило Глинський (Danylo Hlynskyi) 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M nixos/modules/virtualisation/virtualbox-host.nix
M nixos/tests/virtualbox.nix
M pkgs/applications/virtualization/virtualbox/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  virtualbox: add headless build (without Qt dependency) (#18026)


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


Re: [Nix-dev] Better support for channels in nixos

2016-09-01 Thread Domen Kožar
We can (and do) backport new services to stable releases.

For "Another example would be I am developing a service that I want to test
on my system" I don't really understand what you're trying to say.

On Thu, Sep 1, 2016 at 8:33 PM, Matthew O'Gorman  wrote:

> I don't know if I am going to use the right vocabulary, but as we get
> closer to the next release I thought I would bring up my need for
> supporting multiple channels at the nixos level.
>
> For example, currently in unstable there is a package for mosquitto
> service, where as the current release only has the actual application.
> Another example would be I am developing a service that I want to test
> on my system.  One way to fix both of these problems is to just point my
> system at the unstable channel, but given my system is used for more
> things that is not preferable, another option could be allowing
> containers to specify a channel and then I could run each of these
> projects in their own nixos container. Given that we are about to lock
> down for another 6 months I was hoping we could address this.
>
> If I am mistaken about this please correct me.
>
> thanks
>
> --
> Matthew O'Gorman
> BM-NBUmia4p88Jny5bZbRGcMt64SWWp5WVv
> TorChat: 5w3dtk7nhkkijcpc
> Site: https://b.rldn.net
> Xim/Email: m...@rldn.net
> mog@rldn:~$ fortune wisdom -s|cowsay -f /dev/null
>  _
> / Life is the living you do, Death is the \
> | living you don't do.|
> | |
> \ -- Joseph Pintauro  /
>  -
>
> ___
> 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] adaee7: stdenv: leave SSL_CERT_FILE in shells (#15571)

2016-09-01 Thread Nikolay Amiantov
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: adaee7352bcbcaafaddf7f0a5ef8b65099e06f6e
  
https://github.com/NixOS/nixpkgs/commit/adaee7352bcbcaafaddf7f0a5ef8b65099e06f6e
  Author: Nikolay Amiantov 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/stdenv/generic/setup.sh

  Log Message:
  ---
  stdenv: leave SSL_CERT_FILE in shells (#15571)


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


[Nix-commits] [NixOS/nixpkgs] 8a7afa: openjdk: Fix #17603

2016-09-01 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8a7afae58b55bbb51dd11d610c72cdc2b4142931
  
https://github.com/NixOS/nixpkgs/commit/8a7afae58b55bbb51dd11d610c72cdc2b4142931
  Author: Tim Steinbach 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/compilers/openjdk/8.nix

  Log Message:
  ---
  openjdk: Fix #17603


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


[Nix-commits] [NixOS/nixpkgs] 488f0d: systemd-unit-options: startAt can be a list

2016-09-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 488f0d9cb362342081ece69e6ef52cd4adf4fa5a
  
https://github.com/NixOS/nixpkgs/commit/488f0d9cb362342081ece69e6ef52cd4adf4fa5a
  Author: Profpatsch 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  systemd-unit-options: startAt can be a list

OnCalendar entrys can be specified multiple times in a systemd timer, to
make more complex scheduling possible.

Tested by manually checking the timer generated by the following:

systemd = {
  services.huhu = {
  description = "meh";
  wantedBy = [ "default.target" ];
  serviceConfig.ExecStart = "/bin/sh -c 'printf HUHU!'";
  startAt = [ "*:*:0/30" "*:0/1:15" ];
  };
};

It prints HUHU to the log at seconds 0, 15 and 30 of each minute.


  Commit: d163882770c7ec84c59f0dcc13e5eb28b6281e4b
  
https://github.com/NixOS/nixpkgs/commit/d163882770c7ec84c59f0dcc13e5eb28b6281e4b
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #18172 from Profpatsch/startAt-type

systemd-unit-options: startAt can be a list


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


[Nix-commits] [NixOS/nixpkgs] 54125b: ghc801: disable MADV_FREE

2016-09-01 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 54125b4af4e0788f1f72580aa4dbda7f57db0ff7
  
https://github.com/NixOS/nixpkgs/commit/54125b4af4e0788f1f72580aa4dbda7f57db0ff7
  Author: Thomas Tuegel 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/compilers/ghc/8.0.1.nix
A pkgs/development/compilers/ghc/ghc-no-madv-free.patch

  Log Message:
  ---
  ghc801: disable MADV_FREE


  Commit: b9b5f5161926b19b82f59bf28ff7a669db00
  
https://github.com/NixOS/nixpkgs/commit/b9b5f5161926b19b82f59bf28ff7a669db00
  Author: Peter Simons 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/compilers/ghc/8.0.1.nix
A pkgs/development/compilers/ghc/ghc-no-madv-free.patch

  Log Message:
  ---
  Merge pull request #18196 from ttuegel/ghc-madv-free

ghc801: disable MADV_FREE


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


[Nix-dev] Better support for channels in nixos

2016-09-01 Thread Matthew O'Gorman
I don't know if I am going to use the right vocabulary, but as we get
closer to the next release I thought I would bring up my need for
supporting multiple channels at the nixos level.

For example, currently in unstable there is a package for mosquitto
service, where as the current release only has the actual application.
Another example would be I am developing a service that I want to test
on my system.  One way to fix both of these problems is to just point my
system at the unstable channel, but given my system is used for more
things that is not preferable, another option could be allowing
containers to specify a channel and then I could run each of these
projects in their own nixos container. Given that we are about to lock
down for another 6 months I was hoping we could address this.

If I am mistaken about this please correct me.

thanks

-- 
Matthew O'Gorman
BM-NBUmia4p88Jny5bZbRGcMt64SWWp5WVv
TorChat: 5w3dtk7nhkkijcpc
Site: https://b.rldn.net
Xim/Email: m...@rldn.net
mog@rldn:~$ fortune wisdom -s|cowsay -f /dev/null
 _ 
/ Life is the living you do, Death is the \
| living you don't do.|
| |
\ -- Joseph Pintauro  /
 - 


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] 4d2420: pythonPackages.pathlib: fix tests

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4d2420e3f81d5df2d9e3bad7e52ab95d9f84e0c5
  
https://github.com/NixOS/nixpkgs/commit/4d2420e3f81d5df2d9e3bad7e52ab95d9f84e0c5
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.pathlib: fix tests


  Commit: 014b6e0627343f6c527c058d5a766cdfb6f5c9ac
  
https://github.com/NixOS/nixpkgs/commit/014b6e0627343f6c527c058d5a766cdfb6f5c9ac
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.natsort: broken


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


[Nix-commits] [NixOS/nixpkgs] c319c8: pythonPackages.hypothesis: remove optional depende...

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c319c842b70440c8e068b88dee0d6a237509b9d8
  
https://github.com/NixOS/nixpkgs/commit/c319c842b70440c8e068b88dee0d6a237509b9d8
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.hypothesis: remove optional dependencies


  Commit: 7b534d479464056391e9b4466832d3a1fa0ab8b8
  
https://github.com/NixOS/nixpkgs/commit/7b534d479464056391e9b4466832d3a1fa0ab8b8
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.attrs: fix tests


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


[Nix-commits] [NixOS/nixpkgs] 85d7d9: xfstests: Autodetect what to link in the wrapper

2016-09-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 85d7d9d254cac56b2a20c196bfa072c9408f7dc9
  
https://github.com/NixOS/nixpkgs/commit/85d7d9d254cac56b2a20c196bfa072c9408f7dc9
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  xfstests: Autodetect what to link in the wrapper


  Commit: bb18d733236464c53d044e8a0ed8891761f9a1c6
  
https://github.com/NixOS/nixpkgs/commit/bb18d733236464c53d044e8a0ed8891761f9a1c6
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  xfstests: 2016-08-06 -> 2016-08-26

Fixes build.


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


[Nix-commits] [NixOS/nixpkgs] d2608c: pythonPackages.cryptography: add missing dependenc...

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d2608c63fd93b5f899ef2da6d780cc74cabbe56b
  
https://github.com/NixOS/nixpkgs/commit/d2608c63fd93b5f899ef2da6d780cc74cabbe56b
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.cryptography: add missing dependency


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


[Nix-commits] [NixOS/nixpkgs] 71021a: gtk-gnutella: disable bindnow/fortify/pic/relro ha...

2016-09-01 Thread Kranium Gikos Mendoza
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 71021a825dbe33e0aa2936f5d25ce59468509522
  
https://github.com/NixOS/nixpkgs/commit/71021a825dbe33e0aa2936f5d25ce59468509522
  Author: Kranium Gikos Mendoza 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/tools/networking/p2p/gtk-gnutella/default.nix

  Log Message:
  ---
  gtk-gnutella: disable bindnow/fortify/pic/relro hardening (#18195)

based on debian's settings at 
https://lintian.debian.org/full/lu...@debian.org.html#gtk-gnutella_1.1.8-2


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


[Nix-commits] [NixOS/nixpkgs] 6dc452: vim_configurable: vimNoX broken on Darwin, but bri...

2016-09-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6dc452313a2c7e44c6fb97c42102b44da99641d0
  
https://github.com/NixOS/nixpkgs/commit/6dc452313a2c7e44c6fb97c42102b44da99641d0
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/editors/vim/configurable.nix

  Log Message:
  ---
  vim_configurable: vimNoX broken on Darwin, but bring back vimHugeX works

D'oh, I was careless.


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


[Nix-commits] [NixOS/nixpkgs] 336423: Disable bunch of non-compiling packages on Darwin

2016-09-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3364230d5609e3c26ece968cf2f1650e5154b745
  
https://github.com/NixOS/nixpkgs/commit/3364230d5609e3c26ece968cf2f1650e5154b745
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/audio/ncmpcpp/default.nix
M pkgs/applications/editors/vim/configurable.nix
M pkgs/applications/graphics/gimp/2.8.nix
M pkgs/applications/misc/sdcv/default.nix
M pkgs/applications/networking/feedreaders/newsbeuter/default.nix
M pkgs/applications/networking/feedreaders/newsbeuter/dev.nix
M pkgs/applications/science/logic/prover9/default.nix
M pkgs/applications/science/math/yacas/default.nix
M pkgs/applications/version-management/rcs/default.nix
M pkgs/applications/video/gpac/default.nix
M pkgs/development/compilers/ocaml/3.12.1.nix
M pkgs/development/compilers/ocaml/4.00.1.nix
M pkgs/development/compilers/sbcl/1.2.5.nix
M pkgs/development/libraries/commoncpp2/default.nix
M pkgs/development/libraries/gstreamer/bad/default.nix
M pkgs/development/libraries/gstreamer/good/default.nix
M pkgs/development/libraries/lensfun/default.nix
M pkgs/development/libraries/libdiscid/default.nix
M pkgs/development/libraries/libmtp/default.nix
M pkgs/development/libraries/libmusicbrainz/2.x.nix
M pkgs/development/libraries/libofx/default.nix
M pkgs/development/libraries/libraw/default.nix
M pkgs/development/libraries/mp4v2/default.nix
M pkgs/development/libraries/ucommon/default.nix
M pkgs/development/libraries/wxGTK-2.9/default.nix
M pkgs/development/libraries/wxGTK-3.0/default.nix
M pkgs/development/libraries/xlslib/default.nix
M pkgs/development/tools/build-managers/cmake/2.8.nix
M pkgs/os-specific/linux/iomelt/default.nix
M pkgs/servers/http/mini-httpd/default.nix
M pkgs/servers/monitoring/net-snmp/default.nix
M pkgs/servers/monitoring/zabbix/2.0.nix
M pkgs/servers/monitoring/zabbix/2.2.nix
M pkgs/servers/monitoring/zabbix/default.nix
M pkgs/servers/shishi/default.nix
M pkgs/servers/softether/4.18.nix
M pkgs/servers/sql/virtuoso/6.x.nix
M pkgs/servers/sql/virtuoso/7.x.nix
M pkgs/tools/misc/man-db/default.nix
M pkgs/tools/misc/ttfautohint/default.nix
M pkgs/tools/networking/inadyn/default.nix
M pkgs/tools/networking/mpack/default.nix
M pkgs/tools/networking/nbd/default.nix
M pkgs/tools/networking/p2p/libtorrent/default.nix
M pkgs/tools/security/vidalia/default.nix

  Log Message:
  ---
  Disable bunch of non-compiling packages on Darwin

These ones have a "Last successful build" timestamp in the 2014s or
2015s. Presumably no one will notice if we now stop building them.

softether_4_18  2015-09-20  http://hydra.nixos.org/build/39418483
lensfun 2014-09-30  http://hydra.nixos.org/build/39394104
net_snmp2015-09-20  http://hydra.nixos.org/build/39410553
djview  2015-08-11  http://hydra.nixos.org/build/39413233
libmusicbrainz2 2015-09-20  http://hydra.nixos.org/build/39410106
fox_1_6 2014-05-07  http://hydra.nixos.org/build/39410858
libofx  2015-09-24  http://hydra.nixos.org/build/39423507
yacas   2014-09-30  http://hydra.nixos.org/build/39393150
iomelt  2014-09-30  http://hydra.nixos.org/build/39408486
softether   2015-09-20  http://hydra.nixos.org/build/39425800
mp4v2   2014-09-30  http://hydra.nixos.org/build/39421899
virtuoso7   2014-09-21  http://hydra.nixos.org/build/39415206
man_db  2015-04-23  http://hydra.nixos.org/build/39404236
libdiscid   2014-09-30  http://hydra.nixos.org/build/39412202
zabbix22.agent  2014-09-21  http://hydra.nixos.org/build/39412149
vidalia 2015-08-06  http://hydra.nixos.org/build/39411500
libmtp  2015-09-20  http://hydra.nixos.org/build/39419199
wxGTK29 2015-09-20  http://hydra.nixos.org/build/39415296
ncmpcpp 2015-11-06  http://hydra.nixos.org/build/39404455
libtorrent  2014-09-21  http://hydra.nixos.org/build/39394646
shishi  2014-03-21  http://hydra.nixos.org/build/39418874
ocaml_3_12_12014-09-30  http://hydra.nixos.org/build/39392996
djview4 2015-08-11  http://hydra.nixos.org/build/39427799
vimNox  2014-05-23  http://hydra.nixos.org/build/39397012
ttfautohint 2015-08-06  http://hydra.nixos.org/build/39398330
libraw  2015-09-24  http://hydra.nixos.org/build/39402271
wxGTK30 2015-09-20  http://hydra.nixos.org/build/39401871
sbcl_1_2_5  2015-09-20  

[Nix-commits] [NixOS/nixpkgs] 255c9d: pythonPackages.keystoneclient: Fix bogus 'doCheck'...

2016-09-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 255c9de6efdadad09dbf1356395a4423f7de8740
  
https://github.com/NixOS/nixpkgs/commit/255c9de6efdadad09dbf1356395a4423f7de8740
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.keystoneclient: Fix bogus 'doCheck' value


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


[Nix-commits] [NixOS/nixpkgs] 1e370d: Revert "Python 2.7: add less"

2016-09-01 Thread Eelco Dolstra
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1e370d7de4599a1828b2a45f414e9abf416156fe
  
https://github.com/NixOS/nixpkgs/commit/1e370d7de4599a1828b2a45f414e9abf416156fe
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/python/cpython/2.7/default.nix

  Log Message:
  ---
  Revert "Python 2.7: add less"

This reverts commit bce5a51a9f33a16bf91e7d72a927c3382f333442.


  Commit: 7f520bdad8d480727e48f6c33ef053f07574b0ad
  
https://github.com/NixOS/nixpkgs/commit/7f520bdad8d480727e48f6c33ef053f07574b0ad
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/python/cpython/2.6/default.nix

  Log Message:
  ---
  Revert "Python 2.6: add less"

This reverts commit 6b11c96c86e907e9c2e107cf54133223c32dc009.


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


[Nix-commits] [NixOS/nixpkgs] b0327a: tcl: Separate man output and use symlinks

2016-09-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b0327ac2409f9d7e9a5aa0379f2b351b56058dfd
  
https://github.com/NixOS/nixpkgs/commit/b0327ac2409f9d7e9a5aa0379f2b351b56058dfd
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/tcl/generic.nix

  Log Message:
  ---
  tcl: Separate man output and use symlinks

This reduces tcl's total size from 25.0 MiB to 8.6 MiB. Admittedly
this is also because putting the manpages in the right place causes
all man3 pages to be deleted by the multiple outputs setup hook. Not
sure if that's desirable behaviour...


  Commit: 02683acf714c506611fc3e4ec3c3a518fd08ae65
  
https://github.com/NixOS/nixpkgs/commit/02683acf714c506611fc3e4ec3c3a518fd08ae65
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/libraries/tk/generic.nix

  Log Message:
  ---
  tk: Separate man output

This reduces the size of the main output by half a megabyte.


  Commit: b31870fe133cd13966fe659edf26727fed1cd3d7
  
https://github.com/NixOS/nixpkgs/commit/b31870fe133cd13966fe659edf26727fed1cd3d7
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/libraries/tk/generic.nix

  Log Message:
  ---
  tk: Use a dev output

This ensures that the propagated build inputs don't end up in tcl/tk's
runtime closure, which is reduced by about 5 MiB.


  Commit: 168192f116d2faaab33e4fade4756c8d4690e614
  
https://github.com/NixOS/nixpkgs/commit/168192f116d2faaab33e4fade4756c8d4690e614
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/python/cpython/3.5/default.nix

  Log Message:
  ---
  python-3.5: Eliminate -dev paths from the runtime closure

This reduces Python's closure size from 200 MiB to 129 MiB. Even
better would be to get move tkinter to a separate output or package
(since that would get rid of all X11 stuff), but that's a bit harder.


  Commit: 02bae3913260296447fe80ffb44276f48239e317
  
https://github.com/NixOS/nixpkgs/commit/02bae3913260296447fe80ffb44276f48239e317
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/tcl/generic.nix

  Log Message:
  ---
  tcl: Don't install a copy of tzdata

This cuts about 3 MiB from the installed size. On Linux, the configure
script is supposed to detect that installing tzdata is unnecessary,
but it looks in locations like /usr/share/zoneinfo.


  Commit: fdd7399a3c8492084e2065861e8b25b36555bcaa
  
https://github.com/NixOS/nixpkgs/commit/fdd7399a3c8492084e2065861e8b25b36555bcaa
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/python/cpython/3.5/default.nix

  Log Message:
  ---
  python-3.5: Also remove -L flags

This reduces the Python closure size by another 10 MiB.


  Commit: 0810decaa7bdb2c3c645b83394f3e2413222c2c3
  
https://github.com/NixOS/nixpkgs/commit/0810decaa7bdb2c3c645b83394f3e2413222c2c3
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/python/cpython/3.5/default.nix

  Log Message:
  ---
  python-3.5: Drop dependency on Berkeley DB

The previous commit revealed that Python wasn't actually using
Berkeley DB; it only had it in its closure due to the build-time flag
dump in Makefile and _sysconfigdata.py. When Python detects both GNU
gdbm and Berkeley DB at build time, it will use the former.


  Commit: 8b12eee201df200c2777687fcf1036a4db4e23c5
  
https://github.com/NixOS/nixpkgs/commit/8b12eee201df200c2777687fcf1036a4db4e23c5
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  x265: Don't install static library

Following our general policy to only install dynamic libraries. If the
static library turns out to be needed, it could be moved to a separate
output.


  Commit: b688074c518a335318c66e5bf5199efc5e3bad34
  
https://github.com/NixOS/nixpkgs/commit/b688074c518a335318c66e5bf5199efc5e3bad34
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  opensubdiv: Prevent runtime dependency on mesa_noglu.dev


  Commit: 3934980ca4def6cfb613a3419898a6c5a740364e
  
https://github.com/NixOS/nixpkgs/commit/3934980ca4def6cfb613a3419898a6c5a740364e
  Author: Eelco Dolstra 

[Nix-commits] [NixOS/nixpkgs] 33b87d: nerdfonts: Don't build on Hydra

2016-09-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 33b87da2cf61b93d8f418951b563b2c0b7291eab
  
https://github.com/NixOS/nixpkgs/commit/33b87da2cf61b93d8f418951b563b2c0b7291eab
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/data/fonts/nerdfonts/default.nix

  Log Message:
  ---
  nerdfonts: Don't build on Hydra

http://hydra.nixos.org/build/39383371


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


[Nix-commits] [NixOS/nixpkgs] fc4e4f: nodePackage: replace azure-cli by node2nix generat...

2016-09-01 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fc4e4fe0830916af12ccc740d354f7fa32127c7d
  
https://github.com/NixOS/nixpkgs/commit/fc4e4fe0830916af12ccc740d354f7fa32127c7d
  Author: Sander van der Burg 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/node-packages/node-packages-v4.nix
M pkgs/development/node-packages/node-packages-v5.nix
M pkgs/development/node-packages/node-packages.json
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  nodePackage: replace azure-cli by node2nix generated expression + add eslint 
to fix casperjs


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


[Nix-commits] [NixOS/nixpkgs] b96ba3: pythonPackages.isodate: fix tests

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b96ba3fc9383c12ad352b509e5229bfbbd01523c
  
https://github.com/NixOS/nixpkgs/commit/b96ba3fc9383c12ad352b509e5229bfbbd01523c
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.isodate: fix tests


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


Re: [Nix-dev] Packaging daphny, a mono application.

2016-09-01 Thread Layus

On 01/09/16 12:33, obadz wrote:


On Thu, Sep 1, 2016 at 10:23 AM, Layus > wrote:


mozroots --import --sync


You don't need this part, as it's already taken care of here: 
https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/mono/generic.nix#L69-L75


wget https://nuget.org/nuget.exe


You definitely don't want this, we have nuget packaged and already 
wired up in fetchNuGet


mono ./nuget.exe restore Source/Boogie.sln


You don't want this one either, either fetchNuGet the dependencies or 
build them from source. You'll find examples of both in 
https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/dotnet-packages.nix. 
Then add them to buildInputs.


xbuild Source/Boogie.sln
...
xbuild dafny/Source/Dafny.sln


Those guys will get invoked for you by buildDotnetPackage. You may 
have to specify xBuildFiles.


Good luck :)

Thank you !
This got me started, and I have a very good prototype available at [1], 
or you can jump to the diff at [2].


The only remaining error is an annoying

Unhandled Exception:
System.TypeLoadException: Could not load type 
'Microsoft.Dafny.ConsoleErrorReporter' from assembly 'DafnyPipeline, 
Version=1.9.8.30829, Culture=neutral, PublicKeyToken=736440c9b414ea16'.

  at [...]

Could you help me with this tricky one ?
I have a hard time understanding the dotnet infrastructure...

[1] https://github.com/layus/nixpkgs/tree/dafny
[2] 
https://github.com/layus/nixpkgs/commit/15cc02b9990129eb8c037b67dcd832eaab97b163



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


[Nix-commits] [NixOS/nixpkgs] 4f3022: pythonPackages.sqlalchemy7: mark as broken

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4f302223a1867e04c8947e634e5d4e70aabb951d
  
https://github.com/NixOS/nixpkgs/commit/4f302223a1867e04c8947e634e5d4e70aabb951d
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

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

We need an older version of sqlite.


  Commit: 69b676978c52b5bca16be71876a2cff6e8a52f19
  
https://github.com/NixOS/nixpkgs/commit/69b676978c52b5bca16be71876a2cff6e8a52f19
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  Remove sqlalchemy_migrate_0_7


  Commit: 65d983678b5675c2c6af8141f77700df8e51579f
  
https://github.com/NixOS/nixpkgs/commit/65d983678b5675c2c6af8141f77700df8e51579f
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  Remove sqlalchemy7


  Commit: f2fc64a4121a6960e41f47f47b43ef0c166f7a23
  
https://github.com/NixOS/nixpkgs/commit/f2fc64a4121a6960e41f47f47b43ef0c166f7a23
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
R pkgs/development/tools/build-managers/buildbot/8.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Remove buildbot_8

We now have a newer version and the older version didn't work anymore
anyway because it depended on sqlalchemy7 which was itself broken,
because it depended on an older version of sqlite.


  Commit: 06006f7759442ce41b2a70bf365c639761161bd2
  
https://github.com/NixOS/nixpkgs/commit/06006f7759442ce41b2a70bf365c639761161bd2
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
R pkgs/development/tools/build-managers/buildbot/8.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #18192 from FRidh/rembb

Remove buildbot_8 and certain dependencies


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


[Nix-commits] [NixOS/nixpkgs] 96a3bf: pythonPackages.pyqt4: fix name

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 96a3bf6cea1afc41b10518fd9fbaaeb6d8c0082f
  
https://github.com/NixOS/nixpkgs/commit/96a3bf6cea1afc41b10518fd9fbaaeb6d8c0082f
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/python-modules/pyqt/4.x.nix

  Log Message:
  ---
  pythonPackages.pyqt4: fix name


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


[Nix-commits] [NixOS/nixpkgs] c6c6df: disable ripple-rest for now and repackage it asap

2016-09-01 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c6c6df3ed8071e137ca4b560185d45d7c871efe9
  
https://github.com/NixOS/nixpkgs/commit/c6c6df3ed8071e137ca4b560185d45d7c871efe9
  Author: Sander van der Burg 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  disable ripple-rest for now and repackage it asap


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


[Nix-commits] [NixOS/nixpkgs] e1d1a5: Python: fix mkPythonDerivation doCheck

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e1d1a573e58067dae9c45eba621f8032feb811fe
  
https://github.com/NixOS/nixpkgs/commit/e1d1a573e58067dae9c45eba621f8032feb811fe
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  Python: fix mkPythonDerivation doCheck


  Commit: 571ee39714f2488ffef3432dd588c6f4af91dcad
  
https://github.com/NixOS/nixpkgs/commit/571ee39714f2488ffef3432dd588c6f4af91dcad
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.pyside: fix evaluation


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


[Nix-commits] [NixOS/nixpkgs] 6e61df: Fix evaluation errors by replacing npm2nix generat...

2016-09-01 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6e61dfb647df78afc65625c057ddef21726b9d28
  
https://github.com/NixOS/nixpkgs/commit/6e61dfb647df78afc65625c057ddef21726b9d28
  Author: Sander van der Burg 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/node-packages/default-v4.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Fix evaluation errors by replacing npm2nix generated packages (will provide 
alternative for dnchain later)


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


[Nix-commits] [NixOS/nixpkgs] 511bb2: baekmuk-ttf: switch to base32 encoded src.sha256

2016-09-01 Thread Linus Arver
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 511bb286892e800827c4add915bb008bd2a82de3
  
https://github.com/NixOS/nixpkgs/commit/511bb286892e800827c4add915bb008bd2a82de3
  Author: Linus Arver 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/data/fonts/baekmuk-ttf/default.nix

  Log Message:
  ---
  baekmuk-ttf: switch to base32 encoded src.sha256

Closes https://github.com/NixOS/nixpkgs/pull/18166


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


[Nix-commits] [NixOS/nixpkgs] d15681: tome4: fix build

2016-09-01 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d15681f47b2962cc35fd2c850af9e7a09c5e41ec
  
https://github.com/NixOS/nixpkgs/commit/d15681f47b2962cc35fd2c850af9e7a09c5e41ec
  Author: Kranium Gikos Mendoza 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/games/tome4/default.nix

  Log Message:
  ---
  tome4: fix build


  Commit: 7bc2511b8b1312aaefa870da77711c506b111221
  
https://github.com/NixOS/nixpkgs/commit/7bc2511b8b1312aaefa870da77711c506b111221
  Author: Joachim F 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/games/tome4/default.nix

  Log Message:
  ---
  Merge pull request #18179 from womfoo/fix/tome4-build

tome4: fix build


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


[Nix-commits] [NixOS/nixpkgs] 9a8d40: pythonPackages.tqdm: 3.8.4 -> 4.8.4

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9a8d4055a5534c003498cb2d2237ae5a2d228b1b
  
https://github.com/NixOS/nixpkgs/commit/9a8d4055a5534c003498cb2d2237ae5a2d228b1b
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.tqdm: 3.8.4 -> 4.8.4

Last commit was wrong, the goal was to update to 4.8.4.


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


[Nix-commits] [NixOS/nixpkgs] b08074: Python: move python-modules/generic to interpreter...

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b080748d42d18a3a51e4afacc962d9528ae4200d
  
https://github.com/NixOS/nixpkgs/commit/b080748d42d18a3a51e4afacc962d9528ae4200d
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M doc/languages-frameworks/python.md
A pkgs/development/interpreters/python/buildpythonpackage.nix
A pkgs/development/interpreters/python/catch_conflicts.py
A pkgs/development/interpreters/python/run_setup.py
A pkgs/development/interpreters/python/wrap.sh
R pkgs/development/python-modules/generic/catch_conflicts.py
R pkgs/development/python-modules/generic/default.nix
R pkgs/development/python-modules/generic/run_setup.py
R pkgs/development/python-modules/generic/wrap.sh
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Python: move python-modules/generic to interpreter folder


  Commit: 725c37b4d350c9c040c29efd8146619f77c897f5
  
https://github.com/NixOS/nixpkgs/commit/725c37b4d350c9c040c29efd8146619f77c897f5
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
A pkgs/development/interpreters/python/wrap-python.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Python: move wrapPython into own file


  Commit: 3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6
  
https://github.com/NixOS/nixpkgs/commit/3e05cce97ca3ea9eee42a17c8bc0b89345b5d0b6
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M doc/languages-frameworks/python.md
A pkgs/development/interpreters/python/build-python-package.nix
R pkgs/development/interpreters/python/buildpythonpackage.nix
A pkgs/development/interpreters/python/mk-python-derivation.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Python: separate buildPythonPackage into two functions

1. mkDerivation which is used when the source is without setup.py and
not a wheel
2. buildPythonPackage which is used as before and calls mkDerivation


  Commit: e9c4d00cacea699c0e23e7c09967dd3fe12edc23
  
https://github.com/NixOS/nixpkgs/commit/e9c4d00cacea699c0e23e7c09967dd3fe12edc23
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.fedora_cert: use mkPythonDerivation, fix build


  Commit: 4f6b6f14726296c1d402f187db995031bccd791f
  
https://github.com/NixOS/nixpkgs/commit/4f6b6f14726296c1d402f187db995031bccd791f
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M doc/languages-frameworks/python.md
M pkgs/development/interpreters/python/mk-python-derivation.nix
M pkgs/development/python-modules/dbus/default.nix
M pkgs/development/python-modules/pycairo/default.nix
M pkgs/development/python-modules/pygobject/3.nix
M pkgs/development/python-modules/pygobject/default.nix
M pkgs/development/python-modules/pygtksourceview/default.nix
M pkgs/development/python-modules/pyqt/4.x.nix
M pkgs/development/python-modules/pyqt/5.x.nix
M pkgs/development/python-modules/pyside/default.nix
M pkgs/development/python-modules/pyxml/default.nix
M pkgs/development/python-modules/sip/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages: use mkPythonDerivation


  Commit: 9a851907a88ea0bdbfaafb30dbe7588d92af6dd5
  
https://github.com/NixOS/nixpkgs/commit/9a851907a88ea0bdbfaafb30dbe7588d92af6dd5
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/python-modules/bootstrapped-pip/default.nix
M pkgs/development/python-modules/setuptools/default.nix

  Log Message:
  ---
  pythonPackages.setuptools: 19.4 -> 26.1.1


  Commit: 2a3077d2cc4f78882537a49a5a36df352ecb36da
  
https://github.com/NixOS/nixpkgs/commit/2a3077d2cc4f78882537a49a5a36df352ecb36da
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M doc/languages-frameworks/python.md
A pkgs/development/interpreters/python/build-python-package.nix
A pkgs/development/interpreters/python/catch_conflicts.py
A pkgs/development/interpreters/python/mk-python-derivation.nix
A pkgs/development/interpreters/python/run_setup.py
A pkgs/development/interpreters/python/wrap-python.nix
A pkgs/development/interpreters/python/wrap.sh
M pkgs/development/python-modules/bootstrapped-pip/default.nix
M pkgs/development/python-modules/dbus/default.nix
R pkgs/development/python-modules/generic/catch_conflicts.py
R pkgs/development/python-modules/generic/default.nix
R pkgs/development/python-modules/generic/run_setup.py
R 

[Nix-commits] [NixOS/nixpkgs] b17cd1: androidsdk: fix buildApp and emulateApp functions ...

2016-09-01 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b17cd148ba7a9eaadd689c49e8b72c80151dcecb
  
https://github.com/NixOS/nixpkgs/commit/b17cd148ba7a9eaadd689c49e8b72c80151dcecb
  Author: Sander van der Burg 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/mobile/androidenv/androidsdk.nix
M pkgs/development/mobile/androidenv/build-app.nix
M pkgs/development/mobile/androidenv/default.nix
M pkgs/development/mobile/androidenv/emulate-app.nix

  Log Message:
  ---
  androidsdk: fix buildApp and emulateApp functions by providing the right 
executable paths + fix android emulator by adding dbus to the library path


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


[Nix-commits] [NixOS/nixpkgs] b5872b: emem: 0.2.27 -> 0.2.28

2016-09-01 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b5872b13f5f998825c72e2307e6636e02b08d85c
  
https://github.com/NixOS/nixpkgs/commit/b5872b13f5f998825c72e2307e6636e02b08d85c
  Author: Rommel M. Martinez 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/misc/emem/default.nix

  Log Message:
  ---
  emem: 0.2.27 -> 0.2.28


  Commit: c2841f1c1d666af56459de9758e8a6d8be8237d7
  
https://github.com/NixOS/nixpkgs/commit/c2841f1c1d666af56459de9758e8a6d8be8237d7
  Author: Joachim F 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/misc/emem/default.nix

  Log Message:
  ---
  Merge pull request #18175 from ebzzry/emem-0.2.28

emem: 0.2.27 -> 0.2.28


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


[Nix-commits] [NixOS/nixpkgs] 75b592: openexr, libyaml-cpp: Fix output order to match ot...

2016-09-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 75b59223917f301ed0192794502d81925cd5af59
  
https://github.com/NixOS/nixpkgs/commit/75b59223917f301ed0192794502d81925cd5af59
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/graphics/openimageio/default.nix
M pkgs/applications/graphics/qtpfsgui/default.nix
M pkgs/development/libraries/libyaml-cpp/default.nix
M pkgs/development/libraries/openexr/default.nix

  Log Message:
  ---
  openexr, libyaml-cpp: Fix output order to match others

This was changed in https://github.com/NixOS/nixpkgs/pull/14766

@edolstra


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


[Nix-commits] [NixOS/nixpkgs] 216665: titaniumsdk: fix to make it work with new android ...

2016-09-01 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 21666526b901e3655fd5bdd85546166412d2302e
  
https://github.com/NixOS/nixpkgs/commit/21666526b901e3655fd5bdd85546166412d2302e
  Author: Sander van der Burg 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/mobile/titaniumenv/build-app.nix
R pkgs/development/mobile/titaniumenv/cli/cli.json
R pkgs/development/mobile/titaniumenv/cli/default.nix
R pkgs/development/mobile/titaniumenv/cli/node-env.nix
R pkgs/development/mobile/titaniumenv/cli/registry.nix
M pkgs/development/mobile/titaniumenv/default.nix
M pkgs/development/mobile/titaniumenv/examples/kitchensink/default.nix
A pkgs/development/mobile/titaniumenv/titaniumsdk-5.2.nix

  Log Message:
  ---
  titaniumsdk: fix to make it work with new android SDK and NPM packages + add 
titaniumsdk version 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] 29a530: ghc-8.0.1: cosmetic fix to the Nix expression to u...

2016-09-01 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 29a53017a41ee0390e3b6028aadf303d04103fb7
  
https://github.com/NixOS/nixpkgs/commit/29a53017a41ee0390e3b6028aadf303d04103fb7
  Author: Peter Simons 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/compilers/ghc/8.0.1.nix

  Log Message:
  ---
  ghc-8.0.1: cosmetic fix to the Nix expression to unbreak syntax highlighting


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


[Nix-commits] [NixOS/nixpkgs] 3053be: pythonPackages.setuptools: 19.4 -> 26.1.1

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3053be815be3556e28022f64beef9bfd643ad8d4
  
https://github.com/NixOS/nixpkgs/commit/3053be815be3556e28022f64beef9bfd643ad8d4
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/python-modules/bootstrapped-pip/default.nix
M pkgs/development/python-modules/setuptools/default.nix

  Log Message:
  ---
  pythonPackages.setuptools: 19.4 -> 26.1.1


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


[Nix-commits] [NixOS/nixpkgs] 191a85: refind: refactorings

2016-09-01 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 191a85349b09a6b360c779ae05a980a8a8e48134
  
https://github.com/NixOS/nixpkgs/commit/191a85349b09a6b360c779ae05a980a8a8e48134
  Author: Joachim Fasting 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  refind: refactorings

- Remove redundant build inputs
  These are (optional) run-time dependencies, adding them to build inputs
  does nothing.
- Use standard buildPhase
  Note that specifying linker script is unnecessary.  Also specify correct
  host arch and efi platform.
- Replace non-working ad-hoc patch with wrapper
  The ad-hoc patching of refind-install didn't actually substitute anything;
  with a wrapper script patching becomes unnecessary
- Remove use of deprecated meta.version

Closes https://github.com/NixOS/nixpkgs/pull/18103


  Commit: 03c2c87ed6ce4747ea0549f57e441ff197f2e736
  
https://github.com/NixOS/nixpkgs/commit/03c2c87ed6ce4747ea0549f57e441ff197f2e736
  Author: Joachim Fasting 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  unbound service: use mkEnableOption


  Commit: 6df8de50f32170eb696e2b5e00f1f27847d734f4
  
https://github.com/NixOS/nixpkgs/commit/6df8de50f32170eb696e2b5e00f1f27847d734f4
  Author: Joachim Fasting 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  unbound service: whitespace fixes


  Commit: 0ce7b31b09f50e815bb9d7de7b1d006a8a7b231b
  
https://github.com/NixOS/nixpkgs/commit/0ce7b31b09f50e815bb9d7de7b1d006a8a7b231b
  Author: Joachim Fasting 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  grsecurity: 4.7.2-201608211829 -> 201608312326


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


Re: [Nix-dev] Package a Simple Python Script

2016-09-01 Thread Sergiu Ivanov

Hi Roland,

Thank you for your answer!

Sorry for the big delay: I didn't want to reply back before I had some
definite conclusion.

Thus quoth  Roland Koebler  at 02:39 on So, Aug 28 2016:
>
>> I am trying to package adb-sync [0], which is essentially a Python
>> script.  I can easily write a default.nix taking this script from the
>> source directory and putting it into $out/bin (cf. attached file).  I
>> have some trouble with this approach though: the _runtime_ dependencies
>> (Python and Android SDK) are not installed.
> Have you tried to use "propagatedBuildInputs" instead of "buildInputs"?
>
> See: https://nixos.org/nixpkgs/manual/#sec-python
>
> As in Perl, dependencies on other Python packages can be specified
> in the buildInputs and propagatedBuildInputs attributes. If
> something is exclusively a build-time dependency, use buildInputs;
> if it’s (also) a runtime dependency, use propagatedBuildInputs.

Oh, I see, I had only read the explanation of propagatedBuildInputs in
the description of mkDerivation, and I thought this attribute was only
relevant for building something else against my package.  Yet, just as
you point out, apparently it may be used to specify runtime dependencies
for Perl and Python packages.


I played around with propagatedBuildInputs until I realised that, even
though Nix would pull in Python for my package, Python would not appear
on my PATH because I don't install it explicitly.  Moreover, Nix would
also pull in Python if I specified it in buildInputs already.  Therefore
I managed to solve my problem essentially by patching the shebang line.

My current solution is this pull request [0].

-- 
Sergiu

[0] https://github.com/NixOS/nixpkgs/pull/18189/files


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] e0ee5d: rtl8723bs: 6918e9b2ff29 -> 2016-04-11, fix build a...

2016-09-01 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e0ee5dc04f16e376ffd129cc1c4d11a7213c15da
  
https://github.com/NixOS/nixpkgs/commit/e0ee5dc04f16e376ffd129cc1c4d11a7213c15da
  Author: Joachim Fasting 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

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

  Log Message:
  ---
  rtl8723bs: 6918e9b2ff29 -> 2016-04-11, fix build against 4.7

Upstream
https://github.com/hadess/rtl8723bs/commit/e71a5fc58c3a1092805c69e7bccb5ab2f6da38f9
adds linux 4.7 support; all subsequent commits are error fixes so we
bump to current HEAD for good measure.

Built against linux and linux_latest.

Mark as broken on -grsec, seems incompatible with PaX
constification:
> 76fb2-src/hal/rtl8723b_hal_init.c:2186:26: error: assignment of member
'free_hal_data' in read-only object
  pHalFunc->free_hal_data = _free_hal_data;

and so on.


  Commit: 8c90b7db89b4dbd9e29496e8a67a727d87357566
  
https://github.com/NixOS/nixpkgs/commit/8c90b7db89b4dbd9e29496e8a67a727d87357566
  Author: Joachim F 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #18073 from joachifm/rtl8723bs

rtl8723bs: 6918e9b2ff29 -> 2016-04-11, fix build against 4.7


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


[Nix-commits] [NixOS/nixpkgs] ecf2c0: Python: move python-modules/generic to interpreter...

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ecf2c0a0c16cb360a5f74e6792339345d8639a2a
  
https://github.com/NixOS/nixpkgs/commit/ecf2c0a0c16cb360a5f74e6792339345d8639a2a
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M doc/languages-frameworks/python.md
A pkgs/development/interpreters/python/buildpythonpackage.nix
A pkgs/development/interpreters/python/catch_conflicts.py
A pkgs/development/interpreters/python/run_setup.py
A pkgs/development/interpreters/python/wrap.sh
R pkgs/development/python-modules/generic/catch_conflicts.py
R pkgs/development/python-modules/generic/default.nix
R pkgs/development/python-modules/generic/run_setup.py
R pkgs/development/python-modules/generic/wrap.sh
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Python: move python-modules/generic to interpreter folder


  Commit: a1ed150a726ef4fd74865880f0bd624fc37d35ef
  
https://github.com/NixOS/nixpkgs/commit/a1ed150a726ef4fd74865880f0bd624fc37d35ef
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
A pkgs/development/interpreters/python/wrap-python.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Python: move wrapPython into own file


  Commit: aafded69a4ca3ce82633561aa64ffdc6798d1927
  
https://github.com/NixOS/nixpkgs/commit/aafded69a4ca3ce82633561aa64ffdc6798d1927
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M doc/languages-frameworks/python.md
A pkgs/development/interpreters/python/build-python-package.nix
R pkgs/development/interpreters/python/buildpythonpackage.nix
A pkgs/development/interpreters/python/mk-python-derivation.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Python: separate buildPythonPackage into two functions

1. mkDerivation which is used when the source is without setup.py and
not a wheel
2. buildPythonPackage which is used as before and calls mkDerivation


  Commit: 1827207a9a3ec45666fefeaa54cfb9da239add27
  
https://github.com/NixOS/nixpkgs/commit/1827207a9a3ec45666fefeaa54cfb9da239add27
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.fedora_cert: use mkPythonDerivation, fix build


  Commit: ae43d07325182fca052bb6f959927356cbb8265d
  
https://github.com/NixOS/nixpkgs/commit/ae43d07325182fca052bb6f959927356cbb8265d
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M doc/languages-frameworks/python.md
M pkgs/development/interpreters/python/mk-python-derivation.nix
M pkgs/development/python-modules/dbus/default.nix
M pkgs/development/python-modules/pycairo/default.nix
M pkgs/development/python-modules/pygobject/3.nix
M pkgs/development/python-modules/pygobject/default.nix
M pkgs/development/python-modules/pygtksourceview/default.nix
M pkgs/development/python-modules/pyqt/4.x.nix
M pkgs/development/python-modules/pyqt/5.x.nix
M pkgs/development/python-modules/pyside/default.nix
M pkgs/development/python-modules/pyxml/default.nix
M pkgs/development/python-modules/sip/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages: use mkPythonDerivation


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


[Nix-commits] [NixOS/nixpkgs] c894ee: libyaml-cpp: Build a shared library

2016-09-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c894ee95c1ba5e13623aad85a146bb9150740046
  
https://github.com/NixOS/nixpkgs/commit/c894ee95c1ba5e13623aad85a146bb9150740046
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/libraries/libyaml-cpp/default.nix

  Log Message:
  ---
  libyaml-cpp: Build a shared library

Also, use multiple outputs.


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


[Nix-commits] [NixOS/nixpkgs] 28d2d7: neuron: fix issue with incorrectly prefixed python...

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 28d2d78b551291d8af192948e15cfe3fbb613ea8
  
https://github.com/NixOS/nixpkgs/commit/28d2d78b551291d8af192948e15cfe3fbb613ea8
  Author: Adrien Devresse 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/science/biology/neuron/default.nix

  Log Message:
  ---
  neuron: fix issue with incorrectly prefixed python path


  Commit: 41728c25a65d08973f3995842dc1c60e4896dccd
  
https://github.com/NixOS/nixpkgs/commit/41728c25a65d08973f3995842dc1c60e4896dccd
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/science/biology/neuron/default.nix

  Log Message:
  ---
  Merge pull request #18187 from adevress/master

neuron: fix issue with incorrectly prefixed python path


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


[Nix-commits] [NixOS/nixpkgs] 792f50: nixui: migrate to node2nix

2016-09-01 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 792f50fe7cb27b977847c947a27c8b27f75d001d
  
https://github.com/NixOS/nixpkgs/commit/792f50fe7cb27b977847c947a27c8b27f75d001d
  Author: Sander van der Burg 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/tools/package-management/nixui/default.nix
A pkgs/tools/package-management/nixui/generate.sh
A pkgs/tools/package-management/nixui/nixui.nix
R pkgs/tools/package-management/nixui/node-default.nix
A pkgs/tools/package-management/nixui/node-packages.nix
R pkgs/tools/package-management/nixui/node.nix
A pkgs/tools/package-management/nixui/pkg.json

  Log Message:
  ---
  nixui: migrate to node2nix


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


[Nix-commits] [NixOS/nixpkgs] 5ce6cd: nodePackages: use node2nix generated package set

2016-09-01 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5ce6cd0106242648ccc9e7ea64716a866eca152c
  
https://github.com/NixOS/nixpkgs/commit/5ce6cd0106242648ccc9e7ea64716a866eca152c
  Author: Sander van der Burg 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
A pkgs/development/node-packages/README
A pkgs/development/node-packages/composition-v4.nix
A pkgs/development/node-packages/composition-v5.nix
A pkgs/development/node-packages/default-v0_10.nix
A pkgs/development/node-packages/default-v4.nix
A pkgs/development/node-packages/default-v5.nix
A pkgs/development/node-packages/default-v6.nix
A pkgs/development/node-packages/generate.sh
A pkgs/development/node-packages/node-env.nix
A pkgs/development/node-packages/node-packages-v4.nix
A pkgs/development/node-packages/node-packages-v5.nix
A pkgs/development/node-packages/node-packages.json
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  nodePackages: use node2nix generated package set


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


[Nix-commits] [NixOS/nixpkgs] 9acfe0: librem: Fix build

2016-09-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9acfe0cfb0379658e5ca2382e35241373b420696
  
https://github.com/NixOS/nixpkgs/commit/9acfe0cfb0379658e5ca2382e35241373b420696
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  librem: Fix build


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


[Nix-commits] [NixOS/nixpkgs] 274ff9: kube-aws: init at 0.8.1

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 274ff9497437843806a631f05110209546f27dfa
  
https://github.com/NixOS/nixpkgs/commit/274ff9497437843806a631f05110209546f27dfa
  Author: Jaka Hudoklin 
  Date:   2016-08-24 (Wed, 24 Aug 2016)

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

  Log Message:
  ---
  kube-aws: init at 0.8.1


  Commit: 3243c4f2722f1fa55f31247f8c8f16216fe8b95f
  
https://github.com/NixOS/nixpkgs/commit/3243c4f2722f1fa55f31247f8c8f16216fe8b95f
  Author: Tuomas Tynkkynen 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/tools/video/mjpegtools/default.nix

  Log Message:
  ---
  treewide: Make explicit that 'dev' output of SDL is used


  Commit: 5326e85f3d7b5b222ccd158f25f0f15a60b458ec
  
https://github.com/NixOS/nixpkgs/commit/5326e85f3d7b5b222ccd158f25f0f15a60b458ec
  Author: Tuomas Tynkkynen 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M lib/attrsets.nix
M pkgs/stdenv/generic/default.nix

  Log Message:
  ---
  stdenv.mkDerivation: Use chooseDevOutputs


  Commit: 5d55ae5d5048610f73e727aa98d1f9f88045b752
  
https://github.com/NixOS/nixpkgs/commit/5d55ae5d5048610f73e727aa98d1f9f88045b752
  Author: Tuomas Tynkkynen 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/build-support/setup-hooks/multiple-outputs.sh

  Log Message:
  ---
  stdenv/multiple-outputs.sh: Change output propagation logic

Because 'dev' will most often not be the default output after my changes.


  Commit: a17216af4c82dbeb33030355664d96875558f7ac
  
https://github.com/NixOS/nixpkgs/commit/a17216af4c82dbeb33030355664d96875558f7ac
  Author: Tuomas Tynkkynen 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/applications/audio/flac/default.nix
M pkgs/applications/graphics/ImageMagick/default.nix
M pkgs/applications/misc/djvulibre/default.nix
M pkgs/applications/misc/mupdf/default.nix
M pkgs/applications/version-management/subversion/default.nix
M pkgs/desktops/gnome-2/platform/GConf/default.nix
M pkgs/desktops/gnome-2/platform/ORBit2/default.nix
M pkgs/desktops/gnome-2/platform/gnome-vfs/default.nix
M pkgs/desktops/gnome-2/platform/libbonobo/default.nix
M pkgs/desktops/gnome-2/platform/libglade/default.nix
M pkgs/desktops/gnome-2/platform/libgnome/default.nix
M pkgs/desktops/gnome-2/platform/libgnomecanvas/default.nix
M pkgs/desktops/gnome-3/3.20/core/libcroco/default.nix
M pkgs/desktops/xfce/core/exo.nix
M pkgs/desktops/xfce/core/garcon.nix
M pkgs/desktops/xfce/core/libxfce4ui.nix
M pkgs/desktops/xfce/core/libxfce4util.nix
M pkgs/desktops/xfce/core/libxfcegui4.nix
M pkgs/desktops/xfce/core/tumbler.nix
M pkgs/desktops/xfce/core/xfce4-panel.nix
M pkgs/desktops/xfce/core/xfconf.nix
M pkgs/development/compilers/orc/default.nix
M pkgs/development/compilers/terra/default.nix
M pkgs/development/compilers/tinycc/default.nix
M pkgs/development/interpreters/spidermonkey/17.0.nix
M pkgs/development/interpreters/spidermonkey/24.2.nix
M pkgs/development/libraries/SDL/default.nix
M pkgs/development/libraries/aalib/default.nix
M pkgs/development/libraries/acl/default.nix
M pkgs/development/libraries/apr-util/default.nix
M pkgs/development/libraries/apr/default.nix
M pkgs/development/libraries/at-spi2-core/default.nix
M pkgs/development/libraries/atk/default.nix
M pkgs/development/libraries/attr/default.nix
M pkgs/development/libraries/boehm-gc/default.nix
M pkgs/development/libraries/boost/generic.nix
M pkgs/development/libraries/cairo/default.nix
M pkgs/development/libraries/cyrus-sasl/default.nix
M pkgs/development/libraries/dbus-glib/default.nix
M pkgs/development/libraries/dbus/default.nix
M pkgs/development/libraries/epoxy/default.nix
M pkgs/development/libraries/exiv2/default.nix
M pkgs/development/libraries/expat/default.nix
M pkgs/development/libraries/ffmpeg/generic.nix
M pkgs/development/libraries/fftw/default.nix
M pkgs/development/libraries/fontconfig/2.10.nix
M pkgs/development/libraries/fontconfig/default.nix
M pkgs/development/libraries/freetype/default.nix
M pkgs/development/libraries/gd/default.nix
M pkgs/development/libraries/gdk-pixbuf/default.nix
M pkgs/development/libraries/glib-networking/default.nix
M pkgs/development/libraries/glib/default.nix
M pkgs/development/libraries/glibc/common.nix
M pkgs/development/libraries/glibmm/default.nix
M pkgs/development/libraries/gmime/default.nix
M pkgs/development/libraries/gmp/6.x.nix
M pkgs/development/libraries/gnutls/generic.nix
M pkgs/development/libraries/gobject-introspection/default.nix
M 

[Nix-commits] [NixOS/nixpkgs] 10b45d: fix eval after 0c3b1112afe3c9231db2498f913c9b2bcf9...

2016-09-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 10b45d654a343a0321f1f4be4601501dccbfc261
  
https://github.com/NixOS/nixpkgs/commit/10b45d654a343a0321f1f4be4601501dccbfc261
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/python/cpython/3.3/default.nix
M pkgs/development/interpreters/python/cpython/3.4/default.nix

  Log Message:
  ---
  fix eval after 0c3b1112afe3c9231db2498f913c9b2bcf90a5b4


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


Re: [Nix-dev] London NixOs User Group - NIXOS_LUSTRATE talk

2016-09-01 Thread Graham Christensen
That's so true, obadz. Thank you so much and enjoy the meetup :)

On Thu, Sep 1, 2016 at 6:48 AM obadz  wrote:

> We'll see what we can do but the London NixOS meetups talks are meant to
> be quite short (≈ 15-20 minutes) and in my case I was just planning to do a
> live demo (no slides). Also, a video wouldn't capture the most important
> parts of the meetups which are the hands-on session and meeting other
> Nixers :)
>
> On Thu, Sep 1, 2016 at 9:18 AM, zimbatm  wrote:
>
>> We'll see. I'd rather we respect obadz's choice than pressure him for
>> other people's convenience.
>>
>> Right now this feature is missing some docs and I hope to fix this during
>> the hacking session after the talk.
>>
>> On Thu, 1 Sep 2016, 09:09 Michael Fellinger, 
>> wrote:
>>
>>> How about audio recording + slides?
>>>
>>>
>>> On 31 August 2016 at 09:39:34, zimbatm (zimb...@zimbatm.com) wrote:
>>>
>>> Obadz wants to stay pseudonymous so no video this time. You all better
>>> come in person :)
>>>
>>> On Wed, 31 Aug 2016, 07:58 Philip Potter, 
>>> wrote:
>>>
 I don't think skillsmatter London do streaming, but they normally put
 videos up afterwards.

 Phil

 On 31 August 2016 at 03:32, Graham Christensen 
 wrote:
 > Will there be streaming?
 >
 > Signed,
 > Lonely USA NixOS User
 >
 > On Aug 30, 2016, at 5:34 PM, zimbatm  wrote:
 >
 > Hi all,
 >
 > Obadz is giving a talk the 12th September on NIXOS_LUSTRATE. If want
 to find
 > out all about what's this mysterious thing, or if you just want to
 meet,
 > come join us:
 https://skillsmatter.com/meetups/8440-london-nixos-usergroup
 >
 > After the talk we'll have a hacking session where we help each-other
 and try
 > things out.
 >
 > And if you want to be kept in the loop for future meetups you can also
 > sign-up here: https://www.meetup.com/NixOS-London/
 >
 > Cheers,
 > z
 >
 > ___
 > 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-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-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-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] GHC "unable to decommit memory"

2016-09-01 Thread Pierre Radermecker

> Do you want to try to apply the GHC patch mentioned in the issue and open a 
> PR if it successfully resolves your issue?
What I have already done is ask here for a proper resolution. 
Last call for merge requests for GHC 8.0.2 • /r/haskell

According to ezyang the patch is probably not the right thing to do. As of 
myself, I don't know anything about the specifics on that issue ;-)
 

On Thursday, September 1, 2016 12:40 PM, obadz  wrote:
 

 On Thu, Sep 1, 2016 at 11:37 AM, Pierre Radermecker  
wrote:

Is there something I can do  ?

Do you want to try to apply the GHC patch mentioned in the issue and open a PR 
if it successfully resolves your issue?

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


Re: [Nix-dev] London NixOs User Group - NIXOS_LUSTRATE talk

2016-09-01 Thread obadz
We'll see what we can do but the London NixOS meetups talks are meant to be
quite short (≈ 15-20 minutes) and in my case I was just planning to do a
live demo (no slides). Also, a video wouldn't capture the most important
parts of the meetups which are the hands-on session and meeting other
Nixers :)

On Thu, Sep 1, 2016 at 9:18 AM, zimbatm  wrote:

> We'll see. I'd rather we respect obadz's choice than pressure him for
> other people's convenience.
>
> Right now this feature is missing some docs and I hope to fix this during
> the hacking session after the talk.
>
> On Thu, 1 Sep 2016, 09:09 Michael Fellinger, 
> wrote:
>
>> How about audio recording + slides?
>>
>>
>> On 31 August 2016 at 09:39:34, zimbatm (zimb...@zimbatm.com) wrote:
>>
>> Obadz wants to stay pseudonymous so no video this time. You all better
>> come in person :)
>>
>> On Wed, 31 Aug 2016, 07:58 Philip Potter, 
>> wrote:
>>
>>> I don't think skillsmatter London do streaming, but they normally put
>>> videos up afterwards.
>>>
>>> Phil
>>>
>>> On 31 August 2016 at 03:32, Graham Christensen 
>>> wrote:
>>> > Will there be streaming?
>>> >
>>> > Signed,
>>> > Lonely USA NixOS User
>>> >
>>> > On Aug 30, 2016, at 5:34 PM, zimbatm  wrote:
>>> >
>>> > Hi all,
>>> >
>>> > Obadz is giving a talk the 12th September on NIXOS_LUSTRATE. If want
>>> to find
>>> > out all about what's this mysterious thing, or if you just want to
>>> meet,
>>> > come join us: https://skillsmatter.com/meetups/8440-london-nixos-
>>> usergroup
>>> >
>>> > After the talk we'll have a hacking session where we help each-other
>>> and try
>>> > things out.
>>> >
>>> > And if you want to be kept in the loop for future meetups you can also
>>> > sign-up here: https://www.meetup.com/NixOS-London/
>>> >
>>> > Cheers,
>>> > z
>>> >
>>> > ___
>>> > 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-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-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


Re: [Nix-dev] GHC "unable to decommit memory"

2016-09-01 Thread obadz
On Thu, Sep 1, 2016 at 11:37 AM, Pierre Radermecker 
wrote:

> Is there something I can do  ?


Do you want to try to apply the GHC patch mentioned in the issue and open a
PR if it successfully resolves your issue?
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] GHC "unable to decommit memory"

2016-09-01 Thread Pierre Radermecker
> boot.kernelPackages = pkgs.linuxPackages_latest;
As a further note, I have tried to update the kernel to latest within a 
virtualbox guest but it fails (xorg does not boot up). So I have had a go with 
linuxPackages_4_6 and it did work and fix the problem.
On the other hand, I am also using `nix` without `nixos (it is RHEL)` on CI 
(continous integration) and these error messages have recently pop up which is 
quite annoying. Is there something I can do  ?

 

On Thursday, September 1, 2016 12:25 PM, obadz  wrote:
 

 
On Thu, Sep 1, 2016 at 10:03 AM, Eelco Dolstra  
wrote:

The fix would be to build GHC with --disable-large-address-space or
apply patch https://ghc.haskell.org/trac/ ghc/ticket/12495.

There's an issue mentionning this: https://github.com/NixOS/nixpkgs/issues/18118

___
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] 3243c4: treewide: Make explicit that 'dev' output of SDL i...

2016-09-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3243c4f2722f1fa55f31247f8c8f16216fe8b95f
  
https://github.com/NixOS/nixpkgs/commit/3243c4f2722f1fa55f31247f8c8f16216fe8b95f
  Author: Tuomas Tynkkynen 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/tools/video/mjpegtools/default.nix

  Log Message:
  ---
  treewide: Make explicit that 'dev' output of SDL is used


  Commit: 5326e85f3d7b5b222ccd158f25f0f15a60b458ec
  
https://github.com/NixOS/nixpkgs/commit/5326e85f3d7b5b222ccd158f25f0f15a60b458ec
  Author: Tuomas Tynkkynen 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M lib/attrsets.nix
M pkgs/stdenv/generic/default.nix

  Log Message:
  ---
  stdenv.mkDerivation: Use chooseDevOutputs


  Commit: 5d55ae5d5048610f73e727aa98d1f9f88045b752
  
https://github.com/NixOS/nixpkgs/commit/5d55ae5d5048610f73e727aa98d1f9f88045b752
  Author: Tuomas Tynkkynen 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/build-support/setup-hooks/multiple-outputs.sh

  Log Message:
  ---
  stdenv/multiple-outputs.sh: Change output propagation logic

Because 'dev' will most often not be the default output after my changes.


  Commit: a17216af4c82dbeb33030355664d96875558f7ac
  
https://github.com/NixOS/nixpkgs/commit/a17216af4c82dbeb33030355664d96875558f7ac
  Author: Tuomas Tynkkynen 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/applications/audio/flac/default.nix
M pkgs/applications/graphics/ImageMagick/default.nix
M pkgs/applications/misc/djvulibre/default.nix
M pkgs/applications/misc/mupdf/default.nix
M pkgs/applications/version-management/subversion/default.nix
M pkgs/desktops/gnome-2/platform/GConf/default.nix
M pkgs/desktops/gnome-2/platform/ORBit2/default.nix
M pkgs/desktops/gnome-2/platform/gnome-vfs/default.nix
M pkgs/desktops/gnome-2/platform/libbonobo/default.nix
M pkgs/desktops/gnome-2/platform/libglade/default.nix
M pkgs/desktops/gnome-2/platform/libgnome/default.nix
M pkgs/desktops/gnome-2/platform/libgnomecanvas/default.nix
M pkgs/desktops/gnome-3/3.20/core/libcroco/default.nix
M pkgs/desktops/xfce/core/exo.nix
M pkgs/desktops/xfce/core/garcon.nix
M pkgs/desktops/xfce/core/libxfce4ui.nix
M pkgs/desktops/xfce/core/libxfce4util.nix
M pkgs/desktops/xfce/core/libxfcegui4.nix
M pkgs/desktops/xfce/core/tumbler.nix
M pkgs/desktops/xfce/core/xfce4-panel.nix
M pkgs/desktops/xfce/core/xfconf.nix
M pkgs/development/compilers/orc/default.nix
M pkgs/development/compilers/terra/default.nix
M pkgs/development/compilers/tinycc/default.nix
M pkgs/development/interpreters/spidermonkey/17.0.nix
M pkgs/development/interpreters/spidermonkey/24.2.nix
M pkgs/development/libraries/SDL/default.nix
M pkgs/development/libraries/aalib/default.nix
M pkgs/development/libraries/acl/default.nix
M pkgs/development/libraries/apr-util/default.nix
M pkgs/development/libraries/apr/default.nix
M pkgs/development/libraries/at-spi2-core/default.nix
M pkgs/development/libraries/atk/default.nix
M pkgs/development/libraries/attr/default.nix
M pkgs/development/libraries/boehm-gc/default.nix
M pkgs/development/libraries/boost/generic.nix
M pkgs/development/libraries/cairo/default.nix
M pkgs/development/libraries/cyrus-sasl/default.nix
M pkgs/development/libraries/dbus-glib/default.nix
M pkgs/development/libraries/dbus/default.nix
M pkgs/development/libraries/epoxy/default.nix
M pkgs/development/libraries/exiv2/default.nix
M pkgs/development/libraries/expat/default.nix
M pkgs/development/libraries/ffmpeg/generic.nix
M pkgs/development/libraries/fftw/default.nix
M pkgs/development/libraries/fontconfig/2.10.nix
M pkgs/development/libraries/fontconfig/default.nix
M pkgs/development/libraries/freetype/default.nix
M pkgs/development/libraries/gd/default.nix
M pkgs/development/libraries/gdk-pixbuf/default.nix
M pkgs/development/libraries/glib-networking/default.nix
M pkgs/development/libraries/glib/default.nix
M pkgs/development/libraries/glibc/common.nix
M pkgs/development/libraries/glibmm/default.nix
M pkgs/development/libraries/gmime/default.nix
M pkgs/development/libraries/gmp/6.x.nix
M pkgs/development/libraries/gnutls/generic.nix
M pkgs/development/libraries/gobject-introspection/default.nix
M pkgs/development/libraries/gpgme/default.nix
M pkgs/development/libraries/gstreamer/bad/default.nix
M pkgs/development/libraries/gstreamer/base/default.nix
M pkgs/development/libraries/gstreamer/core/default.nix
M pkgs/development/libraries/gstreamer/ges/default.nix
M pkgs/development/libraries/gstreamer/gnonlin/default.nix
M pkgs/development/libraries/gstreamer/good/default.nix
M 

Re: [Nix-dev] Packaging daphny, a mono application.

2016-09-01 Thread obadz
On Thu, Sep 1, 2016 at 10:23 AM, Layus  wrote:

> mozroots --import --sync
>

You don't need this part, as it's already taken care of here:
https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/mono/generic.nix#L69-L75


> wget https://nuget.org/nuget.exe
>

You definitely don't want this, we have nuget packaged and already wired up
in fetchNuGet

mono ./nuget.exe restore Source/Boogie.sln
>

You don't want this one either, either fetchNuGet the dependencies or build
them from source. You'll find examples of both in
https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/dotnet-packages.nix.
Then add them to buildInputs.

xbuild Source/Boogie.sln
> ...
> xbuild dafny/Source/Dafny.sln
>

Those guys will get invoked for you by buildDotnetPackage. You may have to
specify xBuildFiles.

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


[Nix-commits] [NixOS/nixpkgs] 58a9e3: libmnl: 1.0.3 -> 1.0.4

2016-09-01 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 58a9e368ac3a38a2642e86c29f11fe784109db05
  
https://github.com/NixOS/nixpkgs/commit/58a9e368ac3a38a2642e86c29f11fe784109db05
  Author: Franz Pletz 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  libmnl: 1.0.3 -> 1.0.4


  Commit: 3a4b6ad2979e9ed954d155e85730c2aab9aad087
  
https://github.com/NixOS/nixpkgs/commit/3a4b6ad2979e9ed954d155e85730c2aab9aad087
  Author: Franz Pletz 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  libnftnl: 1.0.5 -> 1.0.6


  Commit: 003ab1d9fdaf2818a1e5a6e53825d31ac2e23621
  
https://github.com/NixOS/nixpkgs/commit/003ab1d9fdaf2818a1e5a6e53825d31ac2e23621
  Author: Franz Pletz 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  nftables: 0.5 -> 0.6


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


Re: [Nix-dev] GHC "unable to decommit memory"

2016-09-01 Thread obadz
On Thu, Sep 1, 2016 at 10:03 AM, Eelco Dolstra 
wrote:

> The fix would be to build GHC with --disable-large-address-space or
> apply patch https://ghc.haskell.org/trac/ghc/ticket/12495.
>

There's an issue mentionning this:
https://github.com/NixOS/nixpkgs/issues/18118
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] ae2800: neuron: fix issue #17914 -> Add python bindings to...

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ae2800378fe856edd5eed2a04407234779e81006
  
https://github.com/NixOS/nixpkgs/commit/ae2800378fe856edd5eed2a04407234779e81006
  Author: Adrien Devresse 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/science/biology/neuron/default.nix
A pkgs/applications/science/biology/neuron/neuron-carbon-disable.patch
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  neuron: fix issue #17914 -> Add python bindings to neuron derivation and 
minor fixes

- Add support for python bindings
- make neuron respect standard pythonpath prefix
- force exec_prefix == prefix to respect standard nix file hierarchy
- normalize indentation
- propagate dependencies necessary for nrniv_makefile usage
- Add support for darwin


  Commit: 684f08166c8c80f824cdf8ea428b48dab74b87e2
  
https://github.com/NixOS/nixpkgs/commit/684f08166c8c80f824cdf8ea428b48dab74b87e2
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/science/biology/neuron/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  fixup


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


[Nix-commits] [NixOS/nixpkgs] 274ff9: kube-aws: init at 0.8.1

2016-09-01 Thread Jaka Hudoklin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 274ff9497437843806a631f05110209546f27dfa
  
https://github.com/NixOS/nixpkgs/commit/274ff9497437843806a631f05110209546f27dfa
  Author: Jaka Hudoklin 
  Date:   2016-08-24 (Wed, 24 Aug 2016)

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

  Log Message:
  ---
  kube-aws: init at 0.8.1


  Commit: e0da6b16f680e727abeab24daead1031fcb85893
  
https://github.com/NixOS/nixpkgs/commit/e0da6b16f680e727abeab24daead1031fcb85893
  Author: Jaka Hudoklin 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #17959 from offlinehacker/pkgs/kube-aws/init

kube-aws: init at 0.8.1


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


[Nix-commits] [NixOS/nixpkgs] 546618: libreoffice: 5.1.2.2 -> 5.1.5.2 (fixes CVE-2016-43...

2016-09-01 Thread Michael Raskin
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 546618ccaa0ab1fa8dc05604cf4eaaf112ae5e6d
  
https://github.com/NixOS/nixpkgs/commit/546618ccaa0ab1fa8dc05604cf4eaaf112ae5e6d
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/office/libreoffice/default.nix
M pkgs/applications/office/libreoffice/libreoffice-srcs.nix

  Log Message:
  ---
  libreoffice: 5.1.2.2 -> 5.1.5.2 (fixes CVE-2016-4324)


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


[Nix-commits] [NixOS/nixpkgs] c861fe: openldap: Get rid of runtime dependency on gcc

2016-09-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c861feee180e061dd9b45ecf7341acd50246bce9
  
https://github.com/NixOS/nixpkgs/commit/c861feee180e061dd9b45ecf7341acd50246bce9
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  openldap: Get rid of runtime dependency on gcc

The problem here was that the openldap binaries had /tmp/... in their
RPATH *before* $out/lib, so patchelf --shrink-rpath considered the
$out/lib entry unused.

As a workaround, use NIX_LDFLAGS_BEFORE to ensure a proper order.


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


[Nix-commits] [NixOS/nixpkgs] b046eb: rubygems: 2.6.2 -> 2.6.6

2016-09-01 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b046ebbb7ccaa023f874f6359ad60441ac00f241
  
https://github.com/NixOS/nixpkgs/commit/b046ebbb7ccaa023f874f6359ad60441ac00f241
  Author: zimbatm 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/development/interpreters/ruby/rubygems-src.nix

  Log Message:
  ---
  rubygems: 2.6.2 -> 2.6.6


  Commit: a7cf555e2a744403817bfe2647c030eaa2cd66c7
  
https://github.com/NixOS/nixpkgs/commit/a7cf555e2a744403817bfe2647c030eaa2cd66c7
  Author: zimbatm 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

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

  Log Message:
  ---
  buildRubyGem: handle build-time ruby dependencies

For some reason `gem install` unsets the GEM_PATH environment variable
internally unless the install dir is provided. This in turn means that
if it invokes extconf.rb and extconf.rb depends on a gem available on
the GEM_PATH (like pkg-config for nokogiri) then it's not available in
that context.

Proof: 
https://github.com/rubygems/rubygems/blob/d8293c472966cb1de08784dfdd90560e56ceed84/lib/rubygems/commands/install_command.rb#L151
Blame: 
https://github.com/rubygems/rubygems/commit/9ea600c9c2b77d1459526fe1e2bcdf2ac778c24a

This is a hack that sets the :install_dir to where we would install
anyways (the GEM_HOME is the default installation destination).


  Commit: f1035132f31c8b5f3478f4654d5a4d1768117440
  
https://github.com/NixOS/nixpkgs/commit/f1035132f31c8b5f3478f4654d5a4d1768117440
  Author: zimbatm 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/ruby/rubygems-src.nix
M pkgs/development/ruby-modules/gem/default.nix

  Log Message:
  ---
  Merge pull request #18099 from zimbatm/nokogiri-fixup

Nokogiri fixup


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


[Nix-commits] [NixOS/patchelf] 2e3fdc: Extract a function for splitting a colon-separated...

2016-09-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/patchelf
  Commit: 2e3fdc2030c75c19df6fc2924083cfad53856562
  
https://github.com/NixOS/patchelf/commit/2e3fdc2030c75c19df6fc2924083cfad53856562
  Author: Tuomas Tynkkynen 
  Date:   2016-06-03 (Fri, 03 Jun 2016)

  Changed paths:
M src/patchelf.cc

  Log Message:
  ---
  Extract a function for splitting a colon-separated string

We're going to need this logic in another place, so make a function of
this.


  Commit: 48143414941d91016efca2b0ef6f32475d6eaa75
  
https://github.com/NixOS/patchelf/commit/48143414941d91016efca2b0ef6f32475d6eaa75
  Author: Tuomas Tynkkynen 
  Date:   2016-06-04 (Sat, 04 Jun 2016)

  Changed paths:
M README
M patchelf.1
M src/patchelf.cc
M tests/Makefile.am
A tests/shrink-rpath-with-allowed-prefixes.sh

  Log Message:
  ---
  Add '--allowed-rpath-prefixes' option to '--shrink-rpath'

Fixes #97. In essence, the problem is that some packages in Nixpkgs have
RPATHs pointing to both $NIX_BUILD_TOP and $out, e.g.:

/tmp/nix-build-openldap-2.4.44.drv-0/openldap-2.4.44/libraries/libldap_r/.libs
/tmp/nix-build-openldap-2.4.44.drv-0/openldap-2.4.44/libraries/liblber/.libs
/nix/store/bfkmdxmv3a3f0g3d2q8jkdz2wam93c5z-openldap-2.4.44/lib
/nix/store/bfkmdxmv3a3f0g3d2q8jkdz2wam93c5z-openldap-2.4.44/lib64

Currently, running `patchelf --shrink-rpath` does the wrong thing by
keeping the /tmp/ paths and deleting the /nix/store ones. Now we can fix
the problem by using

patchelf --shrink-rpath --allowed-rpath-prefixes $NIX_STORE_DIR

in the Nixpkgs fixupPhase instead.


  Commit: 9d2f4a174710b37bf6bacdce3716bcb664e02990
  
https://github.com/NixOS/patchelf/commit/9d2f4a174710b37bf6bacdce3716bcb664e02990
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M README
M patchelf.1
M src/patchelf.cc
M tests/Makefile.am
A tests/shrink-rpath-with-allowed-prefixes.sh

  Log Message:
  ---
  Merge pull request #98 from dezgeg/shrink-prefix

Add '--allowed-rpath-prefixes' option to '--shrink-rpath'  …


Compare: https://github.com/NixOS/patchelf/compare/c66b2deb6089...9d2f4a174710___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 2a79d2: openmpi: fix libtool issue #18147 by stripping li...

2016-09-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2a79d296d3de74da77b49ca8dc9d356b1a7a1c8d
  
https://github.com/NixOS/nixpkgs/commit/2a79d296d3de74da77b49ca8dc9d356b1a7a1c8d
  Author: Adrien Devresse 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  openmpi: fix libtool issue  #18147 by stripping libtool *.la files


  Commit: 56c6b4365f2110baf9c474301787a15dffd1de92
  
https://github.com/NixOS/nixpkgs/commit/56c6b4365f2110baf9c474301787a15dffd1de92
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #18148 from adevress/master-openmpi

openmpi: fix libtool issue  #18147 by stripping libtool *.la files


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


[Nix-commits] [NixOS/nixpkgs]

2016-09-01 Thread FRidh
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 7cf000: buildbot -> buildbot_8

2016-09-01 Thread Fernando J Pando
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7cf000b77e98c47eb744ff34de5c72d6ff05dd52
  
https://github.com/NixOS/nixpkgs/commit/7cf000b77e98c47eb744ff34de5c72d6ff05dd52
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
A pkgs/development/tools/build-managers/buildbot/8.nix
R pkgs/development/tools/build-managers/buildbot/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  buildbot -> buildbot_8


  Commit: d86114cbd57de9e821c35cd2a1bfcf4bad2b0a5f
  
https://github.com/NixOS/nixpkgs/commit/d86114cbd57de9e821c35cd2a1bfcf4bad2b0a5f
  Author: Fernando J Pando 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
A pkgs/development/tools/build-managers/buildbot/9.nix
A pkgs/development/tools/build-managers/buildbot/plugins.nix
A pkgs/development/tools/build-managers/buildbot/worker.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  buildbot: init at 0.9.0rc2

buildbot: init
buildbot-0.9.0rc2

buildbot-worker: init
buildbot-worker-0.9.0rc2

buildbot-ui: init
buildbot-www-0.9.0rc2

buildbot-full: init
buildbot-www-0.9.0rc1
buildbot-waterfall-view-0.9.0rc2
buildbot-console-view-0.9.0rc2


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


[Nix-dev] Packaging daphny, a mono application.

2016-09-01 Thread Layus

Hi there,

I am trying to package dafny, the Microsoft reasearch language and 
program verifier.


I can manage most installation steps, but I am puzzled by mozroots and 
nuget.
These two steps download files from network archives, which is obviously 
not allowed within build sandboxes.


I have seen that we already have a getchNuGet function, is there some 
automated way to prefetch the nugets ?


The installation instructions are available here : 
https://github.com/Microsoft/dafny/blob/master/INSTALL,


...
mozroots --import --sync
wget https://nuget.org/nuget.exe
mono ./nuget.exe restore Source/Boogie.sln
xbuild Source/Boogie.sln
...
xbuild dafny/Source/Dafny.sln

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


Re: [Nix-dev] GHC "unable to decommit memory"

2016-09-01 Thread Shea Levy
It is common practice when developing against relatively recent features
to handle ENOSYS/EINVAL/etc. in *application* code. It's completely
proper that the library exports it anyway.

Kevin Cox  writes:

> On Sep 1, 2016 10:03, "Eelco Dolstra"  wrote:
>>
>> Hi,
>>
>> On 09/01/2016 10:09 AM, Kevin Cox wrote:
>>
>> > Sounds more like we need glibc to support the kernel we are using. GHC
> is
>> > behaving fine and probably not the only program to have this problem.
>>
>> Glibc supports our kernel just fine - it just makes available some
> features that
>> our kernel doesn't have, which is not uncommon. I mean, what should Glibc
> do in
>> this case? The fix would be to build GHC with
> --disable-large-address-space or
>> apply patch https://ghc.haskell.org/trac/ghc/ticket/12495.
>>
>
> It doesn't sound just fine if it is advertising features that don't exist.
> Is there a way to prevent glibc from saying that MADV_FREE is supported? I
> understand that glibc "supports" it but it probably shouldn't be advertised
> if the kernel underneath doesn't.
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev


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


Re: [Nix-dev] GHC "unable to decommit memory"

2016-09-01 Thread Kevin Cox
On Sep 1, 2016 10:03, "Eelco Dolstra"  wrote:
>
> Hi,
>
> On 09/01/2016 10:09 AM, Kevin Cox wrote:
>
> > Sounds more like we need glibc to support the kernel we are using. GHC
is
> > behaving fine and probably not the only program to have this problem.
>
> Glibc supports our kernel just fine - it just makes available some
features that
> our kernel doesn't have, which is not uncommon. I mean, what should Glibc
do in
> this case? The fix would be to build GHC with
--disable-large-address-space or
> apply patch https://ghc.haskell.org/trac/ghc/ticket/12495.
>

It doesn't sound just fine if it is advertising features that don't exist.
Is there a way to prevent glibc from saying that MADV_FREE is supported? I
understand that glibc "supports" it but it probably shouldn't be advertised
if the kernel underneath doesn't.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 8172cd: docdev -> devdoc

2016-09-01 Thread Eelco Dolstra
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8172cd734c9d738e1ae24ffe2e4bc550ac64e0aa
  
https://github.com/NixOS/nixpkgs/commit/8172cd734c9d738e1ae24ffe2e4bc550ac64e0aa
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M doc/multiple-output.xml
M nixos/modules/config/system-path.nix
M pkgs/build-support/setup-hooks/multiple-outputs.sh
M pkgs/data/documentation/man-pages/default.nix
M pkgs/desktops/xfce/core/exo.nix
M pkgs/desktops/xfce/core/libxfce4ui.nix
M pkgs/desktops/xfce/core/libxfce4util.nix
M pkgs/desktops/xfce/core/libxfcegui4.nix
M pkgs/desktops/xfce/core/tumbler.nix
M pkgs/desktops/xfce/core/xfce4-panel.nix
M pkgs/desktops/xfce/core/xfconf.nix
M pkgs/development/interpreters/perl/default.nix
M pkgs/development/libraries/cairo/default.nix
M pkgs/development/libraries/cyrus-sasl/default.nix
M pkgs/development/libraries/dbus-glib/default.nix
M pkgs/development/libraries/gdk-pixbuf/default.nix
M pkgs/development/libraries/glib/default.nix
M pkgs/development/libraries/gnutls/generic.nix
M pkgs/development/libraries/gtk+/2.x.nix
M pkgs/development/libraries/libidn/default.nix
M pkgs/development/libraries/libmicrohttpd/default.nix
M pkgs/development/libraries/libmng/default.nix
M pkgs/development/libraries/liboil/default.nix
M pkgs/development/libraries/libqmi/default.nix
M pkgs/development/libraries/libssh2/default.nix
M pkgs/development/libraries/libtasn1/default.nix
M pkgs/development/libraries/libtheora/default.nix
M pkgs/development/libraries/libwnck/3.x.nix
M pkgs/development/libraries/libwnck/default.nix
M pkgs/development/libraries/libxklavier/default.nix
M pkgs/development/libraries/openldap/default.nix
M pkgs/development/libraries/p11-kit/default.nix
M pkgs/development/libraries/pango/default.nix
M pkgs/development/libraries/schroedinger/default.nix
M pkgs/development/perl-modules/generic/default.nix
M pkgs/development/python-modules/pygobject/default.nix
M pkgs/servers/x11/xorg/overrides.nix
M pkgs/tools/networking/curl/default.nix

  Log Message:
  ---
  docdev -> devdoc

It's "developer documentation", not "documentation developer" after
all.


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


Re: [Nix-dev] GHC "unable to decommit memory"

2016-09-01 Thread Eelco Dolstra
Hi,

On 09/01/2016 10:09 AM, Kevin Cox wrote:

> Sounds more like we need glibc to support the kernel we are using. GHC is
> behaving fine and probably not the only program to have this problem.

Glibc supports our kernel just fine - it just makes available some features that
our kernel doesn't have, which is not uncommon. I mean, what should Glibc do in
this case? The fix would be to build GHC with --disable-large-address-space or
apply patch https://ghc.haskell.org/trac/ghc/ticket/12495.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 202d9e: pythonPackages.setuptoolsTrial: 0.5.12 -> 0.6.0

2016-09-01 Thread Fernando J Pando
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 202d9e29c3aeea336f9caf22285de92d120d9b7c
  
https://github.com/NixOS/nixpkgs/commit/202d9e29c3aeea336f9caf22285de92d120d9b7c
  Author: Fernando J Pando 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.setuptoolsTrial: 0.5.12 -> 0.6.0

Tested on Linux
- python 2.7
- python 3.5


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


[Nix-commits] [NixOS/nixpkgs] 3d09c3: pythonPackages.execnet: 1.1 -> 1.4.1

2016-09-01 Thread Fernando J Pando
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3d09c34184fab15a748f5f7bfef4a98c9722d4bf
  
https://github.com/NixOS/nixpkgs/commit/3d09c34184fab15a748f5f7bfef4a98c9722d4bf
  Author: Fernando J Pando 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.execnet: 1.1 -> 1.4.1

Tested on Linux
- python 2.7
- python 3.5


  Commit: 47a2a15013b922f1b0e213892ebdcec9ef207475
  
https://github.com/NixOS/nixpkgs/commit/47a2a15013b922f1b0e213892ebdcec9ef207475
  Author: Frederik Rietdijk 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.apipkg: fix tests


  Commit: bea6b4b36fc98b7419856a64649d10ffa6d71bdb
  
https://github.com/NixOS/nixpkgs/commit/bea6b4b36fc98b7419856a64649d10ffa6d71bdb
  Author: Fernando J Pando 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.isort: 4.2.2 -> 4.2.5

Tested on Linux
- python 2.7
- python 3.5


  Commit: e800ba8df74781b210ee2e0078ff8acddb1bc24a
  
https://github.com/NixOS/nixpkgs/commit/e800ba8df74781b210ee2e0078ff8acddb1bc24a
  Author: Fernando J Pando 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pytest-virtualenv: init pytest-virtualenv-1.1.0

Tested on Linux
- python 2.7
- python 3.5


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


[Nix-commits] [NixOS/nixpkgs] 113116: libtcod: fix build

2016-09-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 113116518992dcc1a1716335536bd0bf88fbe762
  
https://github.com/NixOS/nixpkgs/commit/113116518992dcc1a1716335536bd0bf88fbe762
  Author: Kranium Gikos Mendoza 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  libtcod: fix build


  Commit: e6ced1cb1ff8de485b338d94d6b12ecb10bdab76
  
https://github.com/NixOS/nixpkgs/commit/e6ced1cb1ff8de485b338d94d6b12ecb10bdab76
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #18178 from womfoo/fix/libtcod-build

libtcod: fix build


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


[Nix-commits] [NixOS/nixpkgs] 9fc873: jimtcl: fix build

2016-09-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9fc87313473d2079e01140b0aaff0c83a3f4d958
  
https://github.com/NixOS/nixpkgs/commit/9fc87313473d2079e01140b0aaff0c83a3f4d958
  Author: Kranium Gikos Mendoza 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/jimtcl/default.nix

  Log Message:
  ---
  jimtcl: fix build


  Commit: e4d784ace5cbb9a3314700799aabd21f503f8265
  
https://github.com/NixOS/nixpkgs/commit/e4d784ace5cbb9a3314700799aabd21f503f8265
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/development/interpreters/jimtcl/default.nix

  Log Message:
  ---
  Merge pull request #18177 from womfoo/fix/jimtcl-build

jimtcl: fix build


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


[Nix-commits] [NixOS/nixpkgs] 02ee9d: enableParallelBuild -> enableParallelBuilding

2016-09-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 02ee9d83d06b812009dc1f7fd203490a080fc35c
  
https://github.com/NixOS/nixpkgs/commit/02ee9d83d06b812009dc1f7fd203490a080fc35c
  Author: Eelco Dolstra 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/applications/networking/irc/communi/default.nix
M pkgs/development/libraries/belle-sip/default.nix
M pkgs/development/libraries/capstone/default.nix
M pkgs/development/libraries/libcommuni/default.nix
M pkgs/tools/filesystems/netatalk/default.nix

  Log Message:
  ---
  enableParallelBuild -> enableParallelBuilding


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


[Nix-commits] [NixOS/nixpkgs] 5e5b0d: install-grub.pl: add comments

2016-09-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5e5b0d039c7052b563a498608cd90e6184603504
  
https://github.com/NixOS/nixpkgs/commit/5e5b0d039c7052b563a498608cd90e6184603504
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M nixos/modules/system/boot/loader/grub/install-grub.pl

  Log Message:
  ---
  install-grub.pl: add comments


  Commit: 2a7293fd9dbd30305a0e32e2e98e42fc5329ff40
  
https://github.com/NixOS/nixpkgs/commit/2a7293fd9dbd30305a0e32e2e98e42fc5329ff40
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M nixos/modules/system/boot/loader/grub/install-grub.pl

  Log Message:
  ---
  install-grub.pl: fix a double slash prefix bug


  Commit: f5271680c4a5f2657f26f87620f3e320b0f7cda6
  
https://github.com/NixOS/nixpkgs/commit/f5271680c4a5f2657f26f87620f3e320b0f7cda6
  Author: Domen Kožar 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M nixos/modules/system/boot/loader/grub/grub.nix
M nixos/modules/system/boot/loader/grub/install-grub.pl

  Log Message:
  ---
  Fixes #14831 by using full path for binaries used in install-grub.pl

Both btrfs-progs and utillinux are ~5MB, we may discuss in future
to handle this better but I see no better way at the moment than
increaing purity in the install process.


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


Re: [Nix-dev] London NixOs User Group - NIXOS_LUSTRATE talk

2016-09-01 Thread zimbatm
We'll see. I'd rather we respect obadz's choice than pressure him for other
people's convenience.

Right now this feature is missing some docs and I hope to fix this during
the hacking session after the talk.

On Thu, 1 Sep 2016, 09:09 Michael Fellinger,  wrote:

> How about audio recording + slides?
>
>
> On 31 August 2016 at 09:39:34, zimbatm (zimb...@zimbatm.com) wrote:
>
> Obadz wants to stay pseudonymous so no video this time. You all better
> come in person :)
>
> On Wed, 31 Aug 2016, 07:58 Philip Potter, 
> wrote:
>
>> I don't think skillsmatter London do streaming, but they normally put
>> videos up afterwards.
>>
>> Phil
>>
>> On 31 August 2016 at 03:32, Graham Christensen 
>> wrote:
>> > Will there be streaming?
>> >
>> > Signed,
>> > Lonely USA NixOS User
>> >
>> > On Aug 30, 2016, at 5:34 PM, zimbatm  wrote:
>> >
>> > Hi all,
>> >
>> > Obadz is giving a talk the 12th September on NIXOS_LUSTRATE. If want to
>> find
>> > out all about what's this mysterious thing, or if you just want to meet,
>> > come join us:
>> https://skillsmatter.com/meetups/8440-london-nixos-usergroup
>> >
>> > After the talk we'll have a hacking session where we help each-other
>> and try
>> > things out.
>> >
>> > And if you want to be kept in the loop for future meetups you can also
>> > sign-up here: https://www.meetup.com/NixOS-London/
>> >
>> > Cheers,
>> > z
>> >
>> > ___
>> > 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-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-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] London NixOs User Group - NIXOS_LUSTRATE talk

2016-09-01 Thread Michael Fellinger
How about audio recording + slides?


On 31 August 2016 at 09:39:34, zimbatm (zimb...@zimbatm.com) wrote:

Obadz wants to stay pseudonymous so no video this time. You all better come
in person :)

On Wed, 31 Aug 2016, 07:58 Philip Potter,  wrote:

> I don't think skillsmatter London do streaming, but they normally put
> videos up afterwards.
>
> Phil
>
> On 31 August 2016 at 03:32, Graham Christensen  wrote:
> > Will there be streaming?
> >
> > Signed,
> > Lonely USA NixOS User
> >
> > On Aug 30, 2016, at 5:34 PM, zimbatm  wrote:
> >
> > Hi all,
> >
> > Obadz is giving a talk the 12th September on NIXOS_LUSTRATE. If want to
> find
> > out all about what's this mysterious thing, or if you just want to meet,
> > come join us:
> https://skillsmatter.com/meetups/8440-london-nixos-usergroup
> >
> > After the talk we'll have a hacking session where we help each-other and
> try
> > things out.
> >
> > And if you want to be kept in the loop for future meetups you can also
> > sign-up here: https://www.meetup.com/NixOS-London/
> >
> > Cheers,
> > z
> >
> > ___
> > 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-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


Re: [Nix-dev] GHC "unable to decommit memory"

2016-09-01 Thread Kevin Cox
On Sep 1, 2016 09:04, "Eelco Dolstra"  wrote:
>
>
> I guess we need to stop GHC from using it? We can't really have GHC not
working
> on our default kernel :-)
>

Sounds more like we need glibc to support the kernel we are using. GHC is
behaving fine and probably not the only program to have this problem.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] London NixOs User Group - NIXOS_LUSTRATE talk

2016-09-01 Thread Roger Qiu
I'm in Australia.
On 31/08/2016 1:36 PM, "Raahul Kumar"  wrote:

> Hardly any Aussie Nixos users either.
>
> On Wed, Aug 31, 2016 at 12:32 PM, Graham Christensen 
> wrote:
>
>> Will there be streaming?
>>
>> Signed,
>> Lonely USA NixOS User
>>
>> On Aug 30, 2016, at 5:34 PM, zimbatm  wrote:
>>
>> Hi all,
>>
>> Obadz is giving a talk the 12th September on NIXOS_LUSTRATE. If want to
>> find out all about what's this mysterious thing, or if you just want to
>> meet, come join us: https://skillsmatter.com/meetu
>> ps/8440-london-nixos-usergroup
>>
>> After the talk we'll have a hacking session where we help each-other and
>> try things out.
>>
>> And if you want to be kept in the loop for future meetups you can also
>> sign-up here: https://www.meetup.com/NixOS-London/
>>
>> Cheers,
>> z
>>
>> ___
>> 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-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


Re: [Nix-dev] GHC "unable to decommit memory"

2016-09-01 Thread Eelco Dolstra
Hi,

On 09/01/2016 12:58 AM, Thomas Tuegel wrote:

> If you're a Haskell user and run NixOS unstable or newer, by now you
> have probably seen the message:
> 
> "unable to decommit memory: Invalid argument"
> 
> coming from GHC-built programs. The short version is, you need the
> latest Linux kernel; try with
> 
>   boot.kernelPackages = pkgs.linuxPackages_latest;
> 
> in your configuration.nix.
> 
> The long version of the story [1] is that Linux 4.5 added a feature
> present in other Unixy systems for some time (MADV_FREE). The NixOS
> default glibc is currently newer than that, so it advertises MADV_FREE
> and GHC will use it.

I guess we need to stop GHC from using it? We can't really have GHC not working
on our default kernel :-)

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 42d8dd: pythonPackages.txrequests: init at 0.9.2

2016-09-01 Thread Fernando J Pando
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 42d8dd14b90712aeab9dd57fc3d49e2fe81b9307
  
https://github.com/NixOS/nixpkgs/commit/42d8dd14b90712aeab9dd57fc3d49e2fe81b9307
  Author: Fernando J Pando 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.txrequests: init at 0.9.2

Tested on Linux
- python 2.7
- python 3.5


  Commit: 96a0fbb587e614ffed924d0c5d4b4cca1b80efbd
  
https://github.com/NixOS/nixpkgs/commit/96a0fbb587e614ffed924d0c5d4b4cca1b80efbd
  Author: Fernando J Pando 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.whoosh: init at 2.7.4

Tested on Linux
- python 2.7
- python 3.5


  Commit: 28b60b19246f841a4ab9a32940c970ce3f91ef9f
  
https://github.com/NixOS/nixpkgs/commit/28b60b19246f841a4ab9a32940c970ce3f91ef9f
  Author: Fernando J Pando 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.pyjade: init at 4.0.0

Tested on Linux
- python 2.7
- python 3.5


  Commit: 85546fb342d857e82f2d97b2ac17a102a759d403
  
https://github.com/NixOS/nixpkgs/commit/85546fb342d857e82f2d97b2ac17a102a759d403
  Author: Fernando J Pando 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

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

  Log Message:
  ---
  pythonPackages.txgithub: init at 15.0.0

Tested on Linux
- python 2.7
- python 3.5


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