[Nix-commits] [NixOS/nixpkgs] 8f07d4: ghcjs: mark build as broken

2016-10-03 Thread Peter Simons
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8f07d4bd780a24dcf33be46d8cbfc6163fcdde0e
  
https://github.com/NixOS/nixpkgs/commit/8f07d4bd780a24dcf33be46d8cbfc6163fcdde0e
  Author: Peter Simons 
  Date:   2016-10-04 (Tue, 04 Oct 2016)

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

  Log Message:
  ---
  ghcjs: mark build as broken


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


[Nix-commits] [NixOS/nixpkgs] dea116: haskell-store: disable spuriously failing test sui...

2016-10-03 Thread Peter Simons
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dea116fa1065b6b2fe617994abbc8379623d6763
  
https://github.com/NixOS/nixpkgs/commit/dea116fa1065b6b2fe617994abbc8379623d6763
  Author: Peter Simons 
  Date:   2016-10-04 (Tue, 04 Oct 2016)

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

  Log Message:
  ---
  haskell-store: disable spuriously failing test suite

(cherry picked from commit 8b5c1190d61fc935977ad3e7353d9a78e0b8be77)


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


[Nix-commits] [NixOS/nixpkgs] c53592: geteltorito: init at 0.6 (#18614)

2016-10-03 Thread Profpatsch
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c535924f5f2cd1278d29a50d3f78042961088420
  
https://github.com/NixOS/nixpkgs/commit/c535924f5f2cd1278d29a50d3f78042961088420
  Author: Profpatsch 
  Date:   2016-10-04 (Tue, 04 Oct 2016)

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

  Log Message:
  ---
  geteltorito: init at 0.6 (#18614)


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


[Nix-commits] [NixOS/nixpkgs] bb961e: Revert "Linux 4.8"

2016-10-03 Thread Shea Levy
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bb961e1f9df365b2aa84518f164e316a310533ef
  
https://github.com/NixOS/nixpkgs/commit/bb961e1f9df365b2aa84518f164e316a310533ef
  Author: Shea Levy 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Revert "Linux 4.8"

This reverts commit e4958d54b13909281ee01ef241abab5d955f6f75.

(cherry picked from commit 43bedb970d7518794f8e82ce23952c06083f)


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


[Nix-commits] [NixOS/nixpkgs] 43bedb: Revert "Linux 4.8"

2016-10-03 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 43bedb970d7518794f8e82ce23952c06083f
  
https://github.com/NixOS/nixpkgs/commit/43bedb970d7518794f8e82ce23952c06083f
  Author: Shea Levy 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Revert "Linux 4.8"

This reverts commit e4958d54b13909281ee01ef241abab5d955f6f75.


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


Re: [Nix-dev] NixOS 16.09 released

2016-10-03 Thread Vladimír Čunát
On 10/04/2016 12:01 AM, Domen Kožar wrote:
> I'm proud to announce the 6th NixOS stable release 16.09 named "Flounder".

Thank you, Domen, for lots of work around making the release happen!

--Vladimir




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


Re: [Nix-dev] NixOS 16.09 released

2016-10-03 Thread stewart mackenzie
Congratulations!
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] NixOS 16.09 released

2016-10-03 Thread Domen Kožar
Dear community,

I'm proud to announce the 6th NixOS stable release 16.09 named "Flounder".

With a slight delay due to broken KDE5 test and time needed for getting
that through channel updates.

With over 13283 commits from 554 contributors the release brings two major
changes:

1) Multiple outputs reducing closure size. For example, the closure
size of a minimal NixOS container went down from ~424 MiB in 16.03
to ~212 MiB in 16.09, while the closure size of Firefox went from
~651 MiB to ~259 MiB.

   Big thanks to Vladimír Čunát for leading this work!

2) Hardening compiler flags for improved security. See
https://blog.mayflower.de/5800-Hardening-Compiler-Flags-for-NixOS.html for
more information.

   Big thanks to Franz Pletz and Robin Gloster for leading this work!

There's one issue with X libraries yielding "libEGL.so.1: undefined
reference to `wl_proxy_*`", please see
https://github.com/NixOS/nixpkgs/issues/16779

See release notes for more information about major changes and updates at
http://nixos.org/nixos/manual/release-notes.html#sec-release-16.09

ISO images, VirtualBox images, Azure BLOBs and EC2 AMIs can be downloaded
from:

http://nixos.org/nixos/download.html

NixOS manual is at http://nixos.org/nixos/manual/

Fresh installation can be done by following "Installation chapter" in the
manual:

http://nixos.org/nixos/manual/index.html#sec-installation

Upgrading existing NixOS installations:

$ nix-channel --add https://nixos.org/channels/nixos-16.09 nixos
$ nixos-rebuild switch --upgrade

Report any issues to the bug tracker on https://github.com/NixOS/ni
xpkgs/issues 


PS: note that according to our policy, 16.03 is now unmaintained (we'll
still backport *only critical* security updates)

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


[Nix-commits] [NixOS/nixpkgs] 38dbb8: weechat: Work around darwin linking issue

2016-10-03 Thread Moritz Ulrich
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 38dbb8008d9103c139bc0fb3f9580acb10fd2fcf
  
https://github.com/NixOS/nixpkgs/commit/38dbb8008d9103c139bc0fb3f9580acb10fd2fcf
  Author: Moritz Ulrich 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/applications/networking/irc/weechat/default.nix

  Log Message:
  ---
  weechat: Work around darwin linking issue


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


[Nix-commits] [NixOS/nixpkgs] 26cd1b: go_1_7: 1.7 -> 1.7.1

2016-10-03 Thread Vladimír Čunát
  Branch: refs/heads/staging-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 26cd1be5b2c0085629f4b4ccedd5464c924c5495
  
https://github.com/NixOS/nixpkgs/commit/26cd1be5b2c0085629f4b4ccedd5464c924c5495
  Author: Jaka Hudoklin 
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
M pkgs/development/compilers/go/1.7.nix
M pkgs/development/compilers/go/remove-tools-1.7.patch

  Log Message:
  ---
  go_1_7: 1.7 -> 1.7.1


  Commit: 34008984f048aa8574543aa586ee67402cd186af
  
https://github.com/NixOS/nixpkgs/commit/34008984f048aa8574543aa586ee67402cd186af
  Author: Thomas Tuegel 
  Date:   2016-09-30 (Fri, 30 Sep 2016)

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

  Log Message:
  ---
  dropbox: 11.4.20 -> 11.4.21


  Commit: 5447c50198c274629e8ff7a34819ab7ccaf37047
  
https://github.com/NixOS/nixpkgs/commit/5447c50198c274629e8ff7a34819ab7ccaf37047
  Author: Jörg Thalheim 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M pkgs/development/compilers/go/1.7.nix
M pkgs/development/compilers/go/remove-tools-1.7.patch

  Log Message:
  ---
  Merge pull request #18735 from vdemeester/add-go17-to-16-09

go_1_7: 1.7 -> 1.7.1 on release 16.09


  Commit: 6014df7ea990d64ac1aa144100285edcb272d1e2
  
https://github.com/NixOS/nixpkgs/commit/6014df7ea990d64ac1aa144100285edcb272d1e2
  Author: Tuomas Tynkkynen 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
A pkgs/development/perl-modules/dbiclassx-fix.patch
M pkgs/top-level/perl-packages.nix

  Log Message:
  ---
  perlPackages.DBIxClass: Add upstream patch to fix build

Apply an upstream commit destined for next release like Debian is doing:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835731

Should fix http://hydra.nixos.org/build/40815848

(cherry picked from commit c08a84186f7f0145aebc063606bd654fea3efcf9)


  Commit: 140f82a8d91ae8b778024d35df41414edeecbd74
  
https://github.com/NixOS/nixpkgs/commit/140f82a8d91ae8b778024d35df41414edeecbd74
  Author: Domen Kožar 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

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

  Log Message:
  ---
  Revert "mesa_drivers: work around #16779"

This reverts commit 4cf7839305df45d83b97fd14b27169b7d6a56ff7.

Breaks kde5 test. http://hydra.nixos.org/build/41374761


  Commit: db6a20b1a179d1056d5070b96de219e04e37c6da
  
https://github.com/NixOS/nixpkgs/commit/db6a20b1a179d1056d5070b96de219e04e37c6da
  Author: Domen Kožar 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

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

  Log Message:
  ---
  document #16779


  Commit: 557b2625d7899454280f7adbf323db3e8c56bc34
  
