[Nix-commits] [NixOS/nixpkgs] bd448b: dnscrypt-proxy service: use up-to-date dnscrypt-re...

2016-05-09 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bd448b713944524f41a8d37cfe59d4594b536911
  
https://github.com/NixOS/nixpkgs/commit/bd448b713944524f41a8d37cfe59d4594b536911
  Author: Joachim Fasting 
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  ---
  dnscrypt-proxy service: use up-to-date dnscrypt-resolvers list

The list of public proxies is updated now and again and it's probably a
good idea to always work from the most recent list, rather than the one
that is shipped with the release.  This can be crucial in case of
resolvers that are revealed to have gone rogue or otherwise have been
compromised.


  Commit: e38e3dcdb6c3f069a22dd497be3800da5f516eda
  
https://github.com/NixOS/nixpkgs/commit/e38e3dcdb6c3f069a22dd497be3800da5f516eda
  Author: Joachim Fasting 
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
M nixos/modules/services/networking/dnscrypt-proxy.nix

  Log Message:
  ---
  dnscrypt-proxy service: allow user to specify their own resolver list


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


[Nix-commits] [NixOS/nixpkgs] 346482: dosfstools: Enable compat symlinks

2016-05-09 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 346482c8d586de299ff8f457d69653917a4d62e2
  
https://github.com/NixOS/nixpkgs/commit/346482c8d586de299ff8f457d69653917a4d62e2
  Author: Tuomas Tynkkynen 
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
M pkgs/tools/filesystems/dosfstools/default.nix

  Log Message:
  ---
  dosfstools: Enable compat symlinks

Create these symlinks, since NixOS (and other users) can still be using
the old names:
dosfsck -> fsck.fat
dosfslabel -> fatlabel
fsck.msdos -> fsck.fat
fsck.vfat -> fsck.fat
mkdosfs -> mkfs.fat
mkfs.msdos -> mkfs.fat
mkfs.vfat -> mkfs.fat

While at it, kill the makeFlags which seems unnecessary as it seems
to use a standard Autotools build (maybe this is a new thing).


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


[Nix-commits] [NixOS/nixpkgs] 49de0c: texlive: restore back exports of TeX paths

2016-05-09 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 49de0c32bdeabf46f53e446811966ee9bd09aaf1
  
https://github.com/NixOS/nixpkgs/commit/49de0c32bdeabf46f53e446811966ee9bd09aaf1
  Author: Nikolay Amiantov 
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
M pkgs/tools/typesetting/tex/texlive-new/combine.nix

  Log Message:
  ---
  texlive: restore back exports of TeX paths

Credits for the fix to jraygauthier.
See https://github.com/NixOS/nixpkgs/pull/12768#issuecomment-218050187


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


[Nix-commits] [NixOS/nixpkgs] 8a4b67: texlive.combine: fix build

2016-05-09 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8a4b670a2f2e262a35288d49254236e934b08ab5
  
https://github.com/NixOS/nixpkgs/commit/8a4b670a2f2e262a35288d49254236e934b08ab5
  Author: Raymond Gauthier 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/tools/typesetting/tex/texlive-new/combine.nix

  Log Message:
  ---
  texlive.combine: fix build

Recent merge of pull request #14681 broke
the build of some texlive components (e.g.: `xetex`)
that do not include the `./share/texmf/web2c/texmf.cnf`.
This fix should allow these component to build
as before by operating on this file only when
it exits.


  Commit: 82dc880fbd6c97957ac14b567366f4eeec83dee4
  
https://github.com/NixOS/nixpkgs/commit/82dc880fbd6c97957ac14b567366f4eeec83dee4
  Author: Nikolay Amiantov 
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
M pkgs/tools/typesetting/tex/texlive-new/combine.nix

  Log Message:
  ---
  Merge pull request #15340 from 
jraygauthier/jrg/fix_xetex_and_others_since_merge_of_context_fix

texlive.combine: fix build


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


[Nix-commits] [NixOS/nixpkgs] e8fff5: unclutter: prevent service restarting too soon

2016-05-09 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e8fff519476cb2b48f2afd497e3494b41faf3a27
  
https://github.com/NixOS/nixpkgs/commit/e8fff519476cb2b48f2afd497e3494b41faf3a27
  Author: rnhmjoj 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  unclutter: prevent service restarting too soon


  Commit: 340dfc7866207ad41896d842fc8e0393a06547ee
  
https://github.com/NixOS/nixpkgs/commit/340dfc7866207ad41896d842fc8e0393a06547ee
  Author: Joachim Fasting 
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  ---
  Merge pull request #15336 from rnhmjoj/master

unclutter: prevent service restarting too soon


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


[Nix-commits] [NixOS/nixpkgs] ad0a9f: autogen: fix borked source URL and hash

2016-05-09 Thread Tobias Geerinckx-Rice
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ad0a9f5f52178a4b8b69e231c839b3fabfee3b2d
  
https://github.com/NixOS/nixpkgs/commit/ad0a9f5f52178a4b8b69e231c839b3fabfee3b2d
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  ---
  autogen: fix borked source URL and hash


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


[Nix-commits] [NixOS/nixpkgs] 06d890: SDL2_image: 2.0.0 -> 2.0.1

2016-05-09 Thread Tobias Geerinckx-Rice
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 06d8903374d94ccc2188369dfcbbfb3e9aa6ceab
  
https://github.com/NixOS/nixpkgs/commit/06d8903374d94ccc2188369dfcbbfb3e9aa6ceab
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  ---
  SDL2_image: 2.0.0 -> 2.0.1


  Commit: 5dc7093e56af38f297a18987e26af27da95ee729
  
https://github.com/NixOS/nixpkgs/commit/5dc7093e56af38f297a18987e26af27da95ee729
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  ---
  SDL2_mixer: 2.0.0 -> 2.0.1


  Commit: 89384a005622d520dc55977ceca86f5520ba46df
  
https://github.com/NixOS/nixpkgs/commit/89384a005622d520dc55977ceca86f5520ba46df
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  ---
  SDL2_ttf: 2.0.12 -> 2.0.14


  Commit: 1a783468aa1c6811f1b05ba96cb4ddeb75a8685c
  
https://github.com/NixOS/nixpkgs/commit/1a783468aa1c6811f1b05ba96cb4ddeb75a8685c
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  ---
  tome4: 1.3.3 -> 1.4.6

Just to get it building again after the 1.3.3 sources disappeared,
but it seems to run fine.


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


[Nix-commits] [NixOS/nixpkgs] 8dd753: pxattr: Init at 2.1.0

2016-05-09 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8dd753dedcc5445bf65d112eb76a2a888462b5a3
  
https://github.com/NixOS/nixpkgs/commit/8dd753dedcc5445bf65d112eb76a2a888462b5a3
  Author: Rahul Gopinath 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  pxattr: Init at 2.1.0

pxattr provides a single interface to extended file system attributes. It can
be used to save and restore extended file system attributes before using
a utility such as tar for backup which does not understand extended fsattr.


  Commit: 3295f683360641924ede1b86b413becb3c0c8d23
  
https://github.com/NixOS/nixpkgs/commit/3295f683360641924ede1b86b413becb3c0c8d23
  Author: Arseniy Seroka 
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  ---
  Merge pull request #15333 from vrthra/pxattr

pxattr: Init at 2.1.0


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


[Nix-commits] [NixOS/nixpkgs] 0ee423: sane-backends-git -> 2016-05-09

2016-05-09 Thread Tobias Geerinckx-Rice
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0ee42380263b3427545560b5ccc7e802a747ca50
  
https://github.com/NixOS/nixpkgs/commit/0ee42380263b3427545560b5ccc7e802a747ca50
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
M pkgs/applications/graphics/sane/backends/git.nix

  Log Message:
  ---
  sane-backends-git -> 2016-05-09


  Commit: baac4e88e17b0532041f510224f24672edc8962a
  
https://github.com/NixOS/nixpkgs/commit/baac4e88e17b0532041f510224f24672edc8962a
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-10 (Tue, 10 May 2016)

  Changed paths:
M pkgs/data/misc/geolite-legacy/default.nix

  Log Message:
  ---
  geolite-legacy: 2016-05-03 -> 2016-05-09


  Commit: a40c1c21f14d4fc246aeea0d9e4e9f6aeb124bb7
  
https://github.com/NixOS/nixpkgs/commit/a40c1c21f14d4fc246aeea0d9e4e9f6aeb124bb7
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-10 (Tue, 10 May 2016)

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

  Log Message:
  ---
  autogen: 5.18.6 -> 5.18.7


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


Re: [Nix-dev] confused using the ? operator with non literal operators

2016-05-09 Thread Layus
I never said it made sense ;-).

But think of it as array access. It is the exact counterpart of the dot 
(.) operator :

nix-repl> foo = { bar = 1; }
nix-repl> quux = "bar"

nix-repl> foo?bar
true
nix-repl> foo.bar
1

nix-repl> foo?${quux}
true
nix-repl> foo.${quux}
1

