[Nix-commits] [NixOS/nixpkgs] 48fdde: emem: 0.2.22 -> 0.2.23 (#17245)

2016-07-24 Thread Rommel M. Martinez
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 48fdde173f8180a1f9936ae74974c76fb4a5255b
  
https://github.com/NixOS/nixpkgs/commit/48fdde173f8180a1f9936ae74974c76fb4a5255b
  Author: Rommel M. Martinez 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

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

  Log Message:
  ---
  emem: 0.2.22 -> 0.2.23 (#17245)


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


[Nix-commits] [NixOS/nixpkgs] c816d0: genymotion: init at 2.7.2 (#17203)

2016-07-24 Thread Brian McKenna
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c816d053bcfae77d6d6533bd8c66cf75a8686bda
  
https://github.com/NixOS/nixpkgs/commit/c816d053bcfae77d6d6533bd8c66cf75a8686bda
  Author: Brian McKenna 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

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

  Log Message:
  ---
  genymotion: init at 2.7.2 (#17203)


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


[Nix-commits] [NixOS/nixpkgs] 245168: pitivi: 0.95 -> 0.96 (fixes startup error) (#17228...

2016-07-24 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 245168060372cf84ce34fae8af6402b948d33689
  
https://github.com/NixOS/nixpkgs/commit/245168060372cf84ce34fae8af6402b948d33689
  Author: Bjørn Forsman 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
M pkgs/applications/video/pitivi/default.nix

  Log Message:
  ---
  pitivi: 0.95 -> 0.96 (fixes startup error) (#17228)

* pitivi: 0.95 -> 0.96 (fixes startup error)

The upgrade of gtk3 to v3.20 broke pitivi, causing it to segfault after
the user closes the Welcome dialog. This release fixes that.

New dependencies: gst-transcoder and dbus.
(pitivi imports dbus if it finds the GNOME_DESKTOP_SESSION_ID
environment variable. Without dbus there will be some ugly errors for
GNOME desktop users.)

* pitivi: use wrapGAppsHook instead of makeWrapper

Allows us to remove preFixup.

* pitivi: move meta section to the end

Like most Nix package files are written.


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


[Nix-commits] [NixOS/nixpkgs] cbcee0: racket: 6.5 -> 6.6 (#17233)

2016-07-24 Thread Rahul Gopinath
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cbcee086502a18595608c847474b960dd799cfd4
  
https://github.com/NixOS/nixpkgs/commit/cbcee086502a18595608c847474b960dd799cfd4
  Author: Rahul Gopinath 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

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

  Log Message:
  ---
  racket: 6.5 -> 6.6 (#17233)


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


[Nix-commits] [NixOS/nixpkgs] 16bd51: v8: fix 4.5.107 build

2016-07-24 Thread Rok Garbas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 16bd51fc0d7ddec1039ea7fe4a3f737f4b06b08b
  
https://github.com/NixOS/nixpkgs/commit/16bd51fc0d7ddec1039ea7fe4a3f737f4b06b08b
  Author: Proglodyte 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M lib/maintainers.nix
M pkgs/development/libraries/v8/4.5.nix

  Log Message:
  ---
  v8: fix 4.5.107 build

Similar to #14272, but fixes 4.5 build rather than generic.
- Ignores errors due to strict-overflow warnings
- Strips clang-only '-Wno-format-pedantic' flag out since this build
  uses gcc


  Commit: 781ed961eb47f869220a412c78bc32a163b5b5a5
  
https://github.com/NixOS/nixpkgs/commit/781ed961eb47f869220a412c78bc32a163b5b5a5
  Author: Proglodyte 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
A pkgs/development/libraries/v8/3.30.33.nix
R pkgs/development/libraries/v8/4.5.nix
M pkgs/development/libraries/v8/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  v8: use 4.5.107 by default

Default v8 was fixed at 3.30.33, so running nix-build nixpkgs -A v8
would give us version 3.30.33, whereas nix-env -i v8 would install
version 4.5.107. Now, both commands build 4.5.107, and there is still an
option to install version 3.30.33


  Commit: 986f12ec8935cf48f15bc876d470e3607b2734d2
  
https://github.com/NixOS/nixpkgs/commit/986f12ec8935cf48f15bc876d470e3607b2734d2
  Author: Proglodyte 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
A pkgs/development/libraries/v8/4.5.nix
M pkgs/development/libraries/v8/default.nix
A pkgs/development/libraries/v8/libv8-5.4.232.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  v8: 4.5.107 -> 5.4.232

Upgraded to latest v8. Updated v8 version and deps, also created a new
patch similar to what existed for v4.5


  Commit: 720d917f4c3d716d80bd399126260c70bd555e52
  
https://github.com/NixOS/nixpkgs/commit/720d917f4c3d716d80bd399126260c70bd555e52
  Author: Rok Garbas 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/development/libraries/v8/3.30.33.nix
M pkgs/development/libraries/v8/4.5.nix
M pkgs/development/libraries/v8/default.nix
A pkgs/development/libraries/v8/libv8-5.4.232.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #17220 from proglodyte/v8-5-4

v8: 4.5.107 -> 5.4.232


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


[Nix-commits] Success: Hydra job nixpkgs:trunk:tarball on x86_64-linux

2016-07-24 Thread Hydra Build Daemon
Hi,

The status of Hydra job ‘nixpkgs:trunk:tarball’ (on x86_64-linux) has changed 
from "Failed" to "Success".  For details, see

  https://hydra.nixos.org/build/37985933

This may be due to a commit by Rok Garbas .

Yay!

Regards,

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


[Nix-commits] [NixOS/nixpkgs] 9dbf90: xmagnify: init at 0.1.0 (#17222) (#17222)

2016-07-24 Thread Andrew Miloradovsky
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9dbf90d0479dd2aad05304bbed6d4708b7a408b1
  
https://github.com/NixOS/nixpkgs/commit/9dbf90d0479dd2aad05304bbed6d4708b7a408b1
  Author: Andrew Miloradovsky 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

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

  Log Message:
  ---
  xmagnify: init at 0.1.0 (#17222) (#17222)

Tiny screen magnifier for X11


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


[Nix-commits] [NixOS/nixpkgs] d5fc2d: pythonPillow.pillow: fix evaluation

2016-07-24 Thread Rok Garbas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d5fc2d45e8421a21965b6b49e15a5788b5c52abf
  
https://github.com/NixOS/nixpkgs/commit/d5fc2d45e8421a21965b6b49e15a5788b5c52abf
  Author: Rok Garbas 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

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

  Log Message:
  ---
  pythonPillow.pillow: fix evaluation


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


Re: [Nix-dev] Requesting issue closing rights

2016-07-24 Thread Rok Garbas
+100 lets get Profpatsch, kevincox and vrthra enough permission for nixpkgs repo


On Mon, Jul 25, 2016 at 5:17 AM, Gopinath, Rahul
 wrote:
> I too would be glad to help if the community feels that I am ready for
> such a role. While I am fairly new, I hope that I have demonstrated my
> commitment, with my involvement in PRs and maintainership of a few
> packages.
>
> https://github.com/vrthra
>
> Rahul
>
> On Sun, Jul 24, 2016 at 8:00 PM, Kevin Cox  wrote:
>> I see granting commit access fairly scary but I would appreciate being
>> granted it so that I can help organize the issues more effectively. I am the
>> maintainer of a couple of packages and have a number of merged PRs so
>> hopefully I have built up enough trust in the Nix community.
>>
>> https://github.com/kevincox
>>
>> Thanks, Kevin
>>
>>
>> ___
>> 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



-- 
Rok Garbas
https://garbas.si
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Requesting issue closing rights

2016-07-24 Thread Gopinath, Rahul
I too would be glad to help if the community feels that I am ready for
such a role. While I am fairly new, I hope that I have demonstrated my
commitment, with my involvement in PRs and maintainership of a few
packages.

https://github.com/vrthra

Rahul

On Sun, Jul 24, 2016 at 8:00 PM, Kevin Cox  wrote:
> I see granting commit access fairly scary but I would appreciate being
> granted it so that I can help organize the issues more effectively. I am the
> maintainer of a couple of packages and have a number of merged PRs so
> hopefully I have built up enough trust in the Nix community.
>
> https://github.com/kevincox
>
> Thanks, Kevin
>
>
> ___
> 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] d49902: pfstools: 1.8.5 -> 2.0.5

2016-07-24 Thread Julien Dehos
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d49902e03a0c2adefa36ef8865bc9540c74697f9
  
https://github.com/NixOS/nixpkgs/commit/d49902e03a0c2adefa36ef8865bc9540c74697f9
  Author: Julien Dehos 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
M pkgs/tools/graphics/pfstools/default.nix
A pkgs/tools/graphics/pfstools/pfstools.patch
A pkgs/tools/graphics/pfstools/threads.patch

  Log Message:
  ---
  pfstools: 1.8.5 -> 2.0.5


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


Re: [Nix-dev] Requesting issue closing rights

2016-07-24 Thread Kevin Cox
I see granting commit access fairly scary but I would appreciate being
granted it so that I can help organize the issues more effectively. I am
the maintainer of a couple of packages and have a number of merged PRs so
hopefully I have built up enough trust in the Nix community.

https://github.com/kevincox

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


Re: [Nix-dev] Too many open issues

2016-07-24 Thread Kevin Cox
On Jul 23, 2016 08:23, "obadz"  wrote:
>
> On Sat, Jul 23, 2016 at 2:19 AM, Benno Fünfstück <
benno.fuenfstu...@gmail.com> wrote:
>>>
>>> The key here would be that we shouldn't get rattled if we get assigned
an issue/PR. All it means is "I think you know more about this than I do,
feel free to pass it on to someone else if aren't the right person or can't
handle this with the appropriate urgency".
>>
>>
>> I don't think that assignment is the right tool for this job. Assignment
in my opinion should be used for the purpose of avoiding duplicated work:
you assign yourself to an issue if you plan on working on it, so that
everyone else knows that they shouldn't work on that particular task
themselves.
>
>
> Fully agree that the purpose of assignment is to avoid duplicated work.
That is why I think the first person to ever review an issue (maybe that's
mentionbot) should assign someone to that issue. Once that's done, this
issue won't waste anyone's else's time until the current assignee decides
who would be a better assignee. This means the amount of reviewing work
done is about O(n_issues).
>

The nice thing about assignment is it is a little harder for things to get
lost. And I think asking the current assignee "I have time to take this
over, is that OK?" is an awesome question to ask if it appears that nothing
is being done.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] a086b6: pypi2nix: 1.2.0 -> 1.3.0

2016-07-24 Thread Rok Garbas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a086b62a3d8bd934ebb1b9e6fd9eb2af9ece03e1
  
https://github.com/NixOS/nixpkgs/commit/a086b62a3d8bd934ebb1b9e6fd9eb2af9ece03e1
  Author: Rok Garbas 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
M pkgs/development/tools/pypi2nix/default.nix
M pkgs/development/tools/pypi2nix/deps.nix

  Log Message:
  ---
  pypi2nix: 1.2.0 -> 1.3.0


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


[Nix-commits] [NixOS/nixpkgs] b8ab17: obs-studio: libX11.so was missing at runtime

2016-07-24 Thread Rok Garbas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b8ab178e4c6d00d524d22f4d01d8454caee13f83
  
https://github.com/NixOS/nixpkgs/commit/b8ab178e4c6d00d524d22f4d01d8454caee13f83
  Author: Rok Garbas 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
M pkgs/applications/video/obs-studio/default.nix

  Log Message:
  ---
  obs-studio: libX11.so was missing at runtime


  Commit: 6f0d12a5c8de4f0839005f2b84801270a4334232
  
https://github.com/NixOS/nixpkgs/commit/6f0d12a5c8de4f0839005f2b84801270a4334232
  Author: Rok Garbas 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.pillow: dont depend on _lib_include to be presnet in setup.py


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


Re: [Nix-dev] kde-5 applications kcalc

2016-07-24 Thread Thomas Tuegel
On Sat, Jul 23, 2016 at 1:52 PM, Karn Kallio
 wrote:
>
> The build of the kde5 application kcalc fails because of a missing qt
> wrapper program.  The attached patch supplies the missing qt wrapper
> program.

Merged at ac93e9f2c8bbdee7b3c88d8eb358fe4f81fb578a. Thanks!

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


[Nix-commits] [NixOS/nixpkgs] ac93e9: Linux 4.7

2016-07-24 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ac93e9f2c8bbdee7b3c88d8eb358fe4f81fb578a
  
https://github.com/NixOS/nixpkgs/commit/ac93e9f2c8bbdee7b3c88d8eb358fe4f81fb578a
  Author: Shea Levy 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
A pkgs/os-specific/linux/kernel/linux-4.7.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Linux 4.7


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


[Nix-commits] [NixOS/nixpkgs] 7a096f: gst-python: 1.8.1 -> 1.8.2

2016-07-24 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7a096fad7f8beee3de933d4b42bdbef59d9dca48
  
https://github.com/NixOS/nixpkgs/commit/7a096fad7f8beee3de933d4b42bdbef59d9dca48
  Author: Bjørn Forsman 
  Date:   2016-07-25 (Mon, 25 Jul 2016)

  Changed paths:
M pkgs/development/libraries/gstreamer/python/default.nix

  Log Message:
  ---
  gst-python: 1.8.1 -> 1.8.2

Aligns version numbers with the rest of GStreamer in nixpkgs.


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


[Nix-commits] [NixOS/nixpkgs] 6bf0f8: Revert "kde5.systemsettings: include missing qtqui...

2016-07-24 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6bf0f8332a0392785d8f272876dd45505a61ca0b
  
https://github.com/NixOS/nixpkgs/commit/6bf0f8332a0392785d8f272876dd45505a61ca0b
  Author: Thomas Tuegel 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pkgs/desktops/kde-5/plasma/systemsettings.nix

  Log Message:
  ---
  Revert "kde5.systemsettings: include missing qtquickcontrols dependency"

This reverts commit 31599188ae204296b12961ef90e0d50e73d90127.


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


[Nix-commits] [NixOS/nixpkgs] 315991: kde5.systemsettings: include missing qtquickcontro...

2016-07-24 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 31599188ae204296b12961ef90e0d50e73d90127
  
https://github.com/NixOS/nixpkgs/commit/31599188ae204296b12961ef90e0d50e73d90127
  Author: Peter Hoeg 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pkgs/desktops/kde-5/plasma/systemsettings.nix

  Log Message:
  ---
  kde5.systemsettings: include missing qtquickcontrols dependency


  Commit: f75f461292a57eb6993aeb63bb253418c1cf6005
  
https://github.com/NixOS/nixpkgs/commit/f75f461292a57eb6993aeb63bb253418c1cf6005
  Author: Thomas Tuegel 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pkgs/desktops/kde-5/plasma/systemsettings.nix

  Log Message:
  ---
  Merge branch 'systemsetting-qtquickcontrols'


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


[Nix-commits] [NixOS/nixpkgs] 68ac9b: emem: 0.2.20 -> 0.2.22

2016-07-24 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 68ac9bda916ab11de235b40a7ddd908b743d569a
  
https://github.com/NixOS/nixpkgs/commit/68ac9bda916ab11de235b40a7ddd908b743d569a
  Author: Rommel M. Martinez 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

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

  Log Message:
  ---
  emem: 0.2.20 -> 0.2.22


  Commit: 50a981f2e44dea8dfa84313720b0074afacea392
  
https://github.com/NixOS/nixpkgs/commit/50a981f2e44dea8dfa84313720b0074afacea392
  Author: Arseniy Seroka 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #17230 from ebzzry/emem-0.2.22

emem: 0.2.20 -> 0.2.22


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


[Nix-dev] Seemingly inexplicable proliferation of gcc/glibc runtimes

2016-07-24 Thread Kosyrev Serge
Good day!

I am trying to understand the reasons for the multiplicity of glibc/gcc
runtimes installed on my NixOS system -- on fresh nixpkgs master (434f9d1).

The status quo is a system with:

 - a single system profile (system-290-link)
 - a single user profile (profile-483-link)
 - an empty root user profile (default-4-link)

,
| deepfire@andromedae:~]$ nix-store --gc --print-roots
| /nix/var/nix/profiles/default-4-link -> 
/nix/store/vvm18ixrgpn9zgzp5h3lkiyx6rqfj3qn-user-environment
| /nix/var/nix/profiles/per-user/deepfire/profile-483-link -> 
/nix/store/bg1z2vwb28my9grrpnc192a3c3sq3l8d-user-environment
| /nix/var/nix/profiles/system-290-link -> 
/nix/store/y79r2dj7qymfhi9zdirdpfppbv4jbzqp-nixos-system-andromedae-16.09.git.434f9d1
| /run/booted-system -> 
/nix/store/y79r2dj7qymfhi9zdirdpfppbv4jbzqp-nixos-system-andromedae-16.09.git.434f9d1
| /run/current-system -> 
/nix/store/y79r2dj7qymfhi9zdirdpfppbv4jbzqp-nixos-system-andromedae-16.09.git.434f9d1
`

Additionally:

 1. everything in the user environment was passed through 'nix-env --upgrade 
--leq --always',
so it ought to be completely synchronized with nixpkgs=434f9d1

 2. the booted system environment == the current system environment, as
it can be seen

 3. there seems to be no pinned custom environments that I could find --
not that I ever made one, actually

 4. nix-store --gc, obviously

What I see is this:

,
| [deepfire@andromedae:~]$ nix-analyze-rootlike glibc; nix-analyze-rootlike gcc
| ; analyzing "/nix/store/*-glibc-*" (minus noise)
| referrers | disc  | correlation to profile
| closure   direct  | size  | user  system
| 1073  807 | 22M   | 109   25  
/nix/store/dad9vxniabwzidvvxfsfj6vb0xncsbbb-glibc-2.23
| 210   165 | 22M   | 0 0   
/nix/store/phffgv3pwihmpdyk8xsz3wv8ydysch8w-glibc-2.23
| 159   22  | 34M   | 0 0   
/nix/store/i0l0jjkk82wsqz9z5yhg35iy78bjq684-glibc-2.21
| 5 5   | 22M   | 0 0   
/nix/store/62n981f02b56wjqfdq00pq706k11xz4d-glibc-2.21
| ; analyzing "/nix/store/*-gcc-*" (minus noise)
| referrers | disc  | correlation to profile
| closure   direct  | size  | user  system
| 388   10  | 116M  | 428   
/nix/store/scfqn9hsh9k1b0j1y1znzrkr2a5k-gcc-5.4.0
| 148   5   | 91M   | 0 0   
/nix/store/cpv8pyc772cx0spzz76sa6dvsf6555dh-gcc-4.8.4
| 7 2   | 116M  | 0 0   
/nix/store/l8y2srrkp5fflwph7vq0gllj1k1ai17w-gcc-5.3.0
`

The tools used to generate this are at 
https://github.com/deepfire/nix-store-analysis:

   - 
https://github.com/deepfire/nix-store-analysis/blob/master/nix-analyze-rootlike
   - 
https://github.com/deepfire/nix-store-analysis/blob/master/nix-correlate-rootlike-to-current-userenv
   - 
https://github.com/deepfire/nix-store-analysis/blob/master/nix-correlate-rootlike-to-system

The basic idea is to take a store path, and correlate its referrer
closure with the "leaf set" of store paths, where "leaf set" consists
of:
   - system packages:   nix-store --query --references 
/nix/var/nix/profiles/system
   - user packages: nix-env --query --installed --out-path

As it can be seen, there are three glibc and two gcc store paths that
are obviously involved, yet inexplicable -- given the above model, and
the contents of the "About the package zoo" section below.

  *   *   *

Probing a simple case
=

Looking at the simplest case (the glibc with smallest --referrers-closure) 
provides the following picture:

[deepfire@andromedae:~]$ nix-store --query --referrers-closure 
/nix/store/62n981f02b56wjqfdq00pq706k11xz4d-glibc-2.21
/nix/store/62n981f02b56wjqfdq00pq706k11xz4d-glibc-2.21
/nix/store/5m6i1h71xp6r7k381hrsv5qwn3s6b93h-libXau-1.0.8
/nix/store/kx1l6yis70h9sly7cs4b95jq0j8yxjqr-libXdmcp-1.1.2
/nix/store/bxsi9xrrfc0qw3ndys83rppwqxbn33ma-libxcb-1.11.1
/nix/store/62bmpi8kll9kj8il89kdaddvzib3r4pm-libX11-1.6.3

Why would these be used anywhere on their own?

How are we supposed to understand what is going on?

Should I file a ticket?

-- 
с уважениeм / respectfully / Z poważaniem,
Косырев Сергей
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 65446c: dovecot: 2.2.24 -> 2.2.25

2016-07-24 Thread Gabriel Ebner
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 65446c63778248688015990278a20884f13f34cc
  
https://github.com/NixOS/nixpkgs/commit/65446c63778248688015990278a20884f13f34cc
  Author: Kranium Gikos Mendoza 
  Date:   2016-07-03 (Sun, 03 Jul 2016)

  Changed paths:
M pkgs/servers/mail/dovecot/default.nix

  Log Message:
  ---
  dovecot: 2.2.24 -> 2.2.25


  Commit: fda6e2f3446e57994386dc78bf9147661f1663a3
  
https://github.com/NixOS/nixpkgs/commit/fda6e2f3446e57994386dc78bf9147661f1663a3
  Author: Gabriel Ebner 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pkgs/servers/mail/dovecot/default.nix

  Log Message:
  ---
  Merge pull request #17231 from womfoo/bump/dovecot-2.2.25

dovecot: 2.2.24 -> 2.2.25


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


Re: [Nix-dev] nixops: argument list too long

2016-07-24 Thread Eike

It turns out, that it is my tex package. If I remove it, it deploys
successfully. 

Here is a nix file that I tested with:

{
  network.description = "Test";

  trivial =
{ config, pkgs, ... }:
{

  imports =
  [  ];

  boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" 
"usb_storage" "sd_mod" "sr_mod" ];
  boot.kernelModules = [ "kvm-intel" ];
  boot.extraModulePackages = [ ];
  boot.loader.grub.devices = [ "/dev/sda" ];

  fileSystems."/" =
{ device = "/dev/disk/by-uuid/3bafeea6-2e45-4048-b192-436b5a8f4e3b";
  fsType = "ext4";
};

  fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/f57eea7e-69d2-4629-af51-0fbff1e1a807";
  fsType = "ext2";
};

  swapDevices =
[ { device = "/dev/disk/by-uuid/6488f5b6-9412-4c35-9f1d-ae7bc442410e"; 
} ];

  nix.maxJobs = pkgs.lib.mkDefault 2;

  services.openssh.enable = true;

  environment.systemPackages = with pkgs;
let
  # see https://nixos.org/wiki/TexLive_HOWTO
  tex = texlive.combine {
inherit (texlive) scheme-medium collection-latexextra beamer 
moderncv moderntimeline cm-super inconsolata libertine;
  };
in [ tex ]; # I disable this packages, deploy to physical machine works

#  deployment.targetEnv = "container"; #works in both cases
   deployment.targetEnv = "none";
   deployment.targetHost = "192.168.1.72";
};

}


If I remove the tex package, deployment to a physical machine
works. Otherwise the “Argument list too long” error appears. Deployment
to a nixos container works in both cases.

What is going on?

Regards
Eike



Eike  writes:

> Unfortunately, the configuration.nix is little complex. You can find it
> here [0]. As a test I removed all system packages listed in [1] (that
> are included in [0]) and the error disappeared.
>
> I'll try to make a smaller example that fails.
>
> Eike
>
> [0] 
> https://github.com/eikek/confnix/blob/unstable/systems/lenni/configuration.nix
> [1] https://github.com/eikek/confnix/blob/unstable/common-desktop.nix 
>
> nickbh  writes:
>
>> That’s odd, I can’t think why that would happen, though I’m sure I
>> don’t know all the workings of nixops. Perhaps someone else on the
>> list might have a clue.
>>
>> If you share the system packages of your config we can see if the
>> error can be replicated.
>>
>>> On 24 Jul 2016, at 13:47, Eike  wrote:
>>> 
>>> 
>>> nixops --version says "1.3.1". I'm running NixOS 16.09pre85931.125
>>> (unstable channel) and installed nixops using `nix-env -i nixops'. I
>>> noticed that when I remove all system packages from configuration.nix,
>>> it doesn't error anymore. So I guess it's because the closure is too
>>> large? This would be too bad for me, because I hoped to manage some
>>> (physical) desktop machines with nixops that have many system packages.
>>> 
>>> Here is the output of nixops info -d lenni. For me it doesn't provide
>>> any hints regarding this problem:
>>> 
>>>Network name: lenni
>>>Network UUID: 745c1905-5050-11e6-b200-90e6baf47cb4
>>>Network description: Lenni
>>>Nix expressions: 
>>> /home/eike/workspace/projects/confnix/systems/lenni/deploy.nix
>>> 
>>>
>>> +---+---+--+---++
>>>| Name  | Status| Type | Resource Id 
>>>   | IP address |
>>>
>>> +---+---+--+---++
>>>| lenni | Up / Outdated | none | 
>>> nixops-745c1905-5050-11e6-b200-90e6baf47cb4-lenni ||
>>>
>>> +---+---+--+---++
>>> 
>>> Thanks a lot and kind regards
>>> Eike
>>> 
>>> 
>>> nickbh  writes:
>>> 
 Apparently that’s a OS error resulting from a size limit on command
 line args[0]. Were you able to find the cause? If not, what’s your
 'nixops —version'? Does 'nixops info -d lenni’ show any clues?
 
 Nick
 
 [0] http://stackoverflow.com/a/28965439/4386011
> On 22 Jul 2016, at 22:53, Eike  wrote:
> 
> 
> Hello,
> 
> I start using nixops and want to deploy from one machine to
> another. Both have NixOS running. This is the nix file I feed to nixops
> create:
> 
>   {
> network.description = "Lenni";
> lenni =
>   { config, pkgs, ... }:
>   {
> imports = [ ./configuration.nix ];
> 
> deployment.targetEnv = "none";
> deployment.targetHost = "192.168.1.72";
>   };
>   }
> 
> The configuration.nix is the same file I used with `nixos-rebuild`
> directly on the target machine.
> 
> When I run nixops deploy it builds the configuration and 

[Nix-commits] [NixOS/nixpkgs] 7d0990: pulseaudio module: add extraClientConf option

2016-07-24 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7d0990b594efe04d651fb4dd1881bf8dcd4826b9
  
https://github.com/NixOS/nixpkgs/commit/7d0990b594efe04d651fb4dd1881bf8dcd4826b9
  Author: Jiri Marsicek 
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
M nixos/modules/config/pulseaudio.nix

  Log Message:
  ---
  pulseaudio module: add extraClientConf option


  Commit: 0050338610dc52adeed2318a1af5f67daabc1309
  
https://github.com/NixOS/nixpkgs/commit/0050338610dc52adeed2318a1af5f67daabc1309
  Author: Joachim F 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M nixos/modules/config/pulseaudio.nix

  Log Message:
  ---
  Merge pull request #17087 from j1r1k/pulseaudio-extraClientConf

pulseaudio module: add extraClientConf option


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


Re: [Nix-dev] nixops: argument list too long

2016-07-24 Thread Eike

Unfortunately, the configuration.nix is little complex. You can find it
here [0]. As a test I removed all system packages listed in [1] (that
are included in [0]) and the error disappeared.

I'll try to make a smaller example that fails.

Eike

[0] 
https://github.com/eikek/confnix/blob/unstable/systems/lenni/configuration.nix
[1] https://github.com/eikek/confnix/blob/unstable/common-desktop.nix 

nickbh  writes:

> That’s odd, I can’t think why that would happen, though I’m sure I
> don’t know all the workings of nixops. Perhaps someone else on the
> list might have a clue.
>
> If you share the system packages of your config we can see if the
> error can be replicated.
>
>> On 24 Jul 2016, at 13:47, Eike  wrote:
>> 
>> 
>> nixops --version says "1.3.1". I'm running NixOS 16.09pre85931.125
>> (unstable channel) and installed nixops using `nix-env -i nixops'. I
>> noticed that when I remove all system packages from configuration.nix,
>> it doesn't error anymore. So I guess it's because the closure is too
>> large? This would be too bad for me, because I hoped to manage some
>> (physical) desktop machines with nixops that have many system packages.
>> 
>> Here is the output of nixops info -d lenni. For me it doesn't provide
>> any hints regarding this problem:
>> 
>>Network name: lenni
>>Network UUID: 745c1905-5050-11e6-b200-90e6baf47cb4
>>Network description: Lenni
>>Nix expressions: 
>> /home/eike/workspace/projects/confnix/systems/lenni/deploy.nix
>> 
>>
>> +---+---+--+---++
>>| Name  | Status| Type | Resource Id  
>>  | IP address |
>>
>> +---+---+--+---++
>>| lenni | Up / Outdated | none | 
>> nixops-745c1905-5050-11e6-b200-90e6baf47cb4-lenni ||
>>
>> +---+---+--+---++
>> 
>> Thanks a lot and kind regards
>> Eike
>> 
>> 
>> nickbh  writes:
>> 
>>> Apparently that’s a OS error resulting from a size limit on command
>>> line args[0]. Were you able to find the cause? If not, what’s your
>>> 'nixops —version'? Does 'nixops info -d lenni’ show any clues?
>>> 
>>> Nick
>>> 
>>> [0] http://stackoverflow.com/a/28965439/4386011
 On 22 Jul 2016, at 22:53, Eike  wrote:
 
 
 Hello,
 
 I start using nixops and want to deploy from one machine to
 another. Both have NixOS running. This is the nix file I feed to nixops
 create:
 
   {
 network.description = "Lenni";
 lenni =
   { config, pkgs, ... }:
   {
 imports = [ ./configuration.nix ];
 
 deployment.targetEnv = "none";
 deployment.targetHost = "192.168.1.72";
   };
   }
 
 The configuration.nix is the same file I used with `nixos-rebuild`
 directly on the target machine.
 
 When I run nixops deploy it builds the configuration and then quits with
 “[Errno 7] Argument list too long” error:
 
   $ nixops deploy -d lenni
   building all machine configurations...
   lenni> copying closure...
   error: [Errno 7] Argument list too long
 
 I'm not sure what I did wrong and could not find anything useful when
 searching the internet. Can someone help me out here?
 
 Thanks and regards
 Eike
 
 
 -- 
 gpg: AD7AC35E
 finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E
 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev
>> 
>> 
>> -- 
>> gpg: AD7AC35E
>> finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E


-- 
gpg: AD7AC35E
finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 844a02: rr: 4.2.0 -> 4.3.0

2016-07-24 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 844a029bab7442e8fe65bc5313d26ed9c1912e40
  
https://github.com/NixOS/nixpkgs/commit/844a029bab7442e8fe65bc5313d26ed9c1912e40
  Author: Ivan Sorokin 
  Date:   2016-07-23 (Sat, 23 Jul 2016)

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

  Log Message:
  ---
  rr: 4.2.0 -> 4.3.0


  Commit: 004f64fca68a9e799cefa4bcd0c86a9d5161ad9d
  
https://github.com/NixOS/nixpkgs/commit/004f64fca68a9e799cefa4bcd0c86a9d5161ad9d
  Author: Daiderd Jordan 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #17201 from sorokin/rr-4.3

rr: 4.2.0 -> 4.3.0


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


[Nix-commits] [NixOS/nixpkgs] 245db6: harfbuzz-icu: symlink dylibs from harfbuzz on OSX

2016-07-24 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 245db687329de630466dbcb940e872c5a0983d7d
  
https://github.com/NixOS/nixpkgs/commit/245db687329de630466dbcb940e872c5a0983d7d
  Author: Jun Hao 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

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

  Log Message:
  ---
  harfbuzz-icu: symlink dylibs from harfbuzz on OSX


  Commit: 4796ae23c984c2e633e852ff783bffcc37d05fae
  
https://github.com/NixOS/nixpkgs/commit/4796ae23c984c2e633e852ff783bffcc37d05fae
  Author: Daiderd Jordan 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #17197 from j-hao/harfbuzz-icu

harfbuzz-icu: symlink dylibs from harfbuzz on OSX


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


Re: [Nix-dev] Declarative containers with more veths

2016-07-24 Thread Arnold Krille
Hi all,

I would like to raise your attention again to this PR of mine:
https://github.com/NixOS/nixpkgs/pull/15496

I have been using this for the last month without problems and it would
be a nice addition to the nixos-containers.

- Arnold

On Thu, 16 Jun 2016 22:52:44 +0200 Arnold Krille 
wrote:
> Hi all,
> 
> I would like to raise your attention to a PR of mine:
> https://github.com/NixOS/nixpkgs/pull/15496
> 
> It add the ability to give declarative containers more than one veth.
> With this its possible to use containers to connect two host-side
> bridges, for example as firewall/proxy. Or when the container exposes
> its public webinterface on one veth/bridge and has the administrative
> and database access on a second veth/bridge.
> 
> Please review and merge if you see fit, I would like to get that into
> NixOS…
> 
> Have fun,
> 
> Arnold



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] nixops: argument list too long

2016-07-24 Thread Eike

nixops --version says "1.3.1". I'm running NixOS 16.09pre85931.125
(unstable channel) and installed nixops using `nix-env -i nixops'. I
noticed that when I remove all system packages from configuration.nix,
it doesn't error anymore. So I guess it's because the closure is too
large? This would be too bad for me, because I hoped to manage some
(physical) desktop machines with nixops that have many system packages.

Here is the output of nixops info -d lenni. For me it doesn't provide
any hints regarding this problem:

Network name: lenni
Network UUID: 745c1905-5050-11e6-b200-90e6baf47cb4
Network description: Lenni
Nix expressions: 
/home/eike/workspace/projects/confnix/systems/lenni/deploy.nix


+---+---+--+---++
| Name  | Status| Type | Resource Id
   | IP address |

+---+---+--+---++
| lenni | Up / Outdated | none | 
nixops-745c1905-5050-11e6-b200-90e6baf47cb4-lenni ||

+---+---+--+---++

Thanks a lot and kind regards
Eike


nickbh  writes:

> Apparently that’s a OS error resulting from a size limit on command
> line args[0]. Were you able to find the cause? If not, what’s your
> 'nixops —version'? Does 'nixops info -d lenni’ show any clues?
>
> Nick
>
> [0] http://stackoverflow.com/a/28965439/4386011
>> On 22 Jul 2016, at 22:53, Eike  wrote:
>> 
>> 
>> Hello,
>> 
>> I start using nixops and want to deploy from one machine to
>> another. Both have NixOS running. This is the nix file I feed to nixops
>> create:
>> 
>>{
>>  network.description = "Lenni";
>>  lenni =
>>{ config, pkgs, ... }:
>>{
>>  imports = [ ./configuration.nix ];
>> 
>>  deployment.targetEnv = "none";
>>  deployment.targetHost = "192.168.1.72";
>>};
>>}
>> 
>> The configuration.nix is the same file I used with `nixos-rebuild`
>> directly on the target machine.
>> 
>> When I run nixops deploy it builds the configuration and then quits with
>> “[Errno 7] Argument list too long” error:
>> 
>>$ nixops deploy -d lenni
>>building all machine configurations...
>>lenni> copying closure...
>>error: [Errno 7] Argument list too long
>> 
>> I'm not sure what I did wrong and could not find anything useful when
>> searching the internet. Can someone help me out here?
>> 
>> Thanks and regards
>> Eike
>> 
>> 
>> -- 
>> gpg: AD7AC35E
>> finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> http://lists.science.uu.nl/mailman/listinfo/nix-dev


-- 
gpg: AD7AC35E
finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] cbdfec: all-packages.nix: introductory top-level comment

2016-07-24 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cbdfecc52bda911403c25c5b564be95b9dbf97ae
  
https://github.com/NixOS/nixpkgs/commit/cbdfecc52bda911403c25c5b564be95b9dbf97ae
  Author: Profpatsch 
  Date:   2016-07-23 (Sat, 23 Jul 2016)

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

  Log Message:
  ---
  all-packages.nix: introductory top-level comment

Many newcomers are baffled as to how all-packages.nix is structured.
This comment should provide clarification.


  Commit: 2900acd6afc33cbde8f9dccca906ee7c44edef22
  
https://github.com/NixOS/nixpkgs/commit/2900acd6afc33cbde8f9dccca906ee7c44edef22
  Author: Arseniy Seroka 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #17196 from Profpatsch/all-packages-intro-comment

all-packages.nix: introductory top-level comment


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


[Nix-commits] [NixOS/nixpkgs] 58ad6b: gnome-online-accounts: use wrapGAppsHook

2016-07-24 Thread Ronny Pfannschmidt
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 58ad6b9236817b9bcff4950356648c9440e2
  
https://github.com/NixOS/nixpkgs/commit/58ad6b9236817b9bcff4950356648c9440e2
  Author: Ronny Pfannschmidt 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.18/core/gnome-online-accounts/default.nix

  Log Message:
  ---
  gnome-online-accounts: use wrapGAppsHook

(cherry picked from commit e6ba55dcf568e576eb1c4cf8ffb2b431189486ff)


  Commit: 01328d4a3237fdbf5487b826d6c2f00b1c49c6e2
  
https://github.com/NixOS/nixpkgs/commit/01328d4a3237fdbf5487b826d6c2f00b1c49c6e2
  Author: Ronny Pfannschmidt 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.18/core/gnome-keyring/default.nix

  Log Message:
  ---
  gnome-keyring: wrapGAppsHook

(cherry picked from commit ebda96638ad1944957e2b80db8f36a76f41eb542)


  Commit: 3811a6b8a8687b087678eed73fe1fadc59a282b6
  
https://github.com/NixOS/nixpkgs/commit/3811a6b8a8687b087678eed73fe1fadc59a282b6
  Author: Ronny Pfannschmidt 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.18/core/gnome-disk-utility/default.nix

  Log Message:
  ---
  gnome-disk-utility: wrapGAppsHook

(cherry picked from commit be7043e01a0029ae49c86b665ca056ac4f75f37f)


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


[Nix-commits] [NixOS/nixpkgs] 66d07f: emem: 0.2.19 -> 0.2.20

2016-07-24 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 66d07f4dfe786e59cba6837d3bd60bf2d69c1b9a
  
https://github.com/NixOS/nixpkgs/commit/66d07f4dfe786e59cba6837d3bd60bf2d69c1b9a
  Author: Rommel M. Martinez 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

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

  Log Message:
  ---
  emem: 0.2.19 -> 0.2.20


  Commit: e064903a19f70f809b0491b52e0b17db2b99075c
  
https://github.com/NixOS/nixpkgs/commit/e064903a19f70f809b0491b52e0b17db2b99075c
  Author: Joachim F 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #17225 from ebzzry/emem-0.2.20

emem: 0.2.19 -> 0.2.20


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


[Nix-commits] [NixOS/nixpkgs] e6ba55: gnome-online-accounts: use wrapGAppsHook

2016-07-24 Thread Luca Bruno
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e6ba55dcf568e576eb1c4cf8ffb2b431189486ff
  
https://github.com/NixOS/nixpkgs/commit/e6ba55dcf568e576eb1c4cf8ffb2b431189486ff
  Author: Ronny Pfannschmidt 
  Date:   2016-06-12 (Sun, 12 Jun 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.18/core/gnome-online-accounts/default.nix

  Log Message:
  ---
  gnome-online-accounts: use wrapGAppsHook


  Commit: ebda96638ad1944957e2b80db8f36a76f41eb542
  
https://github.com/NixOS/nixpkgs/commit/ebda96638ad1944957e2b80db8f36a76f41eb542
  Author: Ronny Pfannschmidt 
  Date:   2016-06-12 (Sun, 12 Jun 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.18/core/gnome-keyring/default.nix

  Log Message:
  ---
  gnome-keyring: wrapGAppsHook


  Commit: be7043e01a0029ae49c86b665ca056ac4f75f37f
  
https://github.com/NixOS/nixpkgs/commit/be7043e01a0029ae49c86b665ca056ac4f75f37f
  Author: Ronny Pfannschmidt 
  Date:   2016-06-12 (Sun, 12 Jun 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.18/core/gnome-disk-utility/default.nix

  Log Message:
  ---
  gnome-disk-utility: wrapGAppsHook


  Commit: 503b8cef625e2e7bb9c6ac54f664680901dabde1
  
https://github.com/NixOS/nixpkgs/commit/503b8cef625e2e7bb9c6ac54f664680901dabde1
  Author: Luca Bruno 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.18/core/gnome-disk-utility/default.nix
M pkgs/desktops/gnome-3/3.18/core/gnome-keyring/default.nix
M pkgs/desktops/gnome-3/3.18/core/gnome-online-accounts/default.nix

  Log Message:
  ---
  Merge pull request #16196 from RonnyPfannschmidt/wrapGAppsHook

Wrap g apps hook


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


[Nix-commits] [NixOS/nixpkgs] 3ccd58: enlightenment: 0.21.0 -> 0.21.1

2016-07-24 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3ccd585cc5fe83d3fb88e614b089c0dd179cad6f
  
https://github.com/NixOS/nixpkgs/commit/3ccd585cc5fe83d3fb88e614b089c0dd179cad6f
  Author: José Romildo Malaquias 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pkgs/desktops/enlightenment/enlightenment.nix

  Log Message:
  ---
  enlightenment: 0.21.0 -> 0.21.1


  Commit: 76bcd012a5d10f290361a4d448533c7518d5df3d
  
https://github.com/NixOS/nixpkgs/commit/76bcd012a5d10f290361a4d448533c7518d5df3d
  Author: Joachim F 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M pkgs/desktops/enlightenment/enlightenment.nix

  Log Message:
  ---
  Merge pull request #17227 from romildo/upd.enlightenment

enlightenment: 0.21.0 -> 0.21.1


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


[Nix-commits] [NixOS/nixpkgs] 190890: nixos manual: add chapter on grsecurity/PaX

2016-07-24 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 190890cdac51c6be80a1929747c2b6bd9f9ca6cc
  
https://github.com/NixOS/nixpkgs/commit/190890cdac51c6be80a1929747c2b6bd9f9ca6cc
  Author: Joachim Fasting 
  Date:   2016-07-23 (Sat, 23 Jul 2016)

  Changed paths:
M nixos/doc/manual/configuration/configuration.xml
A nixos/doc/manual/configuration/grsecurity.xml

  Log Message:
  ---
  nixos manual: add chapter on grsecurity/PaX

Explain the "what", "why", and "how" of grsecurity/PaX
on NixOS.


  Commit: edbaba6d3cf84ca86a6fb939ec6099f20c691ed6
  
https://github.com/NixOS/nixpkgs/commit/edbaba6d3cf84ca86a6fb939ec6099f20c691ed6
  Author: Joachim Fasting 
  Date:   2016-07-23 (Sat, 23 Jul 2016)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1609.xml

  Log Message:
  ---
  nixos release notes: document changes to grsecurity/PaX


  Commit: c6ccc96397e8df77aff2c73d3457c1ecb99d3f8e
  
https://github.com/NixOS/nixpkgs/commit/c6ccc96397e8df77aff2c73d3457c1ecb99d3f8e
  Author: Joachim Fasting 
  Date:   2016-07-23 (Sat, 23 Jul 2016)

  Changed paths:
M doc/stdenv.xml

  Log Message:
  ---
  nixpkgs manual: document the paxctl setup-hook


  Commit: 027cb61088373cd16a652227ed19a8fbda56c663
  
https://github.com/NixOS/nixpkgs/commit/027cb61088373cd16a652227ed19a8fbda56c663
  Author: Joachim F 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M doc/stdenv.xml
M nixos/doc/manual/configuration/configuration.xml
A nixos/doc/manual/configuration/grsecurity.xml
M nixos/doc/manual/release-notes/rl-1609.xml

  Log Message:
  ---
  Merge pull request #16891 from joachifm/grsec-doc

manual: add chapter on Grsecurity/PaX


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


Re: [Nix-dev] nixops: argument list too long

2016-07-24 Thread nickbh
Apparently that’s a OS error resulting from a size limit on command line 
args[0]. Were you able to find the cause? If not, what’s your 'nixops 
—version'? Does 'nixops info -d lenni’ show any clues? 

Nick

[0] http://stackoverflow.com/a/28965439/4386011
> On 22 Jul 2016, at 22:53, Eike  wrote:
> 
> 
> Hello,
> 
> I start using nixops and want to deploy from one machine to
> another. Both have NixOS running. This is the nix file I feed to nixops
> create:
> 
>{
>  network.description = "Lenni";
>  lenni =
>{ config, pkgs, ... }:
>{
>  imports = [ ./configuration.nix ];
> 
>  deployment.targetEnv = "none";
>  deployment.targetHost = "192.168.1.72";
>};
>}
> 
> The configuration.nix is the same file I used with `nixos-rebuild`
> directly on the target machine.
> 
> When I run nixops deploy it builds the configuration and then quits with
> “[Errno 7] Argument list too long” error:
> 
>$ nixops deploy -d lenni
>building all machine configurations...
>lenni> copying closure...
>error: [Errno 7] Argument list too long
> 
> I'm not sure what I did wrong and could not find anything useful when
> searching the internet. Can someone help me out here?
> 
> Thanks and regards
> Eike
> 
> 
> -- 
> gpg: AD7AC35E
> finger print: 137F BB0B 1639 D25F DC5D E59C B412 C5F5 AD7A C35E
> ___
> 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] Too many open issues

2016-07-24 Thread Roland Koebler
Hi,

as a Nix user: I think that it's a *very* *very* bad idea to auto-close
issues after 14 days. Usually, if I find a bug, I report it. If my
bugreport then gets auto-closed after a few days/weeks, it would feel like 
(a) the maintainers simply don't care about bugs (and prefer to ignore
bugs rather than fixing them), and
(b) that bugreports are undesirable.

> All the *real* issues will stay active, since people will reopen them.
No.
As a "normal user", I probably wouldn't ever reopen a bug.
("I have submitted a bug; if it was closed, the maintainers probably
solved it or closed it for a good reason.", or
"I have submitted a bug. Why should I tell them 14 days later that the
bug still exists? Do they think bugs magically disappear? WTF?")

As a more experienced user, I *might* re-open it once, but when it's
auto-closed again, I would be very annoyed, wouldn't report any more
bugs (since obviously the maintainers don't care), and probably go
away (since obviously the maintainers don't care about bugs; and I
don't want to use software where the maintainers don't care about
bugs). This is NOT, what NixOS needs (at least in my opinion).

In my opinion, auto-closing would be ok for:
- bugs which cannot be reproduced easily and need more information,
  but the submitter does not submit this information, and
- bugs about packages which are no longer in Nix

All other bugreport-handling-problems should be solved by filtering,
searching or tagging bugreports, but not by (auto-)closing them.


just my 0.02ct
Roland
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 2f0743: nixos/manual: document you need root for container

2016-07-24 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2f074321c7aaf03f32e91291a96f9a4337b7c083
  
https://github.com/NixOS/nixpkgs/commit/2f074321c7aaf03f32e91291a96f9a4337b7c083
  Author: Profpatsch 
  Date:   2016-07-23 (Sat, 23 Jul 2016)

  Changed paths:
M nixos/doc/manual/administration/imperative-containers.xml

  Log Message:
  ---
  nixos/manual: document you need root for container


  Commit: eab1ec23f083a7ac82581542102838bc9825f16d
  
https://github.com/NixOS/nixpkgs/commit/eab1ec23f083a7ac82581542102838bc9825f16d
  Author: Daiderd Jordan 
  Date:   2016-07-24 (Sun, 24 Jul 2016)

  Changed paths:
M nixos/doc/manual/administration/imperative-containers.xml

  Log Message:
  ---
  Merge pull request #17194 from Profpatsch/document-container-root

nixos/manual: document you need root for container


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