Re: [Nix-dev] nix-shell pro/con (was: Python 3 as default)

2017-02-15 Thread Andreas Herrmann
On Wednesday 15 February 2017 22:08:26 Profpatsch wrote:
> On 17-02-15 09:10pm, Ricardo M. Correia wrote:
> > Personally, I try to avoid using "nix-shell" as much as possible because I
> > want "nixos-rebuild switch" to atomically install (and upgrade) all the
> > software that I usually need, including development packages.
> > 
> > With nix-shell, I risk having the packages I need become outdated (without
> > me noticing) and/or become garbage collected (which I do every day
> > automatically) and unavailable if I lose Internet access (e.g. because I'm
> > traveling).
>
> packages being not cached is a largely orthogonal problem;
> for example it would be quite easy to create a script that fetches
> the nix-shell deps for all your projects and creates a folder with
> gc-roots.

I've written such a script a while ago:
https://gist.github.com/aherrmann/51b56283f9ed5853747908fbab907316

It places the gcroots in separate folders under `~/.nix-shell`.
If you run it as `pnix-shell -c` it will reevaluate the Nix expression.
This way you can enforce updates.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 54e3fa: webkitgtk212x: remove

2017-02-15 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 54e3fad0f4376f7f92f0f4d89e0cc429784475b6
  
https://github.com/NixOS/nixpkgs/commit/54e3fad0f4376f7f92f0f4d89e0cc429784475b6
  Author: Herwig Hochleitner 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
R pkgs/development/libraries/webkitgtk/2.12.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  webkitgtk212x: remove

2.12 isn't maintained anymore and superseded by the (compatible) 2.14


  Commit: 7943dc897895a844b5c7bbf02e4b216cf6a1fdf2
  
https://github.com/NixOS/nixpkgs/commit/7943dc897895a844b5c7bbf02e4b216cf6a1fdf2
  Author: Graham Christensen 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
R pkgs/development/libraries/webkitgtk/2.12.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #22843 from bendlas/update-webkitgtk

webkitgtk212x: remove


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


[Nix-commits] [NixOS/nixpkgs] d2d12c: vim: 8.0.0075 -> 8.0.0329

2017-02-15 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d2d12c2f4cab4cb3b4cbfd42ac716997893a446a
  
https://github.com/NixOS/nixpkgs/commit/d2d12c2f4cab4cb3b4cbfd42ac716997893a446a
  Author: Daiderd Jordan 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  vim: 8.0.0075 -> 8.0.0329


  Commit: b3c6449e13c447f02ef500b81b566cfc28e7e91a
  
https://github.com/NixOS/nixpkgs/commit/b3c6449e13c447f02ef500b81b566cfc28e7e91a
  Author: Graham Christensen 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22844 from LnL7/vim-8.0.0329

vim: 8.0.0075 -> 8.0.0329


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


[Nix-commits] [NixOS/nixpkgs] 5e3a26: Fix typo introduced by #22677

2017-02-15 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5e3a26e07b16458670bc7c93ec1d8d14367dc056
  
https://github.com/NixOS/nixpkgs/commit/5e3a26e07b16458670bc7c93ec1d8d14367dc056
  Author: Kier Davis 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Fix typo introduced by #22677


  Commit: 395182330c44565ddeca38f03f06e85b989357e3
  
https://github.com/NixOS/nixpkgs/commit/395182330c44565ddeca38f03f06e85b989357e3
  Author: Graham Christensen 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22853 from kierdavis/fix-22677-quassel

Fix typo introduced by #22677


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


[Nix-commits] [NixOS/nixpkgs] 311364: redis: 3.2.5 -> 3.2.7 for two vulnerabilities

2017-02-15 Thread Graham Christensen
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 31136463409448beaaa66564c18250340c923135
  
https://github.com/NixOS/nixpkgs/commit/31136463409448beaaa66564c18250340c923135
  Author: Graham Christensen 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/servers/nosql/redis/default.nix

  Log Message:
  ---
  redis: 3.2.5 -> 3.2.7 for two vulnerabilities

more: 
https://www.reddit.com/r/redis/comments/5r8wxn/redis_327_is_out_important_security_fixes_inside/
(cherry picked from commit b207bf523b8c49b037a4a87456d61f63043cd2c6)


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