https://github.com/NixOS/nixpkgs/commit/557b2625d7899454280f7adbf323db3e8c56bc34
  Author: Domen Kožar 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

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

  Log Message:
  ---
  Document new NixOS services


  Commit: eaa160cd351a5d818c26906243bb18d2856076c9
  
https://github.com/NixOS/nixpkgs/commit/eaa160cd351a5d818c26906243bb18d2856076c9
  Author: Domen Kožar 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

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

  Log Message:
  ---
  fix manual syntax


  Commit: 5526517da91e0aa719c672b54479182e896db716
  
https://github.com/NixOS/nixpkgs/commit/5526517da91e0aa719c672b54479182e896db716
  Author: aszlig 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M nixos/lib/testing.nix

  Log Message:
  ---
  nixos/lib/testing: Fix unsetting $xchg

Regression introduced by 4dcb685af940efd74a7b2b66ae917129ef232d83.

Unsetting the environment variable shortly before using it is not going
to end up very well, so let's just filter out the variable from the
output of export and unset it shortly afterwards.

This fixes the runInMachine NixOS test.

Signed-off-by: aszlig 
(cherry picked from commit b4e2b6bc6aac50094dad02a01d34d0aaca7eb3f4)


  Commit: 8d8796141b744770d63c0a326737078623957ff1
  
https://github.com/NixOS/nixpkgs/commit/8d8796141b744770d63c0a326737078623957ff1
  Author: Michael Alan Dorman 
  Date:   2016-10-02 (Sun, 02 Oct 2016)

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

  Log Message:
  ---
  Fix borgbackup dependency on lz4

(cherry picked from commit 739b058779620bc0c8938b98b8c6172b59d8979b)


  Commit: ca6dbe9ed69b02c99ecdd811cdd4a19681374964
  
https://github.com/NixOS/nixpkgs/commit/ca6dbe9ed69b02c99ecdd811cdd4a19681374964
  Author: Tuomas Tynkkynen 
  Date:   2016-10-02 (Sun, 02 Oct 2016)

  Changed paths:
M pkgs/development/libraries/openjpeg/2.0.nix

  Log Message:
  ---

[Nix-commits] [NixOS/nixpkgs] dd656b: Merge #19175: util-linux: workaround CVE-2016-2779

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/staging-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dd656bca161f8353c0c2ab066cc8cd56cd4fc42c
  
https://github.com/NixOS/nixpkgs/commit/dd656bca161f8353c0c2ab066cc8cd56cd4fc42c
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Merge #19175: util-linux: workaround CVE-2016-2779

(picked from commits 45f64a37c9b4e and 1525568c74f80)


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


[Nix-commits] [NixOS/nixpkgs] 1049fd: systemd: add user target support

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1049fd49ed3e35b72db127709e7c2e661745ea8a
  
https://github.com/NixOS/nixpkgs/commit/1049fd49ed3e35b72db127709e7c2e661745ea8a
  Author: Peter Hoeg 
  Date:   2016-09-29 (Thu, 29 Sep 2016)

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

  Log Message:
  ---
  systemd: add user target support

This allows us to define system user targets in addition to the existing
services, timers and sockets.

Furthermore, we add a top-level configuration keyword:

 - Documentation


  Commit: e5c6f35a4941d89051791478216aa1e1a87d2f25
  
https://github.com/NixOS/nixpkgs/commit/e5c6f35a4941d89051791478216aa1e1a87d2f25
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Merge pull request #19069 from peterhoeg/targets

systemd: add user target support


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


[Nix-commits] [NixOS/nixpkgs] 152556: util-linux: fixup patch hash from grandparent merg...

2016-10-03 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1525568c74f80ce4486bd29f3bbc63b784e897b9
  
https://github.com/NixOS/nixpkgs/commit/1525568c74f80ce4486bd29f3bbc63b784e897b9
  Author: Vladimír Čunát 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  util-linux: fixup patch hash from grandparent merge

And name the file, too.


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


[Nix-commits] [NixOS/nixpkgs] b7c358: libusb: 1.0.19 -> 1.0.20

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b7c358167eca499fb0fa70782657d5703f3c0af4
  
https://github.com/NixOS/nixpkgs/commit/b7c358167eca499fb0fa70782657d5703f3c0af4
  Author: Alexander Ried 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  libusb: 1.0.19 -> 1.0.20


  Commit: c3c34ea3722f96f0c4327603458435ebeffd02da
  
https://github.com/NixOS/nixpkgs/commit/c3c34ea3722f96f0c4327603458435ebeffd02da
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Merge pull request #19207 from groxxda/libusb

libusb: 1.0.19 -> 1.0.20 [-> staging]


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


[Nix-commits] [NixOS/nixpkgs] ba00ba: util-linux: workaround CVE-2016-2779

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ba00ba65eb45db72b35afc3dae619f62cec608a6
  
https://github.com/NixOS/nixpkgs/commit/ba00ba65eb45db72b35afc3dae619f62cec608a6
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  util-linux: workaround CVE-2016-2779

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2779


  Commit: 45f64a37c9b4e38bb0a2f7d10337594b34658b23
  
https://github.com/NixOS/nixpkgs/commit/45f64a37c9b4e38bb0a2f7d10337594b34658b23
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Merge pull request #19175 from Mic92/util-linux

util-linux: workaround CVE-2016-2779


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


[Nix-commits] [NixOS/nixpkgs] 78ec79: jsbeautifier: init 1.6.4

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 78ec7972151e809cf2610ef80484f91c96ed53b8
  
https://github.com/NixOS/nixpkgs/commit/78ec7972151e809cf2610ef80484f91c96ed53b8
  Author: Alexandre Peyroux 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  jsbeautifier: init 1.6.4


  Commit: c072feb377bbf77dba9ecb7089ec6d5ff1fd3f07
  
https://github.com/NixOS/nixpkgs/commit/c072feb377bbf77dba9ecb7089ec6d5ff1fd3f07
  Author: Alexandre Peyroux 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  jsbeautifier: fix alphabetical order


  Commit: 3298c13d524087d77452702f53e6d384f3c3323d
  
https://github.com/NixOS/nixpkgs/commit/3298c13d524087d77452702f53e6d384f3c3323d
  Author: Alexandre Peyroux 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  jsbeautifier: add maintainer


  Commit: f12fcfebe252dd603d04edadf929a3f8de73d2e6
  
https://github.com/NixOS/nixpkgs/commit/f12fcfebe252dd603d04edadf929a3f8de73d2e6
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Merge pull request #19206 from apeyroux/init/jsbeautifier

jsbeautifier: init 1.6.4


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


[Nix-commits] [NixOS/nixpkgs] dc6596: Rename static-analaysis.nix to static-analysis.nix

2016-10-03 Thread Nicolas B. Pierron
  Branch: refs/heads/security-updates
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dc6596ab838f1915f3d0e9808e8c5c4756c36f14
  
https://github.com/NixOS/nixpkgs/commit/dc6596ab838f1915f3d0e9808e8c5c4756c36f14
  Author: Nicolas B. Pierron 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
R pkgs/test/security/static-analaysis.nix
A pkgs/test/security/static-analysis.nix

  Log Message:
  ---
  Rename static-analaysis.nix to static-analysis.nix


  Commit: 2dbbfd4263844c15762d62785b52ab4e2279871f
  
https://github.com/NixOS/nixpkgs/commit/2dbbfd4263844c15762d62785b52ab4e2279871f
  Author: Nicolas B. Pierron 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M pkgs/top-level/default.nix
A pkgs/top-level/index.nix

  Log Message:
  ---
  Add a file to index all files used in the fix-point of nixpkgs.


  Commit: c933b291e65ac225c4ff427600396a57397df010
  
https://github.com/NixOS/nixpkgs/commit/c933b291e65ac225c4ff427600396a57397df010
  Author: Nicolas B. Pierron 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M pkgs/test/security/static-analysis.nix

  Log Message:
  ---
  Remove strict functions from the static analysis spew.


  Commit: 45376f2b988af1259b574428bc7572101aae3a05
  
https://github.com/NixOS/nixpkgs/commit/45376f2b988af1259b574428bc7572101aae3a05
  Author: Nicolas B. Pierron 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M pkgs/top-level/default.nix

  Log Message:
  ---
  Replace all ~23k security issues by ~15.6k static-compilations warnings.


  Commit: 45a842d8a07dab0f0ade22367a231b9e0637959a
  
