[Nix-commits] [NixOS/nixpkgs] 4ac06e: buildbot: 0.9.4 -> 0.9.5

2017-05-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4ac06ea6a13bf082791f1e3293528dc6c1b67841
  
https://github.com/NixOS/nixpkgs/commit/4ac06ea6a13bf082791f1e3293528dc6c1b67841
  Author: Fernando J Pando 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/buildbot/master.nix
M nixos/modules/services/continuous-integration/buildbot/worker.nix
M nixos/tests/buildbot.nix
M pkgs/development/tools/build-managers/buildbot/default.nix
M pkgs/development/tools/build-managers/buildbot/plugins.nix
M pkgs/development/tools/build-managers/buildbot/worker.nix

  Log Message:
  ---
  buildbot: 0.9.4 -> 0.9.5

- adds distro dependency
- buildbot nodaemon in service module
- fakerepo for module tests
- service module parameter fixup
- tested on nixos
- tested on darwin


  Commit: 9e48fc3268fcaf7a7cde724eaf38d246abad9b5d
  
https://github.com/NixOS/nixpkgs/commit/9e48fc3268fcaf7a7cde724eaf38d246abad9b5d
  Author: Frederik Rietdijk 
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/buildbot/master.nix
M nixos/modules/services/continuous-integration/buildbot/worker.nix
M nixos/tests/buildbot.nix
M pkgs/development/tools/build-managers/buildbot/default.nix
M pkgs/development/tools/build-managers/buildbot/plugins.nix
M pkgs/development/tools/build-managers/buildbot/worker.nix

  Log Message:
  ---
  Merge pull request #24131 from nand0p/buildbot-0.9.5

buildbot: 0.9.4 -> 0.9.5


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


[Nix-commits] [NixOS/nixpkgs] bc4e30: mosh: 1.2.6 -> 1.3.0

2017-05-02 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bc4e30a12b1eb3cdf94e4b921978af71e31cef23
  
https://github.com/NixOS/nixpkgs/commit/bc4e30a12b1eb3cdf94e4b921978af71e31cef23
  Author: Aneesh Agrawal 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  mosh: 1.2.6 -> 1.3.0

Release announcement is available at
http://mailman.mit.edu/pipermail/mosh-users/2017-March/000341.html.


  Commit: c5a5ac1ef78badf35a0526829d4b8058448de94e
  
https://github.com/NixOS/nixpkgs/commit/c5a5ac1ef78badf35a0526829d4b8058448de94e
  Author: Pascal Wittmann 
  Date:   2017-05-03 (Wed, 03 May 2017)

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

  Log Message:
  ---
  Merge pull request #25471 from aneeshusa/update-mosh-to-1.3.0

mosh: 1.2.6 -> 1.3.0


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


Re: [Nix-dev] YouCompleteMe (ycmd) server cannot be started: Library not loaded: @loader_path/libclang.dylib

2017-05-02 Thread Ben Zhang
Thanks Domen! Applied changes in your PR and it works perfectly!

Ben

On May 2, 2017, 3:32 AM -0400, Domen Kožar , wrote:
> https://github.com/NixOS/nixpkgs/pull/25352
>
> > On Tue, May 2, 2017 at 9:19 AM, Domen Kožar  wrote:
> > > Usually, that's because of https://github.com/NixOS/nixpkgs/issues/21624,
> > > but I don't know the specifics.
> > >
> > > > On Mon, May 1, 2017 at 9:00 PM, Ben Zhang  wrote:
> > > > > Hi all,
> > > > >
> > > > > A while ago, my YouCompleteMe vim plugin stopped working. The client 
> > > > > log file says that it cannot connect to the server, and the server 
> > > > > log file shows the following:
> > > > >
> > > > > > 2017-05-01 14:48:42,343 - ERROR - 
> > > > > > dlopen(/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/../ycm_core.so,
> > > > > >  2): Library not loaded: @loader_path/libclang.dylib
> > > > > >   Referenced from: 
> > > > > > /nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
> > > > > >   Reason: image not found
> > > > > > Traceback (most recent call last):
> > > > > >   File 
> > > > > > "/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/server_utils.py",
> > > > > >  line 95, in CompatibleWithCurrentCore
> > > > > >     ycm_core = ImportCore()
> > > > > >   File 
> > > > > > "/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/server_utils.py",
> > > > > >  line 87, in ImportCore
> > > > > >     import ycm_core as ycm_core
> > > > > > ImportError: 
> > > > > > dlopen(/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/../ycm_core.so,
> > > > > >  2): Library not loaded: @loader_path/libclang.dylib
> > > > > >   Referenced from: 
> > > > > > /nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
> > > > > >   Reason: image not found
> > > > >
> > > > > Has anyone experienced a similar problem before?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Ben
> > > > >
> > > > >
> > > > > ___
> > > > > nix-dev mailing list
> > > > > nix-dev@lists.science.uu.nl
> > > > > https://mailman.science.uu.nl/mailman/listinfo/nix-dev
> > > > >
> > >
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] ded795: treewide: meta.platform -> meta.platforms

2017-05-02 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ded7953478eff74d213b39136f269eb8d5eab8c9
  
https://github.com/NixOS/nixpkgs/commit/ded7953478eff74d213b39136f269eb8d5eab8c9
  Author: Aneesh Agrawal 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/applications/misc/urh/default.nix
M pkgs/applications/networking/feedreaders/rawdog/default.nix
M pkgs/applications/networking/irc/qweechat/default.nix
M pkgs/development/python-modules/pyroute2/default.nix
M pkgs/servers/radicale/default.nix
M pkgs/tools/networking/fakeroute/default.nix
M pkgs/tools/security/encryptr/default.nix
M pkgs/tools/text/grin/default.nix

  Log Message:
  ---
  treewide: meta.platform -> meta.platforms


  Commit: c42f9a81ef885c336aa6a195c4989b3098bc5459
  
https://github.com/NixOS/nixpkgs/commit/c42f9a81ef885c336aa6a195c4989b3098bc5459
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M pkgs/applications/misc/urh/default.nix
M pkgs/applications/networking/feedreaders/rawdog/default.nix
M pkgs/applications/networking/irc/qweechat/default.nix
M pkgs/development/python-modules/pyroute2/default.nix
M pkgs/servers/radicale/default.nix
M pkgs/tools/networking/fakeroute/default.nix
M pkgs/tools/security/encryptr/default.nix
M pkgs/tools/text/grin/default.nix

  Log Message:
  ---
  Merge pull request #25466 from aneeshusa/fix-meta-platforms-treewide

treewide: meta.platform -> meta.platforms


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