[Nix-commits] [NixOS/nixpkgs] 61f2f8: youtube-dl: 2017.02.04.1 -> 2017.02.16 (#22851)

2017-02-15 Thread Stefan Goetz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 61f2f8c98a505d893c8c48cb58d207fda1f7
  
https://github.com/NixOS/nixpkgs/commit/61f2f8c98a505d893c8c48cb58d207fda1f7
  Author: Stefan Goetz 
  Date:   2017-02-16 (Thu, 16 Feb 2017)

  Changed paths:
M pkgs/tools/misc/youtube-dl/default.nix

  Log Message:
  ---
  youtube-dl: 2017.02.04.1 -> 2017.02.16 (#22851)


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


Re: [Nix-dev] Feedback on workshop material

2017-02-15 Thread Bas van Dijk
Great recording[1] of your introduction presentation on Nix. It would be
cool to have this or a slightly more polished version permanently in the
middle on the homepage of nixos.org.

Regarding the "Packaging" section, I liked how lethalman introduced[2]
packaging in his legendary Nix Pills series by beginning with the primitive
`derivation` function and building up from that. So I would advise doing
something similar before showing `stdenv.mkDerivation`.

I'm really looking forward to the workshop. See you there!

Bas

[1] https://www.youtube.com/watch?v=WC3ILVKZh7E
[2]
http://lethalman.blogspot.nl/2014/07/nix-pill-6-our-first-derivation.html


On 15 February 2017 at 17:02, Maarten Hoogendoorn 
wrote:

> Dear list,
>
> I'm organizing a Nix workshop in Amsterdam on February 25th and have
> started to create some workshop material for it [1].
>
> Could you provide me with some feedback on the things I plan to cover? [2]
>
> Thanks,
> Maarten
>
> [1] https://github.com/moretea/nix-workshop
> [2] https://github.com/moretea/nix-workshop/blob/master/toc.md
>
> ___
> 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] d4e5bb: nixos/geoip-updater: run as user 'geoip' instead o...

2017-02-15 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d4e5bb34b76c98adee1d7fc00440adeb6a2a8c13
  
https://github.com/NixOS/nixpkgs/commit/d4e5bb34b76c98adee1d7fc00440adeb6a2a8c13
  Author: Bjørn Forsman 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M nixos/modules/misc/ids.nix
M nixos/modules/services/misc/geoip-updater.nix

  Log Message:
  ---
  nixos/geoip-updater: run as user 'geoip' instead of 'nobody'

That way 'nobody' is prevented from messing with the databases.


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


[Nix-commits] [NixOS/nixpkgs] 8cef30: libtoxcore: init at 0.1.6 and move old versions aw...

2017-02-15 Thread Jascha Geerds
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8cef304ede7f8d9d3647dcb885e05df9d097469c
  
https://github.com/NixOS/nixpkgs/commit/8cef304ede7f8d9d3647dcb885e05df9d097469c
  Author: Peter Hoeg 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
A pkgs/development/libraries/libtoxcore/default.nix
A pkgs/development/libraries/libtoxcore/new-api.nix
R pkgs/development/libraries/libtoxcore/new-api/default.nix
A pkgs/development/libraries/libtoxcore/old-api.nix
R pkgs/development/libraries/libtoxcore/old-api/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  libtoxcore: init at 0.1.6 and move old versions away


  Commit: 5a88ab3f55327a87c44671178d9304312b3f9df4
  
https://github.com/NixOS/nixpkgs/commit/5a88ab3f55327a87c44671178d9304312b3f9df4
  Author: Peter Hoeg 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
M 
pkgs/applications/networking/instant-messengers/pidgin-plugins/tox-prpl/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  tox-prpl: 20141202 -> 0.5.1


  Commit: eb52ef12c2a025d87e1c6a6e1500fc2e4fc39f60
  
https://github.com/NixOS/nixpkgs/commit/eb52ef12c2a025d87e1c6a6e1500fc2e4fc39f60
  Author: Peter Hoeg 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

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

  Log Message:
  ---
  ratox: use libtoxcore-old


  Commit: a66e04d3bec08581efb3e21188eb7625e72eaeee
  
https://github.com/NixOS/nixpkgs/commit/a66e04d3bec08581efb3e21188eb7625e72eaeee
  Author: Peter Hoeg 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

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

  Log Message:
  ---
  toxic: 20160728 -> 0.7.2


  Commit: 7690ec0022c8da7aa813b6b2440fe0daeb5467f2
  
https://github.com/NixOS/nixpkgs/commit/7690ec0022c8da7aa813b6b2440fe0daeb5467f2
  Author: Peter Hoeg 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

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

  Log Message:
  ---
  toxvpn: 20160909 -> 20161230


  Commit: e110f38bd4f3997ef1e71e26b6c3fe2c31487b17
  
https://github.com/NixOS/nixpkgs/commit/e110f38bd4f3997ef1e71e26b6c3fe2c31487b17
  Author: Peter Hoeg 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

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

  Log Message:
  ---
  utox: 0.9.8 -> 0.12.2


  Commit: 55e1d04e91f8e3600064e1972c84b9fbc31623ee
  
https://github.com/NixOS/nixpkgs/commit/55e1d04e91f8e3600064e1972c84b9fbc31623ee
  Author: Peter Hoeg 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

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

  Log Message:
  ---
  qtox: 1.5.0 -> 1.8.1


  Commit: 900fc49013c83e39ed7b22260d15a616a939b32e
  
https://github.com/NixOS/nixpkgs/commit/900fc49013c83e39ed7b22260d15a616a939b32e
  Author: Jascha Geerds 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M 
pkgs/applications/networking/instant-messengers/pidgin-plugins/tox-prpl/default.nix
M pkgs/applications/networking/instant-messengers/qtox/default.nix
M pkgs/applications/networking/instant-messengers/toxic/default.nix
M pkgs/applications/networking/instant-messengers/utox/default.nix
A pkgs/development/libraries/libtoxcore/default.nix
A pkgs/development/libraries/libtoxcore/new-api.nix
R pkgs/development/libraries/libtoxcore/new-api/default.nix
A pkgs/development/libraries/libtoxcore/old-api.nix
R pkgs/development/libraries/libtoxcore/old-api/default.nix
M pkgs/tools/networking/toxvpn/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #22775 from peterhoeg/u/qtox

tox clients and libraries updates


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


[Nix-commits] [NixOS/nixpkgs] 096956: eclipse-plugin-yedit: init at 1.0.20.201509041456

2017-02-15 Thread Robert Helgesson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 09695699027efb35f3f560725e8ef93509d5929f
  
https://github.com/NixOS/nixpkgs/commit/09695699027efb35f3f560725e8ef93509d5929f
  Author: Robert Helgesson 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/applications/editors/eclipse/plugins.nix

  Log Message:
  ---
  eclipse-plugin-yedit: init at 1.0.20.201509041456


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


Re: [Nix-dev] nix-shell pro/con (was: Python 3 as default)

2017-02-15 Thread Profpatsch
On 17-02-15 09:10pm, Ricardo M. Correia wrote:
> Personally, I try to avoid using "nix-shell" as much as possible because I
> want "nixos-rebuild switch" to atomically install (and upgrade) all the
> software that I usually need, including development packages.
> 
> With nix-shell, I risk having the packages I need become outdated (without
> me noticing) and/or become garbage collected (which I do every day
> automatically) and unavailable if I lose Internet access (e.g. because I'm
> traveling).

I think you are confusing nix-env and nix-shell; nix-shell can’t have
“outdated” packages, it will use what you specify.

packages being not cached is a largely orthogonal problem;
for example it would be quite easy to create a script that fetches
the nix-shell deps for all your projects and creates a folder with
gc-roots.

For long-running projects I use `git worktree` to have a stable
checkout. If you want to get fancy you could set up a hydra
if you want to follow e.g. stable with your own patches applied.

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


[Nix-commits] [NixOS/nixpkgs] 783280: fontconfig: fixup fragile build after ab5fe171a

2017-02-15 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7832806e205493482b349c0a53dbc3e4b1412456
  
https://github.com/NixOS/nixpkgs/commit/7832806e205493482b349c0a53dbc3e4b1412456
  Author: Vladimír Čunát 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  fontconfig: fixup fragile build after ab5fe171a

Sometimes it might fail due to timestamps suggesting some files needed
regenerating and failing to find gperf.  Now it should be OK, I hope.


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


Re: [Nix-dev] Python 3 as default

2017-02-15 Thread Ricardo M. Correia
On Tue, Feb 14, 2017 at 2:34 PM, Profpatsch  wrote:

> On 17-02-14 01:18pm, Peter Simons wrote:
> > I hardly ever use nix-shell and I don't want to, to
> > be honest
>
> Completely off-discussion: Why is that?
> Convenience? nix-shell does too many strange things?
>
> Personally I use nix-shell for nearly everything I do
> nowadays because it’s so convenient.
> Even a buildFHSUserEnv is quickly set up for strange software.
>

Personally, I try to avoid using "nix-shell" as much as possible because I
want "nixos-rebuild switch" to atomically install (and upgrade) all the
software that I usually need, including development packages.

With nix-shell, I risk having the packages I need become outdated (without
me noticing) and/or become garbage collected (which I do every day
automatically) and unavailable if I lose Internet access (e.g. because I'm
traveling).
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 538e64: vim: add patch for possible overflow with corrupte...

2017-02-15 Thread Daiderd Jordan
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 538e642832a70cae3f1cfc595d954a4a3bdbb391
  
https://github.com/NixOS/nixpkgs/commit/538e642832a70cae3f1cfc595d954a4a3bdbb391
  Author: Daiderd Jordan 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  vim: add patch for possible overflow with corrupted spell file


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


[Nix-commits] [NixOS/nixpkgs] 020fb2: syslog-ng: 3.6.2 -> 3.9.1

2017-02-15 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 020fb2cce1684e84da2b584374a85e4d5f36fae1
  
https://github.com/NixOS/nixpkgs/commit/020fb2cce1684e84da2b584374a85e4d5f36fae1
  Author: Bas van Dijk 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
M pkgs/tools/system/syslog-ng/default.nix

  Log Message:
  ---
  syslog-ng: 3.6.2 -> 3.9.1

This should fix: https://github.com/NixOS/nixpkgs/issues/20153


  Commit: e38f7c625e58a05f0c461599183da6511e7613cd
  
https://github.com/NixOS/nixpkgs/commit/e38f7c625e58a05f0c461599183da6511e7613cd
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/tools/system/syslog-ng/default.nix

  Log Message:
  ---
  syslog-ng: refactor


  Commit: ea309fcf4893d50f8dc1b2db05bac6fadc261444
  
https://github.com/NixOS/nixpkgs/commit/ea309fcf4893d50f8dc1b2db05bac6fadc261444
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/tools/system/syslog-ng-incubator/default.nix

  Log Message:
  ---
  syslogng_incubator: 141106 -> 0.5.0, mark as broken

This is the current release but neither this nor the current master
is compatible with syslog-ng 3.8+. Committed work on update and
refactor of expression to make it easier in the future to bump.


  Commit: bf565a4635e51240f33d339a2c8a7214e893a62f
  
https://github.com/NixOS/nixpkgs/commit/bf565a4635e51240f33d339a2c8a7214e893a62f
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  libivykis: 0.40 -> 0.41


  Commit: eda8ee28301f716cf06f3c2496d5d5485edbaa29
  
https://github.com/NixOS/nixpkgs/commit/eda8ee28301f716cf06f3c2496d5d5485edbaa29
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/libivykis/default.nix
M pkgs/tools/system/syslog-ng-incubator/default.nix
M pkgs/tools/system/syslog-ng/default.nix

  Log Message:
  ---
  Merge pull request #22752 from LumiGuide/syslog-ng-3.9.1

syslog-ng: 3.6.2 -> 3.9.1


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


[Nix-commits] [NixOS/nixpkgs] 2640c8: webkitgtk: 2.14.4 -> 2.14.5

2017-02-15 Thread Herwig Hochleitner
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2640c87fb9da376dd1a8a1fc44e99fd20188f327
  
https://github.com/NixOS/nixpkgs/commit/2640c87fb9da376dd1a8a1fc44e99fd20188f327
  Author: Herwig Hochleitner 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/webkitgtk/2.14.nix

  Log Message:
  ---
  webkitgtk: 2.14.4 -> 2.14.5


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


Re: [Nix-dev] buildMaven usage

2017-02-15 Thread zimbatm
Hi laverne,

did you manage to figure it out?

I think the usage would be to run
https://github.com/NixOS/mvn2nix-maven-plugin on your project and then in
your default.nix add something like:
```
{ pkgs ? import  {}
, buildMaven ? pkgs.buildMaven
}:
buildMaven ./infofile
```

Where the `./infofile` is the file generated by mvn2nix (it should be a
JSON file).

As you can see not a lot of people are packaging java apps :)