https://github.com/NixOS/nixpkgs/commit/45a842d8a07dab0f0ade22367a231b9e0637959a
  Author: Nicolas B. Pierron 
  Date:   2016-10-02 (Sun, 02 Oct 2016)

  Changed paths:
M pkgs/test/security/static-analysis.nix

  Log Message:
  ---
  Reduce the memory usage of the security static-analysis.


  Commit: 46b0962d3bac4253dd9f789b1438d19aca16bea5
  
https://github.com/NixOS/nixpkgs/commit/46b0962d3bac4253dd9f789b1438d19aca16bea5
  Author: Nicolas B. Pierron 
  Date:   2016-10-02 (Sun, 02 Oct 2016)

  Changed paths:
M pkgs/test/security/static-analysis.nix

  Log Message:
  ---
  Add the 'error' and 'warning' prefixes to the security static analysis 
messages.


  Commit: 7830b32bb45778d6b75f66c748997b2ae337c256
  
https://github.com/NixOS/nixpkgs/commit/7830b32bb45778d6b75f66c748997b2ae337c256
  Author: Nicolas B. Pierron 
  Date:   2016-10-02 (Sun, 02 Oct 2016)

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

  Log Message:
  ---
  Make callPackage pick dependencies from the list dynamically-linked 
dependncies. (+8188 alias, +8460 unpatched, -12765 recompile)


  Commit: 76ce77c613bb4d85f83af8286a54dcd2bb16af27
  
https://github.com/NixOS/nixpkgs/commit/76ce77c613bb4d85f83af8286a54dcd2bb16af27
  Author: Nicolas B. Pierron 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
A pkgs/test/security/static-analysis-stats.sh

  Log Message:
  ---
  Add a file to annotate commit messages based on the result of the static 
analysis.


  Commit: a9e94762477c1be43503a7201d874ae4fbffd73a
  
https://github.com/NixOS/nixpkgs/commit/a9e94762477c1be43503a7201d874ae4fbffd73a
  Author: Nicolas B. Pierron 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/applications/audio/faust/faust1.nix
M pkgs/applications/audio/faust/faust1git.nix
M pkgs/applications/audio/faust/faust2.nix
M pkgs/applications/audio/faust/faust2alqt.nix
M pkgs/applications/audio/faust/faust2alsa.nix
M pkgs/applications/audio/faust/faust2csound.nix
M pkgs/applications/audio/faust/faust2firefox.nix
M pkgs/applications/audio/faust/faust2jack.nix
M pkgs/applications/audio/faust/faust2jaqt.nix
M pkgs/applications/audio/faust/faust2lv2.nix
M pkgs/applications/audio/faust/faust2lv2gui.nix

  Log Message:
  ---
  Do not use old stdenv version in faust wrap functions. (-8 alias, -15 
unpatched, +0 recompile)


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