[Nix-commits] [NixOS/nixpkgs] 3d27a8: tomb: 2.2 -> 2.4 (#25465)

2017-05-02 Thread Victor Calvert
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3d27a84a1ce6516e1b6bc331e96689e7c132af67
  
https://github.com/NixOS/nixpkgs/commit/3d27a84a1ce6516e1b6bc331e96689e7c132af67
  Author: Victor Calvert 
  Date:   2017-05-03 (Wed, 03 May 2017)

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

  Log Message:
  ---
  tomb: 2.2 -> 2.4 (#25465)


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


[Nix-commits] [NixOS/nixpkgs] 69d910: dropbox: 24.4.17 -> 25.4.28

2017-05-02 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 69d910cfefc461cf58880e1d6e015a68ff8e8af6
  
https://github.com/NixOS/nixpkgs/commit/69d910cfefc461cf58880e1d6e015a68ff8e8af6
  Author: Thomas Tuegel 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  dropbox: 24.4.17 -> 25.4.28

(cherry picked from commit 572fd3de58f39b17029de857b7023d50be0cc6fb)


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


[Nix-commits] [NixOS/nixpkgs] 572fd3: dropbox: 24.4.17 -> 25.4.28

2017-05-02 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 572fd3de58f39b17029de857b7023d50be0cc6fb
  
https://github.com/NixOS/nixpkgs/commit/572fd3de58f39b17029de857b7023d50be0cc6fb
  Author: Thomas Tuegel 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  dropbox: 24.4.17 -> 25.4.28


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


[Nix-commits] [NixOS/nixpkgs] bb6a5b: nixos/xserver: Changed xrandrHeads to support corr...

2017-05-02 Thread aszlig
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bb6a5b079fe8c88a6e42c92179711b2d0a9a9842
  
https://github.com/NixOS/nixpkgs/commit/bb6a5b079fe8c88a6e42c92179711b2d0a9a9842
  Author: Roger Qiu 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1709.xml
M nixos/modules/services/x11/xserver.nix

  Log Message:
  ---
  nixos/xserver: Changed xrandrHeads to support corresponding monitor section 
configuration in Xorg


  Commit: 8266c89b55e3ae97ff635a0f9f8aee556ae7b384
  
https://github.com/NixOS/nixpkgs/commit/8266c89b55e3ae97ff635a0f9f8aee556ae7b384
  Author: aszlig 
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  ---
  nixos/xserver: Fix up/refactor xrandrHeads option

Using invalid module options in the submodule isn't very nice, because
it doesn't give very useful errors in case of type mismatch, also we
don't get descriptions of these options as they're effecively
nonexistent to the module system. Another downside of this is that
merging of these options isn't done correctly as well (eg. for
types.lines).

So we now have proper submodules for each xrandrHead and we also use
corcedTo in the type of xrandrHeads so that we can populate the
submodule's "output" option in case a plain string is defined for a list
item.

Instead of silently skipping multiple primary heads, we now have an
assertion, which displays a message and aborts configuration evaluation
appropriately.

Signed-off-by: aszlig 


  Commit: d7a8876c13f75e7a55e2f3cbc16346406e9abdf8
  
https://github.com/NixOS/nixpkgs/commit/d7a8876c13f75e7a55e2f3cbc16346406e9abdf8
  Author: aszlig 
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  ---
  nixos/doc: Improve release notes for xrandrHeads

The xrandrHeads option has been there since a long time, so there is no
need to advertise it as a new feature.

Instead, let's focus on just what has changed, which is that we now
assign one head to be primary.

Signed-off-by: aszlig 


  Commit: 79e712822fcfe797c545e2db5bcef9a07b00b2e5
  
https://github.com/NixOS/nixpkgs/commit/79e712822fcfe797c545e2db5bcef9a07b00b2e5
  Author: aszlig 
  Date:   2017-04-24 (Mon, 24 Apr 2017)

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

  Log Message:
  ---
  nixos/xserver: Document xrandrHeads.apply

It was asked by @CMCDragonkai to elaborate on that, so let's just do
this by actually providing a code comment.

Signed-off-by: aszlig 


  Commit: 9dca737d6269759745c9e68ea462446cde4d9be9
  
https://github.com/NixOS/nixpkgs/commit/9dca737d6269759745c9e68ea462446cde4d9be9
  Author: aszlig 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1709.xml
M nixos/modules/services/x11/xserver.nix

  Log Message:
  ---
  Merge pull request #15353 (improve xrandrHeads)

When you have a setup consisting of multiple monitors, the default is
that the first monitor detected by xrandr is set to the primary monitor.

However this may not be the monitor you need to be set as primary. In
fact this monitor set to primary may in fact be disconnected.

This has happened for the original submitter of the pull request and it
affected these programs:

 * XMonad: Gets confused with Super + {w,e,r}
 * SDDM: Puts the login screen on the wrong monitor, and does not
   currently duplicate the login screen on all monitors
 * XMobar: Puts the XMobar on the wrong monitor, as it only puts the
 taskbar on the primary monitor

These changes should fix that not only by setting a primary monitor in
xrandrHeads but also make it possible to make a different monitor the
primary one.

The changes are also backwards-compatible.


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


[Nix-commits] [NixOS/nixpkgs] 34436d: clang: Use cmake from buildPackages

2017-05-02 Thread Michael Raskin
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 34436df0d0e57caafb6b0ed5911f71861b10a6eb
  
https://github.com/NixOS/nixpkgs/commit/34436df0d0e57caafb6b0ed5911f71861b10a6eb
  Author: Joe Hermaszewski 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/development/compilers/llvm/3.9/clang/default.nix

  Log Message:
  ---
  clang: Use cmake from buildPackages


  Commit: 3eee6ea7c17aea50b8a1e04b95e9ee226591e38f
  
https://github.com/NixOS/nixpkgs/commit/3eee6ea7c17aea50b8a1e04b95e9ee226591e38f
  Author: Joe Hermaszewski 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/tools/text/groff/default.nix

  Log Message:
  ---
  groff: use buildPackages to fix cross compile


  Commit: 12bbc630247f85f4fa84c100d856a712b6d7cf4d
  
https://github.com/NixOS/nixpkgs/commit/12bbc630247f85f4fa84c100d856a712b6d7cf4d
  Author: Joe Hermaszewski 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/development/compilers/llvm/3.9/llvm.nix

  Log Message:
  ---
  llvm-3.9: Fix cross compilation

It's now possible to cross compile llvm:

`nix-build -E '(import ./. { crossSystem = import ./platform.nix; }).pkgs.llvm'`


  Commit: fea424fea33b7b71dfc43b3297ad2d1d2da36f5a
  
https://github.com/NixOS/nixpkgs/commit/fea424fea33b7b71dfc43b3297ad2d1d2da36f5a
  Author: Joe Hermaszewski 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/development/compilers/llvm/3.9/llvm.nix

  Log Message:
  ---
  LLVM-3.9: Fix RPATH in cross compile builds

This error was cause by multiple-outputs.sh not setting
NIX_CROSS_LDFLAGS


  Commit: bad5ca052553aefb724e32bed1ea547b911cbb4b
  
https://github.com/NixOS/nixpkgs/commit/bad5ca052553aefb724e32bed1ea547b911cbb4b
  Author: Joe Hermaszewski 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/development/compilers/llvm/3.9/clang/default.nix
M pkgs/development/compilers/llvm/3.9/llvm.nix

  Log Message:
  ---
  LLVM-3.9: Use nativeBuildInputs instead of buildPackages


  Commit: 7b7ffc4999ba4b38f8090aab48a78ace0eb3424a
  
https://github.com/NixOS/nixpkgs/commit/7b7ffc4999ba4b38f8090aab48a78ace0eb3424a
  Author: Joe Hermaszewski 
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M pkgs/development/compilers/llvm/3.9/llvm.nix

  Log Message:
  ---
  LLVM-3.9: disable shared libraries in cross builds

The current cc-wrapper script seems to have trouble setting the rpath
correctly. Hopefully #25047 will fix this.


  Commit: ad778a64d7c887405e37a2ddc375dc01350dfe10
  
https://github.com/NixOS/nixpkgs/commit/ad778a64d7c887405e37a2ddc375dc01350dfe10
  Author: Joe Hermaszewski 
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M pkgs/development/compilers/llvm/3.9/llvm.nix

  Log Message:
  ---
  LLVM-3.9: formatting


  Commit: 7527355840b6398e63fa5104088a0c13da0ab33f
  
https://github.com/NixOS/nixpkgs/commit/7527355840b6398e63fa5104088a0c13da0ab33f
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/development/compilers/llvm/3.9/clang/default.nix
M pkgs/development/compilers/llvm/3.9/llvm.nix
M pkgs/tools/text/groff/default.nix

  Log Message:
  ---
  Merge pull request #25218 from expipiplus1/cross-llvm

Fix cross compilation of LLVM-3.9


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


[Nix-commits] [NixOS/nixpkgs] beff19: qtinstaller: build submodule-style

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

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

  Log Message:
  ---
  qtinstaller: build submodule-style


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


[Nix-commits] [NixOS/nixpkgs] 68be49: youtubeDL: 2017.03.07 -> 2017.03.10

2017-05-02 Thread Maximilian Güntner
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 68be490f93e8db944dd8dfa2de4fce8e19dbe5bf
  
https://github.com/NixOS/nixpkgs/commit/68be490f93e8db944dd8dfa2de4fce8e19dbe5bf
  Author: Franz Pletz 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  youtubeDL: 2017.03.07 -> 2017.03.10

(cherry picked from commit 7dfea0a84ad327aa978e523666162980a33cf914)


  Commit: df8b04d5d54a40c5dae697528b0682a5ad9d5943
  
https://github.com/NixOS/nixpkgs/commit/df8b04d5d54a40c5dae697528b0682a5ad9d5943
  Author: Eelco Dolstra 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  yotube-dl: 2017.03.10 -> 2017.04.02

(cherry picked from commit 17aab8a63e703177ffd2b070036ce5527822d640)


  Commit: 43c13c86ba4d9a966ab403edce0346da868e1123
  
https://github.com/NixOS/nixpkgs/commit/43c13c86ba4d9a966ab403edce0346da868e1123
  Author: Eelco Dolstra 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  youtube-dl: 2017.04.02 -> 2017.04.17

(cherry picked from commit d387a1f0aeb2aa0a773dc890ed59a3699550dcb8)


  Commit: dc7dc77cde12719a6949d7231839a42c4e2b9126
  
https://github.com/NixOS/nixpkgs/commit/dc7dc77cde12719a6949d7231839a42c4e2b9126
  Author: Maximilian Güntner 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  youtube-dl: 2017.04.17 -> 2017.04.28

(cherry picked from commit 76d8811d8a397a8d8f48ca67b938c2336f0e3da9)


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


[Nix-commits] [NixOS/nixpkgs] 0b11e6: efivar: 31 -> 30

2017-05-02 Thread Ioannis Koutras
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0b11e60ed08a1f6f39358da6ac248ca352e4b582
  
https://github.com/NixOS/nixpkgs/commit/0b11e60ed08a1f6f39358da6ac248ca352e4b582
  Author: Ioannis Koutras 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  efivar: 31 -> 30

According to the release page, version 31 of efivar is still considered
as a pre-release and the sha256sum has changed at least once. This commit
switches to the last, stable release.

(cherry picked from commit cc4e2505e4d5539feb628822883e48dc4c42289f)


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


[Nix-commits] [NixOS/nixpkgs] 123482: xsv: fix "has invalid meta attribute"

2017-05-02 Thread Matthew Bauer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1234825656bfed1d617d03a32a1a91a97850570b
  
https://github.com/NixOS/nixpkgs/commit/1234825656bfed1d617d03a32a1a91a97850570b
  Author: Matthew Bauer 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  xsv: fix "has invalid meta attribute"

Without this there's an eval error, when running nix-env -f ''
--query --available --json.

  derivation ‘xsv-0.11.0’ has invalid meta attribute ‘override’
  derivation ‘xsv-0.11.0’ has invalid meta attribute ‘overrideDerivation’

[Bjørn: extend commit message.]


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


[Nix-commits] [NixOS/nixpkgs] cc4e25: efivar: 31 -> 30

2017-05-02 Thread Ioannis Koutras
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cc4e2505e4d5539feb628822883e48dc4c42289f
  
https://github.com/NixOS/nixpkgs/commit/cc4e2505e4d5539feb628822883e48dc4c42289f
  Author: Ioannis Koutras 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  efivar: 31 -> 30

According to the release page, version 31 of efivar is still considered
as a pre-release and the sha256sum has changed at least once. This commit
switches to the last, stable release.


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


[Nix-commits] [NixOS/nixpkgs] aac487: jing-trang: supports all unix

2017-05-02 Thread Matthew Bauer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: aac48708c1a9d5443d11e206fe38b0ebbd4cb930
  
https://github.com/NixOS/nixpkgs/commit/aac48708c1a9d5443d11e206fe38b0ebbd4cb930
  Author: Matthew Bauer 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/tools/text/xml/jing-trang/default.nix

  Log Message:
  ---
  jing-trang: supports all unix

This is needed to build the manual on macOS.


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


[Nix-commits] [NixOS/nixpkgs]

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


[Nix-commits] [NixOS/nixpkgs] b88296: libidn2: Correct a broken darwin patch

2017-05-02 Thread John Wiegley
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b88296818de1f96745d529317c6047f651bade5b
  
https://github.com/NixOS/nixpkgs/commit/b88296818de1f96745d529317c6047f651bade5b
  Author: John Wiegley 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/development/libraries/libidn2/fix-error-darwin.patch

  Log Message:
  ---
  libidn2: Correct a broken darwin patch


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


[Nix-commits] [NixOS/nixpkgs] 55792f: linux: Add cgroups patches for 4.9, 4.10, 4.11

2017-05-02 Thread Tim Steinbach
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 55792f6412ef6ff59a443495d704a5541f890dd4
  
https://github.com/NixOS/nixpkgs/commit/55792f6412ef6ff59a443495d704a5541f890dd4
  Author: Tim Steinbach 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
A pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.10.patch
A pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.11.patch
R pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.6.patch
R pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.7.patch
A pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.9.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  linux: Add cgroups patches for 4.9, 4.10, 4.11

(cherry picked from commit b5169fd2771d60a359af7263d84453adc0b5dbfb)


  Commit: 3df898e99e38886e8e8c782d97ca51d56ed792da
  
https://github.com/NixOS/nixpkgs/commit/3df898e99e38886e8e8c782d97ca51d56ed792da
  Author: Tim Steinbach 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  ammonite: 0.8.3 -> 0.8.4

Also rename package and add alias for the old name.

(cherry picked from commit c13e3289161d91afed3308c1c4400e6f4dc980dd)


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


[Nix-commits] [NixOS/nixpkgs] c13e32: ammonite: 0.8.3 -> 0.8.4

2017-05-02 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c13e3289161d91afed3308c1c4400e6f4dc980dd
  
https://github.com/NixOS/nixpkgs/commit/c13e3289161d91afed3308c1c4400e6f4dc980dd
  Author: Tim Steinbach 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  ammonite: 0.8.3 -> 0.8.4

Also rename package and add alias for the old name.


  Commit: a74632f6c20fe97863d0b0e94c82daf6a315acd6
  
https://github.com/NixOS/nixpkgs/commit/a74632f6c20fe97863d0b0e94c82daf6a315acd6
  Author: Tim Steinbach 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Merge pull request #25440 from NeQuissimus/ammonite_0_8_4

ammonite: 0.8.3 -> 0.8.4


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


[Nix-commits] [NixOS/nixpkgs] 037074: google-chrome: remove dependency on gcc

2017-05-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 037074920997a3f552c73823cf4d11bda826ad67
  
https://github.com/NixOS/nixpkgs/commit/037074920997a3f552c73823cf4d11bda826ad67
  Author: Volth 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/applications/networking/browsers/google-chrome/default.nix

  Log Message:
  ---
  google-chrome: remove dependency on gcc


  Commit: b48be4616dbfea5ceb89f1b53ee8272196c410e2
  
https://github.com/NixOS/nixpkgs/commit/b48be4616dbfea5ceb89f1b53ee8272196c410e2
  Author: Jörg Thalheim 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/applications/networking/browsers/google-chrome/default.nix

  Log Message:
  ---
  Merge pull request #25419 from volth/google-chrome-remove-gcc-dependency

google-chrome: remove dependency on gcc


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


[Nix-commits] [NixOS/nixpkgs] 7be790: zfsUnstable: mark as incompatible with 4.11 (since...

2017-05-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7be790299058fb63f085183dc3395a18d253a33d
  
https://github.com/NixOS/nixpkgs/commit/7be790299058fb63f085183dc3395a18d253a33d
  Author: Jörg Thalheim 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  zfsUnstable: mark as incompatible with 4.11 (since rc3)


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


[Nix-commits] [NixOS/nixpkgs] 75197b: bfg repo cleaner: add top-level aliase (#25420)

2017-05-02 Thread Changlin Li
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 75197be585960274fdbcf059e69af86191d3a41c
  
https://github.com/NixOS/nixpkgs/commit/75197be585960274fdbcf059e69af86191d3a41c
  Author: Changlin Li 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  bfg repo cleaner: add top-level aliase (#25420)

Makes it easier to find and install this package.


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


[Nix-commits] [NixOS/nixpkgs] 9f18af: Add Shibboleth Service Provider Module

2017-05-02 Thread Daniel Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9f18af599164356f5a027da823f4ca67cc0e0329
  
https://github.com/NixOS/nixpkgs/commit/9f18af599164356f5a027da823f4ca67cc0e0329
  Author: jammerful 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/security/shibboleth-sp.nix

  Log Message:
  ---
  Add Shibboleth Service Provider Module


  Commit: 436ece25b62353e5aa426242c2c796e94582071e
  
https://github.com/NixOS/nixpkgs/commit/436ece25b62353e5aa426242c2c796e94582071e
  Author: Daniel Peebles 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/security/shibboleth-sp.nix

  Log Message:
  ---
  Merge pull request #25422 from jammerful/shibservice

Add Shibboleth Service Provider Module


Compare: https://github.com/NixOS/nixpkgs/compare/ec7f6208311f...436ece25b623___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Question regarding my attempt to set up a ruby environment.

2017-05-02 Thread Peter Jones
Mustard Seed  writes:
> I'm trying to use NixOS as a dev environment for Ruby. I found the
> following
>
> https://github.com/areina/nix-new-rails-app
>
> That's helped me have an idea of how to go about setting up a ruby project
> (I have almost zero ruby experience) but I am running into an issue on the
> third of the first four manual tasks prior to opening up the nix-shell.
>
> When I try to run
>
> nix-shell --command "rails new . --force --skip-bundle; bundler lock"
>
> it gets to the point in the screen shot (you can see such here in an issue
> I opened with the git repo
> https://github.com/areina/nix-new-rails-app/issues/1) and then NixOS logs me 
> out.
>
> I'm at a bit of a loss as to where to go from here as I'm hitting some
> significant barriers with my limited understanding of Nix AND of Ruby.

I find that writing a default.nix file or a shell.nix file for each
project that I work on gives me the best results.

As an example, below are some files that I've hacked up.  I don't work
with Ruby that often anymore so my motivation to make these files better
isn't really there.

First, a function that uses its arguments to build a package/environment
for each application that I work on:

https://github.com/pjones/nix-utils/blob/master/lib/ruby/default.nix

And here is an example application using that function:

https://github.com/pjones/nix-utils/blob/master/envs/rfa/cltc-phoenix.nix

The way I use this is by running `nix-shell`, giving it the above file,
while in the directory of the application.  It drops me into a shell
that has everything I need to work on a Ruby/Rails application.

-- 
Peter Jones, Founder, Devalot.com
Defending the honor of good code

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


[Nix-commits] [NixOS/nixpkgs] fe3c12: neovim: 0.1.7 -> 0.2.0

2017-05-02 Thread Rok Garbas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fe3c12406480f96d235875819ad1d36cf89293f3
  
https://github.com/NixOS/nixpkgs/commit/fe3c12406480f96d235875819ad1d36cf89293f3
  Author: Rok Garbas 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  neovim: 0.1.7 -> 0.2.0


  Commit: 33960efb136ad00717d8ce34876a3891780f3a32
  
https://github.com/NixOS/nixpkgs/commit/33960efb136ad00717d8ce34876a3891780f3a32
  Author: Rok Garbas 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/applications/editors/neovim/qt.nix

  Log Message:
  ---
  neovim-qt: 0.2.6 -> 0.2.7


  Commit: ec7f6208311f839b5b36de8d80b922b758ffd50d
  
https://github.com/NixOS/nixpkgs/commit/ec7f6208311f839b5b36de8d80b922b758ffd50d
  Author: Rok Garbas 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/applications/editors/neovim/neovim-remote.nix

  Log Message:
  ---
  neovim-remote: 1.4.0 -> 1.6.0


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


[Nix-commits] [NixOS/nixpkgs] 5a78be: Fix documentation of emacsWithPackages

2017-05-02 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5a78bed2bb5b3499d7d160cda2f1413ede0809f7
  
https://github.com/NixOS/nixpkgs/commit/5a78bed2bb5b3499d7d160cda2f1413ede0809f7
  Author: Utku Demir 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/build-support/emacs/wrapper.nix

  Log Message:
  ---
  Fix documentation of emacsWithPackages

After [this 
change](https://github.com/NixOS/nixpkgs/commit/901a778c7744b25013168dde1a2a548ad531fd78),
 it should be `overrideScope` instead of `override`.


  Commit: e9b1522dd3a8ce404914794d09a96119ec40cc90
  
https://github.com/NixOS/nixpkgs/commit/e9b1522dd3a8ce404914794d09a96119ec40cc90
  Author: Thomas Tuegel 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/build-support/emacs/wrapper.nix

  Log Message:
  ---
  Merge pull request #25413 from utdemir/patch-1

Fix documentation of emacsWithPackages


Compare: https://github.com/NixOS/nixpkgs/compare/287e67046254...e9b1522dd3a8___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 29969a: rstudio: Fix recompilation issue with custom packa...

2017-05-02 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 29969a5ec7df53ca82585d5b7c2e472030c04f54
  
https://github.com/NixOS/nixpkgs/commit/29969a5ec7df53ca82585d5b7c2e472030c04f54
  Author: Chris Hodapp 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/applications/editors/rstudio/default.nix
M pkgs/development/r-modules/README.md
A pkgs/development/r-modules/wrapper-rstudio.nix
M pkgs/development/r-modules/wrapper.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  rstudio: Fix recompilation issue with custom package set

This attempts to fix the issue described at
https://github.com/NixOS/nixpkgs/pull/22219#issuecomment-291801133.
Any change to the custom packages passed to RStudio causes this to
completely rebuild RStudio, which is completely unnecessary and also a
bit of a hindrance as it's a fairly slow build.

This rolls back most of that old PR, and instead implements something
more like rWrapper.  Existing configurations with the old useRPackages
will break.


  Commit: 287e67046254984718aee61aa28c7fc8027bbc9a
  
https://github.com/NixOS/nixpkgs/commit/287e67046254984718aee61aa28c7fc8027bbc9a
  Author: Peter Simons 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/applications/editors/rstudio/default.nix
M pkgs/development/r-modules/README.md
A pkgs/development/r-modules/wrapper-rstudio.nix
M pkgs/development/r-modules/wrapper.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #25390 from Hodapp87/rstudio_fix

rstudio: Fix recompilation issue with custom package set


Compare: https://github.com/NixOS/nixpkgs/compare/e026fb485221...287e67046254___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Suggestion: programs are *always* in the path

2017-05-02 Thread Marc Weber
> > $ export NIX_AUTO_RUN=1
Well, maybe refactoring would make sense and call it

ON_MISSING_BUT_KNOWN_EXECUTABLE=run/install/ask/ask_run/ask_install/ask_once_run/ask_once_install
where 
  run => runs
  ask => asks whether to run or run and install
  ask_install => asks to install
  ask_run => asks to run

or similar. For instance I'd prefer "ask once per app" eventually
because I could have made a typo.

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


Re: [Nix-dev] Suggestion: programs are *always* in the path

2017-05-02 Thread Frank
It would be nice if the database had the description of the package: It
would be easy to build a QT-package-manager based on the info (or some
other frontend).

Greetings,
Frank

Op Mon, 1 May 2017 12:37:07 +0200
"regiv...@gmail.com"  schreef:

> I think it's really a very interesting feature! A user no longer
> needs to install their programs: nix installs them in his place when
> he needs them. This option could be highlighted in the NixOS
> presentation. ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev

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


[Nix-commits] [NixOS/nixpkgs] e026fb: kgpg: Added gnupg1 as runtime dependency (#25356)

2017-05-02 Thread Robert Tröger
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e026fb485221d8a6e05ec52008766ccf4e7c5589
  
https://github.com/NixOS/nixpkgs/commit/e026fb485221d8a6e05ec52008766ccf4e7c5589
  Author: Robert Tröger 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/applications/kde/kgpg.nix

  Log Message:
  ---
  kgpg: Added gnupg1 as runtime dependency (#25356)


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


Re: [Nix-dev] Need any mirror in Asia?

2017-05-02 Thread Karibu
Hehe no problem.

Any mirror admin or dev to let me know the RSYNC url.
Thanks

Kari

On Tue, 2017-05-02 at 00:47 +0800, Wei Tang wrote:
> Hi Karibu,
> 
> I live in Hong Kong, and I would definitely appreciate a mirror in
> Asia.
> 
> -- Wei
> 
> Karibu writes:
> 
> > 
> > Hi guys,
> > I am the admin of the Vietnamese mirror (and blog) freedif.org
> > (mirror.freedif.org)
> > 
> > I have some spare bandwidth and space and would like to support
> > your
> > project.
> > 
> > Do you need a mirror in Vietnam (no problem to support
> > neighbourhood
> > countries)
> > 
> > Thanks
> > 
> > Kari
> > ___
> > nix-dev mailing list
> > nix-dev@lists.science.uu.nl
> > https://mailman.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nix] 0dddcf: Add a dummy Store::buildPaths() method

2017-05-02 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 0dddcf867a65723ddf96343dd694f970f2f9538a
  
https://github.com/NixOS/nix/commit/0dddcf867a65723ddf96343dd694f970f2f9538a
  Author: Eelco Dolstra 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M src/libstore/binary-cache-store.cc
M src/libstore/binary-cache-store.hh
M src/libstore/legacy-ssh-store.cc
M src/libstore/store-api.cc
M src/libstore/store-api.hh

  Log Message:
  ---
  Add a dummy Store::buildPaths() method

This default implementation of buildPaths() does nothing if all
requested paths are already valid, and throws an "unsupported
operation" error otherwise. This fixes a regression introduced by
c30330df6f67c81986dfb124631bc756c8e58c0d in binary cache and legacy
SSH stores.


  Commit: 227a48f86f8c26c495783c5946bb75c2819bb7ac
  
https://github.com/NixOS/nix/commit/227a48f86f8c26c495783c5946bb75c2819bb7ac
  Author: Eelco Dolstra 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M src/libstore/optimise-store.cc

  Log Message:
  ---
  Reduce severity of EMLINK warnings

Fixes #1357.


  Commit: b986c7f8b14c1270e012f22183737ebbaa33173d
  
https://github.com/NixOS/nix/commit/b986c7f8b14c1270e012f22183737ebbaa33173d
  Author: Eelco Dolstra 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M src/build-remote/build-remote.cc
M src/libstore/build.cc

  Log Message:
  ---
  Pass verbosity level to build hook


  Commit: ca9f589a93309ca548d772f1634169007568d6a0
  
https://github.com/NixOS/nix/commit/ca9f589a93309ca548d772f1634169007568d6a0
  Author: Eelco Dolstra 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M src/build-remote/build-remote.cc
M src/libstore/build.cc

  Log Message:
  ---
  build-remote: Don't copy the .drv closure

Since build-remote uses buildDerivation() now, we don't need to copy
the .drv file anymore. This greatly reduces the set of input paths
copied to the remote side (e.g. from 392 to 51 store paths for GNU
hello on x86_64-darwin).


  Commit: d7653dfc6dea076ecbe00520c6137977e0fced35
  
https://github.com/NixOS/nix/commit/d7653dfc6dea076ecbe00520c6137977e0fced35
  Author: Eelco Dolstra 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M doc/manual/advanced-topics/distributed-builds.xml
M doc/manual/command-ref/env-common.xml
M src/build-remote/build-remote.cc
M src/libstore/build.cc
M src/libstore/globals.hh
M tests/remote-builds.nix

  Log Message:
  ---
  Remove $NIX_BUILD_HOOK and $NIX_CURRENT_LOAD

This is to simplify remote build configuration. These environment
variables predate nix.conf.

The build hook now has a sensible default (namely build-remote).

The current load is kept in the Nix state directory now.


  Commit: 3f5b98e65a86abd31f97bd763ae5cb41ff4aeda8
  
https://github.com/NixOS/nix/commit/3f5b98e65a86abd31f97bd763ae5cb41ff4aeda8
  Author: Eelco Dolstra 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M src/libstore/build.cc

  Log Message:
  ---
  Chomp log output from the build hook


  Commit: deac171925bf2e3960d2f837d95b71c0427d26dd
  
https://github.com/NixOS/nix/commit/deac171925bf2e3960d2f837d95b71c0427d26dd
  Author: Eelco Dolstra 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M src/libstore/legacy-ssh-store.cc

  Log Message:
  ---
  Implement LegacySSHStore::buildDerivation()

This makes LegacySSHStore usable by build-remote and
hydra-queue-runner.


  Commit: 3e4bdfedee747868a32b8a9c7a89a6f860415be8
  
https://github.com/NixOS/nix/commit/3e4bdfedee747868a32b8a9c7a89a6f860415be8
  Author: Eelco Dolstra 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M src/libutil/util.cc

  Log Message:
  ---
  Minor cleanup


  Commit: 031d70e5009fcce58afabc9113d5a5de4a16b19a
  
https://github.com/NixOS/nix/commit/031d70e5009fcce58afabc9113d5a5de4a16b19a
  Author: Eelco Dolstra 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M src/build-remote/build-remote.cc
M src/libstore/build.cc
M src/libstore/store-api.cc
M src/libstore/store-api.hh

  Log Message:
  ---
  Support arbitrary store URIs in nix.machines

For backwards compatibility, if the URI is just a hostname, ssh://
(i.e. LegacySSHStore) is prepended automatically.

Also, all fields except the URI are now optional. For example, this is
a valid nix.machines file:

  local?root=/tmp/nix

This is useful for testing the remote build machinery since you don't
have to mess around with ssh.


  Commit: 3a5f04f48cc39eec5cc454e387aa290e08295aff
  
https://github.com/NixOS/nix/commit/3a5f04f48cc39eec5cc454e387aa290e08295aff
  Author: Eelco Dolstra 
  Date:   

[Nix-commits] [NixOS/nixops] c28a4f: Add 17.03 image for GCE.

2017-05-02 Thread Rob Vermaas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: c28a4f7acedbc1b3b8446f3713f219109da19134
  
https://github.com/NixOS/nixops/commit/c28a4f7acedbc1b3b8446f3713f219109da19134
  Author: Rob Vermaas 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M nix/eval-machine-info.nix

  Log Message:
  ---
  Add 17.03 image for GCE.


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


[Nix-commits] [NixOS/nixpkgs] b5169f: linux: Add cgroups patches for 4.9, 4.10, 4.11

2017-05-02 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b5169fd2771d60a359af7263d84453adc0b5dbfb
  
https://github.com/NixOS/nixpkgs/commit/b5169fd2771d60a359af7263d84453adc0b5dbfb
  Author: Tim Steinbach 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
A pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.10.patch
A pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.11.patch
R pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.6.patch
R pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.7.patch
A pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.9.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  linux: Add cgroups patches for 4.9, 4.10, 4.11


  Commit: a841935d4b7f6b0b8cf1d7b7fe3f342e61dafd67
  
https://github.com/NixOS/nixpkgs/commit/a841935d4b7f6b0b8cf1d7b7fe3f342e61dafd67
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
A pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.10.patch
A pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.11.patch
R pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.6.patch
R pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.7.patch
A pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/4.9.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #25439 from NeQuissimus/linux_4_11_cgroups

linux: Add cgroups patches for 4.9, 4.10, 4.11


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


[Nix-commits] [NixOS/nixpkgs] ed76d7: cmst: 2016.10.03 -> 2017.03.18

2017-05-02 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ed76d724d32fee2c326d85d0a6be26b3e63fd189
  
https://github.com/NixOS/nixpkgs/commit/ed76d724d32fee2c326d85d0a6be26b3e63fd189
  Author: romildo 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  cmst: 2016.10.03 -> 2017.03.18


  Commit: cac205c25223f1839c453a2329334aed9f3920e1
  
https://github.com/NixOS/nixpkgs/commit/cac205c25223f1839c453a2329334aed9f3920e1
  Author: Pascal Wittmann 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Merge pull request #25436 from romildo/upd.cmst

cmst: 2016.10.03 -> 2017.03.18


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


[Nix-commits] [NixOS/nixpkgs] 9ad1aa: lua5_{sec, 1_sockets, expat}: convert to aliases

2017-05-02 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9ad1aaae5337bb55df9c64636d2c8b7f97381dd1
  
https://github.com/NixOS/nixpkgs/commit/9ad1aaae5337bb55df9c64636d2c8b7f97381dd1
  Author: Vladimír Čunát 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
R pkgs/development/interpreters/lua-5/expat.nix
R pkgs/development/interpreters/lua-5/sec.nix
M pkgs/top-level/aliases.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  lua5_{sec,1_sockets,expat}: convert to aliases

There's nothing better in these expressions than what we have in
lua-packages.nix


  Commit: d7501b986a5d0f5a6ebe020d5f8bbb7c9d65b1ca
  
https://github.com/NixOS/nixpkgs/commit/d7501b986a5d0f5a6ebe020d5f8bbb7c9d65b1ca
  Author: Vladimír Čunát 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/desktops/enlightenment/efl.nix
M pkgs/development/interpreters/love/0.10.nix
M pkgs/development/interpreters/love/0.9.nix
M pkgs/development/interpreters/luajit/default.nix
M pkgs/games/minetest/default.nix
M pkgs/os-specific/linux/sysdig/default.nix
M pkgs/servers/dns/knot-resolver/default.nix
M pkgs/tools/networking/wrk/default.nix

  Log Message:
  ---
  luajit: 2.1.0-beta2 -> 2.1.0-beta3

The removal of `luaL_reg` alias caused lots of breakage.
Only sysdig and knot-resolver needed (also) other changes.


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


[Nix-commits] [NixOS/nixpkgs] ac8698: connman: 1.33 -> 1.34

2017-05-02 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ac8698b7d107b140dbe1ce3d7167d53cf39bb3e2
  
https://github.com/NixOS/nixpkgs/commit/ac8698b7d107b140dbe1ce3d7167d53cf39bb3e2
  Author: romildo 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  connman: 1.33 -> 1.34


  Commit: de48ca04661117ddd69d563289d146e5097ff7d3
  
https://github.com/NixOS/nixpkgs/commit/de48ca04661117ddd69d563289d146e5097ff7d3
  Author: Pascal Wittmann 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Merge pull request #25425 from romildo/upd.connman

connman: 1.33 -> 1.34


Compare: https://github.com/NixOS/nixpkgs/compare/770b3164bee3...de48ca046611___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 770b31: pythonPackages.asgiref: fix double declaration

2017-05-02 Thread Lancelot SIX
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 770b3164bee390ddfc16e2cac3159225ba8f29bb
  
https://github.com/NixOS/nixpkgs/commit/770b3164bee390ddfc16e2cac3159225ba8f29bb
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.asgiref: fix double declaration

Fix a rebase error


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


[Nix-commits] [NixOS/nixpkgs] cc5f1f: mkvtoolnix: 9.9.0 -> 11.0.0 (#25349)

2017-05-02 Thread José Romildo Malaquias
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cc5f1f54dc32ef6ee6731185a7e91ca716f022f9
  
https://github.com/NixOS/nixpkgs/commit/cc5f1f54dc32ef6ee6731185a7e91ca716f022f9
  Author: José Romildo Malaquias 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  mkvtoolnix: 9.9.0 -> 11.0.0 (#25349)

Add dependency on Qt’s multimedia component, required for compilation
of the GUIs since version 11.0.0.


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


[Nix-commits] [NixOS/nixpkgs] be5565: smartgithg: 8_0_3 -> 17_0_3 (#25343)

2017-05-02 Thread José Romildo Malaquias
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: be55657958b60dd45778404b715086a319d24fb3
  
https://github.com/NixOS/nixpkgs/commit/be55657958b60dd45778404b715086a319d24fb3
  Author: José Romildo Malaquias 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M pkgs/applications/version-management/smartgithg/default.nix

  Log Message:
  ---
  smartgithg: 8_0_3 -> 17_0_3 (#25343)


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


[Nix-commits] [NixOS/nixpkgs] 2ad605: elpa-packages: 2017-05-01

2017-05-02 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2ad60591877b0f8a5bf1fdd39bbd91f42b14cd04
  
https://github.com/NixOS/nixpkgs/commit/2ad60591877b0f8a5bf1fdd39bbd91f42b14cd04
  Author: Michael Alan Dorman 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  elpa-packages: 2017-05-01


  Commit: 9b40d73a67560ea8bd04a409cf2e887e8ca255bf
  
https://github.com/NixOS/nixpkgs/commit/9b40d73a67560ea8bd04a409cf2e887e8ca255bf
  Author: Michael Alan Dorman 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  melpa-stable-packages: 2017-05-01


  Commit: d91ac0080f839d5e7f866e9ae9e120238bb3b8f9
  
https://github.com/NixOS/nixpkgs/commit/d91ac0080f839d5e7f866e9ae9e120238bb3b8f9
  Author: Michael Alan Dorman 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  melpa-packages: 2017-05-01


  Commit: 81bc7839fa513c73b968ef45348175220a89bb2d
  
https://github.com/NixOS/nixpkgs/commit/81bc7839fa513c73b968ef45348175220a89bb2d
  Author: Joachim F 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Merge pull request #25408 from mdorman/emacs-updates

Automated Emacs package updates


Compare: https://github.com/NixOS/nixpkgs/compare/84b1643af593...81bc7839fa51___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 35c324: doc: enable code syntax highlighting

2017-05-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 35c324ee14b7888b4b9c36297b29a53127a9e3c3
  
https://github.com/NixOS/nixpkgs/commit/35c324ee14b7888b4b9c36297b29a53127a9e3c3
  Author: Alexey Muranov 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M doc/languages-frameworks/haskell.md

  Log Message:
  ---
  doc: enable code syntax highlighting

Use "fenced" code blocks to enable syntax highlighting.  Other markup
and formatting.


  Commit: 84b1643af59334ce3072d336ee454900e944c5b4
  
https://github.com/NixOS/nixpkgs/commit/84b1643af59334ce3072d336ee454900e944c5b4
  Author: Frederik Rietdijk 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M doc/languages-frameworks/haskell.md

  Log Message:
  ---
  Merge pull request #23627 from alexeymuranov/haskell-doc-markdown

doc: enable code syntax highlighting


Compare: https://github.com/NixOS/nixpkgs/compare/d4dbef90f3a7...84b1643af593___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] bd9246: treewide: Always use integers for meta.priority

2017-05-02 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bd9246b00904af79c00d9d64e780fb7dd589c624
  
https://github.com/NixOS/nixpkgs/commit/bd9246b00904af79c00d9d64e780fb7dd589c624
  Author: Aneesh Agrawal 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M lib/meta.nix
M pkgs/applications/science/biology/ncbi-tools/default.nix

  Log Message:
  ---
  treewide: Always use integers for meta.priority

Meta attributes types are now enforce as of commit
90b9719f4fc95e54400a66bffcc8044c568cfa4b,
so ensure meta.priority is always set to an integer.

This fixes evaluation of `linuxPackages_latest.virtualbox`
(the impetus for this commit)
and other packages that use lowPrio or hiPrio.


  Commit: d3acf9891cd22cab0d3821494d002890b617a04e
  
https://github.com/NixOS/nixpkgs/commit/d3acf9891cd22cab0d3821494d002890b617a04e
  Author: Aneesh Agrawal 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  stdenv: More useful error message on bad meta attrs

This helps in debugging meta attribute type errors,
which are now enforced as of commit
90b9719f4fc95e54400a66bffcc8044c568cfa4b.


  Commit: e057e5927e2de5c256def7e7462499c5f9d87b17
  
https://github.com/NixOS/nixpkgs/commit/e057e5927e2de5c256def7e7462499c5f9d87b17
  Author: Domen Kožar 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
M lib/meta.nix
M pkgs/applications/science/biology/ncbi-tools/default.nix
M pkgs/stdenv/generic/default.nix

  Log Message:
  ---
  Merge pull request #25427 from aneeshusa/fix-meta-priority-types

Fix meta priority types


Compare: https://github.com/NixOS/nixpkgs/compare/767aad2aaa4e...e057e5927e2d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 767aad: hydra: 2017-03-21 -> 2017-04-26

2017-05-02 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 767aad2aaa4e2730b74cca9dbe513aa933f7667b
  
https://github.com/NixOS/nixpkgs/commit/767aad2aaa4e2730b74cca9dbe513aa933f7667b
  Author: Domen Kožar 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  hydra: 2017-03-21 -> 2017-04-26


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


[Nix-commits] [NixOS/nixpkgs]

2017-05-02 Thread domenkozar
  Branch: refs/heads/hydra-2017-04-26
  Home:   https://github.com/NixOS/nixpkgs
___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 47c8ee: hydra: 2017-03-21 -> 2017-04-26

2017-05-02 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 47c8ee6daea8dd2d3ca5b0683bd4273955ff0973
  
https://github.com/NixOS/nixpkgs/commit/47c8ee6daea8dd2d3ca5b0683bd4273955ff0973
  Author: Domen Kožar 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  hydra: 2017-03-21 -> 2017-04-26


  Commit: bcbf3b5f416d720d97a3a868642fc010b354d571
  
https://github.com/NixOS/nixpkgs/commit/bcbf3b5f416d720d97a3a868642fc010b354d571
  Author: Domen Kožar 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Merge pull request #25387 from NixOS/hydra-2017-04-26

hydra: 2017-03-21 -> 2017-04-26


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


[Nix-commits] [NixOS/nixpkgs] 146f8a: beautifulsoup4: 4.5.1 -> 4.5.3

2017-05-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 146f8af47cfb5b77b6a8e8e04776e658e000e8ae
  
https://github.com/NixOS/nixpkgs/commit/146f8af47cfb5b77b6a8e8e04776e658e000e8ae
  Author: Matthias Beyer 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  beautifulsoup4: 4.5.1 -> 4.5.3


  Commit: 66c21e72e025ed6bb31104c5067cb355eb6edc9b
  
https://github.com/NixOS/nixpkgs/commit/66c21e72e025ed6bb31104c5067cb355eb6edc9b
  Author: Matthias Beyer 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  toot: init at 0.8.0


  Commit: 5bcfd2f56cfd3296adf5e0b3a957656b9f39ee6d
  
https://github.com/NixOS/nixpkgs/commit/5bcfd2f56cfd3296adf5e0b3a957656b9f39ee6d
  Author: Frederik Rietdijk 
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
A pkgs/applications/misc/toot/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #25407 from matthiasbeyer/add-toot

toot: init at 0.8.0 (including pythonPackages.beautifulsoup4 update)


Compare: https://github.com/NixOS/nixpkgs/compare/53da83386129...5bcfd2f56cfd___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 91b529: pythonPackages.m2r: init at 0.1.5

2017-05-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 91b5290412bf2c3d386bf8b0ce0adcb33c1a008d
  
https://github.com/NixOS/nixpkgs/commit/91b5290412bf2c3d386bf8b0ce0adcb33c1a008d
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.m2r: init at 0.1.5


  Commit: 687fe19a04375e432b9baa9115a17255d1b3c458
  
https://github.com/NixOS/nixpkgs/commit/687fe19a04375e432b9baa9115a17255d1b3c458
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.txaio: 2.5.2 -> 2.7.0


  Commit: df79a196386b210a8bc1508471f420c28cf05edb
  
https://github.com/NixOS/nixpkgs/commit/df79a196386b210a8bc1508471f420c28cf05edb
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.constantly: init at 15.1.0


  Commit: 0743b0fb6e07e5893b4db72bfbf0f22e99e66acb
  
https://github.com/NixOS/nixpkgs/commit/0743b0fb6e07e5893b4db72bfbf0f22e99e66acb
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.pytest-asyncio: init at 0.5.0


  Commit: 63fd2c7e622423aeb230b34155d48794d174f7cf
  
https://github.com/NixOS/nixpkgs/commit/63fd2c7e622423aeb230b34155d48794d174f7cf
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.autobahn: 0.16.0 -> 0.18.2


  Commit: b1d16c731f177b4b9d3bde044218fc64f2cee99b
  
https://github.com/NixOS/nixpkgs/commit/b1d16c731f177b4b9d3bde044218fc64f2cee99b
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.automat: init at 0.5.0


  Commit: db0627336e30b1035bf2b9ab9cacee8bd95aa9e8
  
https://github.com/NixOS/nixpkgs/commit/db0627336e30b1035bf2b9ab9cacee8bd95aa9e8
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.asgiref: 1.0.0 -> 1.1.1


  Commit: c76792018922ea0b0e4bbb2e9e620493fc6ca9a3
  
https://github.com/NixOS/nixpkgs/commit/c76792018922ea0b0e4bbb2e9e620493fc6ca9a3
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.asgi_ipc: 1.2.0 -> 1.3.1


  Commit: d965c8e6e98be22b01ba2e1716093d989651e57f
  
https://github.com/NixOS/nixpkgs/commit/d965c8e6e98be22b01ba2e1716093d989651e57f
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.asgi_redis: 1.0.0 -> 1.3.0


  Commit: 528a4520430dceb34a510377e36bd2fca4a7fc35
  
https://github.com/NixOS/nixpkgs/commit/528a4520430dceb34a510377e36bd2fca4a7fc35
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.twisted: 16.4.1 -> 17.1.0


  Commit: 519d3d04511b2bb705f9412b8fd328bfecb65808
  
https://github.com/NixOS/nixpkgs/commit/519d3d04511b2bb705f9412b8fd328bfecb65808
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.daphne: 1.0.3 -> 1.2.0


  Commit: 6bf20f95d9255d9027fe4cc5351c2d37b2e34741
  
https://github.com/NixOS/nixpkgs/commit/6bf20f95d9255d9027fe4cc5351c2d37b2e34741
  Author: Lancelot SIX 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  pythonPackages.channels: 1.0.3 -> 1.1.3


  Commit: 

Re: [Nix-dev] YouCompleteMe (ycmd) server cannot be started: Library not loaded: @loader_path/libclang.dylib

2017-05-02 Thread Domen Kožar
https://github.com/NixOS/nixpkgs/pull/25352

On Tue, May 2, 2017 at 9:19 AM, Domen Kožar  wrote:

> Usually, that's because of https://github.com/NixOS/nixpkgs/issues/21624,
> but I don't know the specifics.
>
> On Mon, May 1, 2017 at 9:00 PM, Ben Zhang  wrote:
>
>> Hi all,
>>
>> A while ago, my YouCompleteMe vim plugin stopped working. The client log
>> file says that it cannot connect to the server, and the server log file
>> shows the following:
>>
>> 2017-05-01 14:48:42,343 - ERROR - dlopen(/nix/store/qih75i2liq4n
>> 59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/../ycm_core.so, 2):
>> Library not loaded: @loader_path/libclang.dylib
>>   Referenced from: /nix/store/qih75i2liq4n59y5d02
>> 5z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
>>   Reason: image not found
>> Traceback (most recent call last):
>>   File "/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-
>> 27/lib/ycmd/ycmd/server_utils.py", line 95, in CompatibleWithCurrentCore
>> ycm_core = ImportCore()
>>   File "/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-
>> 27/lib/ycmd/ycmd/server_utils.py", line 87, in ImportCore
>> import ycm_core as ycm_core
>> ImportError: dlopen(/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-
>> 2017-03-27/lib/ycmd/ycmd/../ycm_core.so, 2): Library not loaded:
>> @loader_path/libclang.dylib
>>   Referenced from: /nix/store/qih75i2liq4n59y5d02
>> 5z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
>>   Reason: image not found
>>
>>
>> Has anyone experienced a similar problem before?
>>
>> Thanks,
>>
>> Ben
>>
>>
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] YouCompleteMe (ycmd) server cannot be started: Library not loaded: @loader_path/libclang.dylib

2017-05-02 Thread Domen Kožar
Usually, that's because of https://github.com/NixOS/nixpkgs/issues/21624,
but I don't know the specifics.

On Mon, May 1, 2017 at 9:00 PM, Ben Zhang  wrote:

> Hi all,
>
> A while ago, my YouCompleteMe vim plugin stopped working. The client log
> file says that it cannot connect to the server, and the server log file
> shows the following:
>
> 2017-05-01 14:48:42,343 - ERROR - dlopen(/nix/store/
> qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/../ycm_core.so,
> 2): Library not loaded: @loader_path/libclang.dylib
>   Referenced from: /nix/store/qih75i2liq4n59y5d025z52bfvia81
> p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
>   Reason: image not found
> Traceback (most recent call last):
>   File "/nix/store/qih75i2liq4n59y5d025z52bfvia81
> p3-ycmd-2017-03-27/lib/ycmd/ycmd/server_utils.py", line 95, in
> CompatibleWithCurrentCore
> ycm_core = ImportCore()
>   File "/nix/store/qih75i2liq4n59y5d025z52bfvia81
> p3-ycmd-2017-03-27/lib/ycmd/ycmd/server_utils.py", line 87, in ImportCore
> import ycm_core as ycm_core
> ImportError: dlopen(/nix/store/qih75i2liq4n59y5d025z52bfvia81
> p3-ycmd-2017-03-27/lib/ycmd/ycmd/../ycm_core.so, 2): Library not loaded:
> @loader_path/libclang.dylib
>   Referenced from: /nix/store/qih75i2liq4n59y5d025z52bfvia81
> p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
>   Reason: image not found
>
>
> Has anyone experienced a similar problem before?
>
> Thanks,
>
> Ben
>
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 192736: gi-webkit2: fix gi-javascriptcore dependency

2017-05-02 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1927361e44bdc181678ce7604aa429fd26bd66a5
  
https://github.com/NixOS/nixpkgs/commit/1927361e44bdc181678ce7604aa429fd26bd66a5
  Author: Ryan Trinkle 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  gi-webkit2: fix gi-javascriptcore dependency


  Commit: 033f2a6ca513a7be9d1b4fbd0a65b4dee5b94e4d
  
https://github.com/NixOS/nixpkgs/commit/033f2a6ca513a7be9d1b4fbd0a65b4dee5b94e4d
  Author: Peter Simons 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Merge pull request #25405 from obsidiansystems/gi-javascriptcore-fix3

gi-webkit2: fix gi-javascriptcore dependency


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


[Nix-commits] [NixOS/nixpkgs] 299fdf: haskell: haskell-src-exts-simple: Remove configura...

2017-05-02 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 299fdf7441ca2d92d8f083c03ebb902d8817b0e5
  
https://github.com/NixOS/nixpkgs/commit/299fdf7441ca2d92d8f083c03ebb902d8817b0e5
  Author: Leon Isenberg 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  haskell: haskell-src-exts-simple: Remove configuration


  Commit: 7b17f00f2f0d6f7450032ea98e63899680e2498f
  
https://github.com/NixOS/nixpkgs/commit/7b17f00f2f0d6f7450032ea98e63899680e2498f
  Author: Peter Simons 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Merge pull request #25400 from ljli/hse-simple-no-conf

haskell: haskell-src-exts-simple: Remove configuration


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


[Nix-commits] [NixOS/nixpkgs] 14244d: haskellPackages.tasty-discover: bootstrap itself u...

2017-05-02 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 14244d0f33fcbbb307bb08628a174e5269ee3222
  
https://github.com/NixOS/nixpkgs/commit/14244d0f33fcbbb307bb08628a174e5269ee3222
  Author: Robert Hensing 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  haskellPackages.tasty-discover: bootstrap itself using an untested build

The tasty-discover test suite depends on tasty-discover in $PATH during
test-suite compilation. Adding an untested build of itself to build
tools fixes the problem, without putting the untested version in
the package set.


  Commit: c609aecedea41c5df0591c34abe5448222dcce1a
  
https://github.com/NixOS/nixpkgs/commit/c609aecedea41c5df0591c34abe5448222dcce1a
  Author: Peter Simons 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Merge pull request #25389 from roberth/fix-haskell-tasty-discover

haskellPackages.tasty-discover: bootstrap itself using an untested build


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


[Nix-commits] [NixOS/nixpkgs] 13bca4: rockboxutility: fix linking to Qt libs

2017-05-02 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 13bca4ba2d8476537198d3d7c31306c5e56f0d89
  
https://github.com/NixOS/nixpkgs/commit/13bca4ba2d8476537198d3d7c31306c5e56f0d89
  Author: Peter Hoeg 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  rockboxutility: fix linking to Qt libs


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