nix-repl> foo?quux
false
nix-repl> foo.quux
error: attribute ‘quux’ missing, at (string):1:1

 From that point of view it makes sense, right ?

Now its your turn: What section of the manual should be updated to 
better explain this ?
You are at the best place to tell us how you looked for the info, and 
where you expected to find it.

-- Layus.

On 09/05/16 16:36, Samuel wrote:
> Oh, I see. So foo ? quux evaluates to foo ? "quux". Seems a bit
> confusing, but everything is clear now :)
>
> Thanks
>
> On 9 May 2016 at 15:52, Guillaume Maudoux (Layus)  wrote:
>> You are missing the only command that could enlighten you :
>>
>>> foo ? bar
>> true
>>
>> The second operant is taken as a string literal, that's why you need to
>> evaluate variables there.
>> The following also works :
>>
>>> foo ? ${quux}
>> true
>>
>> -- Layus.
>>
>> Le 09/05/16 à 15:25, Samuel a écrit :
>>> Am I holding some false assumption here? It seems the ? operator has
>>> different behaviour depending on how the right hand side is evaluated:
>>>
>>> nix-repl> foo = { bar = "baz"; }
>>>
>>> nix-repl> quux = "bar"
>>>
>>> nix-repl> foo ? "bar"
>>> true
>>>
>>> nix-repl> foo ? quux
>>> false
>>>
>>> nix-repl> foo ? "${quux}"
>>> true
>>>
>>> nix-repl> quux == "${quux}"
>>> true
>>>
>>> nix-repl> builtins.typeOf quux
>>> "string"
>>>
>> ___
>> 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] a1d44a: pythonPackages.mitmproxy: fetchurl -> fetchFromGit...

2016-05-09 Thread Daniel Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a1d44a6b79ffc4078eac3a3e88cd4bee8d8ce50b
  
https://github.com/NixOS/nixpkgs/commit/a1d44a6b79ffc4078eac3a3e88cd4bee8d8ce50b
  Author: Cole Mickens 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  pythonPackages.mitmproxy: fetchurl -> fetchFromGitHub


  Commit: b10659196b14358858c786749824956fac3a889d
  
https://github.com/NixOS/nixpkgs/commit/b10659196b14358858c786749824956fac3a889d
  Author: Daniel Peebles 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #15331 from colemickens/fix_mitmproxy

pythonPackages.mitmproxy: fetchurl -> fetchFromGitHub


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


[Nix-commits] [NixOS/nixpkgs] 1066ba: moreutils: add meta.platforms (= all)

2016-05-09 Thread Bjørn Forsman
  Branch: refs/heads/release-15.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1066ba6f2a97374e02435f154e0847aef8b6fc5d
  
https://github.com/NixOS/nixpkgs/commit/1066ba6f2a97374e02435f154e0847aef8b6fc5d
  Author: Bjørn Forsman 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  moreutils: add meta.platforms (= all)

(cherry picked from commit 977cd5de36aa59a24685a730c332a422a62bfa39)


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


[Nix-commits] [NixOS/nixpkgs] 1c1efa: moreutils: add meta.platforms (= all)

2016-05-09 Thread Bjørn Forsman
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1c1efaad6e21e799c0217d1c0df21d01fb7b4e86
  
https://github.com/NixOS/nixpkgs/commit/1c1efaad6e21e799c0217d1c0df21d01fb7b4e86
  Author: Bjørn Forsman 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  moreutils: add meta.platforms (= all)

(cherry picked from commit 977cd5de36aa59a24685a730c332a422a62bfa39)


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


[Nix-commits] [NixOS/nixpkgs] 977cd5: moreutils: add meta.platforms (= all)

2016-05-09 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 977cd5de36aa59a24685a730c332a422a62bfa39
  
https://github.com/NixOS/nixpkgs/commit/977cd5de36aa59a24685a730c332a422a62bfa39
  Author: Bjørn Forsman 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  moreutils: add meta.platforms (= all)


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


Re: [Nix-dev] Source URL breakage – please can we improve the determinism

2016-05-09 Thread Bjørn Forsman
On 9 May 2016 at 20:21, Eelco Dolstra  wrote:

> * The mirroring script only copies tarballs of packages in the Nixpkgs Hydra
> jobset. Since moreutils is not part of the jobset, it's not mirrored. This can
> be fixed by adding a meta.platforms attribute to moreutils.

Thank you! (Completely forgot about meta.platforms...)

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


Re: [Nix-dev] Source URL breakage – please can we improve the determinism

2016-05-09 Thread Eelco Dolstra
Hi,

On 08/05/16 02:19, J. R. Haigh wrote:

> Dear Nix project leaders, I don't find NixOS to be very deterministic at all,
> and it's nearly always for the same reason: source files on random servers
> scattered across the Internet going walkabouts.

We have a content-addressed tarball mirror at http://tarballs.nixos.org for this
purpose. "fetchurl" will automatically use this mirror to obtain files by hash.
However:

* The mirroring script was not running lately. I've revived it so 16.03 tarballs
are mirrored now
(https://github.com/NixOS/nixos-org-configurations/commit/a17ccf87deae4fb86639c8d34ab5938edd68d8c4).

* The mirroring script only copies tarballs of packages in the Nixpkgs Hydra
jobset. Since moreutils is not part of the jobset, it's not mirrored. This can
be fixed by adding a meta.platforms attribute to moreutils.

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


[Nix-commits] [NixOS/nixpkgs] b7e993: zsh-navigation-tools: 2.0.7 -> 2.1.6

2016-05-09 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b7e99395f4a751e8d7716d81a1817e4027d55599
  
https://github.com/NixOS/nixpkgs/commit/b7e99395f4a751e8d7716d81a1817e4027d55599
  Author: Sebastian Gniazdowski 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/tools/misc/zsh-navigation-tools/default.nix

  Log Message:
  ---
  zsh-navigation-tools: 2.0.7 -> 2.1.6


  Commit: c75efcba757aba08b23ceeb982f16a698d165ee9
  
https://github.com/NixOS/nixpkgs/commit/c75efcba757aba08b23ceeb982f16a698d165ee9
  Author: Arseniy Seroka 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/tools/misc/zsh-navigation-tools/default.nix

  Log Message:
  ---
  Merge pull request #15325 from psprint/master

zsh-navigation-tools: 2.0.7 -> 2.1.6


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


[Nix-commits] [NixOS/nixpkgs] 40dae1: scalafmt: init at 0.2.3

2016-05-09 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 40dae1aba83023024dce253504e4d9c0cc6d8c3f
  
https://github.com/NixOS/nixpkgs/commit/40dae1aba83023024dce253504e4d9c0cc6d8c3f
  Author: Markus Hauck 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  scalafmt: init at 0.2.3


  Commit: 89008a2c582a386aeefb360a64bb077348738b2d
  
https://github.com/NixOS/nixpkgs/commit/89008a2c582a386aeefb360a64bb077348738b2d
  Author: Arseniy Seroka 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #15330 from markus1189/scalafmt

scalafmt: init at 0.2.3


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


Re: [Nix-dev] Persistent NixOps keys

2016-05-09 Thread Игорь Пашев
2016-05-09 13:49 GMT+03:00 Tomasz Czyż :
> I'm not sure I understand this correctly. Do you want to put keys into the
> initrd?


No, I keep them under /root/keys. The save service polls /run/keys for updates.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 7efca5: Update EC2 AMIs to 16.03.659.011ea84

2016-05-09 Thread Eelco Dolstra
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7efca53da45470779fdb2acf774e073f4cc06e9a
  
https://github.com/NixOS/nixpkgs/commit/7efca53da45470779fdb2acf774e073f4cc06e9a
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Update EC2 AMIs to 16.03.659.011ea84

This includes the binutils mass rebuild.

(cherry picked from commit ecfc523d32b6969fbb0c5641fb2d155812e2b9f8)


  Commit: 4d496ea6b0c376f7ef0d90f4f59cd742a3c02340
  
https://github.com/NixOS/nixpkgs/commit/4d496ea6b0c376f7ef0d90f4f59cd742a3c02340
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox: 45.0.2 -> 46.0

Still using GTK+ 2 for now, since apparently building with GTK+ 3
still requires GTK+ 2, increasing the closure size. (#15008)

(cherry picked from commit 930d243ea490c1cbb5d70b514a70f2d9c989b25f)


  Commit: 96e204b064d8c29c98753e05107c94ceabad5e7b
  
https://github.com/NixOS/nixpkgs/commit/96e204b064d8c29c98753e05107c94ceabad5e7b
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox: Don't use out-dated system sqlite


  Commit: 592dd23efcd63e9341faa59005fd523d42c52ad6
  
https://github.com/NixOS/nixpkgs/commit/592dd23efcd63e9341faa59005fd523d42c52ad6
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  aws-sdk-cpp: 0.9.6 -> 0.10.6

(cherry picked from commit 11e252e5a08e27d189f4688b99b88a4e4859bcee)


  Commit: a8f1c55157d9e7751a7d3d9a2087e3beaacffa62
  
https://github.com/NixOS/nixpkgs/commit/a8f1c55157d9e7751a7d3d9a2087e3beaacffa62
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox: 46.0 -> 46.0.1

(cherry picked from commit 02d01dc7c5b5e30bd4a0c39fbe598f3c5c4b85ae)


  Commit: a5d71c175c518348008cc1b94ab0f253f4210e8f
  
https://github.com/NixOS/nixpkgs/commit/a5d71c175c518348008cc1b94ab0f253f4210e8f
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox-esr: 45.0.2 -> 45.1.1

(cherry picked from commit de22402f85993e42e5e007c2ce378f474297d786)


  Commit: efd03d53ca5aa87b391f1396a2b125a0c64654a2
  
https://github.com/NixOS/nixpkgs/commit/efd03d53ca5aa87b391f1396a2b125a0c64654a2
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M maintainers/scripts/copy-tarballs.pl

  Log Message:
  ---
  copy-tarballs.pl: Add --exclude flag

(cherry picked from commit 4f4ba0d3f44681085aee84977f333be2cedf7c80)


  Commit: 2eb3eafedfee5af4c10d3f5a3dcb0a8559dd7315
  
https://github.com/NixOS/nixpkgs/commit/2eb3eafedfee5af4c10d3f5a3dcb0a8559dd7315
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/applications/misc/vue/default.nix
M pkgs/applications/science/logic/leo2/default.nix
M pkgs/data/fonts/tempora-lgc/default.nix
M pkgs/development/libraries/libnftnl/default.nix

  Log Message:
  ---
  Fix some URLs that lacked a URI scheme

(cherry picked from commit 7ce5d43c63e20eedc619b3b7899ce34fd9558a1a)


  Commit: d2fcb5afb79149a3ece8c8b646aef12d66d49ccb
  
https://github.com/NixOS/nixpkgs/commit/d2fcb5afb79149a3ece8c8b646aef12d66d49ccb
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix
M pkgs/applications/networking/mailreaders/thunderbird/default.nix
M pkgs/build-support/fetchurl/mirrors.nix
M pkgs/development/interpreters/spidermonkey/1.8.0-rc1.nix
M pkgs/development/interpreters/spidermonkey/17.0.nix
M pkgs/development/interpreters/spidermonkey/185-1.0.0.nix
M pkgs/development/interpreters/spidermonkey/24.2.nix
M pkgs/development/interpreters/spidermonkey/default.nix
M pkgs/development/libraries/java/rhino/default.nix
M pkgs/development/libraries/nspr/default.nix
M pkgs/development/libraries/nss/default.nix
M pkgs/development/libraries/svrcore/default.nix

  Log Message:
  ---
  Add mirror://mozilla scheme

(cherry picked from commit cb37ab146b6578b540cead3ef1ec282f4de975a7)


  Commit: 

[Nix-commits] [NixOS/nixpkgs] 4f4ba0: copy-tarballs.pl: Add --exclude flag

2016-05-09 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4f4ba0d3f44681085aee84977f333be2cedf7c80
  
https://github.com/NixOS/nixpkgs/commit/4f4ba0d3f44681085aee84977f333be2cedf7c80
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M maintainers/scripts/copy-tarballs.pl

  Log Message:
  ---
  copy-tarballs.pl: Add --exclude flag


  Commit: 7ce5d43c63e20eedc619b3b7899ce34fd9558a1a
  
https://github.com/NixOS/nixpkgs/commit/7ce5d43c63e20eedc619b3b7899ce34fd9558a1a
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/applications/misc/vue/default.nix
M pkgs/applications/science/logic/leo2/default.nix
M pkgs/data/fonts/tempora-lgc/default.nix
M pkgs/development/libraries/libnftnl/default.nix

  Log Message:
  ---
  Fix some URLs that lacked a URI scheme


  Commit: cb37ab146b6578b540cead3ef1ec282f4de975a7
  
https://github.com/NixOS/nixpkgs/commit/cb37ab146b6578b540cead3ef1ec282f4de975a7
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix
M pkgs/applications/networking/mailreaders/thunderbird/default.nix
M pkgs/build-support/fetchurl/mirrors.nix
M pkgs/development/interpreters/spidermonkey/1.8.0-rc1.nix
M pkgs/development/interpreters/spidermonkey/17.0.nix
M pkgs/development/interpreters/spidermonkey/185-1.0.0.nix
M pkgs/development/interpreters/spidermonkey/24.2.nix
M pkgs/development/interpreters/spidermonkey/default.nix
M pkgs/development/libraries/java/rhino/default.nix
M pkgs/development/libraries/nspr/default.nix
M pkgs/development/libraries/nss/default.nix
M pkgs/development/libraries/svrcore/default.nix

  Log Message:
  ---
  Add mirror://mozilla scheme


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


[Nix-commits] [NixOS/nixpkgs] e9b55a: mitmproxy: change source url

2016-05-09 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e9b55a03d3951bc6d10206f5333757edf9cd161a
  
https://github.com/NixOS/nixpkgs/commit/e9b55a03d3951bc6d10206f5333757edf9cd161a
  Author: Cole Mickens 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  mitmproxy: change source url


  Commit: 1717d11bf964b1234d9ca456873611cb7b340d4e
  
https://github.com/NixOS/nixpkgs/commit/1717d11bf964b1234d9ca456873611cb7b340d4e
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #15327 from colemickens/fix_mitmproxy

mitmproxy: change source url


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


[Nix-commits] [NixOS/nixpkgs] ce0946: Pweave: init at 0.25

2016-05-09 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ce09466fe5729117c54d60c0c6017ea815ee6401
  
https://github.com/NixOS/nixpkgs/commit/ce09466fe5729117c54d60c0c6017ea815ee6401
  Author: Bojan Nikolic 
  Date:   2016-05-04 (Wed, 04 May 2016)

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

  Log Message:
  ---
  Pweave: init at 0.25


  Commit: 0b8ef889427215e5011bde41108284815403de9c
  
https://github.com/NixOS/nixpkgs/commit/0b8ef889427215e5011bde41108284815403de9c
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #15220 from bnikolic/python-pweave2

Pweave: init at 0.25


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


[Nix-commits] [NixOS/nixpkgs] bfa0c1: pythonpackages.parsedatetime: 1.4 -> 1.5

2016-05-09 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bfa0c15b1e7f02e90aab59bb2d6d77b7c90479ed
  
https://github.com/NixOS/nixpkgs/commit/bfa0c15b1e7f02e90aab59bb2d6d77b7c90479ed
  Author: Rahul Gopinath 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  pythonpackages.parsedatetime: 1.4 -> 1.5

Agate requires parsedatetime 1.5


  Commit: 4a04f2d51151f6e9039c3929afe452034c170182
  
https://github.com/NixOS/nixpkgs/commit/4a04f2d51151f6e9039c3929afe452034c170182
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #15318 from vrthra/parsedatetime

parsedatetime: 1.4 -> 1.5


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


[Nix-commits] [NixOS/nixpkgs] 3beda4: Python: re-enable default testing

2016-05-09 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3beda443bc1571ef1d73afe0b3a5463f89299c53
  
https://github.com/NixOS/nixpkgs/commit/3beda443bc1571ef1d73afe0b3a5463f89299c53
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Python: re-enable default testing

In 303e976 default testing of setuptools packages was accidentally
disabled.


  Commit: da8c41814adef990daf8aeacaa78fee0221f3071
  
https://github.com/NixOS/nixpkgs/commit/da8c41814adef990daf8aeacaa78fee0221f3071
  Author: zimbatm 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #15326 from FRidh/pythontest

Python: re-enable default testing


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


[Nix-commits] [NixOS/nixpkgs] 099c59: qt55.qmakeHook: fix error when package builds no l...

2016-05-09 Thread Thomas Tuegel
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 099c59ea4e4f6944bdff6b12fefd2b441340a288
  
https://github.com/NixOS/nixpkgs/commit/099c59ea4e4f6944bdff6b12fefd2b441340a288
  Author: Thomas Tuegel 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/development/libraries/qt-5/5.5/qmake-hook.sh

  Log Message:
  ---
  qt55.qmakeHook: fix error when package builds no libraries


  Commit: ea90e3e6caa3173bc894cfb6052904517ebcb02c
  
https://github.com/NixOS/nixpkgs/commit/ea90e3e6caa3173bc894cfb6052904517ebcb02c
  Author: Thomas Tuegel 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
A pkgs/development/libraries/qt-5/5.6/default.nix
A pkgs/development/libraries/qt-5/5.6/fetchsrcs.sh
A pkgs/development/libraries/qt-5/5.6/fix-qt-module-cmake-config.sh
A pkgs/development/libraries/qt-5/5.6/make-qt-wrapper.sh
A pkgs/development/libraries/qt-5/5.6/qmake-hook.sh
A pkgs/development/libraries/qt-5/5.6/qtbase/compose-search-path.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/decrypt-ssl-traffic.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
A pkgs/development/libraries/qt-5/5.6/qtbase/dlopen-dbus.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/dlopen-gl.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/dlopen-gtkstyle.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/dlopen-libXcursor.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/dlopen-openssl.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/dlopen-resolv.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/libressl.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/mkspecs-libgl.patch
A 
pkgs/development/libraries/qt-5/5.6/qtbase/nix-profiles-library-paths.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/series
A pkgs/development/libraries/qt-5/5.6/qtbase/setup-hook.sh
A pkgs/development/libraries/qt-5/5.6/qtbase/tzdir.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/xdg-config-dirs.patch
A pkgs/development/libraries/qt-5/5.6/qtconnectivity.nix
A pkgs/development/libraries/qt-5/5.6/qtdeclarative/default.nix
A 
pkgs/development/libraries/qt-5/5.6/qtdeclarative/nix-profiles-import-paths.patch
A pkgs/development/libraries/qt-5/5.6/qtdeclarative/series
A pkgs/development/libraries/qt-5/5.6/qtdoc.nix
A pkgs/development/libraries/qt-5/5.6/qtenginio.nix
A pkgs/development/libraries/qt-5/5.6/qtgraphicaleffects.nix
A pkgs/development/libraries/qt-5/5.6/qtimageformats.nix
A pkgs/development/libraries/qt-5/5.6/qtlocation.nix
A pkgs/development/libraries/qt-5/5.6/qtmultimedia.nix
A pkgs/development/libraries/qt-5/5.6/qtquickcontrols.nix
A pkgs/development/libraries/qt-5/5.6/qtscript/0001-glib-2.32.patch
A pkgs/development/libraries/qt-5/5.6/qtscript/default.nix
A pkgs/development/libraries/qt-5/5.6/qtsensors.nix
A 
pkgs/development/libraries/qt-5/5.6/qtserialport/0001-dlopen-serialport-udev.patch
A pkgs/development/libraries/qt-5/5.6/qtserialport/default.nix
A pkgs/development/libraries/qt-5/5.6/qtsvg.nix
A pkgs/development/libraries/qt-5/5.6/qttools.nix
A pkgs/development/libraries/qt-5/5.6/qttranslations.nix
A pkgs/development/libraries/qt-5/5.6/qtwebsockets.nix
A pkgs/development/libraries/qt-5/5.6/qtx11extras.nix
A pkgs/development/libraries/qt-5/5.6/qtxmlpatterns.nix
A pkgs/development/libraries/qt-5/5.6/srcs.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  qt56: init at 5.6.0


  Commit: 3628eed9d4d8623a73bcc1be69aec835d1e8ff70
  
https://github.com/NixOS/nixpkgs/commit/3628eed9d4d8623a73bcc1be69aec835d1e8ff70
  Author: Thomas Tuegel 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  qt5: 5.4.2 -> 5.6.0


  Commit: 7c77230224e8bc27482eb6ecaf6f7bc048d1571f
  
https://github.com/NixOS/nixpkgs/commit/7c77230224e8bc27482eb6ecaf6f7bc048d1571f
  Author: Thomas Tuegel 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
R pkgs/development/libraries/qt-5/5.4/default.nix
R pkgs/development/libraries/qt-5/5.4/fetchsrcs.sh
R pkgs/development/libraries/qt-5/5.4/fix-qt-module-cmake-config.sh
R pkgs/development/libraries/qt-5/5.4/make-qt-wrapper.sh
R pkgs/development/libraries/qt-5/5.4/qmake-hook.sh
R pkgs/development/libraries/qt-5/5.4/qtbase/compose-search-path.patch
R pkgs/development/libraries/qt-5/5.4/qtbase/decrypt-ssl-traffic.patch
R pkgs/development/libraries/qt-5/5.4/qtbase/default.nix
R pkgs/development/libraries/qt-5/5.4/qtbase/dlopen-dbus.patch
R pkgs/development/libraries/qt-5/5.4/qtbase/dlopen-gl.patch
R pkgs/development/libraries/qt-5/5.4/qtbase/dlopen-gtkstyle.patch
R pkgs/development/libraries/qt-5/5.4/qtbase/dlopen-libXcursor.patch
R 

[Nix-commits] [NixOS/nixpkgs] cf63f2: dropbox: use makeQtWrapper

2016-05-09 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cf63f2dde924dd4cdf95e92841296af539a5fcce
  
https://github.com/NixOS/nixpkgs/commit/cf63f2dde924dd4cdf95e92841296af539a5fcce
  Author: Thomas Tuegel 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  dropbox: use makeQtWrapper


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


[Nix-commits] [NixOS/nixpkgs] ed2fc0: signon: remove obsolete alias

2016-05-09 Thread Thomas Tuegel
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ed2fc081e08b3e62a70a34167169fe78f3ab0253
  
https://github.com/NixOS/nixpkgs/commit/ed2fc081e08b3e62a70a34167169fe78f3ab0253
  Author: Thomas Tuegel 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  signon: remove obsolete alias


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


[Nix-commits] [NixOS/nixpkgs] 7eb8e9: qjackctl: 4.0 -> 4.2, qt4 -> qt5

2016-05-09 Thread goibhniu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7eb8e98500b64bffb14736e5a1870f68dc9d3de6
  
https://github.com/NixOS/nixpkgs/commit/7eb8e98500b64bffb14736e5a1870f68dc9d3de6
  Author: Joel Moberg 
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  ---
  qjackctl: 4.0 -> 4.2, qt4 -> qt5


  Commit: f9a0e9c649a9c62d17886a655f870450fbc6ac59
  
https://github.com/NixOS/nixpkgs/commit/f9a0e9c649a9c62d17886a655f870450fbc6ac59
  Author: goibhniu 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #15233 from joelmo/qjackctl

qjackctl: 4.0 -> 4.2, qt4 -> qt5


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


[Nix-commits] [NixOS/nixpkgs] 52477b: kernelPatches.grsecurity_4_5: 201605060852 -> 2016...

2016-05-09 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 52477b0a0b49fc6253872fcdbffa9e40c17fa235
  
https://github.com/NixOS/nixpkgs/commit/52477b0a0b49fc6253872fcdbffa9e40c17fa235
  Author: Joachim Fasting 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  kernelPatches.grsecurity_4_5: 201605060852 -> 201605080858


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


Re: [Nix-dev] confused using the ? operator with non literal operators

2016-05-09 Thread Samuel
Oh, I see. So foo ? quux evaluates to foo ? "quux". Seems a bit
confusing, but everything is clear now :)

Thanks

On 9 May 2016 at 15:52, Guillaume Maudoux (Layus)  wrote:
> You are missing the only command that could enlighten you :
>
>> foo ? bar
> true
>
> The second operant is taken as a string literal, that's why you need to
> evaluate variables there.
> The following also works :
>
>> foo ? ${quux}
> true
>
> -- Layus.
>
> Le 09/05/16 à 15:25, Samuel a écrit :
>> Am I holding some false assumption here? It seems the ? operator has
>> different behaviour depending on how the right hand side is evaluated:
>>
>> nix-repl> foo = { bar = "baz"; }
>>
>> nix-repl> quux = "bar"
>>
>> nix-repl> foo ? "bar"
>> true
>>
>> nix-repl> foo ? quux
>> false
>>
>> nix-repl> foo ? "${quux}"
>> true
>>
>> nix-repl> quux == "${quux}"
>> true
>>
>> nix-repl> builtins.typeOf quux
>> "string"
>>
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev



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


[Nix-commits] [NixOS/nixpkgs] 3853d1: pythonPackages.nbconvert: 4.1.0 -> 4.2.0

2016-05-09 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3853d1e97fa1dde244d73cb5d6c48d110660412d
  
https://github.com/NixOS/nixpkgs/commit/3853d1e97fa1dde244d73cb5d6c48d110660412d
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  pythonPackages.nbconvert: 4.1.0 -> 4.2.0


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


[Nix-commits] [NixOS/hydra] 4392d3: Enable declarative projects.

2016-05-09 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 4392d3e21db42f02a70c56db9a227e6a56c9e1df
  
https://github.com/NixOS/hydra/commit/4392d3e21db42f02a70c56db9a227e6a56c9e1df
  Author: Shea Levy 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M src/lib/Hydra/Controller/Jobset.pm
M src/lib/Hydra/Controller/Project.pm
M src/lib/Hydra/Helper/AddBuilds.pm
M src/lib/Hydra/Helper/CatalystUtils.pm
M src/lib/Hydra/Schema/Projects.pm
M src/root/edit-project.tt
M src/root/jobset.tt
M src/root/project.tt
M src/script/hydra-evaluator
M src/script/hydra-notify
M src/sql/hydra.sql
A src/sql/upgrade-48.sql

  Log Message:
  ---
  Enable declarative projects.

This allows fully declarative project specifications. This is best
illustrated by example:

* I create a new project, setting the declarative spec file to
  "spec.json" and the declarative input to a git repo pointing
  at git://github.com/shlevy/declarative-hydra-example.git
* hydra creates a special ".jobsets" jobset alongside the project
* Just before evaluating the ".jobsets" jobset, hydra fetches
  declarative-hydra-example.git, reads spec.json as a jobset spec,
  and updates the jobset's configuration accordingly:
{
"enabled": 1,
"hidden": false,
"description": "Jobsets",
"nixexprinput": "src",
"nixexprpath": "default.nix",
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"inputs": {
  "src": { "type": "git", "value": 
"git://github.com/shlevy/declarative-hydra-example.git", "emailresponsible": 
false },
  "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs.git 
release-16.03", "emailresponsible": false }
}
}
* When the "jobsets" job of the ".jobsets" jobset completes, hydra
  reads its output as a JSON representation of a dictionary of
  jobset specs and creates a jobset named "master" configured
  accordingly (In this example, this is the same configuration as
  .jobsets itself, except using release.nix instead of default.nix):
{
"enabled": 1,
"hidden": false,
"description": "js",
"nixexprinput": "src",
"nixexprpath": "release.nix",
"checkinterval": 300,
"schedulingshares": 100,
"enableemail": false,
"emailoverride": "",
"keepnr": 3,
"inputs": {
  "src": { "type": "git", "value": 
"git://github.com/shlevy/declarative-hydra-example.git", "emailresponsible": 
false },
  "nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs.git 
release-16.03", "emailresponsible": false }
}
}


  Commit: aa7cc6d599e0a4750885833175d3b4b396026b5e
  
https://github.com/NixOS/hydra/commit/aa7cc6d599e0a4750885833175d3b4b396026b5e
  Author: Shea Levy 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M src/script/hydra-evaluator

  Log Message:
  ---
  Declarative projects: Include the fetch info for the declarative input in the 
project eval


  Commit: 615c10bcc416428bd9726211d5b7edd95221e5f5
  
https://github.com/NixOS/hydra/commit/615c10bcc416428bd9726211d5b7edd95221e5f5
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M src/lib/Hydra/Controller/Jobset.pm
M src/lib/Hydra/Controller/Project.pm
M src/lib/Hydra/Helper/AddBuilds.pm
M src/lib/Hydra/Helper/CatalystUtils.pm
M src/lib/Hydra/Schema/Projects.pm
M src/root/edit-project.tt
M src/root/jobset.tt
M src/root/project.tt
M src/script/hydra-evaluator
M src/script/hydra-notify
M src/sql/hydra.sql
A src/sql/upgrade-48.sql

  Log Message:
  ---
  Merge pull request #277 from shlevy/declarative-project

Enable declarative projects.


Compare: https://github.com/NixOS/hydra/compare/995f3b21db97...615c10bcc416___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 9e6a72: pythonPackages.decorator: 4.0.6 -> 4.0.9

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

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

  Log Message:
  ---
  pythonPackages.decorator: 4.0.6 -> 4.0.9


  Commit: d9231ee06af89f275d1dd970623af8f11293aab6
  
https://github.com/NixOS/nixpkgs/commit/d9231ee06af89f275d1dd970623af8f11293aab6
  Author: zimbatm 
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  ---
  pythonPackages.traitlets: 4.1.0 -> 4.2.1


  Commit: c2530db6a6bad952acf5ec3d0a08c6dfacf83265
  
https://github.com/NixOS/nixpkgs/commit/c2530db6a6bad952acf5ec3d0a08c6dfacf83265
  Author: zimbatm 
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  ---
  pythonPackages.jupyer_core: 4.0.6 -> 4.1.0


  Commit: b3eaac6d83ad2f8726ae273a234e84c0d94e57f6
  
https://github.com/NixOS/nixpkgs/commit/b3eaac6d83ad2f8726ae273a234e84c0d94e57f6
  Author: zimbatm 
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  ---
  pythonPackages.jupyer_client: 4.1.1 -> 4.2.2


  Commit: 5cf3ad9f4b5c585586bed2a67492a0b567b71d28
  
https://github.com/NixOS/nixpkgs/commit/5cf3ad9f4b5c585586bed2a67492a0b567b71d28
  Author: zimbatm 
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  ---
  pythonPackages.ipykernel: 4.3.0 -> 4.3.1


  Commit: 6f9645e4267e8fb80865d68a57fd6dfda8423642
  
https://github.com/NixOS/nixpkgs/commit/6f9645e4267e8fb80865d68a57fd6dfda8423642
  Author: zimbatm 
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  ---
  pythonPackages.notebook: 4.1.0 -> 4.2.0


  Commit: bfe001e210b239a6d50e8ac52edceff797b636df
  
https://github.com/NixOS/nixpkgs/commit/bfe001e210b239a6d50e8ac52edceff797b636df
  Author: zimbatm 
  Date:   2016-05-05 (Thu, 05 May 2016)

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

  Log Message:
  ---
  pythonPackages.ipyparallel: 5.0.0 -> 5.0.1


  Commit: c8345f06f8eccffe0ce23d4ea48cabc80d5705c9
  
https://github.com/NixOS/nixpkgs/commit/c8345f06f8eccffe0ce23d4ea48cabc80d5705c9
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #15249 from zimbatm/ipython-updates

Ipython updates


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


[Nix-commits] [NixOS/nixpkgs] 76aa0b: snabb: build in parallel

2016-05-09 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 76aa0ba6644ab71fa1a17efa22e718009420ccf2
  
https://github.com/NixOS/nixpkgs/commit/76aa0ba6644ab71fa1a17efa22e718009420ccf2
  Author: Domen Kožar 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  snabb: build in parallel


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


[Nix-commits] [NixOS/nixpkgs] 548108: perlPackages.DataUniqid: init at 0.12

2016-05-09 Thread Robin Bate Boerop
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 548108f8b55f621a50bc065b730e7568e9726e7d
  
https://github.com/NixOS/nixpkgs/commit/548108f8b55f621a50bc065b730e7568e9726e7d
  Author: Robin Bate Boerop 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  perlPackages.DataUniqid: init at 0.12


  Commit: 536d08cfbbf1ca2fef274798908a28fd8db22366
  
https://github.com/NixOS/nixpkgs/commit/536d08cfbbf1ca2fef274798908a28fd8db22366
  Author: Robin Bate Boerop 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  perlPackages.TestMockGuard: init at 0.10


  Commit: 6e707b6dd77e4645d5541e34311a57352554574d
  
https://github.com/NixOS/nixpkgs/commit/6e707b6dd77e4645d5541e34311a57352554574d
  Author: Robin Bate Boerop 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  perlPackages.JSONWebToken: init at 0.10


  Commit: 30d5914d4c8f0707d770c279b7a2ca4014060ab7
  
https://github.com/NixOS/nixpkgs/commit/30d5914d4c8f0707d770c279b7a2ca4014060ab7
  Author: Robin Bate Boerop 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  imapsync: add missing dependencies


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


Re: [Nix-dev] confused using the ? operator with non literal operators

2016-05-09 Thread Guillaume Maudoux (Layus)
You are missing the only command that could enlighten you :

> foo ? bar
true

The second operant is taken as a string literal, that's why you need to
evaluate variables there.
The following also works :

> foo ? ${quux}
true

-- Layus.

Le 09/05/16 à 15:25, Samuel a écrit :
> Am I holding some false assumption here? It seems the ? operator has
> different behaviour depending on how the right hand side is evaluated:
>
> nix-repl> foo = { bar = "baz"; }
>
> nix-repl> quux = "bar"
>
> nix-repl> foo ? "bar"
> true
>
> nix-repl> foo ? quux
> false
>
> nix-repl> foo ? "${quux}"
> true
>
> nix-repl> quux == "${quux}"
> true
>
> nix-repl> builtins.typeOf quux
> "string"
>

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


[Nix-commits] [NixOS/nixpkgs] 303e97: Python: allow installing wheels

2016-05-09 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 303e9762451cb347e125197759bd7604a8e319a3
  
https://github.com/NixOS/nixpkgs/commit/303e9762451cb347e125197759bd7604a8e319a3
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M doc/languages-frameworks/python.md
M pkgs/development/python-modules/generic/default.nix

  Log Message:
  ---
  Python: allow installing wheels

By passing `format="wheel"` it is now possible to install a wheel.
It's not recommended, but it can be useful.


  Commit: 3c0dc7a7c7d581fc54ad4d87af746db9eefc57e0
  
https://github.com/NixOS/nixpkgs/commit/3c0dc7a7c7d581fc54ad4d87af746db9eefc57e0
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  pythonPackages.entrypoints: init at 0.2.1


  Commit: 428db7857e8fae65c32e87f5d768af141cbb3ad5
  
https://github.com/NixOS/nixpkgs/commit/428db7857e8fae65c32e87f5d768af141cbb3ad5
  Author: zimbatm 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M doc/languages-frameworks/python.md
M pkgs/development/python-modules/generic/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #15010 from FRidh/format

Python: support installing wheels


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


[Nix-commits] [NixOS/nixpkgs] 0435ac: texlive.combine: patch paths into texmf.cnf

2016-05-09 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0435ac88948e53b90b6dad583364a8d040473dd6
  
https://github.com/NixOS/nixpkgs/commit/0435ac88948e53b90b6dad583364a8d040473dd6
  Author: Nikolay Amiantov 
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
M pkgs/tools/typesetting/tex/texlive-new/combine.nix

  Log Message:
  ---
  texlive.combine: patch paths into texmf.cnf

...instead of environment variables. Close #12768.

(cherry picked from commit acf664814e37c54a7c12b1d065354cab15382793)


  Commit: 954f381972cf11d1cede324d5eaf88804cdf9b6a
  
https://github.com/NixOS/nixpkgs/commit/954f381972cf11d1cede324d5eaf88804cdf9b6a
  Author: Raymond Gauthier 
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
M pkgs/tools/typesetting/tex/texlive-new/combine.nix

  Log Message:
  ---
  texlive.combine: also patch `texmfcnf.lua`

Fixes #14463.


  Commit: 9cc724e570ebe6dcb6089e2fcd9c65f79ca85a01
  
https://github.com/NixOS/nixpkgs/commit/9cc724e570ebe6dcb6089e2fcd9c65f79ca85a01
  Author: zimbatm 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/tools/typesetting/tex/texlive-new/combine.nix

  Log Message:
  ---
  Merge pull request #14681 from 
jraygauthier/jrg/fix_context_by_patching_luascript_rebased

texlive.combine: also patch `texmfcnf.lua`


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


[Nix-commits] [NixOS/nixpkgs] 02d01d: firefox: 46.0 -> 46.0.1

2016-05-09 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 02d01dc7c5b5e30bd4a0c39fbe598f3c5c4b85ae
  
https://github.com/NixOS/nixpkgs/commit/02d01dc7c5b5e30bd4a0c39fbe598f3c5c4b85ae
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox: 46.0 -> 46.0.1


  Commit: de22402f85993e42e5e007c2ce378f474297d786
  
https://github.com/NixOS/nixpkgs/commit/de22402f85993e42e5e007c2ce378f474297d786
  Author: Eelco Dolstra 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox-esr: 45.0.2 -> 45.1.1


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


[Nix-dev] confused using the ? operator with non literal operators

2016-05-09 Thread Samuel
Am I holding some false assumption here? It seems the ? operator has
different behaviour depending on how the right hand side is evaluated:

nix-repl> foo = { bar = "baz"; }

nix-repl> quux = "bar"

nix-repl> foo ? "bar"
true

nix-repl> foo ? quux
false

nix-repl> foo ? "${quux}"
true

nix-repl> quux == "${quux}"
true

nix-repl> builtins.typeOf quux
"string"

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


[Nix-commits] [NixOS/nixpkgs] 3e7c60: flacon: init at 2.0.1

2016-05-09 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3e7c601e4aa5c4990e1557122717cc97ae2a7fce
  
https://github.com/NixOS/nixpkgs/commit/3e7c601e4aa5c4990e1557122717cc97ae2a7fce
  Author: = 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
A pkgs/applications/audio/flacon/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  flacon: init at 2.0.1


  Commit: c7304d11e47d0fba1322499ef2a8e0807515005c
  
https://github.com/NixOS/nixpkgs/commit/c7304d11e47d0fba1322499ef2a8e0807515005c
  Author: Robin Gloster 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
A pkgs/applications/audio/flacon/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #15320 from nico202/flacon

flacon: init at 2.0.1


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


[Nix-commits] [NixOS/nixpkgs] e8d965: john: Clean up and Update to v1.8.0-jumbo-1.

2016-05-09 Thread aszlig
  Branch: refs/heads/release-15.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e8d96539d8486e6d42e33db01441705e46b016b2
  
https://github.com/NixOS/nixpkgs/commit/e8d96539d8486e6d42e33db01441705e46b016b2
  Author: aszlig 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/tools/security/john/default.nix

  Log Message:
  ---
  john: Clean up and Update to v1.8.0-jumbo-1.

Cleanups are mostly stylistic, like putting src more to the top (to make
sure it won't be missed on updates of the version attribute) or using
mkdir -p instead of ensureDir.

The most significant change here is that we update the package to
1.8.0-jumbo-1, which is the latest tag available and contains community
updates which were already in magnumripper/JohnTheRipper@93f061bc41652.

We're now also using fetchurl to ensure that we don't need to clone the
whole repository and keep download times low.

And the derivation name is now "john" instead of "JohnTheRipper",
because most users would expect "nix-env -i john" to work.

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


  Commit: fd471f2bb93e6df1fdb348983150c7f1030556e4
  
https://github.com/NixOS/nixpkgs/commit/fd471f2bb93e6df1fdb348983150c7f1030556e4
  Author: aszlig 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/tools/security/john/default.nix

  Log Message:
  ---
  john: Disable building with -march=native.

It prevents john from running with older CPUs such as Core2Duo and gives
an illegal hardware instruction error on these CPUs.

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


  Commit: c111cc896e7a86575fa16d89fe4183a10ca57dd5
  
https://github.com/NixOS/nixpkgs/commit/c111cc896e7a86575fa16d89fe4183a10ca57dd5
  Author: aszlig 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/tools/security/john/default.nix

  Log Message:
  ---
  john: Make package work out of the box.

So far it was only possible to run john if you've either copied over the
default configuration over to ~/.john and substitute $JOHN with the
right path or set $JOHN to the store path directly.

Both methods are not really a very good user experience, so we're now
patching in the resulting paths into the default rules/configurations.

This also splits off configuration files into $out/etc/john instead of
putting everything into $out/share/john and now also properly installs
the auxiliary programs into $out/bin.

Closes #8792.

Signed-off-by: aszlig 
Reported-by: devhell <"^"@regexmail.net>
Cc: @offlinehacker
(cherry picked from commit 902bcf1422ecabb6efa771505ba5b6b3c76254c8)


  Commit: 1983ddf2f1f7eb332da81370b91e42bd8c62ba44
  
https://github.com/NixOS/nixpkgs/commit/1983ddf2f1f7eb332da81370b91e42bd8c62ba44
  Author: aszlig 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/tools/security/john/default.nix

  Log Message:
  ---
  john: Enable parallel building by default.

I've built this a lot of times on different machines without getting
compile errors, so I'd assume this to be safe. Of course, the compile
time is very small in comparison to bigger packages but it's still an
annoyance to wait for up to a few minutes, especially during
development.

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


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


[Nix-commits] [NixOS/nixpkgs] 6ff886: arduino: 1.0.6 -> 1.6.6

2016-05-09 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6ff886e539fb2b2017ad3866f068db9368a038d5
  
https://github.com/NixOS/nixpkgs/commit/6ff886e539fb2b2017ad3866f068db9368a038d5
  Author: Kjetil Orbekk 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
M pkgs/development/arduino/arduino-core/default.nix

  Log Message:
  ---
  arduino: 1.0.6 -> 1.6.6


  Commit: 852a1ef2fa75d90dfed57e1bf01eae5add8ad7f3
  
https://github.com/NixOS/nixpkgs/commit/852a1ef2fa75d90dfed57e1bf01eae5add8ad7f3
  Author: Robin Gloster 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/development/arduino/arduino-core/default.nix

  Log Message:
  ---
  Merge pull request #15310 from orbekk/arduino-update

arduino: 1.0.6 -> 1.6.6


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


[Nix-commits] [NixOS/nixpkgs] 7c406f: borgbackup: 0.30.0 -> 1.0.0

2016-05-09 Thread Tobias Geerinckx-Rice
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7c406f347f09ec3cab5faf8630e42b47fad693bd
  
https://github.com/NixOS/nixpkgs/commit/7c406f347f09ec3cab5faf8630e42b47fad693bd
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  borgbackup: 0.30.0 -> 1.0.0

Major upgrade, be sure to read the release notes:
https://github.com/borgbackup/borg/blob/1.0.0/docs/changes.rst

(cherry picked from commit b747253700d40c0a3abcb595bdcbf102709cc4f0)


  Commit: 984dc3ef6ce56d5c254989d9f6389b20a53ee571
  
https://github.com/NixOS/nixpkgs/commit/984dc3ef6ce56d5c254989d9f6389b20a53ee571
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  borgbackup: 1.0.0 -> 1.0.1

Changes: https://github.com/borgbackup/borg/blob/1.0.1/docs/changes.rst
(cherry picked from commit f019db633f35d3cf92ef3f763d48a6c99c95e8a5)


  Commit: 44eeb747ac9168c9fea8fc8dc302f09efe709d2a
  
https://github.com/NixOS/nixpkgs/commit/44eeb747ac9168c9fea8fc8dc302f09efe709d2a
  Author: Tobias Geerinckx-Rice 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  borgbackup: 1.0.1 -> 1.0.2

Changes: https://github.com/borgbackup/borg/blob/1.0.2/docs/changes.rst
(cherry picked from commit 6e261865a4dd9d209887a07208bdc38c1ab4d2b0)


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


[Nix-commits] [NixOS/nixpkgs] 35fe86: hexchat: 2.10.2 -> 2.12.1

2016-05-09 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 35fe868c29ce33d1383a9f2066727c9eafac7fbc
  
https://github.com/NixOS/nixpkgs/commit/35fe868c29ce33d1383a9f2066727c9eafac7fbc
  Author: José Romildo Malaquias 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  hexchat: 2.10.2 -> 2.12.1


  Commit: aceecb82c8aafe678045263890c1b673b155d4d2
  
https://github.com/NixOS/nixpkgs/commit/aceecb82c8aafe678045263890c1b673b155d4d2
  Author: Robin Gloster 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #15319 from romildo/upd.hexchat

hexchat: 2.10.2 -> 2.12.1


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


[Nix-commits] [NixOS/nixpkgs] b1ffcd: Adding libuuid (libblkid) to lvm2.

2016-05-09 Thread Lluís Batlle i Rossell
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b1ffcd19d1e3b8eae782439ea4ad2fb059bfeef2
  
https://github.com/NixOS/nixpkgs/commit/b1ffcd19d1e3b8eae782439ea4ad2fb059bfeef2
  Author: Lluís Batlle i Rossell 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Adding libuuid (libblkid) to lvm2.

It wants it to detect if there are filesystems present in block devices, in
case of pvcreate. Otherwise it complaints "lvm built without blkid support" and
lacks the feature of detecting/wiping.

(cherry picked from commit 2f35e223b1e5dab2470c928c85e7119c7cbeb38c)

I fixed an easy conflict.


  Commit: 8fd1ed762119601a75cda9fef79fb93c3da43e58
  
https://github.com/NixOS/nixpkgs/commit/8fd1ed762119601a75cda9fef79fb93c3da43e58
  Author: Lluís Batlle i Rossell 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/build-support/vm/default.nix

  Log Message:
  ---
  vm: allow overriding QEMU_OPTS / memSize for images.

It's nice to be able to create disk images with -smp 4
in qemu.

(cherry picked from commit 635c99ce878d5009eaf21da80319d5426a534cee)


  Commit: 6e4a8bea9e1acaace67b1199bbed1b525cd6051b
  
https://github.com/NixOS/nixpkgs/commit/6e4a8bea9e1acaace67b1199bbed1b525cd6051b
  Author: Lluís Batlle i Rossell 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/build-support/vm/default.nix

  Log Message:
  ---
  Making vm's qemu cache=unsafe. Faster.

I don't think it's unsafe, if it's meant for nix expressions.

(cherry picked from commit ab93f8c137ac8d7d67f42c24aa3844f6cd233d2e)


  Commit: 1cfa84a52d5600e86d113209fd48ba8e3cb6dde2
  
https://github.com/NixOS/nixpkgs/commit/1cfa84a52d5600e86d113209fd48ba8e3cb6dde2
  Author: Lluís Batlle i Rossell 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/build-support/vm/default.nix

  Log Message:
  ---
  Making vm's interactive shell handle the terminal well.

(cherry picked from commit e21dd19168a726f749a00bc96950ce2e09f9eecd)


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


[Nix-commits] [NixOS/nixpkgs] 165781: Fixing nfsd service, wait on local-fs.

2016-05-09 Thread Lluís Batlle i Rossell
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 165781b5298a031f127b8447f829c1f5be27bc93
  
https://github.com/NixOS/nixpkgs/commit/165781b5298a031f127b8447f829c1f5be27bc93
  Author: Lluís Batlle i Rossell 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M nixos/modules/services/network-filesystems/nfsd.nix

  Log Message:
  ---
  Fixing nfsd service, wait on local-fs.

Otherwise, mountd was started exporting directories before local-fs was ready,
and it failed to start nfsd on missing fs.

(cherry picked from commit 9f6afb7d78771f283b84d4dbdc5c5a08291a738c)


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


[Nix-commits] [NixOS/nixpkgs] cf4fe3: pythonPackages.cx_Freeze: init at 4.3.4

2016-05-09 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cf4fe35364f3c51b5fd260c816825496ed9ccf7d
  
https://github.com/NixOS/nixpkgs/commit/cf4fe35364f3c51b5fd260c816825496ed9ccf7d
  Author: Ricardo Ardissone 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  pythonPackages.cx_Freeze: init at 4.3.4


  Commit: 786fd4b56a1833e1e3d18c4a855e8303fdd37da3
  
https://github.com/NixOS/nixpkgs/commit/786fd4b56a1833e1e3d18c4a855e8303fdd37da3
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #15312 from rardiol/cx_Freeze

pythonPackages.cx_Freeze: init at 4.3.4


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


[Nix-commits] [NixOS/nixpkgs] 2aeb55: yubikey-personalization: fixes udev rules

2016-05-09 Thread Moritz Ulrich
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2aeb5598e38353ba7c4a5bc2e10c0f7e3ddcebd4
  
https://github.com/NixOS/nixpkgs/commit/2aeb5598e38353ba7c4a5bc2e10c0f7e3ddcebd4
  Author: zimbatm 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/tools/misc/yubikey-personalization/default.nix

  Log Message:
  ---
  yubikey-personalization: fixes udev rules

70-yubikey.rules depends on ConsoleKit which is not used by NixOS
anymore and has been superseeded by systemd

The ./configure flag also supports a --with-udevrulesdir flag but it
fails the detection and selects the wrong .rules file.


  Commit: 99b1af9dc0d1cb76781903348a679204084669aa
  
https://github.com/NixOS/nixpkgs/commit/99b1af9dc0d1cb76781903348a679204084669aa
  Author: zimbatm 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/development/libraries/libu2f-host/default.nix

  Log Message:
  ---
  libu2f-host: fix udev rules

It was shipping two competing rules. Only use the modern-one.


  Commit: 4ab72c53970d0d13f630861fdcfddf6fbbef1b7c
  
https://github.com/NixOS/nixpkgs/commit/4ab72c53970d0d13f630861fdcfddf6fbbef1b7c
  Author: Moritz Ulrich 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/tools/misc/yubikey-personalization/default.nix

  Log Message:
  ---
  yubikey-personalization: Fix typo


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


[Nix-commits] [NixOS/nixpkgs] 303e97: Python: allow installing wheels

2016-05-09 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 303e9762451cb347e125197759bd7604a8e319a3
  
https://github.com/NixOS/nixpkgs/commit/303e9762451cb347e125197759bd7604a8e319a3
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M doc/languages-frameworks/python.md
M pkgs/development/python-modules/generic/default.nix

  Log Message:
  ---
  Python: allow installing wheels

By passing `format="wheel"` it is now possible to install a wheel.
It's not recommended, but it can be useful.


  Commit: 3c0dc7a7c7d581fc54ad4d87af746db9eefc57e0
  
https://github.com/NixOS/nixpkgs/commit/3c0dc7a7c7d581fc54ad4d87af746db9eefc57e0
  Author: Frederik Rietdijk 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  pythonPackages.entrypoints: init at 0.2.1


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


Re: [Nix-dev] Persistent NixOps keys

2016-05-09 Thread Tomasz Czyż
I'm not sure I understand this correctly. Do you want to put keys into the
initrd?

2016-05-08 20:54 GMT+01:00 Игорь Пашев :

> Simple way to keep the keys on reboot.
> /run/keys is mounted somewhere in initrd,
> thus just a couple of services
> (I was thinking about on-disk /run/keys)
>
> { config, lib, pkgs, ... }:
> let
>
>   inherit (builtins) attrNames;
>   inherit (lib) mkIf concatMapStringsSep;
>   inherit (config.deployment) keys;
>
>   store = "/root/keys";
>   runkeys = "/run/keys";
>
>   load = pkgs.writeBashScript "nixops-load-keys" ''
> set -euo pipefail
> if [ -e '${store}/done' ] && [ ! -e '${runkeys}/done' ]; then
>   cd '${store}'
>   cp -pf -- ${concatMapStringsSep " " (k: "'${k}'") (attrNames keys)} \
> '${runkeys}/' || exit 0
>   touch -r '${store}/done' '${runkeys}/done'
> fi
>   '';
>
>   save = pkgs.writeBashScript "nixops-save-keys" ''
> set -euo pipefail
> while true; do
>   if [ -e '${runkeys}/done' ]; then
> if [ ! -e '${store}/done' ] || [ '${runkeys}/done' -nt
> '${store}/done' ] ; then
>   rm -rf '${store}'
>   mkdir -p '${store}'
>   chown --reference='${runkeys}' -- '${store}'
>   chmod --reference='${runkeys}' -- '${store}'
>   cd '${runkeys}'
>   cp -pf -- ${concatMapStringsSep " " (k: "'${k}'") (attrNames
> keys)} \
> '${store}/' || continue
>   touch -r '${runkeys}/done' '${store}/done'
>   touch -r '${runkeys}' '${store}'
> fi
>   fi
>   sleep 1m
> done
>   '';
>
> in {
>   config = mkIf (keys != {}) {
> systemd.services.nixops-load-keys = {
>   description = "Re-load nixops keys after reboot";
>   before = [ "nixops-keys.service" ];
>   wantedBy = [ "keys.target" ];
>   unitConfig.RequiresMountsFor = [ runkeys store ];
>   serviceConfig = {
> ExecStart = load;
> Type = "oneshot";
> RemainAfterExit = false;
>   };
> };
>
> systemd.services.nixops-save-keys = {
>   description = "Save nixops keys to re-load after reboot";
>   after = [ "keys.target" ];
>   wantedBy = [ "keys.target" ];
>   serviceConfig = {
> ExecStart = save;
> Restart = "always";
>   };
> };
>   };
> }
>
>
> P. S. writeBashScript:
> { bash, writeScript, haskellPackages, runCommand }:
>
> name: text:
> let
>   f = writeScript name ''
> #!${bash}/bin/bash
> ${text}
>   '';
> in
> runCommand name { } ''
>   ${haskellPackages.ShellCheck}/bin/shellcheck ${f}
>   cp -a ${f} $out
> ''
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>



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


[Nix-commits] [NixOS/nixpkgs] 507061: Python: allow installing wheels

2016-05-09 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 507061664bc5c3d0445612aafbc75f9025957e07
  
https://github.com/NixOS/nixpkgs/commit/507061664bc5c3d0445612aafbc75f9025957e07
  Author: Frederik Rietdijk 
  Date:   2016-05-06 (Fri, 06 May 2016)

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

  Log Message:
  ---
  Python: allow installing wheels

By passing `format="wheel"` it is now possible to install a wheel.
It's not recommended, but it can be useful.


  Commit: e472e49b0b59c5d3217060744f0c9ddcce05aa5e
  
https://github.com/NixOS/nixpkgs/commit/e472e49b0b59c5d3217060744f0c9ddcce05aa5e
  Author: Frederik Rietdijk 
  Date:   2016-05-06 (Fri, 06 May 2016)

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

  Log Message:
  ---
  pythonPackages.entrypoints: init at 0.2.1


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


[Nix-commits] [NixOS/nixpkgs] ff6e19: liberal-crime-squad: 2016-03-03 -> 2016-05-08 (#15...

2016-05-09 Thread rardiol
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ff6e194fc73ac7e9689c23b988f291f258113cd7
  
https://github.com/NixOS/nixpkgs/commit/ff6e194fc73ac7e9689c23b988f291f258113cd7
  Author: rardiol 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
M pkgs/games/liberal-crime-squad/default.nix

  Log Message:
  ---
  liberal-crime-squad: 2016-03-03 -> 2016-05-08 (#15309)


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


[Nix-commits] [NixOS/nixpkgs] 525cf6: org-packages 2016-05-07

2016-05-09 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 525cf616f4da8dfbd305cb0c4c01cc091c230ee2
  
https://github.com/NixOS/nixpkgs/commit/525cf616f4da8dfbd305cb0c4c01cc091c230ee2
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
A pkgs/applications/editors/emacs-modes/org-generated.nix

  Log Message:
  ---
  org-packages 2016-05-07


  Commit: a8b3cf46695537daec2f258e9e8aafaef75e7807
  
https://github.com/NixOS/nixpkgs/commit/a8b3cf46695537daec2f258e9e8aafaef75e7807
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
A pkgs/applications/editors/emacs-modes/org-packages.nix
M pkgs/top-level/emacs-packages.nix

  Log Message:
  ---
  Use generated org and org-plus-contrib packages.


  Commit: 66e337531d0ce64cd324eb5d740a6715f5938d19
  
https://github.com/NixOS/nixpkgs/commit/66e337531d0ce64cd324eb5d740a6715f5938d19
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix

  Log Message:
  ---
  elpa-packages 2016-05-07


  Commit: 1912f45f9bd4a41ce4cb560273a93c31408f9bbd
  
https://github.com/NixOS/nixpkgs/commit/1912f45f9bd4a41ce4cb560273a93c31408f9bbd
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-generated.nix

  Log Message:
  ---
  melpa-packages 2016-05-07


  Commit: ee7af5fdb8d3e2d476242fc8f7e9583924a283db
  
https://github.com/NixOS/nixpkgs/commit/ee7af5fdb8d3e2d476242fc8f7e9583924a283db
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix

  Log Message:
  ---
  melpa-stable-packages 2016-05-07


  Commit: 24da619b4f85f90d562c534a76bedd91d11ab7e7
  
https://github.com/NixOS/nixpkgs/commit/24da619b4f85f90d562c534a76bedd91d11ab7e7
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
R pkgs/applications/editors/emacs-modes/flycheck/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Remove obsolete flycheck version.


  Commit: 5017e24756199689b197db81f8b3e0de3ba5d454
  
https://github.com/NixOS/nixpkgs/commit/5017e24756199689b197db81f8b3e0de3ba5d454
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
R pkgs/applications/editors/emacs-modes/xml-rpc/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Remove obsolete xml-rpc version


  Commit: a58e53c56e5b554febe896a4178a5d6529190e3c
  
https://github.com/NixOS/nixpkgs/commit/a58e53c56e5b554febe896a4178a5d6529190e3c
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
R pkgs/applications/editors/emacs-modes/dash/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Remove obsolete dash version.


  Commit: 14ba2f4f2422f952f525a402372c67bb404030ee
  
https://github.com/NixOS/nixpkgs/commit/14ba2f4f2422f952f525a402372c67bb404030ee
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
R pkgs/applications/editors/emacs-modes/git-modes/default.nix
R pkgs/applications/editors/emacs-modes/magit/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/emacs-packages.nix

  Log Message:
  ---
  Remove obsolete magit (and associated packages) version


  Commit: 7ccdbff95b71af79976b247fb11da9d4ea238b83
  
https://github.com/NixOS/nixpkgs/commit/7ccdbff95b71af79976b247fb11da9d4ea238b83
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
R pkgs/applications/editors/emacs-modes/s/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Remove obsolete s version


  Commit: 5cc4ff09fac74ba9717b8663e5713faf88d71386
  
https://github.com/NixOS/nixpkgs/commit/5cc4ff09fac74ba9717b8663e5713faf88d71386
  Author: Michael Alan Dorman 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
R pkgs/applications/editors/emacs-modes/pcache/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Remove obsolete pcache version


  Commit: 65c9e0624804d71b82cba1bdca1d251a39eaf939
  
https://github.com/NixOS/nixpkgs/commit/65c9e0624804d71b82cba1bdca1d251a39eaf939
  Author: Thomas Tuegel 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
R pkgs/applications/editors/emacs-modes/dash/default.nix
M 

[Nix-dev] Gawk is not installing - it complains about "more: command not found" on test phase

2016-05-09 Thread Anderson Torres
Hello, Nixers!
I have updated nix channels yesterday, but I can't install anything on them.

Below is a pastebin of output when I run the comand "nixos-rebuild boot":

http://pastebin.com/ixG4vGHf

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


[Nix-commits] [NixOS/nixpkgs] 840d87: pytestdjango: init at 2.9.1

2016-05-09 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 840d878ec203a50f76a4117450d88f078d9d8418
  
https://github.com/NixOS/nixpkgs/commit/840d878ec203a50f76a4117450d88f078d9d8418
  Author: Eduardo Gomez 
  Date:   2016-04-13 (Wed, 13 Apr 2016)

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

  Log Message:
  ---
  pytestdjango: init at 2.9.1


  Commit: 6643d18dacc88907aa026eb0bdb9eafaffe9d247
  
https://github.com/NixOS/nixpkgs/commit/6643d18dacc88907aa026eb0bdb9eafaffe9d247
  Author: Robert Scott 
  Date:   2016-04-15 (Fri, 15 Apr 2016)

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

  Log Message:
  ---
  pythonPackages.setuptools_scm_18: disable for isPy35


  Commit: 1438df56ae05bb61bba3d0978e401de708adf436
  
https://github.com/NixOS/nixpkgs/commit/1438df56ae05bb61bba3d0978e401de708adf436
  Author: Eduardo Gomez 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  pytestdjango: update src to use mirror://pypi/


  Commit: 02904055ecfba7fe9428b9acce893aeae800b13c
  
https://github.com/NixOS/nixpkgs/commit/02904055ecfba7fe9428b9acce893aeae800b13c
  Author: zimbatm 
  Date:   2016-05-09 (Mon, 09 May 2016)

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

  Log Message:
  ---
  Merge pull request #14684 from edugomez/pytest_django

pytestdjango: init at 2.9.1


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


[Nix-commits] [NixOS/nixpkgs] 9b53d5: tivodecode: init at 0.2pre4

2016-05-09 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9b53d546e2448800cff2a30b756c4d1dbc08ed83
  
https://github.com/NixOS/nixpkgs/commit/9b53d546e2448800cff2a30b756c4d1dbc08ed83
  Author: Matt McHenry 
  Date:   2016-05-08 (Sun, 08 May 2016)

  Changed paths:
A pkgs/applications/video/tivodecode/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  tivodecode: init at 0.2pre4


  Commit: 88b684101fc6733b1bcbe8867072f4fe9b128049
  
https://github.com/NixOS/nixpkgs/commit/88b684101fc6733b1bcbe8867072f4fe9b128049
  Author: Arseniy Seroka 
  Date:   2016-05-09 (Mon, 09 May 2016)

  Changed paths:
A pkgs/applications/video/tivodecode/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #15255 from jerith666/tivodecode

tivodecode: init at 0.2pre4


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