[Nix-commits] [NixOS/nixpkgs] 3ed507: odroid xu4: kernel + uboot + platform (should also...

2016-10-03 Thread Joachim Schiele
  Branch: refs/heads/odroid-xu4
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3ed507ab2ef5208a2ab65793e18a3ff1c6b81ab3
  
https://github.com/NixOS/nixpkgs/commit/3ed507ab2ef5208a2ab65793e18a3ff1c6b81ab3
  Author: Joachim Schiele 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
A pkgs/misc/uboot/MAX_TFTP_PATH_LEN-increase.patch
A pkgs/misc/uboot/odroid_xu4.nix
A pkgs/os-specific/linux/kernel/linux-odroid_xu4.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/platforms.nix

  Log Message:
  ---
  odroid xu4: kernel + uboot + platform (should also work on xu3)


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


[Nix-commits] [NixOS/nixpkgs] ebdd89: Nixpkgs manual: Fix epub generation

2016-10-03 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ebdd89601790fdab980de2fb20f258976678d658
  
https://github.com/NixOS/nixpkgs/commit/ebdd89601790fdab980de2fb20f258976678d658
  Author: Eelco Dolstra 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M doc/default.nix

  Log Message:
  ---
  Nixpkgs manual: Fix epub generation

See 0804f67024f21a75a710e41423561cc0d3472e2f.


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


[Nix-commits] [NixOS/nixpkgs] f684f5: pythonPackages.ansible2: 2.1.1.0 -> 2.1.2.0

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f684f52527898cbcab772d7eb2cf4a7b359f0873
  
https://github.com/NixOS/nixpkgs/commit/f684f52527898cbcab772d7eb2cf4a7b359f0873
  Author: Aaron Bull Schaefer 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  pythonPackages.ansible2: 2.1.1.0 -> 2.1.2.0


  Commit: 96a1e782a627da8d2a149cbc42162b104b216558
  
https://github.com/NixOS/nixpkgs/commit/96a1e782a627da8d2a149cbc42162b104b216558
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Merge pull request #19205 from elasticdog/ansible2

pythonPackages.ansible2: 2.1.1.0 -> 2.1.2.0


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


[Nix-commits] [NixOS/nixpkgs] 86c780: r10k: remove unused docker dependency

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 86c78073d8bedf1412c746218fd4166c888dacc9
  
https://github.com/NixOS/nixpkgs/commit/86c78073d8bedf1412c746218fd4166c888dacc9
  Author: Nicolas Mattia 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/tools/system/r10k/default.nix

  Log Message:
  ---
  r10k: remove unused docker dependency


  Commit: ab55fabd0cd5a858fd183ace4dc26115def80aec
  
https://github.com/NixOS/nixpkgs/commit/ab55fabd0cd5a858fd183ace4dc26115def80aec
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/tools/system/r10k/default.nix

  Log Message:
  ---
  Merge pull request #19203 from nmattia/r10k-update

r10k: remove unused docker dependency


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


[Nix-commits] [NixOS/nixpkgs] 46370e: licenses: add Beerware

2016-10-03 Thread makefu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 46370ee1787f1f5fb6e55ef542ef1e9f028c3e16
  
https://github.com/NixOS/nixpkgs/commit/46370ee1787f1f5fb6e55ef542ef1e9f028c3e16
  Author: makefu 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M lib/licenses.nix

  Log Message:
  ---
  licenses: add Beerware


  Commit: 004a5a20470c87199daae1339197184b560cc256
  
https://github.com/NixOS/nixpkgs/commit/004a5a20470c87199daae1339197184b560cc256
  Author: makefu 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/applications/networking/p2p/opentracker/default.nix

  Log Message:
  ---
  opentracker: 2014-08-03 -> 2016-10-02

* change git url to new official repo
* add sample configuration to package
* use licenses.beerware
* add maintainer


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


[Nix-commits] [NixOS/nixpkgs] 162347: nixos.acme: make timer persistent

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 16234769046a1edb4451fbdf0745c09a6c158527
  
https://github.com/NixOS/nixpkgs/commit/16234769046a1edb4451fbdf0745c09a6c158527
  Author: Ricardo M. Correia 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  nixos.acme: make timer persistent

This makes sure that if the system was powered off when the timer was
supposed to trigger, it will run the next time the system boots up.


  Commit: fb67647971d9d78d579f76cb0509c8839e375e4f
  
https://github.com/NixOS/nixpkgs/commit/fb67647971d9d78d579f76cb0509c8839e375e4f
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  Merge pull request #19201 from wizeman/u/fix-acme-timer

nixos.acme: make timer persistent


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


[Nix-commits] [NixOS/nixpkgs] 51cd05: rambox: init at 0.4.4

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 51cd05c8fc7558d3c5382f5bf85f16dba94e3f90
  
https://github.com/NixOS/nixpkgs/commit/51cd05c8fc7558d3c5382f5bf85f16dba94e3f90
  Author: Alex Ivanov 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
A pkgs/applications/networking/instant-messengers/rambox/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  rambox: init at 0.4.4


  Commit: 756fece17dfe1f6247b6efd794465aa27cdcf7ca
  
https://github.com/NixOS/nixpkgs/commit/756fece17dfe1f6247b6efd794465aa27cdcf7ca
  Author: Alex Ivanov 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
A pkgs/applications/networking/instant-messengers/franz/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  franz: init at 4.0.4


  Commit: 43d327c1376ebc7a53aff71595d11430f6899484
  
https://github.com/NixOS/nixpkgs/commit/43d327c1376ebc7a53aff71595d11430f6899484
  Author: Alex Ivanov 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M lib/maintainers.nix
M pkgs/applications/networking/instant-messengers/franz/default.nix
M pkgs/applications/networking/instant-messengers/rambox/default.nix

  Log Message:
  ---
  rambox, franz: recommendations by Mic92


  Commit: 4e449d0159d95213380bc8b38859314aa09447fe
  
https://github.com/NixOS/nixpkgs/commit/4e449d0159d95213380bc8b38859314aa09447fe
  Author: Alex Ivanov 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  rambox, franz: support i386-linux


  Commit: 58b6c8407111a8b6b886964387ad753fd4972ab3
  
https://github.com/NixOS/nixpkgs/commit/58b6c8407111a8b6b886964387ad753fd4972ab3
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/applications/networking/instant-messengers/franz/default.nix
A pkgs/applications/networking/instant-messengers/rambox/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #19197 from gnidorah/master

Add Rambox and Franz messengers


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


[Nix-commits] [NixOS/nixpkgs] 85f532: imlibsetroot: init at 1.2

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 85f532bf4166da24e014822257050ef4b5ea14ff
  
https://github.com/NixOS/nixpkgs/commit/85f532bf4166da24e014822257050ef4b5ea14ff
  Author: lucas8 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/applications/graphics/imlibsetroot/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  imlibsetroot: init at 1.2


  Commit: 926428bdb5d55769251d9f07bb6710c89f9620fa
  
https://github.com/NixOS/nixpkgs/commit/926428bdb5d55769251d9f07bb6710c89f9620fa
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/databases/cassandra.nix

  Log Message:
  ---
  cassandra service: network-interfaces.target -> network.target


  Commit: 167eef2bab6f6b1ebcb03f8305dcafefd0c95544
  
https://github.com/NixOS/nixpkgs/commit/167eef2bab6f6b1ebcb03f8305dcafefd0c95544
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/databases/influxdb.nix

  Log Message:
  ---
  influxdb service: network-interfaces.target -> network.target


  Commit: 54b3e4fdf6df1f3f85539c39bd82597984cf832c
  
https://github.com/NixOS/nixpkgs/commit/54b3e4fdf6df1f3f85539c39bd82597984cf832c
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/databases/neo4j.nix

  Log Message:
  ---
  neo4j service: network-interfaces.target -> network.target


  Commit: 5a085caea3ac7a24185a827636209a41c5057121
  
https://github.com/NixOS/nixpkgs/commit/5a085caea3ac7a24185a827636209a41c5057121
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/misc/apache-kafka.nix

  Log Message:
  ---
  apache-kafka service: network-interfaces.target -> network.target


  Commit: ebc8e082e96edb53dd0f485db205b1b0d4a84d69
  
https://github.com/NixOS/nixpkgs/commit/ebc8e082e96edb53dd0f485db205b1b0d4a84d69
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/misc/folding-at-home.nix

  Log Message:
  ---
  folding-at-home service: network-interfaces.target -> network.target


  Commit: 2d48f1c487234a8bdd74af338845443336b27e16
  
https://github.com/NixOS/nixpkgs/commit/2d48f1c487234a8bdd74af338845443336b27e16
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/misc/mesos-master.nix

  Log Message:
  ---
  mesos-master service: network-interfaces.target -> network.target


  Commit: 9b1177f69da66dc33dc725475fe68ca10f7ce25f
  
https://github.com/NixOS/nixpkgs/commit/9b1177f69da66dc33dc725475fe68ca10f7ce25f
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/misc/mesos-slave.nix

  Log Message:
  ---
  mesos-slave service: network-interfaces.target -> network.target


  Commit: 4c7f53e9b42a94bfa425bbb01a6a0ed19f250222
  
https://github.com/NixOS/nixpkgs/commit/4c7f53e9b42a94bfa425bbb01a6a0ed19f250222
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/misc/svnserve.nix

  Log Message:
  ---
  svnserve service: network-interfaces.target -> network.target


  Commit: c2d007e0f7481ad081a8000e75d85d00e285f129
  
https://github.com/NixOS/nixpkgs/commit/c2d007e0f7481ad081a8000e75d85d00e285f129
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/misc/zookeeper.nix

  Log Message:
  ---
  zookeeper service: network-interfaces.target -> network.target


  Commit: b38c0c94ab92013b9f8fbec85bded66e0989
  
https://github.com/NixOS/nixpkgs/commit/b38c0c94ab92013b9f8fbec85bded66e0989
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/monitoring/graphite.nix

  Log Message:
  ---
  graphite service: network-interfaces.target -> network.target


  Commit: 1a602105619a71eec50bcca48132cacd224e0bc8
  
https://github.com/NixOS/nixpkgs/commit/1a602105619a71eec50bcca48132cacd224e0bc8
  Author: Joachim Fasting 
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
M nixos/modules/services/monitoring/nagios.nix

  Log Message:
  ---
  nagios service: network-interfaces.target -> network.target


  Commit: 22976bc95196b55640ed3c242e6567eb84571667
  
https://github.com/NixOS/nixpkgs/commit/22976bc95196b55640ed3c242e6567eb84571667
  Author: Joachim Fasting 

[Nix-commits] [NixOS/nixpkgs] 3989b8: rustc: fix build on darwin

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3989b8da4341237d4a4c3334fc11d98c3c0f7ae2
  
https://github.com/NixOS/nixpkgs/commit/3989b8da4341237d4a4c3334fc11d98c3c0f7ae2
  Author: Anthony Cowley 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/development/compilers/rust/rustc.nix

  Log Message:
  ---
  rustc: fix build on darwin

The OS is identified as "10.4" rather than "osx". This commit removes
the 'rt' build script's hard coding of the "osx" suffix when building on
darwin since the cmake configuration falls back to building a 10.4
compatible libclang_rt.


  Commit: 008344b29a9dceb35b3ef78fe759875aba6cab9b
  
https://github.com/NixOS/nixpkgs/commit/008344b29a9dceb35b3ef78fe759875aba6cab9b
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/development/compilers/rust/rustc.nix

  Log Message:
  ---
  Merge pull request #19198 from acowley/rustc-darwin

rustc: fix build on darwin


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


[Nix-commits] [NixOS/nixpkgs] c89c1b: ec2-amis.nix: Create a "latest" attribute for NixO...

2016-10-03 Thread Eelco Dolstra
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c89c1ba08b8a6dc18d51c73e57aef18ddef53066
  
https://github.com/NixOS/nixpkgs/commit/c89c1ba08b8a6dc18d51c73e57aef18ddef53066
  Author: Eelco Dolstra 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/virtualisation/ec2-amis.nix

  Log Message:
  ---
  ec2-amis.nix: Create a "latest" attribute for NixOps

(cherry picked from commit 4b89d478870d211672737fc492b52aefb98ac574)


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


[Nix-commits] [NixOS/nixops] 48fc0f: Remove ec2-amis.nix

2016-10-03 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 48fc0ffb53c97eb7ea895b0470816b83d0d34647
  
https://github.com/NixOS/nixops/commit/48fc0ffb53c97eb7ea895b0470816b83d0d34647
  Author: Eelco Dolstra 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
R nix/ec2-amis.nix
M nix/ec2.nix

  Log Message:
  ---
  Remove ec2-amis.nix

We've had the AMI list in Nixpkgs for long enough now.

Also, use amis.latest as a fallback when amis.${nixosVersion} doesn't
exist. This prevents NixOps from starting ancient 15.09 instances when
used with Nixpkgs master.


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


[Nix-commits] [NixOS/nixpkgs] beca89: jool: 3.4.5 -> 3.5.0

2016-10-03 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: beca8946eedc76ad679b32150413920ed490535c
  
https://github.com/NixOS/nixpkgs/commit/beca8946eedc76ad679b32150413920ed490535c
  Author: Franz Pletz 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/os-specific/linux/jool/cli.nix
M pkgs/os-specific/linux/jool/default.nix
M pkgs/os-specific/linux/jool/source.nix

  Log Message:
  ---
  jool: 3.4.5 -> 3.5.0


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


[Nix-commits] [NixOS/nixpkgs] 4b89d4: ec2-amis.nix: Create a "latest" attribute for NixO...

2016-10-03 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4b89d478870d211672737fc492b52aefb98ac574
  
https://github.com/NixOS/nixpkgs/commit/4b89d478870d211672737fc492b52aefb98ac574
  Author: Eelco Dolstra 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/virtualisation/ec2-amis.nix

  Log Message:
  ---
  ec2-amis.nix: Create a "latest" attribute for NixOps


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


[Nix-commits] [NixOS/nixpkgs] 31bb71: Add NixOS 16.09.666.3738950 AMIs

2016-10-03 Thread Eelco Dolstra
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 31bb717fa41dfefed28bfd0b7879c036a686fa3c
  
https://github.com/NixOS/nixpkgs/commit/31bb717fa41dfefed28bfd0b7879c036a686fa3c
  Author: Eelco Dolstra 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/virtualisation/ec2-amis.nix

  Log Message:
  ---
  Add NixOS 16.09.666.3738950 AMIs

(cherry picked from commit 39b75f3b9f39760f3966e4a15894a7403b875442)


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


[Nix-commits] [NixOS/nixpkgs]

2016-10-03 Thread edolstra
  Branch: refs/tags/v208
  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]