Cheers,
z

On Fri, 10 Feb 2017 at 05:47 laverne  wrote:

> Hi,
>
> I have a question about the function defined at
> https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/build-maven.nix
>
> I wanted to use it to build Spark Frame (http://sparkjava.com/), however,
> while the function is in all-packages, it isn't doesn't seem to be used
> anywhere else in nixpkgs. Is anyone here using the function in other
> projects that they would be willing to link to so that I could get a feel
> for how to use it?
>
> Thanks,
> Laverne
> ___
> 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] ce0a52: nixos/security.wrappers: improve documentation

2017-02-15 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ce0a52f9bfd5bdc5e2e0ed09ee1abaa9b088638e
  
https://github.com/NixOS/nixpkgs/commit/ce0a52f9bfd5bdc5e2e0ed09ee1abaa9b088638e
  Author: Bjørn Forsman 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M nixos/modules/security/wrappers/default.nix

  Log Message:
  ---
  nixos/security.wrappers: improve documentation

* The source attribute is mandatory, not optional
* The program attribute is optional
* Move the info about the mandatory attribute first (most important,
  IMHO)


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


[Nix-commits] [NixOS/nixops] aedb7f: Update release date

2017-02-15 Thread Rob Vermaas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: aedb7f96bcb0edab24675208da902d1a63c29335
  
https://github.com/NixOS/nixops/commit/aedb7f96bcb0edab24675208da902d1a63c29335
  Author: Rob Vermaas 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Update release date


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


[Nix-commits] [NixOS/nixpkgs] aba35a: python2.7-future: #22590 remove platform restricti...

2017-02-15 Thread Ross MacLeod
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: aba35a5c2df62876c4835c551ef315c245055088
  
https://github.com/NixOS/nixpkgs/commit/aba35a5c2df62876c4835c551ef315c245055088
  Author: Ross MacLeod 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  python2.7-future: #22590 remove platform restriction (#22837)

Per #22590, `haskellPackages.servant` and by extension any package which 
transitively depends on `pythonX.Y-future` will fail to build on darwin even 
though there's apparently no reason why it can't be built there.


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


[Nix-commits] [NixOS/nixpkgs] 4e72d2: aspell-dict-ca: init at 2.1.5-1

2017-02-15 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4e72d2da504a0e6b957df7d15ca280e6f314ac8b
  
https://github.com/NixOS/nixpkgs/commit/4e72d2da504a0e6b957df7d15ca280e6f314ac8b
  Author: Toni Reina 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
M pkgs/development/libraries/aspell/dictionaries.nix

  Log Message:
  ---
  aspell-dict-ca: init at 2.1.5-1


  Commit: d583e013e1892cdda4aa4d7ac009f9f5bc268d16
  
https://github.com/NixOS/nixpkgs/commit/d583e013e1892cdda4aa4d7ac009f9f5bc268d16
  Author: Peter Simons 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/aspell/dictionaries.nix

  Log Message:
  ---
  Merge pull request #22825 from areina/add-catalan-to-aspell

aspell-dict-ca: init at 2.1.5-1


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


[Nix-commits] [NixOS/nixpkgs] be1c04: Revert "gnome-session: enable debug"

2017-02-15 Thread Alexander Ried
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: be1c04e225c04c4fced1b7ee10f702c2e6499cbe
  
https://github.com/NixOS/nixpkgs/commit/be1c04e225c04c4fced1b7ee10f702c2e6499cbe
  Author: Alexander Ried 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/desktops/gnome-3/3.22/core/gnome-session/default.nix

  Log Message:
  ---
  Revert "gnome-session: enable debug"

Enough debugging.

This reverts commit 8ec776eb73ae772da60bd01b172789835dfb3cd5.


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


[Nix-dev] Feedback on workshop material

2017-02-15 Thread Maarten Hoogendoorn
Dear list,

I'm organizing a Nix workshop in Amsterdam on February 25th and have
started to create some workshop material for it [1].

Could you provide me with some feedback on the things I plan to cover? [2]

Thanks,
Maarten

[1] https://github.com/moretea/nix-workshop
[2] https://github.com/moretea/nix-workshop/blob/master/toc.md
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 2ce7dd: emacs: fix sha256 hashes of savannah patches

2017-02-15 Thread Aycan iRiCAN
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2ce7dd7f84b86e72131fa616ba4f6a8e5927
  
https://github.com/NixOS/nixpkgs/commit/2ce7dd7f84b86e72131fa616ba4f6a8e5927
  Author: Aycan iRiCAN 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/applications/editors/emacs/default.nix

  Log Message:
  ---
  emacs: fix sha256 hashes of savannah patches


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