2016-10-03 Thread edolstra
  Branch: refs/tags/v192
  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] 39b75f: Add NixOS 16.09.666.3738950 AMIs

2016-10-03 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 39b75f3b9f39760f3966e4a15894a7403b875442
  
https://github.com/NixOS/nixpkgs/commit/39b75f3b9f39760f3966e4a15894a7403b875442
  Author: Eelco Dolstra 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/virtualisation/ec2-amis.nix

  Log Message:
  ---
  Add NixOS 16.09.666.3738950 AMIs


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


[Nix-commits] [NixOS/nixpkgs]

2016-10-03 Thread edolstra
  Branch: refs/tags/black@2016-05-13
  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] c2e849: libreoffice-fresh: 5.2.1.2 -> 5.2.2.2

2016-10-03 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c2e849b64d1f97b69679e84a6c3fca17a9876c9e
  
https://github.com/NixOS/nixpkgs/commit/c2e849b64d1f97b69679e84a6c3fca17a9876c9e
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  libreoffice-fresh: 5.2.1.2 -> 5.2.2.2


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


[Nix-commits] [NixOS/nixpkgs] 81ff76: emby: use makeWrapper to supply ffmpeg/probe paths

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 81ff7635416d66ea613ec871d1ece0130149ab00
  
https://github.com/NixOS/nixpkgs/commit/81ff7635416d66ea613ec871d1ece0130149ab00
  Author: Tristan Helmich 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/services/misc/emby.nix
M pkgs/servers/emby/default.nix

  Log Message:
  ---
  emby: use makeWrapper to supply ffmpeg/probe paths

Fixes NixOS/nixpkgs#19118


  Commit: d153c195ca23738fbff71f48a767a3ac4567c423
  
https://github.com/NixOS/nixpkgs/commit/d153c195ca23738fbff71f48a767a3ac4567c423
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/services/misc/emby.nix
M pkgs/servers/emby/default.nix

  Log Message:
  ---
  Merge pull request #19190 from mayflower/emby_fix_ffmpeg_detection

emby: use makeWrapper to supply ffmpeg/probe paths


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


[Nix-commits] [NixOS/nixpkgs] 34767d: EditorConfig: init at 0.12.0

2016-10-03 Thread Alexandre Peyroux
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 34767dec2158c511cdecfe11ec3e696d05aca49a
  
https://github.com/NixOS/nixpkgs/commit/34767dec2158c511cdecfe11ec3e696d05aca49a
  Author: Alexandre Peyroux 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  EditorConfig: init at 0.12.0

fixes #19163


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


[Nix-commits] [NixOS/nixpkgs] ecd80b: gtk-vnc: remove gtk2 support (unused)

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ecd80b9a0e8154b10c3a1f66761aa78aefbd8895
  
https://github.com/NixOS/nixpkgs/commit/ecd80b9a0e8154b10c3a1f66761aa78aefbd8895
  Author: Alexander Ried 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.20/default.nix
M pkgs/tools/admin/gtk-vnc/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  gtk-vnc: remove gtk2 support (unused)


  Commit: da658b98ce3454c98ad6e1429c2e78eac07d0a6a
  
https://github.com/NixOS/nixpkgs/commit/da658b98ce3454c98ad6e1429c2e78eac07d0a6a
  Author: Alexander Ried 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M pkgs/tools/admin/gtk-vnc/default.nix

  Log Message:
  ---
  gtk-vnc: 0.5.3 -> 0.6.0

gtk3 build is now default


  Commit: f3ed2b60a63253c0d92381dbd6dd7e982a17c6ab
  
https://github.com/NixOS/nixpkgs/commit/f3ed2b60a63253c0d92381dbd6dd7e982a17c6ab
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.20/default.nix
M pkgs/tools/admin/gtk-vnc/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #19133 from groxxda/gtkvnc

gtk-vnc: remove gtk2 support, 0.5.3 -> 0.6.0


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


[Nix-commits] [NixOS/nixpkgs] 4c39fe: xonotic: fix dependencies (#19173)

2016-10-03 Thread Profpatsch
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4c39fe5d6631bcb98526e440ddc66f7c13b8f256
  
https://github.com/NixOS/nixpkgs/commit/4c39fe5d6631bcb98526e440ddc66f7c13b8f256
  Author: Profpatsch 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  xonotic: fix dependencies (#19173)


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


[Nix-commits] [NixOS/nixpkgs] d8d270: Linux 4.8

2016-10-03 Thread Shea Levy
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d8d270d6cc9d93c0a65c95020e3c702ac6d1f767
  
https://github.com/NixOS/nixpkgs/commit/d8d270d6cc9d93c0a65c95020e3c702ac6d1f767
  Author: Shea Levy 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Linux 4.8

(cherry picked from commit e4958d54b13909281ee01ef241abab5d955f6f75)


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


[Nix-commits] [NixOS/nixpkgs] e4958d: Linux 4.8

2016-10-03 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e4958d54b13909281ee01ef241abab5d955f6f75
  
https://github.com/NixOS/nixpkgs/commit/e4958d54b13909281ee01ef241abab5d955f6f75
  Author: Shea Levy 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Linux 4.8


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


[Nix-commits] [NixOS/nixpkgs] 92675b: wineUnstable, wineStaging: 1.9.18 -> 1.9.20

2016-10-03 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 92675bb6e58d02402e21a28fb42c8232d56c03ad
  
https://github.com/NixOS/nixpkgs/commit/92675bb6e58d02402e21a28fb42c8232d56c03ad
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/misc/emulators/wine/sources.nix

  Log Message:
  ---
  wineUnstable, wineStaging: 1.9.18 -> 1.9.20


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


[Nix-commits] [NixOS/nixpkgs] 050015: cpp_ethereum: 1.2.9 -> 1.3.0

2016-10-03 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 05001557ca28261692319c20352c1b549ca047ae
  
https://github.com/NixOS/nixpkgs/commit/05001557ca28261692319c20352c1b549ca047ae
  Author: artuuge 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
A pkgs/applications/misc/cpp-ethereum/default.nix
R pkgs/applications/misc/webthree-umbrella/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  cpp_ethereum: 1.2.9 -> 1.3.0


  Commit: 2ce23db2c81aa240df1789f1475967539fc8db90
  
https://github.com/NixOS/nixpkgs/commit/2ce23db2c81aa240df1789f1475967539fc8db90
  Author: Alexey Shmalko 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
A pkgs/applications/misc/cpp-ethereum/default.nix
R pkgs/applications/misc/webthree-umbrella/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #19009 from artuuge/cpp_ethereum

cpp_ethereum: 1.2.9 -> 1.3.0


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


[Nix-commits] [NixOS/nixpkgs] a85931: emby: 3.0.7200 -> 3.0.7300

2016-10-03 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a859312e56b3fb2da8827938df6418f9fcc97815
  
https://github.com/NixOS/nixpkgs/commit/a859312e56b3fb2da8827938df6418f9fcc97815
  Author: Tristan Helmich 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/servers/emby/default.nix

  Log Message:
  ---
  emby: 3.0.7200 -> 3.0.7300


  Commit: a76204bf67c0e24592a8f1b39e824c404fb82186
  
https://github.com/NixOS/nixpkgs/commit/a76204bf67c0e24592a8f1b39e824c404fb82186
  Author: Alexey Shmalko 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/servers/emby/default.nix

  Log Message:
  ---
  Merge pull request #19191 from mayflower/emby_3_0_7300

emby: 3.0.7200 -> 3.0.7300


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


[Nix-commits] [NixOS/nixpkgs] 993451: mahotas: 1.4.1 -> 1.4.2

2016-10-03 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9934513fdd4c68d8fb9fe511fa7f0074163da3d5
  
https://github.com/NixOS/nixpkgs/commit/9934513fdd4c68d8fb9fe511fa7f0074163da3d5
  Author: Luis Pedro Coelho 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  mahotas: 1.4.1 -> 1.4.2


  Commit: 971f90339031bf0b4a6f60fc637213c1deadb89c
  
https://github.com/NixOS/nixpkgs/commit/971f90339031bf0b4a6f60fc637213c1deadb89c
  Author: Frederik Rietdijk 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Merge pull request #19188 from luispedro/mahotas_142

mahotas: 1.4.1 -> 1.4.2


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


[Nix-commits] [NixOS/nixpkgs] 05938c: Revert "mesa_drivers: work around #16779"

2016-10-03 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 05938ca80b9264aa33de4fe01f7cf70d07b04fc0
  
https://github.com/NixOS/nixpkgs/commit/05938ca80b9264aa33de4fe01f7cf70d07b04fc0
  Author: Thomas Tuegel 
  Date:   2016-10-02 (Sun, 02 Oct 2016)

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

  Log Message:
  ---
  Revert "mesa_drivers: work around #16779"

This reverts commit 7a003eb9d52bc0210308af473e706c065a21aa40.


  Commit: 4428533212df70026761d18ea781968ef985b00b
  
https://github.com/NixOS/nixpkgs/commit/4428533212df70026761d18ea781968ef985b00b
  Author: Thomas Tuegel 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Merge pull request #19177 from ttuegel/revert-wayland-downgrade

Revert "mesa_drivers: work around #16779"


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


[Nix-commits] [NixOS/nixpkgs] 08aea8: ibus: refresh cache at startup

2016-10-03 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 08aea872977f575c9f168d29da38938863acd928
  
https://github.com/NixOS/nixpkgs/commit/08aea872977f575c9f168d29da38938863acd928
  Author: Thomas Tuegel 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/i18n/input-method/ibus.nix
M pkgs/tools/inputmethods/ibus/wrapper.nix

  Log Message:
  ---
  ibus: refresh cache at startup

Fixes #19134. (Maybe.)


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


[Nix-commits] [NixOS/nixpkgs] 4e0423: systemd-boot: port builder to python3

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4e0423467a5d8376d4181d45fa84140e8cc7e836
  
https://github.com/NixOS/nixpkgs/commit/4e0423467a5d8376d4181d45fa84140e8cc7e836
  Author: Jörg Thalheim 
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
M nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
M nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix

  Log Message:
  ---
  systemd-boot: port builder to python3

see #18185


  Commit: 8bb4551273423a78796576328ab9e0fd67e506a6
  
https://github.com/NixOS/nixpkgs/commit/8bb4551273423a78796576328ab9e0fd67e506a6
  Author: Jörg Thalheim 
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
M nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py

  Log Message:
  ---
  systemd-boot: inline add_entry function


  Commit: 08cb89ae19f3e6f61627b27382fe08e6a9173bf8
  
https://github.com/NixOS/nixpkgs/commit/08cb89ae19f3e6f61627b27382fe08e6a9173bf8
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
M nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix

  Log Message:
  ---
  Merge pull request #19102 from Mic92/systemd-boot

systemd-boot: port builder to python3


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


[Nix-commits] [NixOS/nixpkgs] 66727f: gtk+3: 3.22.0 -> 3.22.1

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 66727f891946bec14a00ebb196e512cb51162cb5
  
https://github.com/NixOS/nixpkgs/commit/66727f891946bec14a00ebb196e512cb51162cb5
  Author: Alexander Ried 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M pkgs/development/libraries/gtk+/3.x.nix

  Log Message:
  ---
  gtk+3: 3.22.0 -> 3.22.1


  Commit: 26e39566afe38488a4e3b4da045431f0ca4eaabe
  
https://github.com/NixOS/nixpkgs/commit/26e39566afe38488a4e3b4da045431f0ca4eaabe
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/development/libraries/gtk+/3.x.nix

  Log Message:
  ---
  Merge pull request #19120 from groxxda/gtk+

gtk+3: 3.22.0 -> 3.22.1 [=> staging]


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


[Nix-commits] [NixOS/nixpkgs] c850aa: glib-networking: 2.46.1 -> 2.50.0

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c850aa04169a925c2a391d71a5d029d28a571956
  
https://github.com/NixOS/nixpkgs/commit/c850aa04169a925c2a391d71a5d029d28a571956
  Author: Alexander Ried 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

  Changed paths:
M pkgs/development/libraries/glib-networking/default.nix

  Log Message:
  ---
  glib-networking: 2.46.1 -> 2.50.0


  Commit: 4e595a3dfb4e9895a691a59fb081ebc64d42b27c
  
https://github.com/NixOS/nixpkgs/commit/4e595a3dfb4e9895a691a59fb081ebc64d42b27c
  Author: Alexander Ried 
  Date:   2016-10-01 (Sat, 01 Oct 2016)

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

  Log Message:
  ---
  glibmm: 2.48.1 -> 2.50.0


  Commit: df8dad4b89a28220a3e159c3205694b5925f9589
  
https://github.com/NixOS/nixpkgs/commit/df8dad4b89a28220a3e159c3205694b5925f9589
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/development/libraries/glib-networking/default.nix
M pkgs/development/libraries/glibmm/default.nix

  Log Message:
  ---
  Merge pull request #19121 from groxxda/glib

glib{mm,-networking} -> 2.50.0 [-> staging]


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


Re: [Nix-dev] How to use MySQL

2016-10-03 Thread Tomasz Czyż
By looking at errors you pasted I assume you are not using proper
configuration or default configuration is used when you don't provide any.
And by default probably paths are set to /var/lib which is writeable only
by root or system services.

To run mysql in userspace you need to adjust all those paths in your
configuration to point to directories accessible/writeable by user.

I'm not sure if this actually worth the effort.

You could try to run mysql using nixos-container, so you run mysql as
"service" but in container and you can start/stop the container whenever
you want (and it's easier to start because you can use system level
"service" inside).

2016-10-03 9:30 GMT+01:00 Tomasz Czyż :

> Linus,
>
> by installing it with nix-env you install only the binary and all
> application execution is in user hands. By using "service" in
> configuration.nix you actually start a daemon (like /etc/init.d/mysql in
> ubuntu for instance).
>
> If you want to start it in user space you have to follow exactly the same
> steps as in other distros when you are not using /etc/init.d/ or upstart or
> whatever system level daemon manager.
>
> If you want to try to reproduce what "service" is doing in your userspace,
> you can check config of service and try to execture those commands in
> userspace:
>
> https://github.com/NixOS/nixpkgs/blob/master/nixos/
> modules/services/databases/mysql.nix
>
> So you can see, that configuration is generated first and then service is
> started with
>
> serviceConfig.ExecStart = "${mysql}/bin/mysqld
> --defaults-extra-file=${myCnf} ${mysqldOptions}";
>
>
> 2016-10-03 9:21 GMT+01:00 Linus Arver :
>
>> Hello all,
>>
>> I want to install and use MySQL on NixOS, but am not sure how to
>> proceed. I've managed to do
>>
>> nix-env -iA nixos.mysql55
>>
>> but trying to get it to run is difficult. Here is what I tried:
>>
>> [月 03 0:50:47] - l_k0 ~/prog/sqfmm/mysql
>>  > mysql
>> ERROR 2002 (HY000): Can't connect to local MySQL server through
>> socket '/run/mysqld/mysqld.sock' (2)
>> [月 03 0:50:53] 1 - l_k0 ~/prog/sqfmm/mysql
>>  > systemctl start mysqld
>>  AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
>> Authentication is required to start 'mysqld.service'.
>> Multiple identities can be used for authentication:
>>  1.  System administrator (root)
>>  2.  Linus Arver (l)
>> Choose identity to authenticate as (1-2): 2
>> Password:
>>  AUTHENTICATION COMPLETE ===
>> Failed to start mysqld.service: Unit mysqld.service not found.
>> [月 03 0:52:33] 5 - l_k0 ~/prog/sqfmm/mysql
>>  > systemctl start mysql
>>  AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
>> Authentication is required to start 'mysql.service'.
>> Multiple identities can be used for authentication:
>>  1.  System administrator (root)
>>  2.  Linus Arver (l)
>> Choose identity to authenticate as (1-2): 2
>> Password:
>>  AUTHENTICATION COMPLETE ===
>> Failed to start mysql.service: Unit mysql.service not found.
>> [月 03 0:52:57] 5 - l_k0 ~/prog/sqfmm/mysql
>>  > mysqld
>> 161003  0:53:16 [Note] mysqld (mysqld 5.5.50) starting as process
>> 12363 ...
>> 161003  0:53:16 [Warning] Can't create test file
>> /var/lib/mysql/k0.lower-test
>> 161003  0:53:16 [Warning] Can't create test file
>> /var/lib/mysql/k0.lower-test
>> mysqld: Can't change dir to '/var/lib/mysql/' (Errcode: 2)
>> 161003  0:53:16 [ERROR] Aborting
>>
>> 161003  0:53:16 [Note] mysqld: Shutdown complete
>>
>> [月 03 0:53:16] 1 - l_k0 ~/prog/sqfmm/mysql
>>  > mysqld_safe
>> 161003 00:54:16 mysqld_safe Logging to '/var/lib/mysql/k0.err'.
>> touch: cannot touch '/var/lib/mysql/k0.err': No such file or directory
>> chmod: cannot access '/var/lib/mysql/k0.err': No such file or
>> directory
>> mkdir: cannot create directory ‘/run/mysqld’: Permission denied
>> chown: invalid user: ‘mysql’
>> chmod: cannot access '/run/mysqld': No such file or directory
>> 161003 00:54:16 mysqld_safe Starting mysqld daemon with databases
>> from /var/lib/mysql
>> /home/l/.nix-profile/bin/mysqld_safe: line 128:
>> /var/lib/mysql/k0.err: No such file or directory
>> /home/l/.nix-profile/bin/mysqld_safe: line 165:
>> /var/lib/mysql/k0.err: No such file or directory
>> touch: cannot touch '/var/lib/mysql/k0.err': No such file or directory
>> chown: invalid user: ‘mysql’
>> chmod: cannot access '/var/lib/mysql/k0.err': No such file or
>> directory
>> 161003 00:54:16 mysqld_safe mysqld from pid file
>> /var/lib/mysql/k0.pid ended
>> /home/l/.nix-profile/bin/mysqld_safe: line 128:
>> /var/lib/mysql/k0.err: No such file or directory
>>
>> The attempt to run *mysqld_safe* was taken from the official docs at
>> http://dev.mysql.com/doc/refman/5.6/en/starting-server.html.
>>
>> I see that there are several configuration 

Re: [Nix-dev] How to use MySQL

2016-10-03 Thread Tomasz Czyż
Linus,

by installing it with nix-env you install only the binary and all
application execution is in user hands. By using "service" in
configuration.nix you actually start a daemon (like /etc/init.d/mysql in
ubuntu for instance).

If you want to start it in user space you have to follow exactly the same
steps as in other distros when you are not using /etc/init.d/ or upstart or
whatever system level daemon manager.

If you want to try to reproduce what "service" is doing in your userspace,
you can check config of service and try to execture those commands in
userspace:

https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/databases/mysql.nix

So you can see, that configuration is generated first and then service is
started with

serviceConfig.ExecStart = "${mysql}/bin/mysqld
--defaults-extra-file=${myCnf} ${mysqldOptions}";


2016-10-03 9:21 GMT+01:00 Linus Arver :

> Hello all,
>
> I want to install and use MySQL on NixOS, but am not sure how to
> proceed. I've managed to do
>
> nix-env -iA nixos.mysql55
>
> but trying to get it to run is difficult. Here is what I tried:
>
> [月 03 0:50:47] - l_k0 ~/prog/sqfmm/mysql
>  > mysql
> ERROR 2002 (HY000): Can't connect to local MySQL server through socket
> '/run/mysqld/mysqld.sock' (2)
> [月 03 0:50:53] 1 - l_k0 ~/prog/sqfmm/mysql
>  > systemctl start mysqld
>  AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
> Authentication is required to start 'mysqld.service'.
> Multiple identities can be used for authentication:
>  1.  System administrator (root)
>  2.  Linus Arver (l)
> Choose identity to authenticate as (1-2): 2
> Password:
>  AUTHENTICATION COMPLETE ===
> Failed to start mysqld.service: Unit mysqld.service not found.
> [月 03 0:52:33] 5 - l_k0 ~/prog/sqfmm/mysql
>  > systemctl start mysql
>  AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
> Authentication is required to start 'mysql.service'.
> Multiple identities can be used for authentication:
>  1.  System administrator (root)
>  2.  Linus Arver (l)
> Choose identity to authenticate as (1-2): 2
> Password:
>  AUTHENTICATION COMPLETE ===
> Failed to start mysql.service: Unit mysql.service not found.
> [月 03 0:52:57] 5 - l_k0 ~/prog/sqfmm/mysql
>  > mysqld
> 161003  0:53:16 [Note] mysqld (mysqld 5.5.50) starting as process
> 12363 ...
> 161003  0:53:16 [Warning] Can't create test file
> /var/lib/mysql/k0.lower-test
> 161003  0:53:16 [Warning] Can't create test file
> /var/lib/mysql/k0.lower-test
> mysqld: Can't change dir to '/var/lib/mysql/' (Errcode: 2)
> 161003  0:53:16 [ERROR] Aborting
>
> 161003  0:53:16 [Note] mysqld: Shutdown complete
>
> [月 03 0:53:16] 1 - l_k0 ~/prog/sqfmm/mysql
>  > mysqld_safe
> 161003 00:54:16 mysqld_safe Logging to '/var/lib/mysql/k0.err'.
> touch: cannot touch '/var/lib/mysql/k0.err': No such file or directory
> chmod: cannot access '/var/lib/mysql/k0.err': No such file or directory
> mkdir: cannot create directory ‘/run/mysqld’: Permission denied
> chown: invalid user: ‘mysql’
> chmod: cannot access '/run/mysqld': No such file or directory
> 161003 00:54:16 mysqld_safe Starting mysqld daemon with databases from
> /var/lib/mysql
> /home/l/.nix-profile/bin/mysqld_safe: line 128:
> /var/lib/mysql/k0.err: No such file or directory
> /home/l/.nix-profile/bin/mysqld_safe: line 165:
> /var/lib/mysql/k0.err: No such file or directory
> touch: cannot touch '/var/lib/mysql/k0.err': No such file or directory
> chown: invalid user: ‘mysql’
> chmod: cannot access '/var/lib/mysql/k0.err': No such file or directory
> 161003 00:54:16 mysqld_safe mysqld from pid file /var/lib/mysql/k0.pid
> ended
> /home/l/.nix-profile/bin/mysqld_safe: line 128:
> /var/lib/mysql/k0.err: No such file or directory
>
> The attempt to run *mysqld_safe* was taken from the official docs at
> http://dev.mysql.com/doc/refman/5.6/en/starting-server.html.
>
> I see that there are several configuration options for MySQL
> (services.mysql.*) defined in the NixOS manual
> (https://nixos.org/nixos/manual/options.html#opt-services.mysql.enable)
> but this seems to be for enabling it as a service that starts
> unconditionally on every boot (configuration.nix), which I want to avoid.
>
> How do I start MySQL without touching configuration.nix? If
> configuration.nix is the only sane/preferred way to use MySQL on NixOS,
> then is there a resource/wiki/blogpost that discusses a minimal example?
> I don't mind trial-and-error with editing my system configs but seeing a
> second-hand account of the entire process would be very helpful.
>
> Please forgive me if I have missed any obvious documentation.
>
> Best,
> Linus
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> 

[Nix-commits] [NixOS/nixpkgs] 58d44a: wireguard: 2016-08-08 -> 2016-10-01

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 58d44a376e08874f17dc54d0f5ce508f1a7f5f2a
  
https://github.com/NixOS/nixpkgs/commit/58d44a376e08874f17dc54d0f5ce508f1a7f5f2a
  Author: Eric Sagnes 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  wireguard: 2016-08-08 -> 2016-10-01


  Commit: cd9297bf1eb1ee943c9bcea63ccc92a134621a15
  
https://github.com/NixOS/nixpkgs/commit/cd9297bf1eb1ee943c9bcea63ccc92a134621a15
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

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

  Log Message:
  ---
  Merge pull request #19187 from ericsagnes/pkg-update/wireguard

wireguard: 2016-08-08 -> 2016-10-01


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


[Nix-dev] How to use MySQL

2016-10-03 Thread Linus Arver
Hello all,

I want to install and use MySQL on NixOS, but am not sure how to
proceed. I've managed to do

nix-env -iA nixos.mysql55

but trying to get it to run is difficult. Here is what I tried:

[月 03 0:50:47] - l_k0 ~/prog/sqfmm/mysql
 > mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/run/mysqld/mysqld.sock' (2)
[月 03 0:50:53] 1 - l_k0 ~/prog/sqfmm/mysql
 > systemctl start mysqld
 AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to start 'mysqld.service'.
Multiple identities can be used for authentication:
 1.  System administrator (root)
 2.  Linus Arver (l)
Choose identity to authenticate as (1-2): 2
Password: 
 AUTHENTICATION COMPLETE ===
Failed to start mysqld.service: Unit mysqld.service not found.
[月 03 0:52:33] 5 - l_k0 ~/prog/sqfmm/mysql
 > systemctl start mysql 
 AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to start 'mysql.service'.
Multiple identities can be used for authentication:
 1.  System administrator (root)
 2.  Linus Arver (l)
Choose identity to authenticate as (1-2): 2
Password: 
 AUTHENTICATION COMPLETE ===
Failed to start mysql.service: Unit mysql.service not found.
[月 03 0:52:57] 5 - l_k0 ~/prog/sqfmm/mysql
 > mysqld
161003  0:53:16 [Note] mysqld (mysqld 5.5.50) starting as process 12363 ...
161003  0:53:16 [Warning] Can't create test file 
/var/lib/mysql/k0.lower-test
161003  0:53:16 [Warning] Can't create test file 
/var/lib/mysql/k0.lower-test
mysqld: Can't change dir to '/var/lib/mysql/' (Errcode: 2)
161003  0:53:16 [ERROR] Aborting

161003  0:53:16 [Note] mysqld: Shutdown complete

[月 03 0:53:16] 1 - l_k0 ~/prog/sqfmm/mysql
 > mysqld_safe
161003 00:54:16 mysqld_safe Logging to '/var/lib/mysql/k0.err'.
touch: cannot touch '/var/lib/mysql/k0.err': No such file or directory
chmod: cannot access '/var/lib/mysql/k0.err': No such file or directory
mkdir: cannot create directory ‘/run/mysqld’: Permission denied
chown: invalid user: ‘mysql’
chmod: cannot access '/run/mysqld': No such file or directory
161003 00:54:16 mysqld_safe Starting mysqld daemon with databases from 
/var/lib/mysql
/home/l/.nix-profile/bin/mysqld_safe: line 128: /var/lib/mysql/k0.err: No 
such file or directory
/home/l/.nix-profile/bin/mysqld_safe: line 165: /var/lib/mysql/k0.err: No 
such file or directory
touch: cannot touch '/var/lib/mysql/k0.err': No such file or directory
chown: invalid user: ‘mysql’
chmod: cannot access '/var/lib/mysql/k0.err': No such file or directory
161003 00:54:16 mysqld_safe mysqld from pid file /var/lib/mysql/k0.pid ended
/home/l/.nix-profile/bin/mysqld_safe: line 128: /var/lib/mysql/k0.err: No 
such file or directory

The attempt to run *mysqld_safe* was taken from the official docs at
http://dev.mysql.com/doc/refman/5.6/en/starting-server.html.

I see that there are several configuration options for MySQL
(services.mysql.*) defined in the NixOS manual
(https://nixos.org/nixos/manual/options.html#opt-services.mysql.enable)
but this seems to be for enabling it as a service that starts
unconditionally on every boot (configuration.nix), which I want to avoid.

How do I start MySQL without touching configuration.nix? If
configuration.nix is the only sane/preferred way to use MySQL on NixOS,
then is there a resource/wiki/blogpost that discusses a minimal example?
I don't mind trial-and-error with editing my system configs but seeing a
second-hand account of the entire process would be very helpful.

Please forgive me if I have missed any obvious documentation.

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


[Nix-commits] [NixOS/nixpkgs] f9a383: nixos: xserver typematic configuration options

2016-10-03 Thread Charles Strahan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f9a3835a14e9bee3fb36e7d96d332cf30a5a94af
  
https://github.com/NixOS/nixpkgs/commit/f9a3835a14e9bee3fb36e7d96d332cf30a5a94af
  Author: Charles Strahan 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/services/x11/xserver.nix

  Log Message:
  ---
  nixos: xserver typematic configuration options

This allows one to set the seat defaults for keyboard auto-repeat delay
and rate.


  Commit: 7df35fd268a25093ccafab28dd750e2bd15fd45f
  
https://github.com/NixOS/nixpkgs/commit/7df35fd268a25093ccafab28dd750e2bd15fd45f
  Author: Charles Strahan 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M nixos/modules/services/x11/xserver.nix

  Log Message:
  ---
  Merge pull request #19143 from cstrahan/nixos-typematic

nixos: xserver typematic configuration options


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


[Nix-commits] [NixOS/nixpkgs] c22bf4: bean-add: 2016-10-01 -> 2016-10-03

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c22bf45fa166b28574b38973bbe4e409d5b92858
  
https://github.com/NixOS/nixpkgs/commit/c22bf45fa166b28574b38973bbe4e409d5b92858
  Author: Matthias Beyer 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/applications/office/beancount/bean-add.nix

  Log Message:
  ---
  bean-add: 2016-10-01 -> 2016-10-03


  Commit: 8cb56939554f155b422f672b5dad745c5c06ddc5
  
https://github.com/NixOS/nixpkgs/commit/8cb56939554f155b422f672b5dad745c5c06ddc5
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/applications/office/beancount/bean-add.nix

  Log Message:
  ---
  Merge pull request #19186 from matthiasbeyer/update-bean-add

bean-add: 2016-10-01 -> 2016-10-03


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


[Nix-commits] [NixOS/nixpkgs] eaa11f: purple-hangouts-hg: 2016-08-31 -> 2016-10-01

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: eaa11f3493f36753e47a55bb59342762d5c0c619
  
https://github.com/NixOS/nixpkgs/commit/eaa11f3493f36753e47a55bb59342762d5c0c619
  Author: Benjamin Saunders 
  Date:   2016-10-02 (Sun, 02 Oct 2016)

  Changed paths:
M 
pkgs/applications/networking/instant-messengers/pidgin-plugins/purple-hangouts/default.nix

  Log Message:
  ---
  purple-hangouts-hg: 2016-08-31 -> 2016-10-01


  Commit: 0d1d60366bab74b7a15fbb99d656e8eb80941269
  
https://github.com/NixOS/nixpkgs/commit/0d1d60366bab74b7a15fbb99d656e8eb80941269
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M 
pkgs/applications/networking/instant-messengers/pidgin-plugins/purple-hangouts/default.nix

  Log Message:
  ---
  Merge pull request #19181 from Ralith/purple-hangouts

purple-hangouts-hg: 2016-08-31 -> 2016-10-01


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


[Nix-commits] [NixOS/nixpkgs] 342780: termite: 11 -> 12

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 342780520f0b36a5cdac67fd49a5a2cc9e19720c
  
https://github.com/NixOS/nixpkgs/commit/342780520f0b36a5cdac67fd49a5a2cc9e19720c
  Author: Charles Strahan 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/applications/misc/termite/default.nix
M pkgs/desktops/gnome-3/3.20/core/vte/default.nix

  Log Message:
  ---
  termite: 11 -> 12


  Commit: 0c0744d570a1f1941687402c236fe9b1fcb68207
  
https://github.com/NixOS/nixpkgs/commit/0c0744d570a1f1941687402c236fe9b1fcb68207
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/applications/misc/termite/default.nix
M pkgs/desktops/gnome-3/3.20/core/vte/default.nix

  Log Message:
  ---
  Merge pull request #19184 from cstrahan/termite-12

Termite 12


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


[Nix-commits] [NixOS/nixpkgs] 1c1143: add .editorconfig

2016-10-03 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1c1143288495b33ab9a35ef58708417b6d401450
  
https://github.com/NixOS/nixpkgs/commit/1c1143288495b33ab9a35ef58708417b6d401450
  Author: Jörg Thalheim 
  Date:   2016-10-02 (Sun, 02 Oct 2016)

  Changed paths:
A .editorconfig

  Log Message:
  ---
  add .editorconfig

Automaticially adjust editor to nixpkgs codingstyle 
(https://nixos.org/nixpkgs/manual/#chap-conventions)


  Commit: 05ae37a574c4e1e5672bc6b29ca36ea18581ac68
  
https://github.com/NixOS/nixpkgs/commit/05ae37a574c4e1e5672bc6b29ca36ea18581ac68
  Author: Jörg Thalheim 
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
A .editorconfig

  Log Message:
  ---
  Merge pull request #19170 from Mic92/editorconfig

add .editorconfig


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