[Nix-commits] [NixOS/nixpkgs] 8978a9: sway: 0.9 -> 0.11 (#22835)

2017-02-15 Thread Jaanus Torp
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8978a9ee4819024778b609b79de4f5f0c439487f
  
https://github.com/NixOS/nixpkgs/commit/8978a9ee4819024778b609b79de4f5f0c439487f
  Author: Jaanus Torp 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/applications/window-managers/sway/default.nix

  Log Message:
  ---
  sway: 0.9 -> 0.11 (#22835)


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


[Nix-commits] [NixOS/nixpkgs] 0ed06b: pypandoc: 1.2.0 (broken) -> 1.3.3 (#22782)

2017-02-15 Thread Kristoffer Søholm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0ed06bcce7f48aa42d1c8dbc633b9f8195ac132e
  
https://github.com/NixOS/nixpkgs/commit/0ed06bcce7f48aa42d1c8dbc633b9f8195ac132e
  Author: Kristoffer Søholm 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  pypandoc: 1.2.0 (broken) -> 1.3.3 (#22782)


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


[Nix-commits] [NixOS/nixpkgs] 806683: zathura: 0.3.6 -> 0.3.7

2017-02-15 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 806683545412f9e2f789a9cef9d358d3edd42c7a
  
https://github.com/NixOS/nixpkgs/commit/806683545412f9e2f789a9cef9d358d3edd42c7a
  Author: rnhmjoj 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/applications/misc/zathura/core/default.nix

  Log Message:
  ---
  zathura: 0.3.6 -> 0.3.7


  Commit: c16bfb8ac10494a8069371aa00f006e57aa85fa9
  
https://github.com/NixOS/nixpkgs/commit/c16bfb8ac10494a8069371aa00f006e57aa85fa9
  Author: Arseniy Seroka 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/applications/misc/zathura/core/default.nix

  Log Message:
  ---
  Merge pull request #22832 from rnhmjoj/zathura

zathura: 0.3.6 -> 0.3.7


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


[Nix-commits] [NixOS/nixpkgs] 8a9287: haskell: add support for Haskell Program Coverage ...

2017-02-15 Thread Bas van Dijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8a928708b41f90b68cb76b7448a1b5e39ebd82b7
  
https://github.com/NixOS/nixpkgs/commit/8a928708b41f90b68cb76b7448a1b5e39ebd82b7
  Author: Bas van Dijk 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/haskell-modules/generic-builder.nix
M pkgs/development/haskell-modules/lib.nix

  Log Message:
  ---
  haskell: add support for Haskell Program Coverage (HPC) to the generic builder

A function is added to enable the generation of a HPC report. For example:

  pkgs.haskell.lib.doCoverage drv

will create a HPC report of the Haskell package drv in the directory:

  $out/share/hpc

Closes https://github.com/NixOS/nixpkgs/pull/22797/files.


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


[Nix-commits] [NixOS/nixpkgs] 646277: girara: 0.2.6 -> 0.2.7

2017-02-15 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 64627751930aa8fe84f4a299c6a0b5067bcf6d72
  
https://github.com/NixOS/nixpkgs/commit/64627751930aa8fe84f4a299c6a0b5067bcf6d72
  Author: rnhmjoj 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  girara: 0.2.6 -> 0.2.7


  Commit: e6ea10414c71f6fb231ac80b6b79958a5e1d89c2
  
https://github.com/NixOS/nixpkgs/commit/e6ea10414c71f6fb231ac80b6b79958a5e1d89c2
  Author: Arseniy Seroka 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22831 from rnhmjoj/girara

girara: 0.2.6 -> 0.2.7


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


[Nix-commits] [NixOS/nixpkgs] d6fdba: haskellPackages: data-pprint jailbreak

2017-02-15 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d6fdba7f454c7206c84f494b1af9ae215934a932
  
https://github.com/NixOS/nixpkgs/commit/d6fdba7f454c7206c84f494b1af9ae215934a932
  Author: Profpatsch 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  haskellPackages: data-pprint jailbreak


  Commit: 1a0cddad80a0b7ce6cc16e1963312eb40e99a9f3
  
https://github.com/NixOS/nixpkgs/commit/1a0cddad80a0b7ce6cc16e1963312eb40e99a9f3
  Author: Peter Simons 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22834 from Profpatsch/data-pprint

haskellPackages: data-pprint jailbreak


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


[Nix-commits] [NixOS/nixpkgs] 21cdf3: pythonPackages: use a more direct mirror (#22833)

2017-02-15 Thread Profpatsch
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 21cdf340dbdc6ba5dca4e9dc1532b17d251e77ba
  
https://github.com/NixOS/nixpkgs/commit/21cdf340dbdc6ba5dca4e9dc1532b17d251e77ba
  Author: Profpatsch 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/build-support/fetchurl/mirrors.nix

  Log Message:
  ---
  pythonPackages: use a more direct mirror (#22833)

The pypi.io domain is redirected two (!) times and lands on the URL added by
this commit.


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


[Nix-commits] [NixOS/nixpkgs] bf86a2: gtk-vnc: 0.6.0 -> 0.7.0

2017-02-15 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bf86a268dfd6b3d72b3b3d66ae7e1970719c8cfa
  
https://github.com/NixOS/nixpkgs/commit/bf86a268dfd6b3d72b3b3d66ae7e1970719c8cfa
  Author: Peter Hoeg 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

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


  Commit: 2155b1eaba8a3e3f9f911a78ffe8937d16098edb
  
https://github.com/NixOS/nixpkgs/commit/2155b1eaba8a3e3f9f911a78ffe8937d16098edb
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22827 from peterhoeg/u/gtkvnc

gtk-vnc: 0.6.0 -> 0.7.0


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


[Nix-commits] [NixOS/nixpkgs] 13a1d3: irssi: 1.0.0 -> 1.0.1

2017-02-15 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 13a1d38f55829f10db31198ea1923d5168a3043c
  
https://github.com/NixOS/nixpkgs/commit/13a1d38f55829f10db31198ea1923d5168a3043c
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  irssi: 1.0.0 -> 1.0.1


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


[Nix-commits] [NixOS/nixpkgs] ac9222: gnome3.gnome-boxes: 3.22.0 -> 3.22.4

2017-02-15 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ac9222f03bbd77fa0c5cc8c7ed7c7c7ff8946ebc
  
https://github.com/NixOS/nixpkgs/commit/ac9222f03bbd77fa0c5cc8c7ed7c7c7ff8946ebc
  Author: Graham Christensen 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/desktops/gnome-3/3.22/apps/gnome-boxes/default.nix
M pkgs/desktops/gnome-3/3.22/apps/gnome-boxes/src.nix

  Log Message:
  ---
  gnome3.gnome-boxes: 3.22.0 -> 3.22.4


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


[Nix-commits] [NixOS/nixpkgs] 50b671: graphviz_2_0: hide inside monotoneViz

2017-02-15 Thread Michael Raskin
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 50b671b3090e05ec553e248954b1d42ad1e25199
  
https://github.com/NixOS/nixpkgs/commit/50b671b3090e05ec553e248954b1d42ad1e25199
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/applications/version-management/monotone-viz/default.nix
A pkgs/applications/version-management/monotone-viz/graphviz-2.0.nix
R pkgs/tools/graphics/graphviz/2.0.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  graphviz_2_0: hide inside monotoneViz

The old Graphviz version is vulnerable, but monotone-viz will never feed
it bad input.

(cherry picked from commit c731738ecc132f450bc1cb0eaad7c1fa232fa299)


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


[Nix-commits] [NixOS/nixpkgs] c73173: graphviz_2_0: hide inside monotoneViz

2017-02-15 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c731738ecc132f450bc1cb0eaad7c1fa232fa299
  
https://github.com/NixOS/nixpkgs/commit/c731738ecc132f450bc1cb0eaad7c1fa232fa299
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/applications/version-management/monotone-viz/default.nix
A pkgs/applications/version-management/monotone-viz/graphviz-2.0.nix
R pkgs/tools/graphics/graphviz/2.0.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  graphviz_2_0: hide inside monotoneViz

The old Graphviz version is vulnerable, but monotone-viz will never feed
it bad input.


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


[Nix-commits] [NixOS/nixpkgs] 483851: Merge pull request #22805 from LumiGuide/fix-hoogl...

2017-02-15 Thread Peter Simons
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 48385185999fc61db805387d3a432cbaca5d9712
  
https://github.com/NixOS/nixpkgs/commit/48385185999fc61db805387d3a432cbaca5d9712
  Author: Peter Simons 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22805 from LumiGuide/fix-hoogle-ghcjs

ghcWithHoogle: fix for ghcjs
(cherry picked from commit cb2499acd0c6a9de9bbf62d751ba35dfdd29ee63)


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


Re: [Nix-dev] NixOS master broken again

2017-02-15 Thread Matthias Beyer
Hi!

Please keep it up with these mails! Creates a bit of pressure to keep 
master green and I like that!

On 13-02-2017 22:46:23, Bjørn Forsman wrote:
> Hi all,
> 
> Just a reminder to please test builds before pushing. NixOS master is
> broken again.
> 
> See build error after my signature.
> 
> (Are the Hydra developers close to making Hydra build PRs and only
> merge on success yet?)
> 

-- 
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer

Consider switching to free software.
It adds value to your life.
https://www.gnu.org/


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


[Nix-commits] [NixOS/nixpkgs] 91d026: modules/filesystems: disallow non-empty fstab fiel...

2017-02-15 Thread Profpatsch
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 91d0260feba50b25b13d1e0dd2705039f75e09a2
  
https://github.com/NixOS/nixpkgs/commit/91d0260feba50b25b13d1e0dd2705039f75e09a2
  Author: Profpatsch 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M nixos/modules/tasks/filesystems.nix

  Log Message:
  ---
  modules/filesystems: disallow non-empty fstab fields (#22803)

It was possible to pass empty strings / strings with only separator characters;
this lead to broken fstab formatting.


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


[Nix-commits] [NixOS/nixpkgs] 057fae: ghcWithHoogle: fix for ghcjs

2017-02-15 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 057fae5ea0e6efa7356f444b505294267e6427d5
  
https://github.com/NixOS/nixpkgs/commit/057fae5ea0e6efa7356f444b505294267e6427d5
  Author: Bas van Dijk 
  Date:   2017-02-14 (Tue, 14 Feb 2017)

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

  Log Message:
  ---
  ghcWithHoogle: fix for ghcjs

`haskell.packages.ghcjs.ghcWithHoogle` failed because the following line:

  for docdir in ${ghc.doc}/${docLibGlob}/*; do

failed because `doc` is not an attribute of `ghc` when `ghc` is
substituted for ghcjs.


  Commit: cb2499acd0c6a9de9bbf62d751ba35dfdd29ee63
  
https://github.com/NixOS/nixpkgs/commit/cb2499acd0c6a9de9bbf62d751ba35dfdd29ee63
  Author: Peter Simons 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22805 from LumiGuide/fix-hoogle-ghcjs

ghcWithHoogle: fix for ghcjs


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


[Nix-commits] [NixOS/nixpkgs] 568331: AgdaStdlib: v0.12 -> v0.13

2017-02-15 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5683311b7c0ae5c20f7cdb3ae219b7bff7491d3f
  
https://github.com/NixOS/nixpkgs/commit/5683311b7c0ae5c20f7cdb3ae219b7bff7491d3f
  Author: laMudri 
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
M pkgs/development/libraries/agda/agda-stdlib/default.nix

  Log Message:
  ---
  AgdaStdlib: v0.12 -> v0.13


  Commit: 9e0867586cf147729ba84e4b0aa9b34eb669
  
https://github.com/NixOS/nixpkgs/commit/9e0867586cf147729ba84e4b0aa9b34eb669
  Author: Peter Simons 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/agda/agda-stdlib/default.nix

  Log Message:
  ---
  Merge pull request #21396 from laMudri/stdlib-v0.13

AgdaStdlib: v0.12 -> v0.13


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


[Nix-commits] [NixOS/nixpkgs] 397e59: pythonPackages.Keras: 1.0.3 -> 1.2.2

2017-02-15 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 397e59b4c93af1a090841c762cd845e216ba3c1f
  
https://github.com/NixOS/nixpkgs/commit/397e59b4c93af1a090841c762cd845e216ba3c1f
  Author: Frederik Rietdijk 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  pythonPackages.Keras: 1.0.3 -> 1.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] a069c1: tensorflowNoGpuSupport -> tensorflowWithoutCuda

2017-02-15 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a069c16c2240fecc69545b9b26c0becea8ac559d
  
https://github.com/NixOS/nixpkgs/commit/a069c16c2240fecc69545b9b26c0becea8ac559d
  Author: Frederik Rietdijk 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  tensorflowNoGpuSupport -> tensorflowWithoutCuda

and move expression


  Commit: 97c3bebd92772359a3f0e03f5aa74f79e4aacfb7
  
https://github.com/NixOS/nixpkgs/commit/97c3bebd92772359a3f0e03f5aa74f79e4aacfb7
  Author: Frederik Rietdijk 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  tensorflowCuDNN -> tensorflowWithCuda

and move expression


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


[Nix-commits] [NixOS/nixops] ca391d: Update release date

2017-02-15 Thread Rob Vermaas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: ca391d230b0f174f30c08a412f329a17ba0e6d1e
  
https://github.com/NixOS/nixops/commit/ca391d230b0f174f30c08a412f329a17ba0e6d1e
  Author: Rob Vermaas 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Update release date


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


[Nix-commits] [NixOS/nixpkgs] e1165a: terragrunt: 0.10.0 -> 0.10.1

2017-02-15 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e1165abcb868728d410b2b32f141d7fe5792c219
  
https://github.com/NixOS/nixpkgs/commit/e1165abcb868728d410b2b32f141d7fe5792c219
  Author: Peter Hoeg 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  terragrunt: 0.10.0 -> 0.10.1


  Commit: f53900d142744344d31cc7fa40fc0e2db9c97ba6
  
https://github.com/NixOS/nixpkgs/commit/f53900d142744344d31cc7fa40fc0e2db9c97ba6
  Author: Peter Hoeg 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22821 from peterhoeg/u/tg

terragrunt: 0.10.0 -> 0.10.1


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


[Nix-commits] [NixOS/nixpkgs] e69f76: aenum: Init at 1.4.7

2017-02-15 Thread Rahul Gopinath
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e69f76470a58aa80fab4095cc7a47880a90ec3c6
  
https://github.com/NixOS/nixpkgs/commit/e69f76470a58aa80fab4095cc7a47880a90ec3c6
  Author: Rahul Gopinath 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  aenum: Init at 1.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] ce8af1: leather: Init at 0.3.3

2017-02-15 Thread Rahul Gopinath
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ce8af120f222ef16de8f2ff5d130ef1c0a76080e
  
https://github.com/NixOS/nixpkgs/commit/ce8af120f222ef16de8f2ff5d130ef1c0a76080e
  Author: Rahul Gopinath 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

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

  Log Message:
  ---
  leather: Init at 0.3.3


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


[Nix-commits] [NixOS/nixpkgs] e5ac6b: knot-resolver: use embedded lmdb on Darwin for now

2017-02-15 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e5ac6bc9992b17c59df2f16d9b0ec469ec600566
  
https://github.com/NixOS/nixpkgs/commit/e5ac6bc9992b17c59df2f16d9b0ec469ec600566
  Author: Vladimír Čunát 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/servers/dns/knot-resolver/default.nix

  Log Message:
  ---
  knot-resolver: use embedded lmdb on Darwin for now

I don't know what's wrong there, and Darwin isn't among primary platforms
for kresd.


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


[Nix-commits] [NixOS/nixpkgs] 59639a: opengrok: 0.12.1 (broken) -> 0.12.5

2017-02-15 Thread Jean-Pierre PRUNARET
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 59639ad8b027b3fbf69c74fcead0db905c8616b3
  
https://github.com/NixOS/nixpkgs/commit/59639ad8b027b3fbf69c74fcead0db905c8616b3
  Author: Jean-Pierre PRUNARET 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/tools/misc/opengrok/default.nix

  Log Message:
  ---
  opengrok: 0.12.1 (broken) -> 0.12.5


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


[Nix-commits] [NixOS/nixpkgs] 6309d9: syncthing-inotify: 0.8.4 -> 0.8.5

2017-02-15 Thread Peter Hoeg
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6309d9730507d680e265de612f7674ccf8b98a0c
  
https://github.com/NixOS/nixpkgs/commit/6309d9730507d680e265de612f7674ccf8b98a0c
  Author: Peter Hoeg 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/applications/networking/syncthing/inotify-deps.nix
M pkgs/applications/networking/syncthing/inotify.nix

  Log Message:
  ---
  syncthing-inotify: 0.8.4 -> 0.8.5


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


[Nix-commits] [NixOS/nixpkgs] 1a77e4: chromium: flashplayer: 24.0.0.194 -> 24.0.0.221

2017-02-15 Thread Kamil Chmielewski
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1a77e4141d83b1b0025c226303b77428f6eb74af
  
https://github.com/NixOS/nixpkgs/commit/1a77e4141d83b1b0025c226303b77428f6eb74af
  Author: Kamil Chmielewski 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/plugins.nix

  Log Message:
  ---
  chromium: flashplayer: 24.0.0.194 -> 24.0.0.221

[Critical security fix] - see #22792


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


[Nix-commits] [NixOS/nixpkgs] a24484: webkitgtk: 2.14.3 -> 2.14.4 for multiple CVEs

2017-02-15 Thread Franz Pletz
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a2448491e4e53d36f6ebf262c24811b1e4dafd65
  
https://github.com/NixOS/nixpkgs/commit/a2448491e4e53d36f6ebf262c24811b1e4dafd65
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/webkitgtk/2.14.nix

  Log Message:
  ---
  webkitgtk: 2.14.3 -> 2.14.4 for multiple CVEs

Fixes:

  * CVE-2017-2350
  * CVE-2017-2354
  * CVE-2017-2355
  * CVE-2017-2356
  * CVE-2017-2362
  * CVE-2017-2363
  * CVE-2017-2364
  * CVE-2017-2365
  * CVE-2017-2366
  * CVE-2017-2369
  * CVE-2017-2371
  * CVE-2017-2373

See https://webkitgtk.org/security/WSA-2017-0002.html.

(cherry picked from commit 07309d740a8e9375a45111677f617345a6314ebd)


  Commit: 987e3e59d5776e9b7c89291dcb924ac988a6a14e
  
https://github.com/NixOS/nixpkgs/commit/987e3e59d5776e9b7c89291dcb924ac988a6a14e
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/gnutls/3.5.nix

  Log Message:
  ---
  gnutls: 3.5.8 -> 3.5.9

Bugfix release.

(cherry picked from commit 1e65d0b9e995e18b289f0fb2b3724665c945d345)


  Commit: 13e939673cf5915893dd4e65032f5fbac7f1bc80
  
https://github.com/NixOS/nixpkgs/commit/13e939673cf5915893dd4e65032f5fbac7f1bc80
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/ffmpeg/2.8.nix

  Log Message:
  ---
  ffmpeg: 2.8.10 -> 2.8.11 for multiple CVEs

Fixes CVE-2017-5024 & CVE-2017-5025.

See https://ffmpeg.org/security.html.

(cherry picked from commit 78f59f1223b1a4cafebabeca88b28a159c9663d9)


  Commit: 701192eeb0262615941b9160e9bf266b1c6ee74c
  
https://github.com/NixOS/nixpkgs/commit/701192eeb0262615941b9160e9bf266b1c6ee74c
  Author: Graham Christensen 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/ffmpeg-full/default.nix

  Log Message:
  ---
  ffmpeg_3: 3.1.4 -> 3.1.6

(cherry picked from commit 16f8f0d31329b0f6335bfb34348c1b778765403e)


  Commit: f3587ccf4edf90c1628714dc6a5d5714b09b6520
  
https://github.com/NixOS/nixpkgs/commit/f3587ccf4edf90c1628714dc6a5d5714b09b6520
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/ffmpeg/3.1.nix

  Log Message:
  ---
  ffmpeg: 3.1.6 -> 3.1.7 for multiple CVEs

Fixes CVE-2017-5024 & CVE-2017-5025.

See https://ffmpeg.org/security.html.

(cherry picked from commit d2426f0aa877369ed7130075a7afc967004b69c0)


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


[Nix-commits] [NixOS/nixpkgs] a73afa: prometheus: 1.4.2 -> 1.5.2

2017-02-15 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a73afa89b402f969d9ed2e0d71dc2a19c80aaa72
  
https://github.com/NixOS/nixpkgs/commit/a73afa89b402f969d9ed2e0d71dc2a19c80aaa72
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/servers/monitoring/prometheus/default.nix

  Log Message:
  ---
  prometheus: 1.4.2 -> 1.5.2


  Commit: 188526da3da7162be11e7cc4e46e64d4279b834b
  
https://github.com/NixOS/nixpkgs/commit/188526da3da7162be11e7cc4e46e64d4279b834b
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M nixos/modules/services/monitoring/prometheus/blackbox-exporter.nix

  Log Message:
  ---
  prometheus.blackboxExporter service: add CAP_NET_RAW

The blackbox-exporter for prometheus needs CAP_NET_RAW for sending icmp
probes.


  Commit: 78f59f1223b1a4cafebabeca88b28a159c9663d9
  
https://github.com/NixOS/nixpkgs/commit/78f59f1223b1a4cafebabeca88b28a159c9663d9
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/ffmpeg/2.8.nix

  Log Message:
  ---
  ffmpeg: 2.8.10 -> 2.8.11 for multiple CVEs

Fixes CVE-2017-5024 & CVE-2017-5025.

See https://ffmpeg.org/security.html.


  Commit: d2426f0aa877369ed7130075a7afc967004b69c0
  
https://github.com/NixOS/nixpkgs/commit/d2426f0aa877369ed7130075a7afc967004b69c0
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/ffmpeg/3.1.nix

  Log Message:
  ---
  ffmpeg: 3.1.6 -> 3.1.7 for multiple CVEs

Fixes CVE-2017-5024 & CVE-2017-5025.

See https://ffmpeg.org/security.html.


  Commit: e8af5dcd8eaab5aae4cd85940e4714066adaf95b
  
https://github.com/NixOS/nixpkgs/commit/e8af5dcd8eaab5aae4cd85940e4714066adaf95b
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/ffmpeg/3.2.nix

  Log Message:
  ---
  ffmpeg: 3.2.2 -> 3.2.4 for multiple CVEs

Fixes CVE-2017-5024 & CVE-2017-5025.

See https://ffmpeg.org/security.html.


  Commit: 07309d740a8e9375a45111677f617345a6314ebd
  
https://github.com/NixOS/nixpkgs/commit/07309d740a8e9375a45111677f617345a6314ebd
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/webkitgtk/2.14.nix

  Log Message:
  ---
  webkitgtk: 2.14.3 -> 2.14.4 for multiple CVEs

Fixes:

  * CVE-2017-2350
  * CVE-2017-2354
  * CVE-2017-2355
  * CVE-2017-2356
  * CVE-2017-2362
  * CVE-2017-2363
  * CVE-2017-2364
  * CVE-2017-2365
  * CVE-2017-2366
  * CVE-2017-2369
  * CVE-2017-2371
  * CVE-2017-2373

See https://webkitgtk.org/security/WSA-2017-0002.html.


  Commit: 1e65d0b9e995e18b289f0fb2b3724665c945d345
  
https://github.com/NixOS/nixpkgs/commit/1e65d0b9e995e18b289f0fb2b3724665c945d345
  Author: Franz Pletz 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M pkgs/development/libraries/gnutls/3.5.nix

  Log Message:
  ---
  gnutls: 3.5.8 -> 3.5.9

Bugfix release.


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


Re: [Nix-dev] Problem with nixos-rebuild and Setup Virtual Console

2017-02-15 Thread x1n4u
Thank you both,
for your fast response.

On 02/14/2017 01:26 PM, Peter Simons wrote:
> Hi x1n4u,
> 
> please see https://github.com/NixOS/nixpkgs/issues/22470.
> 
> Best regards,
> Peter
> 
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 



On 02/14/2017 01:28 PM, Nikolay Amiantov wrote:
> See https://github.com/NixOS/nixpkgs/issues/22470, we are investigating
> this currently. Sorry for the trouble!
>
> ___
> 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] f9cb2b: nixos/security.wrappers: use literalExample in doc...

2017-02-15 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f9cb2b56402a76b51fa9fd25a947372f5ec6ff81
  
https://github.com/NixOS/nixpkgs/commit/f9cb2b56402a76b51fa9fd25a947372f5ec6ff81
  Author: Bjørn Forsman 
  Date:   2017-02-15 (Wed, 15 Feb 2017)

  Changed paths:
M nixos/modules/security/wrappers/default.nix

  Log Message:
  ---
  nixos/security.wrappers: use literalExample in documentation

It's much more readable when the example attrset is pretty printed
instead of written as one line.


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