Re: [Nix-dev] binutils missing libbfd

2017-03-02 Thread Bjørn Forsman
On 3 March 2017 at 00:27, Nawal Husnoo  wrote:
> Hi,
>
> I'm trying to build simulavr, using the script below. However, it's not
> finding *binutils-2.27/lib/libbfd.so
>
>
> bfd search-
> /nix/store/43cpb15i8jjing1gwn8rmbg80lhl8kqv-binutils-2.27/lib/libbfd.la in
> "include" and ""... no
> configure: error:
> Could not locate libbfd.so/libbfd.a and/or bfd.h.
>
>
> But it's possible to have it installed:
>
> $ ls /nix/store/*binutils*/lib/libbfd*
> /nix/store/2mvblw8kq86ncaidjrp3x4rssy1lhlhi-binutils-2.27/lib/libbfd-2.27.so
> /nix/store/2mvblw8kq86ncaidjrp3x4rssy1lhlhi-binutils-2.27/lib/libbfd.la
> /nix/store/2mvblw8kq86ncaidjrp3x4rssy1lhlhi-binutils-2.27/lib/libbfd.so
> /nix/store/b7sf8p9fgjlrwr1ndwvwdy71lfnn02pv-binutils-2.27-lib/lib/libbfd-2.27.so
> /nix/store/b7sf8p9fgjlrwr1ndwvwdy71lfnn02pv-binutils-2.27-lib/lib/libbfd.la
> /nix/store/b7sf8p9fgjlrwr1ndwvwdy71lfnn02pv-binutils-2.27-lib/lib/libbfd.so
> /nix/store/cwxfpjwr4fp6mhyfc46pj0apy4w4dwyr-binutils-2.27-lib/lib/libbfd-2.27.so
> /nix/store/cwxfpjwr4fp6mhyfc46pj0apy4w4dwyr-binutils-2.27-lib/lib/libbfd.la
> /nix/store/cwxfpjwr4fp6mhyfc46pj0apy4w4dwyr-binutils-2.27-lib/lib/libbfd.so
> /nix/store/j1myzr7f9139kckijcy6yqv4l62vml8j-binutils-2.27-lib/lib/libbfd-2.27.so
> /nix/store/j1myzr7f9139kckijcy6yqv4l62vml8j-binutils-2.27-lib/lib/libbfd.la
> /nix/store/j1myzr7f9139kckijcy6yqv4l62vml8j-binutils-2.27-lib/lib/libbfd.so

I had the same problem in 2014[1]. Didn't solve it :-)

According to "./configure --help", the binutils package needs to be
the one cross-compiled for AVR.

Do you know how simulavr compares to simavr? simulavr seems pretty
dead, whereas simavr maintainer just put out a release. Or is simulavr
simply "completed"?

[1]: https://github.com/bjornfor/nixpkgs/tree/avr-stuff

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


[Nix-commits] [NixOS/nixpkgs] 8639a3: Merge #23408: llvm: 4.0rc2 -> 4rc3

2017-03-02 Thread Vladimír Čunát
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8639a3eac721c18aa3e173b45141a638ba45aa33
  
https://github.com/NixOS/nixpkgs/commit/8639a3eac721c18aa3e173b45141a638ba45aa33
  Author: Vladimír Čunát 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
R pkgs/development/compilers/llvm/4.0/clang/default.nix
R pkgs/development/compilers/llvm/4.0/clang/purity.patch
R pkgs/development/compilers/llvm/4.0/default.nix
R pkgs/development/compilers/llvm/4.0/libc++/default.nix
R pkgs/development/compilers/llvm/4.0/libc++/setup-hook.sh
R pkgs/development/compilers/llvm/4.0/libc++abi.nix
R pkgs/development/compilers/llvm/4.0/lld.nix
R pkgs/development/compilers/llvm/4.0/lldb.nix
R pkgs/development/compilers/llvm/4.0/llvm-outputs.patch
R pkgs/development/compilers/llvm/4.0/llvm.nix
A pkgs/development/compilers/llvm/4/clang/default.nix
A pkgs/development/compilers/llvm/4/clang/purity.patch
A pkgs/development/compilers/llvm/4/default.nix
A pkgs/development/compilers/llvm/4/libc++/default.nix
A pkgs/development/compilers/llvm/4/libc++/setup-hook.sh
A pkgs/development/compilers/llvm/4/libc++abi.nix
A pkgs/development/compilers/llvm/4/lld.nix
A pkgs/development/compilers/llvm/4/lldb.nix
A pkgs/development/compilers/llvm/4/llvm-outputs.patch
A pkgs/development/compilers/llvm/4/llvm.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge #23408: llvm: 4.0rc2 -> 4rc3

and rename attributes 4.0 -> 4

(cherry picked from commit 92f454e73ceb61f3d18bc3ff9c466f0fab2405c5)


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


[Nix-commits] [NixOS/nixpkgs] 5e267f: llvm4.0: rc2 -> rc3

2017-03-02 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5e267f657da817bb3ef16c4c1030aac0bfe49735
  
https://github.com/NixOS/nixpkgs/commit/5e267f657da817bb3ef16c4c1030aac0bfe49735
  Author: Will Dietz 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/compilers/llvm/4.0/clang/default.nix
M pkgs/development/compilers/llvm/4.0/default.nix
M pkgs/development/compilers/llvm/4.0/libc++/default.nix
M pkgs/development/compilers/llvm/4.0/libc++abi.nix
M pkgs/development/compilers/llvm/4.0/lld.nix
M pkgs/development/compilers/llvm/4.0/lldb.nix
M pkgs/development/compilers/llvm/4.0/llvm.nix

  Log Message:
  ---
  llvm4.0: rc2 -> rc3

Also add myself to maintainers for LLVM.


  Commit: 6f6c06adc1c0338e0125e7d5785b43223493f114
  
https://github.com/NixOS/nixpkgs/commit/6f6c06adc1c0338e0125e7d5785b43223493f114
  Author: Will Dietz 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
R pkgs/development/compilers/llvm/4.0/clang/default.nix
R pkgs/development/compilers/llvm/4.0/clang/purity.patch
R pkgs/development/compilers/llvm/4.0/default.nix
R pkgs/development/compilers/llvm/4.0/libc++/default.nix
R pkgs/development/compilers/llvm/4.0/libc++/setup-hook.sh
R pkgs/development/compilers/llvm/4.0/libc++abi.nix
R pkgs/development/compilers/llvm/4.0/lld.nix
R pkgs/development/compilers/llvm/4.0/lldb.nix
R pkgs/development/compilers/llvm/4.0/llvm-outputs.patch
R pkgs/development/compilers/llvm/4.0/llvm.nix
A pkgs/development/compilers/llvm/4/clang/default.nix
A pkgs/development/compilers/llvm/4/clang/purity.patch
A pkgs/development/compilers/llvm/4/default.nix
A pkgs/development/compilers/llvm/4/libc++/default.nix
A pkgs/development/compilers/llvm/4/libc++/setup-hook.sh
A pkgs/development/compilers/llvm/4/libc++abi.nix
A pkgs/development/compilers/llvm/4/lld.nix
A pkgs/development/compilers/llvm/4/lldb.nix
A pkgs/development/compilers/llvm/4/llvm-outputs.patch
A pkgs/development/compilers/llvm/4/llvm.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  llvm4.0: Rename "4.0" (and _40) to "4" (and _4).

This reflects upstream versioning change, and allows
us to replace 4.0 with 4.1 (which is now a minor revision)
without changing the attribute name.

Thanks to @vcunat for the idea.


  Commit: 92f454e73ceb61f3d18bc3ff9c466f0fab2405c5
  
https://github.com/NixOS/nixpkgs/commit/92f454e73ceb61f3d18bc3ff9c466f0fab2405c5
  Author: Vladimír Čunát 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
R pkgs/development/compilers/llvm/4.0/clang/default.nix
R pkgs/development/compilers/llvm/4.0/clang/purity.patch
R pkgs/development/compilers/llvm/4.0/default.nix
R pkgs/development/compilers/llvm/4.0/libc++/default.nix
R pkgs/development/compilers/llvm/4.0/libc++/setup-hook.sh
R pkgs/development/compilers/llvm/4.0/libc++abi.nix
R pkgs/development/compilers/llvm/4.0/lld.nix
R pkgs/development/compilers/llvm/4.0/lldb.nix
R pkgs/development/compilers/llvm/4.0/llvm-outputs.patch
R pkgs/development/compilers/llvm/4.0/llvm.nix
A pkgs/development/compilers/llvm/4/clang/default.nix
A pkgs/development/compilers/llvm/4/clang/purity.patch
A pkgs/development/compilers/llvm/4/default.nix
A pkgs/development/compilers/llvm/4/libc++/default.nix
A pkgs/development/compilers/llvm/4/libc++/setup-hook.sh
A pkgs/development/compilers/llvm/4/libc++abi.nix
A pkgs/development/compilers/llvm/4/lld.nix
A pkgs/development/compilers/llvm/4/lldb.nix
A pkgs/development/compilers/llvm/4/llvm-outputs.patch
A pkgs/development/compilers/llvm/4/llvm.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge #23408: llvm: 4.0rc2 -> 4rc3

and rename attributes 4.0 -> 4


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


Re: [Nix-dev] binutils missing libbfd

2017-03-02 Thread Vincent Laporte
Hi Nawal,

> "--with-bfd=${binutils}/lib/libbfd.la"

The binutils package has multiple outputs.
Did you try “${binutils.lib}/lib/libbfd.la” ?

Cheers,
--
Vincent.




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


[Nix-commits] [NixOS/nixpkgs] a1f6b8: Python 3.6 fixup expat and libffi, fixes #23406

2017-03-02 Thread Frederik Rietdijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a1f6b8b5fc3c76d679064208aee228a051280f33
  
https://github.com/NixOS/nixpkgs/commit/a1f6b8b5fc3c76d679064208aee228a051280f33
  Author: Frederik Rietdijk 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M pkgs/development/interpreters/python/cpython/3.6/default.nix

  Log Message:
  ---
  Python 3.6 fixup expat and libffi, fixes #23406


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


[Nix-commits] [NixOS/nixpkgs] 3f1167: buildbot-master module: fix overly restrictive opt...

2017-03-02 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3f116702cc1242e34d008a8f1793e6f542e79472
  
https://github.com/NixOS/nixpkgs/commit/3f116702cc1242e34d008a8f1793e6f542e79472
  Author: Dan Peebles 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/buildbot/master.nix

  Log Message:
  ---
  buildbot-master module: fix overly restrictive option type for masterCfg


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


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

2017-03-02 Thread Hydra Build Daemon
Hi,

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

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

This may be due to 23 commits by 3noch , Bart Brouns 
, Daiderd Jordan , Dmitry Kalinkin 
, Eric Bailey , Franz Pletz 
, Jörg Thalheim , Leon Isenberg 
, Nikolay Amiantov , Peter Simons 
, Renaud , Tobias 
Geerinckx-Rice , Tuomas Tynkkynen 
 or rnhmjoj .

Yay!

Regards,

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


[Nix-dev] binutils missing libbfd

2017-03-02 Thread Nawal Husnoo
Hi,

I'm trying to build simulavr, using the script below. However, it's not
finding *binutils-2.27/lib/libbfd.so


bfd search- /nix/store/43cpb15i8jjing1gwn8rmbg80lhl8kqv-binutils-2.27/lib/
libbfd.la in "include" and ""... no
configure: error:
Could not locate libbfd.so/libbfd.a and/or bfd.h.


But it's possible to have it installed:

$ ls /nix/store/*binutils*/lib/libbfd*
/nix/store/2mvblw8kq86ncaidjrp3x4rssy1lhlhi-binutils-2.27/lib/libbfd-2.27.so
/nix/store/2mvblw8kq86ncaidjrp3x4rssy1lhlhi-binutils-2.27/lib/libbfd.la
/nix/store/2mvblw8kq86ncaidjrp3x4rssy1lhlhi-binutils-2.27/lib/libbfd.so
/nix/store/b7sf8p9fgjlrwr1ndwvwdy71lfnn02pv-binutils-2.27-lib/lib/
libbfd-2.27.so
/nix/store/b7sf8p9fgjlrwr1ndwvwdy71lfnn02pv-binutils-2.27-lib/lib/libbfd.la
/nix/store/b7sf8p9fgjlrwr1ndwvwdy71lfnn02pv-binutils-2.27-lib/lib/libbfd.so
/nix/store/cwxfpjwr4fp6mhyfc46pj0apy4w4dwyr-binutils-2.27-lib/lib/
libbfd-2.27.so
/nix/store/cwxfpjwr4fp6mhyfc46pj0apy4w4dwyr-binutils-2.27-lib/lib/libbfd.la
/nix/store/cwxfpjwr4fp6mhyfc46pj0apy4w4dwyr-binutils-2.27-lib/lib/libbfd.so
/nix/store/j1myzr7f9139kckijcy6yqv4l62vml8j-binutils-2.27-lib/lib/
libbfd-2.27.so
/nix/store/j1myzr7f9139kckijcy6yqv4l62vml8j-binutils-2.27-lib/lib/libbfd.la
/nix/store/j1myzr7f9139kckijcy6yqv4l62vml8j-binutils-2.27-lib/lib/libbfd.so


How do I select the right binutils in the default.nix below?

Thanks,

Nawal

{ stdenv, fetchurl, python, doxygen, tcl, tk, binutils }:

stdenv.mkDerivation rec {
  name = "simulavr";

  src = fetchurl {
url = "
http://download.savannah.nongnu.org/releases/simulavr/simulavr-1.0.0.tar.gz
";
sha256 =
"39d93faa3eeae2bee15f682dd6a48fb4d4366addd12a2abebb04c99f87809be7";
  };

  configureFlags = [
"--enable-python"
"--enable-doxygen-doc"
"--enable-tcl"
"--with-bfd=${binutils}/lib/libbfd.la"
  ];

  buildInputs = [ python doxygen tcl tk binutils];

  meta = {
description = "";
homepage= http://www.nongnu.org/simulavr/;
license = stdenv.lib.licenses.gpl2;
platforms   = stdenv.lib.platforms.all;
  };
}
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 60a64b: tor: split out geoip data

2017-03-02 Thread Joachim Fasting
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 60a64b2933d8ab299ed24cae2e0370ec4c42d477
  
https://github.com/NixOS/nixpkgs/commit/60a64b2933d8ab299ed24cae2e0370ec4c42d477
  Author: Joachim Fasting 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  ---
  tor: split out geoip data

Saves about 5.2 MiB.

To use geoip, add something like
```
GeoIPFile ${tor.geoip}/share/tor/geoip
GeoIPv6File ${tor.geoip}/share/tor/geoip6
```
to torrc

(cherry picked from commit c44a41c73f15e7bf834a424d84ce23382c2e7bc4)


  Commit: 637337f1e0e225c1ffdf62739c90f82fef0cea17
  
https://github.com/NixOS/nixpkgs/commit/637337f1e0e225c1ffdf62739c90f82fef0cea17
  Author: Joachim Fasting 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  ---
  cryptodev: mark as broken for kernels >4.4

All builds for kernels above 4.4 fail; there is no newer
upstream version.

(cherry picked from commit 7f31a8e359b1a9a4a325e043ab41278f34331072)


  Commit: 0efeb766e46fe38f3d6a98d0fdb28d78c5a7a634
  
https://github.com/NixOS/nixpkgs/commit/0efeb766e46fe38f3d6a98d0fdb28d78c5a7a634
  Author: Joachim Fasting 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  ---
  nvidiabl: mark as broken on kernels >4.4

All builds on kernels >4.4 fail.

(cherry picked from commit c5785dc3eb7c11f1aecb786834d6de9ca77de568)


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


[Nix-commits] [NixOS/nixpkgs] 8874e3: synthv1: 0.7.6 -> 0.8.0

2017-03-02 Thread Bart Brouns
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8874e3fce557d5598906b2e0d8def371d356162d
  
https://github.com/NixOS/nixpkgs/commit/8874e3fce557d5598906b2e0d8def371d356162d
  Author: Bart Brouns 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  ---
  synthv1: 0.7.6 -> 0.8.0

(cherry picked from commit 33e23934a7b2ff57f20fb0ff308dd92e868a82e8)


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


[Nix-commits] [NixOS/nixpkgs] 33e239: synthv1: 0.7.6 -> 0.8.0

2017-03-02 Thread Bart Brouns
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 33e23934a7b2ff57f20fb0ff308dd92e868a82e8
  
https://github.com/NixOS/nixpkgs/commit/33e23934a7b2ff57f20fb0ff308dd92e868a82e8
  Author: Bart Brouns 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  ---
  synthv1: 0.7.6 -> 0.8.0


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


[Nix-commits] [NixOS/nixpkgs] 79b276: gf2x: Disable i686 build

2017-03-02 Thread Tuomas Tynkkynen
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 79b276acb8a799a981d3212e5cc54199bfe0c961
  
https://github.com/NixOS/nixpkgs/commit/79b276acb8a799a981d3212e5cc54199bfe0c961
  Author: Tuomas Tynkkynen 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  ---
  gf2x: Disable i686 build

http://hydra.nixos.org/build/49552136/nixlog/3/raw
(cherry picked from commit 1254f1a46a56aba571eaa4fe636a1593631eeb25)


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


[Nix-commits] [NixOS/nixpkgs] 1254f1: gf2x: Disable i686 build

2017-03-02 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1254f1a46a56aba571eaa4fe636a1593631eeb25
  
https://github.com/NixOS/nixpkgs/commit/1254f1a46a56aba571eaa4fe636a1593631eeb25
  Author: Tuomas Tynkkynen 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  ---
  gf2x: Disable i686 build

http://hydra.nixos.org/build/49552136/nixlog/3/raw


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


[Nix-commits] [NixOS/nixpkgs] c586ec: cockatrice: 2015-09-24 -> 2017-01-20

2017-03-02 Thread Spencer Janssen
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c586ecba37e924f42dedd7dc8cc351a5cacecb26
  
https://github.com/NixOS/nixpkgs/commit/c586ecba37e924f42dedd7dc8cc351a5cacecb26
  Author: Spencer Janssen 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  ---
  cockatrice: 2015-09-24 -> 2017-01-20

(cherry picked from commit b67ce6baf9e0e3601d7d8c63ad8b1ab66f6145fb)


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


[Nix-commits] [NixOS/nixpkgs] aa4a99: Synchronize Haskell infrastructure with 'master' a...

2017-03-02 Thread Peter Simons
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: aa4a99c48cf5313255bfe1f5af893db7df16875d
  
https://github.com/NixOS/nixpkgs/commit/aa4a99c48cf5313255bfe1f5af893db7df16875d
  Author: Peter Simons 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/compilers/ghc/8.0.2.nix
M pkgs/development/compilers/ghc/head.nix
M pkgs/development/compilers/ghcjs/base.nix
M pkgs/development/haskell-modules/configuration-common.nix
M pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml
M pkgs/development/haskell-modules/default.nix
M pkgs/development/haskell-modules/generic-builder.nix
M pkgs/development/haskell-modules/hackage-packages.nix
M pkgs/development/haskell-modules/with-packages-wrapper.nix
M pkgs/development/tools/haskell/tinc/default.nix

  Log Message:
  ---
  Synchronize Haskell infrastructure with 'master' at 
b923fd5253d797b95b2ce617217954416d827d66.


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


[Nix-commits] [NixOS/nixpkgs] 5435ad: gitfs: 0.2.5 -> 0.4.5.1

2017-03-02 Thread rnhmjoj
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5435ad7f68162c426917b0f0295962ce3713c14f
  
https://github.com/NixOS/nixpkgs/commit/5435ad7f68162c426917b0f0295962ce3713c14f
  Author: rnhmjoj 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  gitfs: 0.2.5 -> 0.4.5.1

(cherry picked from commit 1b9875220fd8785d8c059c39e3ea2cc35c303b5d)


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


[Nix-commits] [NixOS/nixpkgs] cb13a8: openspades: 0.0.12 -> 0.1.1b

2017-03-02 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cb13a8c5f839da09c67020b346f899d762d4c75e
  
https://github.com/NixOS/nixpkgs/commit/cb13a8c5f839da09c67020b346f899d762d4c75e
  Author: Nikolay Amiantov 
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M pkgs/games/openspades/default.nix
R pkgs/games/openspades/git.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  openspades: 0.0.12 -> 0.1.1b

Remove openspades-git, it's not needed now that there was a release.


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


[Nix-commits] [NixOS/nixpkgs] 197236: hackage2nix: disable broken builds

2017-03-02 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 197236af88eb448ad4501175e1d0a0345b20db64
  
https://github.com/NixOS/nixpkgs/commit/197236af88eb448ad4501175e1d0a0345b20db64
  Author: Peter Simons 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  hackage2nix: disable broken builds


  Commit: 090921fa5f4943e50464b6e7953c2d1935a019f7
  
https://github.com/NixOS/nixpkgs/commit/090921fa5f4943e50464b6e7953c2d1935a019f7
  Author: Peter Simons 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.1-2-g3de0b84 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/163561eab9dfab4e48923e6efdcc29b2a5a13861.


  Commit: b923fd5253d797b95b2ce617217954416d827d66
  
https://github.com/NixOS/nixpkgs/commit/b923fd5253d797b95b2ce617217954416d827d66
  Author: Peter Simons 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  git-annex 6.20170301.1 tarballs are no longer available anywhere; now we must 
use fetchgit


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


[Nix-commits] [NixOS/nixpkgs] 6e9133: erlangR19: 19.2 -> 19.2.3

2017-03-02 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6e9133fec1ea45b0852eda97d1ab02395ac090ef
  
https://github.com/NixOS/nixpkgs/commit/6e9133fec1ea45b0852eda97d1ab02395ac090ef
  Author: Eric Bailey 
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
M pkgs/development/interpreters/erlang/R19.nix

  Log Message:
  ---
  erlangR19: 19.2 -> 19.2.3

This fixes dialyzer for me.

- http://erlang.org/pipermail/erlang-bugs/2017-January/005213.html
- https://github.com/erlang/otp/commit/e27119948fc6ab28bea81019720bddaac5b655a7


  Commit: 423bab129a7fd4c7788018b5ebb12fb2fa421c79
  
https://github.com/NixOS/nixpkgs/commit/423bab129a7fd4c7788018b5ebb12fb2fa421c79
  Author: Daiderd Jordan 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/interpreters/erlang/R19.nix

  Log Message:
  ---
  Merge pull request #23330 from 
yurrriq/update/pkgs/development/interpreters/erlang/R19

erlangR19: 19.2 -> 19.2.3


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


[Nix-commits] [NixOS/nixpkgs] 1b9875: gitfs: 0.2.5 -> 0.4.5.1

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1b9875220fd8785d8c059c39e3ea2cc35c303b5d
  
https://github.com/NixOS/nixpkgs/commit/1b9875220fd8785d8c059c39e3ea2cc35c303b5d
  Author: rnhmjoj 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  gitfs: 0.2.5 -> 0.4.5.1


  Commit: 0c24151731a2f5ba4a3ae0a31294a688548db221
  
https://github.com/NixOS/nixpkgs/commit/0c24151731a2f5ba4a3ae0a31294a688548db221
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23398 from rnhmjoj/gitfs

gitfs: 0.2.5 -> 0.4.5.1


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


Re: [Nix-dev] Accessing cache.nixos.org

2017-03-02 Thread Eelco Dolstra
Hi,

On 03/02/2017 04:53 PM, Mark Gardner wrote:

> I have been having a lot of failures installing and rebuilding lately. The 
> usual
> symptom is "", often 6 ("could not resolve host").
> 
> For example here are some of the errors I am seeing as I attempt an 
> installation
> (over and over again):
> - download-from-binary-cache.pl : could
> not download from 'http://cache.nixos.org/nix-cache-info' (Curl error 6)
> - curl: (6) Couldn't resolve host "cache.nixos.org '

This suggests a DNS issue. Cloudfront has a TTL of only 60 seconds, so if there
is any flakiness in DNS lookups, it's likely to show up.

FWIW, Nix 1.12 retries failing DNS lookups, so this should become less of an
issue in the future.

-- 
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] 82d3f9: fakeroot: add darwin support

2017-03-02 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 82d3f926a98a4a5088fac7828efe4a25b088ecd1
  
https://github.com/NixOS/nixpkgs/commit/82d3f926a98a4a5088fac7828efe4a25b088ecd1
  Author: Dmitry Kalinkin 
  Date:   2017-03-01 (Wed, 01 Mar 2017)

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

  Log Message:
  ---
  fakeroot: add darwin support

replace utillinux with getopt

Fixes #22773


  Commit: cd929804a389693dba3e5e648bbf0f251e4085d6
  
https://github.com/NixOS/nixpkgs/commit/cd929804a389693dba3e5e648bbf0f251e4085d6
  Author: Daiderd Jordan 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23380 from veprbl/fakeroot_darwin

fakeroot: add darwin support


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


[Nix-commits] [NixOS/nixpkgs] 86a0a1: haskellPackages.lambdabot-haskell-plugins: remove ...

2017-03-02 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 86a0a1ecedcb851fbee4c0e26e453e6c17c5ab12
  
https://github.com/NixOS/nixpkgs/commit/86a0a1ecedcb851fbee4c0e26e453e6c17c5ab12
  Author: Nikolay Amiantov 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  haskellPackages.lambdabot-haskell-plugins: remove overrides


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


[Nix-commits] [NixOS/nixpkgs] 53b059: miniupnpc: switch to old version by default

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 53b059ade536f7e9b238abb4d68eaa5bee2c31f1
  
https://github.com/NixOS/nixpkgs/commit/53b059ade536f7e9b238abb4d68eaa5bee2c31f1
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  miniupnpc: switch to old version by default

miniupnpc 2.0.20161216 change its api


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


[Nix-commits] [NixOS/nixpkgs] b0ae3c: httping 2.5: fetch over https + license

2017-03-02 Thread Tobias Geerinckx-Rice
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b0ae3c14fbdd6a85b31d58fe4bc977551446ddb5
  
https://github.com/NixOS/nixpkgs/commit/b0ae3c14fbdd6a85b31d58fe4bc977551446ddb5
  Author: Renaud 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  httping 2.5: fetch over https + license


  Commit: a9700f7fac3859b4621683bd898b607b5d2e7cb3
  
https://github.com/NixOS/nixpkgs/commit/a9700f7fac3859b4621683bd898b607b5d2e7cb3
  Author: Tobias Geerinckx-Rice 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23401 from c0bw3b/pkg/httping

httping 2.5: fetch over HTTPS + license info


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


[Nix-commits] [NixOS/nixpkgs] b59fd8: haskell: ghc710x packages: fix gtk2hs-buildtools

2017-03-02 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b59fd85dd6ed185b0bc347cbd42dc69301cbf784
  
https://github.com/NixOS/nixpkgs/commit/b59fd85dd6ed185b0bc347cbd42dc69301cbf784
  Author: Leon Isenberg 
  Date:   2017-02-28 (Tue, 28 Feb 2017)

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

  Log Message:
  ---
  haskell: ghc710x packages: fix gtk2hs-buildtools


  Commit: 1a4ec414a4eb9e0ac5ef219705068ccf4341ddef
  
https://github.com/NixOS/nixpkgs/commit/1a4ec414a4eb9e0ac5ef219705068ccf4341ddef
  Author: Leon Isenberg 
  Date:   2017-02-28 (Tue, 28 Feb 2017)

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

  Log Message:
  ---
  haskell: ghc710x packages: fix megaparsec


  Commit: 027ffb6429caee45335094e7674a39fab11579ec
  
https://github.com/NixOS/nixpkgs/commit/027ffb6429caee45335094e7674a39fab11579ec
  Author: Peter Simons 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23252 from ljli/ghc7103-pkgs-fixes

haskell ghc710x packages fixes


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


Re: [Nix-dev] Accessing cache.nixos.org

2017-03-02 Thread Mark Gardner
On Thu, Mar 2, 2017 at 10:53 AM, Mark Gardner  wrote:

> I have been having a lot of failures installing and rebuilding lately. The
> usual symptom is "", often 6 ("could not resolve host").
>
> For example here are some of the errors I am seeing as I attempt an
> installation (over and over again):
> - download-from-binary-cache.pl: could not download from '
> http://cache.nixos.org/nix-cache-info' (Curl error 6)
> - curl: (6) Couldn't resolve host "cache.nixos.org'
> - download of 'https://cache.nixos.org/nar/nar.xz' failed: No such
> file or directory
> - could not download '/nix/store/...-sudoers' from any binary cache
>
> Two days ago the problem could be traced to cloudfront.net (AWS
> US-East-1) having problems, but I don't know why the problems yesterday and
> today. Anyone know why? Anything I can do about it? Any work arounds? This
> is stopping me dead in the water...
>

​I found the problem. My office has a single wired port with the computer
daisy chained off the VOIP phone. Plugging the computer directly, bypassing
the phone, seems to solve the problem. I'll have to have tech support take
a look into it. Sorry to have cluttered up the list.

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


Re: [Nix-dev] Accessing cache.nixos.org

2017-03-02 Thread James Cook
On 2 March 2017 at 07:53, Mark Gardner  wrote:
> I have been having a lot of failures installing and rebuilding lately. The
> usual symptom is "", often 6 ("could not resolve host").
>
> For example here are some of the errors I am seeing as I attempt an
> installation (over and over again):
> - download-from-binary-cache.pl: could not download from
> 'http://cache.nixos.org/nix-cache-info' (Curl error 6)
> - curl: (6) Couldn't resolve host "cache.nixos.org'
> - download of 'https://cache.nixos.org/nar/nar.xz' failed: No such file
> or directory
> - could not download '/nix/store/...-sudoers' from any binary cache
>
> Two days ago the problem could be traced to cloudfront.net (AWS US-East-1)
> having problems, but I don't know why the problems yesterday and today.
> Anyone know why? Anything I can do about it? Any work arounds? This is
> stopping me dead in the water...
>
> Mark
> --
> Mark Gardner
> --

The --fallback option to nix-env, nixos-rebuild, etc. will cause it to
build from scratch if the cache step fails. This will sometimes take a
long time.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Copy a closure to machine with no Nix installed on it

2017-03-02 Thread Volth
Oh, I forgot about it.

Anyway, so far I need to distribute test scripts, not the production
software. It would be too slow to upload big bundle each time.
"nix-copy-closure" or "rsync" would reuse common files from previous
uploads.

On 3/2/17, David Kleuker  wrote:
> Hello Volth,
>
> some days ago https://github.com/matthewbauer/nix-bundle was mentioned on
> the ML.
>
> I havn't tested it, so i can't say how mature and stable it is, but it
> should be exactly what you are looking for.
>
> When you have tested it, i would like to know if it works for you.
>
> kind regards
> davidak
>
>>
>> Volth  hat am 2. März 2017 um 17:38 geschrieben:
>>
>> Hello
>>
>> What is a good way to copy a closure to a Linux machine where Nix is
>> not installed (and it is tricky to install: 1. there is only root
>> account and 2. there may be no Internet access) ?
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Copy a closure to machine with no Nix installed on it

2017-03-02 Thread Volth
Yes, "nix-store -qR ..." and then "rsync" seems a simple and promising solution.
Thank you!

On 3/2/17, Tomasz Czyż  wrote:
> I assume you could do
> nix-store --export or nix-store --dump to prepare archive
> or you can query nix store for all dependnecies and with that list you can
> copy them using method of your choice
>
>
> 2017-03-02 16:38 GMT+00:00 Volth :
>
>> Hello
>>
>> What is a good way to copy a closure to a Linux machine where Nix is
>> not installed (and it is tricky to install: 1. there is only root
>> account and 2. there may be no Internet access) ?
>>
>> "nix-copy-closure" expects "nix-store" on the target machine.
>>
>> Would "nix-store" be a single executable with no dependencies, it
>> could be uploaded beforehand, but it has a lot of dependencies so its
>> uploading is also the task of uploading a closure to a machine without
>> Nix...
>> ___
>> 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


Re: [Nix-dev] Copy a closure to machine with no Nix installed on it

2017-03-02 Thread David Kleuker
Hello Volth,

some days ago https://github.com/matthewbauer/nix-bundle was mentioned on the 
ML.

I havn't tested it, so i can't say how mature and stable it is, but it should 
be exactly what you are looking for.

When you have tested it, i would like to know if it works for you.

kind regards
davidak

> 
> Volth  hat am 2. März 2017 um 17:38 geschrieben:
> 
> Hello
> 
> What is a good way to copy a closure to a Linux machine where Nix is
> not installed (and it is tricky to install: 1. there is only root
> account and 2. there may be no Internet access) ?
> 
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Copy a closure to machine with no Nix installed on it

2017-03-02 Thread Tomasz Czyż
Also, somebody mentioned https://github.com/matthewbauer/nix-bundle
recently which is nice way to distribute some software to non nix
environments.

2017-03-02 16:49 GMT+00:00 Bjørn Forsman :

> On 2 March 2017 at 17:38, Volth  wrote:
> > Hello
> >
> > What is a good way to copy a closure to a Linux machine where Nix is
> > not installed (and it is tricky to install: 1. there is only root
> > account and 2. there may be no Internet access) ?
> >
> > "nix-copy-closure" expects "nix-store" on the target machine.
> >
> > Would "nix-store" be a single executable with no dependencies, it
> > could be uploaded beforehand, but it has a lot of dependencies so its
> > uploading is also the task of uploading a closure to a machine without
> > Nix...
>
> Don't know how to do it without Nix, but Nix can be installed offline.
> Get the binary tarball for you system:
>
> http://nixos.org/releases/nix/nix-1.11.7/nix-1.11.7-x86_64-linux.tar.bz2
>
> Copy it to your target machine, unpack and run ./install from the
> extracted tree.
>
> That creates a single user install. It requires sudo to create the
> /nix directory, everything else is owned and run by your user. (There
> are ways to run nix from $HOME or wherever, I think "proot" is a good
> search word.)
>
> Once you have nix you have nix-copy-closure.
>
> Hope that helps.
>
> Best regards,
> Bjørn Forsman
> ___
> 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


Re: [Nix-dev] Copy a closure to machine with no Nix installed on it

2017-03-02 Thread Tomasz Czyż
I assume you could do
nix-store --export or nix-store --dump to prepare archive
or you can query nix store for all dependnecies and with that list you can
copy them using method of your choice


2017-03-02 16:38 GMT+00:00 Volth :

> Hello
>
> What is a good way to copy a closure to a Linux machine where Nix is
> not installed (and it is tricky to install: 1. there is only root
> account and 2. there may be no Internet access) ?
>
> "nix-copy-closure" expects "nix-store" on the target machine.
>
> Would "nix-store" be a single executable with no dependencies, it
> could be uploaded beforehand, but it has a lot of dependencies so its
> uploading is also the task of uploading a closure to a machine without
> Nix...
> ___
> 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


Re: [Nix-dev] Copy a closure to machine with no Nix installed on it

2017-03-02 Thread Bjørn Forsman
On 2 March 2017 at 17:38, Volth  wrote:
> Hello
>
> What is a good way to copy a closure to a Linux machine where Nix is
> not installed (and it is tricky to install: 1. there is only root
> account and 2. there may be no Internet access) ?
>
> "nix-copy-closure" expects "nix-store" on the target machine.
>
> Would "nix-store" be a single executable with no dependencies, it
> could be uploaded beforehand, but it has a lot of dependencies so its
> uploading is also the task of uploading a closure to a machine without
> Nix...

Don't know how to do it without Nix, but Nix can be installed offline.
Get the binary tarball for you system:

http://nixos.org/releases/nix/nix-1.11.7/nix-1.11.7-x86_64-linux.tar.bz2

Copy it to your target machine, unpack and run ./install from the
extracted tree.

That creates a single user install. It requires sudo to create the
/nix directory, everything else is owned and run by your user. (There
are ways to run nix from $HOME or wherever, I think "proot" is a good
search word.)

Once you have nix you have nix-copy-closure.

Hope that helps.

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


[Nix-dev] Copy a closure to machine with no Nix installed on it

2017-03-02 Thread Volth
Hello

What is a good way to copy a closure to a Linux machine where Nix is
not installed (and it is tricky to install: 1. there is only root
account and 2. there may be no Internet access) ?

"nix-copy-closure" expects "nix-store" on the target machine.

Would "nix-store" be a single executable with no dependencies, it
could be uploaded beforehand, but it has a lot of dependencies so its
uploading is also the task of uploading a closure to a machine without
Nix...
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 7d356f: Disable large address space in GHC iOS X compiler

2017-03-02 Thread 3noch
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7d356ff69646e78c5f9a362ff8b5912fa9ecec7c
  
https://github.com/NixOS/nixpkgs/commit/7d356ff69646e78c5f9a362ff8b5912fa9ecec7c
  Author: 3noch 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/compilers/ghc/head.nix

  Log Message:
  ---
  Disable large address space in GHC iOS X compiler

Original:
https://github.com/NixOS/nixpkgs-channels/commit/17cea33d1aa55fdc8beff1001882efa7cc142da1


  Commit: 4b77d425aa5970f39f0637894075d2df8c1575c8
  
https://github.com/NixOS/nixpkgs/commit/4b77d425aa5970f39f0637894075d2df8c1575c8
  Author: 3noch 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/compilers/ghc/8.0.2.nix
M pkgs/development/compilers/ghc/head.nix
M pkgs/development/compilers/ghcjs/base.nix
M pkgs/development/haskell-modules/generic-builder.nix
M pkgs/development/haskell-modules/with-packages-wrapper.nix

  Log Message:
  ---
  Fix GHCJS HEAD patch; support GHCJS libdir link; use full ghcEnv for GHCJS

Original:
https://github.com/NixOS/nixpkgs-channels/commit/f3110651c81cc3fd4f6d342f0c30d363ea8cd0b0

(With some tweaks from @cstrahan)

closes #23199


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


[Nix-commits] [NixOS/nixpkgs] 75e85c: linux: enable FOU tunnels and VRF interfaces

2017-03-02 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 75e85cae42f4ae2f8ffd237009701aeb45da1dcf
  
https://github.com/NixOS/nixpkgs/commit/75e85cae42f4ae2f8ffd237009701aeb45da1dcf
  Author: Franz Pletz 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  linux: enable FOU tunnels and VRF interfaces


  Commit: 49bdf9803a9c481948e980e5b11db86bb23ddc4c
  
https://github.com/NixOS/nixpkgs/commit/49bdf9803a9c481948e980e5b11db86bb23ddc4c
  Author: Franz Pletz 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  linux: IPV6_FOU_TUNNEL is available since 4.7


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


[Nix-dev] Accessing cache.nixos.org

2017-03-02 Thread Mark Gardner
I have been having a lot of failures installing and rebuilding lately. The
usual symptom is "", often 6 ("could not resolve host").

For example here are some of the errors I am seeing as I attempt an
installation (over and over again):
- download-from-binary-cache.pl: could not download from '
http://cache.nixos.org/nix-cache-info' (Curl error 6)
- curl: (6) Couldn't resolve host "cache.nixos.org'
- download of 'https://cache.nixos.org/nar/nar.xz' failed: No such file
or directory
- could not download '/nix/store/...-sudoers' from any binary cache

Two days ago the problem could be traced to cloudfront.net (AWS US-East-1)
having problems, but I don't know why the problems yesterday and today.
Anyone know why? Anything I can do about it? Any work arounds? This is
stopping me dead in the water...

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


[Nix-commits] [NixOS/nixpkgs] 985238: highlight: disable darwin build

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 98523861f67992a603e503c19b9642253fd7bfca
  
https://github.com/NixOS/nixpkgs/commit/98523861f67992a603e503c19b9642253fd7bfca
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  highlight: disable darwin build

https://hydra.nixos.org/build/49668465/nixlog/1


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


[Nix-commits] [NixOS/nixpkgs] b42688: atom: 1.14.3 -> 1.14.4

2017-03-02 Thread Itai Zukerman
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b42688d7f599e141f2cb05428ee558336c292c1b
  
https://github.com/NixOS/nixpkgs/commit/b42688d7f599e141f2cb05428ee558336c292c1b
  Author: Gauthier POGAM--LE MONTAGNER 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  atom: 1.14.3 -> 1.14.4

(cherry picked from commit 869bc1c07e66cb1da432ccde8dd65816f5a7d617)


  Commit: b8ae045cac3eb5940a2f0eb9d391cfcf108aeef0
  
https://github.com/NixOS/nixpkgs/commit/b8ae045cac3eb5940a2f0eb9d391cfcf108aeef0
  Author: Maximilian Güntner 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  ipfs: 0.4.5 -> 0.4.6

(cherry picked from commit aa429e677583e02785a96221e27e59590cf526b4)


  Commit: b12aacc7c18fb3f29febc842aaa3d0c0e5622546
  
https://github.com/NixOS/nixpkgs/commit/b12aacc7c18fb3f29febc842aaa3d0c0e5622546
  Author: Itai Zukerman 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/tools/build-managers/bazel/default.nix

  Log Message:
  ---
  bazel: add gcc to PATH and simplify patch

Removed patches that are purely for testing.
Removed dependencies that seemed to not be needed.
Expand all instances of #!/bin/bash, not just those at the start of scripts.

(cherry picked from commit 1f709ad136ff18b209638372a0b48345cf1f4fa6)


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


[Nix-commits] [NixOS/nixpkgs] 7f31a8: cryptodev: mark as broken for kernels >4.4

2017-03-02 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7f31a8e359b1a9a4a325e043ab41278f34331072
  
https://github.com/NixOS/nixpkgs/commit/7f31a8e359b1a9a4a325e043ab41278f34331072
  Author: Joachim Fasting 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  cryptodev: mark as broken for kernels >4.4

All builds for kernels above 4.4 fail; there is no newer
upstream version.


  Commit: 499f813ae8eba9fc8909a4aafa6b861e740d9181
  
https://github.com/NixOS/nixpkgs/commit/499f813ae8eba9fc8909a4aafa6b861e740d9181
  Author: Joachim Fasting 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  nvidiabl: 0.85 -> 0.87


  Commit: c5785dc3eb7c11f1aecb786834d6de9ca77de568
  
https://github.com/NixOS/nixpkgs/commit/c5785dc3eb7c11f1aecb786834d6de9ca77de568
  Author: Joachim Fasting 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  nvidiabl: mark as broken on kernels >4.4

All builds on kernels >4.4 fail.


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


[Nix-commits] [NixOS/nixpkgs] 441ad3: amtterm: 1.4 -> 1.6-1

2017-03-02 Thread ndowens
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 441ad3a8048b5e380bed6d82e776f34991de034a
  
https://github.com/NixOS/nixpkgs/commit/441ad3a8048b5e380bed6d82e776f34991de034a
  Author: ndowens 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  amtterm: 1.4 -> 1.6-1


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


[Nix-commits] [NixOS/nixpkgs] 1f709a: bazel: add gcc to PATH and simplify patch

2017-03-02 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1f709ad136ff18b209638372a0b48345cf1f4fa6
  
https://github.com/NixOS/nixpkgs/commit/1f709ad136ff18b209638372a0b48345cf1f4fa6
  Author: Itai Zukerman 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/tools/build-managers/bazel/default.nix

  Log Message:
  ---
  bazel: add gcc to PATH and simplify patch

Removed patches that are purely for testing.
Removed dependencies that seemed to not be needed.
Expand all instances of #!/bin/bash, not just those at the start of scripts.


  Commit: 03549854ac7eb0c7f680733dc8e9458873a1bde4
  
https://github.com/NixOS/nixpkgs/commit/03549854ac7eb0c7f680733dc8e9458873a1bde4
  Author: Graham Christensen 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/tools/build-managers/bazel/default.nix

  Log Message:
  ---
  Merge pull request #23385 from izuk/bazel

bazel: add gcc to PATH and simplify patch


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


[Nix-commits] [NixOS/nixpkgs] aa429e: ipfs: 0.4.5 -> 0.4.6

2017-03-02 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: aa429e677583e02785a96221e27e59590cf526b4
  
https://github.com/NixOS/nixpkgs/commit/aa429e677583e02785a96221e27e59590cf526b4
  Author: Maximilian Güntner 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  ipfs: 0.4.5 -> 0.4.6


  Commit: f4f0889131b6ce53b2a7e8509e284c3c014a176a
  
https://github.com/NixOS/nixpkgs/commit/f4f0889131b6ce53b2a7e8509e284c3c014a176a
  Author: Franz Pletz 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23365 from mguentner/ipfs_0_4_6

ipfs: 0.4.5 -> 0.4.6


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


[Nix-commits] [NixOS/nixpkgs] 17a3e9: kdeApplications.kdelibs: patch for insecure URL pa...

2017-03-02 Thread Graham Christensen
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 17a3e979a40b9d916dab0a8d72b2cb0ffeb20ca1
  
https://github.com/NixOS/nixpkgs/commit/17a3e979a40b9d916dab0a8d72b2cb0ffeb20ca1
  Author: Graham Christensen 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/applications/kde/kdelibs/default.nix

  Log Message:
  ---
  kdeApplications.kdelibs: patch for insecure URL passing

(cherry picked from commit 7abda54bbbe9e43fe3ed4712d875701837e31d3f)


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


[Nix-commits] [NixOS/nixpkgs] 7abda5: kdeApplications.kdelibs: patch for insecure URL pa...

2017-03-02 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7abda54bbbe9e43fe3ed4712d875701837e31d3f
  
https://github.com/NixOS/nixpkgs/commit/7abda54bbbe9e43fe3ed4712d875701837e31d3f
  Author: Graham Christensen 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/applications/kde/kdelibs/default.nix

  Log Message:
  ---
  kdeApplications.kdelibs: patch for insecure URL passing


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


[Nix-commits] [NixOS/nixpkgs] 43e84f: kde.kdelibs: patch for insecure URL passing

2017-03-02 Thread Graham Christensen
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 43e84f4085437ba4c791e63ac304f30e51f2d058
  
https://github.com/NixOS/nixpkgs/commit/43e84f4085437ba4c791e63ac304f30e51f2d058
  Author: Graham Christensen 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/desktops/kde-5/applications/kdelibs/default.nix

  Log Message:
  ---
  kde.kdelibs: patch for insecure URL passing


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


[Nix-commits] [NixOS/nixpkgs] 9daae5: kdeFrameworks.kio: patch for insecure URL passing

2017-03-02 Thread Graham Christensen
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9daae5bb850a9ea9edda38ab69dcd71c29644760
  
https://github.com/NixOS/nixpkgs/commit/9daae5bb850a9ea9edda38ab69dcd71c29644760
  Author: Graham Christensen 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/libraries/kde-frameworks/kio/default.nix

  Log Message:
  ---
  kdeFrameworks.kio: patch for insecure URL passing

(cherry picked from commit 5ce06263a35da4b99589227f3553093d381c24c9)


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


[Nix-commits] [NixOS/nixpkgs] 646958: kdeFrameworks.kio: patch for insecure URL passing

2017-03-02 Thread Graham Christensen
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 646958098d77b62ccc6056d529d8acba91c28fc0
  
https://github.com/NixOS/nixpkgs/commit/646958098d77b62ccc6056d529d8acba91c28fc0
  Author: Graham Christensen 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/libraries/kde-frameworks/kio/default.nix

  Log Message:
  ---
  kdeFrameworks.kio: patch for insecure URL passing

(cherry picked from commit 5ce06263a35da4b99589227f3553093d381c24c9)


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


[Nix-commits] [NixOS/nixpkgs] 5ce062: kdeFrameworks.kio: patch for insecure URL passing

2017-03-02 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5ce06263a35da4b99589227f3553093d381c24c9
  
https://github.com/NixOS/nixpkgs/commit/5ce06263a35da4b99589227f3553093d381c24c9
  Author: Graham Christensen 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/libraries/kde-frameworks/kio/default.nix

  Log Message:
  ---
  kdeFrameworks.kio: patch for insecure URL passing


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


[Nix-commits] [NixOS/nixpkgs] 869bc1: atom: 1.14.3 -> 1.14.4

2017-03-02 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 869bc1c07e66cb1da432ccde8dd65816f5a7d617
  
https://github.com/NixOS/nixpkgs/commit/869bc1c07e66cb1da432ccde8dd65816f5a7d617
  Author: Gauthier POGAM--LE MONTAGNER 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  atom: 1.14.3 -> 1.14.4


  Commit: 45a86b0816c0fa17a327cfc419ff2968c27029ff
  
https://github.com/NixOS/nixpkgs/commit/45a86b0816c0fa17a327cfc419ff2968c27029ff
  Author: Tim Steinbach 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23387 from Kendos-Kenlen/atom

atom: 1.14.3 -> 1.14.4


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


[Nix-commits] [NixOS/nixpkgs] b955f2: elpa-packages: 2017-03-01

2017-03-02 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b955f27ad9c355d42f9d45ed9e416422f425cddc
  
https://github.com/NixOS/nixpkgs/commit/b955f27ad9c355d42f9d45ed9e416422f425cddc
  Author: Thomas Tuegel 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

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


  Commit: 00f28d74c9f6a79bf51cc45187430a09e4fd3d54
  
https://github.com/NixOS/nixpkgs/commit/00f28d74c9f6a79bf51cc45187430a09e4fd3d54
  Author: Thomas Tuegel 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

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


  Commit: 60d1915b616571ab6ca2652703bb4aca6eed9b5d
  
https://github.com/NixOS/nixpkgs/commit/60d1915b616571ab6ca2652703bb4aca6eed9b5d
  Author: Thomas Tuegel 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

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


  Commit: fc35453018f2b7613d8369048690ee2556b563d7
  
https://github.com/NixOS/nixpkgs/commit/fc35453018f2b7613d8369048690ee2556b563d7
  Author: Thomas Tuegel 
  Date:   2017-03-02 (Thu, 02 Mar 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:
  ---
  Emacs package updates


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


[Nix-commits] [NixOS/nixpkgs] 0bbcbd: btrfs-dedupe: dependency is broken on i686

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0bbcbd2679a3aab23c2a2bab26a04505b868582c
  
https://github.com/NixOS/nixpkgs/commit/0bbcbd2679a3aab23c2a2bab26a04505b868582c
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/tools/filesystems/btrfs-dedupe/default.nix

  Log Message:
  ---
  btrfs-dedupe: dependency is broken on i686

(cherry picked from commit 6034d429fc03b6c846d4251e933d9269c9c4215f)


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


[Nix-commits] [NixOS/nixpkgs] 6034d4: btrfs-dedupe: dependency is broken on i686

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6034d429fc03b6c846d4251e933d9269c9c4215f
  
https://github.com/NixOS/nixpkgs/commit/6034d429fc03b6c846d4251e933d9269c9c4215f
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/tools/filesystems/btrfs-dedupe/default.nix

  Log Message:
  ---
  btrfs-dedupe: dependency is broken on i686


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


[Nix-commits] [NixOS/nixpkgs] a0296b: cytoscape: fixed issue with startup script

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a0296b2683f2b9dd215c06f827e3fe06afa4a41f
  
https://github.com/NixOS/nixpkgs/commit/a0296b2683f2b9dd215c06f827e3fe06afa4a41f
  Author: Katona László 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/applications/science/misc/cytoscape/default.nix

  Log Message:
  ---
  cytoscape: fixed issue with startup script

(cherry picked from commit 085502dd8084998a295323b8ba0802b211da0e97)


  Commit: c0d8c6ec844a79d7e1986234f1321ea87c87967e
  
https://github.com/NixOS/nixpkgs/commit/c0d8c6ec844a79d7e1986234f1321ea87c87967e
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/applications/science/misc/gplates/default.nix
M pkgs/development/libraries/qmltermwidget/default.nix

  Log Message:
  ---
  libsForQt5.qmltermwidget: fix build

(cherry picked from commit c1866cade9bce6fefa209095055248302ef6ad9d)


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


[Nix-commits] [NixOS/nixpkgs] c1866c: libsForQt5.qmltermwidget: fix build

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c1866cade9bce6fefa209095055248302ef6ad9d
  
https://github.com/NixOS/nixpkgs/commit/c1866cade9bce6fefa209095055248302ef6ad9d
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/applications/science/misc/gplates/default.nix
M pkgs/development/libraries/qmltermwidget/default.nix

  Log Message:
  ---
  libsForQt5.qmltermwidget: fix build


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


[Nix-commits] [NixOS/nixpkgs] 085502: cytoscape: fixed issue with startup script

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 085502dd8084998a295323b8ba0802b211da0e97
  
https://github.com/NixOS/nixpkgs/commit/085502dd8084998a295323b8ba0802b211da0e97
  Author: Katona László 
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
M pkgs/applications/science/misc/cytoscape/default.nix

  Log Message:
  ---
  cytoscape: fixed issue with startup script


  Commit: d9b9f956c3818e349b02e3bde861b45f068b2e16
  
https://github.com/NixOS/nixpkgs/commit/d9b9f956c3818e349b02e3bde861b45f068b2e16
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/applications/science/misc/cytoscape/default.nix

  Log Message:
  ---
  Merge pull request #23348 from Mounium/cytoscape

cytoscape: fixed issue with startup script


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


[Nix-commits] [NixOS/nixpkgs] bd265c: locate: fix security.wrappers

2017-03-02 Thread Gregor Kleen
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bd265c553a2ef9b27bb0b518fef5f49484eaa3f2
  
https://github.com/NixOS/nixpkgs/commit/bd265c553a2ef9b27bb0b518fef5f49484eaa3f2
  Author: Gregor Kleen 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M nixos/modules/misc/locate.nix

  Log Message:
  ---
  locate: fix security.wrappers

(cherry picked from commit 3deb85bc63ecd39909d08c7e71df128af0fa4094)


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


[Nix-commits] [NixOS/nixpkgs] 3deb85: locate: fix security.wrappers

2017-03-02 Thread Gregor Kleen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3deb85bc63ecd39909d08c7e71df128af0fa4094
  
https://github.com/NixOS/nixpkgs/commit/3deb85bc63ecd39909d08c7e71df128af0fa4094
  Author: Gregor Kleen 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M nixos/modules/misc/locate.nix

  Log Message:
  ---
  locate: fix security.wrappers


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


[Nix-commits] [NixOS/nixpkgs] ac396e: Revert "buildRustPackage: fix deprecated use of re...

2017-03-02 Thread Anders Papitto
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ac396e9aeb39b0ce0dcc74dceae80cfaf2d8e5bb
  
https://github.com/NixOS/nixpkgs/commit/ac396e9aeb39b0ce0dcc74dceae80cfaf2d8e5bb
  Author: Anders Papitto 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/build-support/rust/fetch-cargo-deps

  Log Message:
  ---
  Revert "buildRustPackage: fix deprecated use of registry.index config key"

This reverts commit e8aa8cc94be45103fcd32b5f0bfee4a55eae4080.

(cherry picked from commit 095cf1b903a9a3c52c2fdf67afc76d97a0c6af7b)


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


[Nix-commits] [NixOS/nixpkgs] 095cf1: Revert "buildRustPackage: fix deprecated use of re...

2017-03-02 Thread Anders Papitto
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 095cf1b903a9a3c52c2fdf67afc76d97a0c6af7b
  
https://github.com/NixOS/nixpkgs/commit/095cf1b903a9a3c52c2fdf67afc76d97a0c6af7b
  Author: Anders Papitto 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/build-support/rust/fetch-cargo-deps

  Log Message:
  ---
  Revert "buildRustPackage: fix deprecated use of registry.index config key"

This reverts commit e8aa8cc94be45103fcd32b5f0bfee4a55eae4080.


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


[Nix-commits] [NixOS/nixpkgs] 042b81: cuter: fix indentation

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 042b815b4f73a374b2b1242d4c10811bcb0f630a
  
https://github.com/NixOS/nixpkgs/commit/042b815b4f73a374b2b1242d4c10811bcb0f630a
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/tools/erlang/cuter/default.nix

  Log Message:
  ---
  cuter: fix indentation

(cherry picked from commit eebb5f20a3530cef84eb27ed84501efa1b6d0c99)


  Commit: 8b646305ce00a0b8dd8ae10464f8ee8adf5bddb8
  
https://github.com/NixOS/nixpkgs/commit/8b646305ce00a0b8dd8ae10464f8ee8adf5bddb8
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/tools/erlang/cuter/default.nix

  Log Message:
  ---
  cuter: fix build

(cherry picked from commit feffa1aabf895f78bdaafe92990ebf4be34edc20)


  Commit: 1b9e238057b88c4ad598f90d6208482c94232c39
  
https://github.com/NixOS/nixpkgs/commit/1b9e238057b88c4ad598f90d6208482c94232c39
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  d4x: remove

removed in debian in 2010

(cherry picked from commit 306eb6ded018040470be2a462b0adbd7412349a2)


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


[Nix-commits] [NixOS/nixpkgs] 306eb6: d4x: remove

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 306eb6ded018040470be2a462b0adbd7412349a2
  
https://github.com/NixOS/nixpkgs/commit/306eb6ded018040470be2a462b0adbd7412349a2
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  d4x: remove

removed in debian in 2010


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


[Nix-commits] [NixOS/nixpkgs] b588ed: Python 3.4: fixup expat and libffi, fixes #23325

2017-03-02 Thread Frederik Rietdijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b588ed95b9a2705a8500d1c5d21d33ab3a5e7971
  
https://github.com/NixOS/nixpkgs/commit/b588ed95b9a2705a8500d1c5d21d33ab3a5e7971
  Author: Frederik Rietdijk 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/interpreters/python/cpython/3.4/default.nix

  Log Message:
  ---
  Python 3.4: fixup expat and libffi, fixes #23325


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


[Nix-commits] [NixOS/nixpkgs] fdd436: vscode: 1.9.1 -> 1.10.0

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fdd436b3e4029b8341e9e7af1c546d758c0ff9f2
  
https://github.com/NixOS/nixpkgs/commit/fdd436b3e4029b8341e9e7af1c546d758c0ff9f2
  Author: David Terry 
  Date:   2017-03-01 (Wed, 01 Mar 2017)

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

  Log Message:
  ---
  vscode: 1.9.1 -> 1.10.0


  Commit: 12409e708b49eadf7683acbb19d00e0b62f4b5dd
  
https://github.com/NixOS/nixpkgs/commit/12409e708b49eadf7683acbb19d00e0b62f4b5dd
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23353 from xwwx/update_vscode

vscode: 1.9.1 -> 1.10.0


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


[Nix-commits] [NixOS/nixpkgs] eebb5f: cuter: fix indentation

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: eebb5f20a3530cef84eb27ed84501efa1b6d0c99
  
https://github.com/NixOS/nixpkgs/commit/eebb5f20a3530cef84eb27ed84501efa1b6d0c99
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/tools/erlang/cuter/default.nix

  Log Message:
  ---
  cuter: fix indentation


  Commit: feffa1aabf895f78bdaafe92990ebf4be34edc20
  
https://github.com/NixOS/nixpkgs/commit/feffa1aabf895f78bdaafe92990ebf4be34edc20
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/tools/erlang/cuter/default.nix

  Log Message:
  ---
  cuter: fix build


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


[Nix-commits] [NixOS/nixpkgs] 7f31bf: electron: 1.4.13 -> 1.4.15

2017-03-02 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7f31bf388f6d37e87029a9b4aa4d9c79b6e12889
  
https://github.com/NixOS/nixpkgs/commit/7f31bf388f6d37e87029a9b4aa4d9c79b6e12889
  Author: Domen Kožar 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/tools/electron/default.nix

  Log Message:
  ---
  electron: 1.4.13 -> 1.4.15


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


[Nix-commits] [NixOS/nixpkgs] bfe15e: electron: 1.4.13 -> 1.4.15

2017-03-02 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bfe15ec83f769bc9b0511033a753425b05ca0bba
  
https://github.com/NixOS/nixpkgs/commit/bfe15ec83f769bc9b0511033a753425b05ca0bba
  Author: Domen Kožar 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/development/tools/electron/default.nix

  Log Message:
  ---
  electron: 1.4.13 -> 1.4.15


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


[Nix-commits] [NixOS/nixpkgs] c44a41: tor: split out geoip data

2017-03-02 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c44a41c73f15e7bf834a424d84ce23382c2e7bc4
  
https://github.com/NixOS/nixpkgs/commit/c44a41c73f15e7bf834a424d84ce23382c2e7bc4
  Author: Joachim Fasting 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  tor: split out geoip data

Saves about 5.2 MiB.

To use geoip, add something like
```
GeoIPFile ${tor.geoip}/share/tor/geoip
GeoIPv6File ${tor.geoip}/share/tor/geoip6
```
to torrc


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


[Nix-commits] [NixOS/nix] fbf17f: builtins.fetchgit: Fix bad format string

2017-03-02 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: fbf17f1ad7259f08ab53dc8319ae0f452321f081
  
https://github.com/NixOS/nix/commit/fbf17f1ad7259f08ab53dc8319ae0f452321f081
  Author: Eelco Dolstra 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M src/libexpr/primops/fetchgit.cc

  Log Message:
  ---
  builtins.fetchgit: Fix bad format string


  Commit: ffcf9d24a68fd166f5c60ebae721a9badc469b0e
  
https://github.com/NixOS/nix/commit/ffcf9d24a68fd166f5c60ebae721a9badc469b0e
  Author: Eelco Dolstra 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M src/libexpr/primops/fetchgit.cc

  Log Message:
  ---
  builtins.fetchgit: Support paths


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


Re: [Nix-dev] importing nixpkgs from derivation dumps large path

2017-03-02 Thread Eelco Dolstra
Hi,

On 03/02/2017 08:01 AM, Ganesh Sittampalam wrote:

> I guess that in this case the large tree is the import of the nixpkgs
> tree. Is there any work around or better way to achieve what I want? 

The better way is to use builtins.fetchTarball:

  with import (fetchTarball {
url = https://github.com/NixOS/nixpkgs/archive/264d42b.tar.gz;
sha256 = "19i77afcns8mf88vkxvm3jvkzdkf5x8p8kxnnivhd9l4kslkq3v5";
  }) {};

  {
env =
  stdenv.mkDerivation rec {
...
  };
};
  }

This also prevents a double evaluation of Nixpkgs. However, this won't work if
you really need to fetch from a local Git repository. Nix 1.12 has a builtin
fetchgit function that allows you to say

  with import (builtins.fetchgit {
url = ;
rev = "...";
  }) {};
  ...

(I just pushed a fix to allow "url" to refer to paths.)

-- 
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] 594651: maintainers/hydra-eval-failures: flush stdout more...

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 594651e713df4d8aded6877e07d12ebcccd93fd5
  
https://github.com/NixOS/nixpkgs/commit/594651e713df4d8aded6877e07d12ebcccd93fd5
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M maintainers/scripts/hydra-eval-failures.py

  Log Message:
  ---
  maintainers/hydra-eval-failures: flush stdout more often

(cherry picked from commit c5367a4409891ae5ea9aa564175a115bc6a83976)


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


[Nix-commits] [NixOS/nixpkgs] c5367a: maintainers/hydra-eval-failures: flush stdout more...

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c5367a4409891ae5ea9aa564175a115bc6a83976
  
https://github.com/NixOS/nixpkgs/commit/c5367a4409891ae5ea9aa564175a115bc6a83976
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M maintainers/scripts/hydra-eval-failures.py

  Log Message:
  ---
  maintainers/hydra-eval-failures: flush stdout more often


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


[Nix-commits] [NixOS/nixpkgs] d2aa17: ffmpeg-full: 3.2.2 -> 3.2.4

2017-03-02 Thread Cray Elliott
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d2aa1706bd627989713e9330a3fdd8c872444341
  
https://github.com/NixOS/nixpkgs/commit/d2aa1706bd627989713e9330a3fdd8c872444341
  Author: Cray Elliott 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  ffmpeg-full: 3.2.2 -> 3.2.4


  Commit: 0b7861dc7fc02f93a63f68bdd9104c41b272c00b
  
https://github.com/NixOS/nixpkgs/commit/0b7861dc7fc02f93a63f68bdd9104c41b272c00b
  Author: Cray Elliott 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  obs-studio: 17.0.1 -> 18.0.0


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


[Nix-commits] [NixOS/nixpkgs] 2ff72c: hans: 0.4.4 -> 1.0

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2ff72c684d6da79272b96c4a87573d10881ec51e
  
https://github.com/NixOS/nixpkgs/commit/2ff72c684d6da79272b96c4a87573d10881ec51e
  Author: ndowens 
  Date:   2017-03-01 (Wed, 01 Mar 2017)

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

  Log Message:
  ---
  hans: 0.4.4 -> 1.0


  Commit: 4103fa5257f4dbcc0a05895ed1023a7135b3a090
  
https://github.com/NixOS/nixpkgs/commit/4103fa5257f4dbcc0a05895ed1023a7135b3a090
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23371 from ndowens/hans

hans: 0.4.4 -> 1.0


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


[Nix-commits] [NixOS/nixpkgs] 481630: blitz: switch back to boost-1.60

2017-03-02 Thread Andreas Herrmann
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 481630a5f621a8b213a6a017ef3a16fdda03da2f
  
https://github.com/NixOS/nixpkgs/commit/481630a5f621a8b213a6a017ef3a16fdda03da2f
  Author: Andreas Herrmann 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  blitz: switch back to boost-1.60

The build fails with boost-1.62.
More specifically, the test of the boost-serialization integration fails
due to the protected destructor in the class template `MemoryBlock`.

(cherry picked from commit 5a68d5484e9a3c654ac768093ca29026302a7c23)


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


[Nix-commits] [NixOS/nixpkgs] 5a68d5: blitz: switch back to boost-1.60

2017-03-02 Thread Andreas Herrmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5a68d5484e9a3c654ac768093ca29026302a7c23
  
https://github.com/NixOS/nixpkgs/commit/5a68d5484e9a3c654ac768093ca29026302a7c23
  Author: Andreas Herrmann 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  blitz: switch back to boost-1.60

The build fails with boost-1.62.
More specifically, the test of the boost-serialization integration fails
due to the protected destructor in the class template `MemoryBlock`.


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


[Nix-commits] [NixOS/nixpkgs] ad2501: connect: 1.104 -> 1.105

2017-03-02 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ad25011ba15d84949adde86468268dde551b5943
  
https://github.com/NixOS/nixpkgs/commit/ad25011ba15d84949adde86468268dde551b5943
  Author: ndowens 
  Date:   2017-03-01 (Wed, 01 Mar 2017)

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

  Log Message:
  ---
  connect: 1.104 -> 1.105


  Commit: 4064889e96e15eb03d2d855bf6f9c603b5d531bb
  
https://github.com/NixOS/nixpkgs/commit/4064889e96e15eb03d2d855bf6f9c603b5d531bb
  Author: Domen Kožar 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23377 from ndowens/connect

connect: 1.104 -> 1.105


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


[Nix-commits] [NixOS/nixpkgs] ef4775: httping: 2.4 -> 2.5

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ef4775c2a7b54877a7fac00a3d52a6f3539342c5
  
https://github.com/NixOS/nixpkgs/commit/ef4775c2a7b54877a7fac00a3d52a6f3539342c5
  Author: ndowens 
  Date:   2017-03-01 (Wed, 01 Mar 2017)

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

  Log Message:
  ---
  httping: 2.4 -> 2.5


  Commit: 0e07b7b6be66ed9e38bb292a902bdaee49876dde
  
https://github.com/NixOS/nixpkgs/commit/0e07b7b6be66ed9e38bb292a902bdaee49876dde
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23369 from ndowens/httping

httping: 2.4 -> 2.5


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


[Nix-commits] [NixOS/nixpkgs] 9d30ab: miniupnpc: 1.9.20150430 -> 2.0.20161216

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9d30abf7b201b6144883815fccf904e83555334b
  
https://github.com/NixOS/nixpkgs/commit/9d30abf7b201b6144883815fccf904e83555334b
  Author: ndowens 
  Date:   2017-03-01 (Wed, 01 Mar 2017)

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

  Log Message:
  ---
  miniupnpc: 1.9.20150430 -> 2.0.20161216


  Commit: e867620d02eea01d1d1b34dcb9322f420f8f0eff
  
https://github.com/NixOS/nixpkgs/commit/e867620d02eea01d1d1b34dcb9322f420f8f0eff
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23367 from ndowens/miniupnpc

miniupnpc: 1.9.20150430 -> 2.0.20161216


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


[Nix-commits] [NixOS/nixpkgs] acddeb: nixUnstable: 1.12pre4997_1351b0d -> 1.12pre5060_fa...

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: acddebc840ce6c028baae457bf31e62eed380eaf
  
https://github.com/NixOS/nixpkgs/commit/acddebc840ce6c028baae457bf31e62eed380eaf
  Author: Eelco Dolstra 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/tools/package-management/nix/default.nix

  Log Message:
  ---
  nixUnstable: 1.12pre4997_1351b0d -> 1.12pre5060_fa125b9

(cherry picked from commit f5e53aea5db571a9b03600cbb6e10621c5bdab6c)


  Commit: e005041cabb984cd0b5e5016721955f0bce878ad
  
https://github.com/NixOS/nixpkgs/commit/e005041cabb984cd0b5e5016721955f0bce878ad
  Author: ndowens 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  di: 4.42 -> 4.43

(cherry picked from commit 204850c975511cc1420d704ed3686ec3c1c5dcce)


  Commit: a9c8a484d14d0394d11eac7e51f23bc52d46ea24
  
https://github.com/NixOS/nixpkgs/commit/a9c8a484d14d0394d11eac7e51f23bc52d46ea24
  Author: Tobias Geerinckx-Rice 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  phc-intel: 0.4.0-rev22 -> 0.4.0-rev24

Fixes Hydra failures on kernel >= 4.10 by only supporting kernel >= 4.10.

(cherry picked from commit b12b4eaca6f2016af3dedb5e049dea0fc6898540)


  Commit: b47d68076320ed60254767223eaeeeb64c390bb3
  
https://github.com/NixOS/nixpkgs/commit/b47d68076320ed60254767223eaeeeb64c390bb3
  Author: Charles Strahan 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  mesos: fix build with latest gcc/glibc

/cc #23253

(cherry picked from commit 2c0225add688f5c62d8011e494af6efdc2c3f660)


  Commit: 46ff3c037f5045c02446f8c6ff04b025a878f6cc
  
https://github.com/NixOS/nixpkgs/commit/46ff3c037f5045c02446f8c6ff04b025a878f6cc
  Author: ndowens 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  discount: 2.2.0 -> 2.2.2

Discount: added missing update
(cherry picked from commit 3df8bef60e97522de0b52e54e37fd7514bcc4062)


  Commit: bfca6a9e5f6d8f5b51a79359437e1a4e01a210ca
  
https://github.com/NixOS/nixpkgs/commit/bfca6a9e5f6d8f5b51a79359437e1a4e01a210ca
  Author: Vladimír Čunát 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M nixos/release-combined.nix

  Log Message:
  ---
  tested job: drop the hibernate test on i686 for now

/cc #23107.

(cherry picked from commit 45344fdf193ad8aebcc7e3d4c1c997c8067b7b16)


  Commit: 8d9d4122e2846242ea5b57876dc99f8aa49955a5
  
https://github.com/NixOS/nixpkgs/commit/8d9d4122e2846242ea5b57876dc99f8aa49955a5
  Author: ndowens 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  quicktun: 2.2.4 -> 2.2.5

(cherry picked from commit d072ac28f8b262e25358763682f40f7870789fd7)


  Commit: cb5208851a781b3d66d6daff681384105ffdf072
  
https://github.com/NixOS/nixpkgs/commit/cb5208851a781b3d66d6daff681384105ffdf072
  Author: ndowens 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  swaks:20130209.0 -> 20170101.0

(cherry picked from commit 021046a72e89494911e106c8c25c0b0fa7becfff)


  Commit: ac1bb0d36d6fcc270d44658f667939affea8ab11
  
https://github.com/NixOS/nixpkgs/commit/ac1bb0d36d6fcc270d44658f667939affea8ab11
  Author: ndowens 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  kytea: 0.4.6 -> 0.4.7; source was still pointing to version 0.4.6

(cherry picked from commit 8f29ca2104641c85db1c01897f93eba08cdc2ebc)


  Commit: ceea1b8fd0b9dd93bd01fa8f88b0618bd54a6161
  
https://github.com/NixOS/nixpkgs/commit/ceea1b8fd0b9dd93bd01fa8f88b0618bd54a6161
  Author: ndowens 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  highlight: 3.28 -> 3.35

(cherry picked from commit 9655567c09fe6b7156a19ce44040c86738d9dd3c)


  Commit: 2b5141ccefdc67b189db3b56b0ad04d8635dacc1
  
https://github.com/NixOS/nixpkgs/commit/2b5141ccefdc67b189db3b56b0ad04d8635dacc1
  Author: ndowens 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  enca: 1.16 -> 1.19

(cherry picked from commit 775e8eb4a49e46072790d55f720464200c06d8d2)


  Commit: df3a82dc1e56e2751037769c626c0752dc808be7
  

[Nix-commits] [NixOS/nixpkgs] ec98c1: haskellPackages.cabal-lenses: add comment to upstr...

2017-03-02 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ec98c1d8f41a29fb4763ab629032ece46fc573dc
  
https://github.com/NixOS/nixpkgs/commit/ec98c1d8f41a29fb4763ab629032ece46fc573dc
  Author: Robin Gloster 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  haskellPackages.cabal-lenses: add comment to upstream issue


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


[Nix-commits] [NixOS/nixpkgs] 9addea: par2cmdline: 0.6.11 -> 0.6.13 (#23361)

2017-03-02 Thread ndowens
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9addeafe1a70a138ef6bb6b7f300634285b1b47e
  
https://github.com/NixOS/nixpkgs/commit/9addeafe1a70a138ef6bb6b7f300634285b1b47e
  Author: ndowens 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  par2cmdline: 0.6.11 -> 0.6.13 (#23361)

* par2cmdline: 0.6.11 -> 0.6.13

* par2cmdline: add autoreconfHook to nativeBuildInputs


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


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

2017-03-02 Thread Hydra Build Daemon
Hi,

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

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

This may be due to 10 commits by Jörg Thalheim 
, Peter Simons , Vladimír Čunát 
 or ndowens .

Go forth and fix it.

Regards,

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


Re: [Nix-dev] importing nixpkgs from derivation dumps large path

2017-03-02 Thread Danylo Hlynskyi
as a workaround you can use fetchFromGitHub or

fetchTarball "https://github.com/NixOS/nixpkgs/archive/${commit}.tar.gz;



2017-03-02 9:01 GMT+02:00 Ganesh Sittampalam :

> Hi,
>
> I'm trying to maintain a set of development environments using
> nix-shell. For each environment, I want to keep them pinned at a
> particular git revision of nixpkgs until I explicitly upgrade that
> environment, so I can check that everything still works properly.
>
> I used to manage this manually with a comment on myEnvFun environments.
> While migrating them to nix-shell, I learnt that I can use "import from
> derivation" for this instead and have it expressed within the nix language:
>
>  {
>env =
>  let pkgs =
>   import
>  (with import  {} ;
>   fetchgit {
> url = ;
> rev = "264d42b";
> sha256 =
>  "19i77afcns8mf88vkxvm3jvkzdkf5x8p8kxnnivhd9l4kslkq3v5";
>   }) {};
>
>  in with pkgs ; stdenv.mkDerivation rec {
>  name = "haskell-http-ghc710";
>  buildInputs = [ stdenv pkgconfig gcc binutils
>  haskell.compiler.ghc7102
>  haskellPackages.cabal-install
>  zlib ];
>  };
>  }
>
> When I instantiate this, e.g. with
>
>  nix-instantiate -I nixpkgs= demo.nix -A env
>
> it takes about 5-10s and prints out this message, though it does complete:
>
> warning: dumping very large path (> 256 MiB); this may run out of memory
>
> I'm aware that this error is typically associated with trying to import
> large files or large trees into the store:
>
> https://github.com/NixOS/nix/issues/358
> https://github.com/NixOS/nixpkgs/issues/12243
>
> I guess that in this case the large tree is the import of the nixpkgs
> tree. Is there any work around or better way to achieve what I want? The
> time taken is annoying particularly because I have a lot of these shells
> that I sometimes want to rebuild all together.
>
> Cheers,
>
> Ganesh
> ___
> 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] 32cf5c: speedtest-cli: 0.3.4 -> 1.0.2

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 32cf5c4d02d3bbdba02d4b8b5b647ce5afdf9053
  
https://github.com/NixOS/nixpkgs/commit/32cf5c4d02d3bbdba02d4b8b5b647ce5afdf9053
  Author: ndowens 
  Date:   2017-03-01 (Wed, 01 Mar 2017)

  Changed paths:
M pkgs/tools/networking/speedtest-cli/default.nix

  Log Message:
  ---
  speedtest-cli: 0.3.4 -> 1.0.2


  Commit: a9c0b0a754896949fc3b0833a52ab3eef2048504
  
https://github.com/NixOS/nixpkgs/commit/a9c0b0a754896949fc3b0833a52ab3eef2048504
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M pkgs/tools/networking/speedtest-cli/default.nix

  Log Message:
  ---
  Merge pull request #23356 from ndowens/speedtest-cli

speedtest-cli: 0.3.4 -> 1.0.2


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


[Nix-commits] [NixOS/nixpkgs] d9bc41: augeas: 1.5.0 -> 1.7.0

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d9bc4145212b103275f402b14ce989e42b35d992
  
https://github.com/NixOS/nixpkgs/commit/d9bc4145212b103275f402b14ce989e42b35d992
  Author: ndowens 
  Date:   2017-03-01 (Wed, 01 Mar 2017)

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

  Log Message:
  ---
  augeas: 1.5.0 -> 1.7.0


  Commit: 15f1d84c880ea42d23176d1280136f28c84010c3
  
https://github.com/NixOS/nixpkgs/commit/15f1d84c880ea42d23176d1280136f28c84010c3
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23343 from ndowens/augeas

augeas: 1.5.0 -> 1.7.0


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


[Nix-commits] [NixOS/nixpkgs] 3806d4: uptimed: 0.3.18 -> 0.4.0 (#23316)

2017-03-02 Thread ndowens
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3806d47b490d207cdc1b2dfa9d22a9782bd3ef44
  
https://github.com/NixOS/nixpkgs/commit/3806d47b490d207cdc1b2dfa9d22a9782bd3ef44
  Author: ndowens 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  uptimed: 0.3.18 -> 0.4.0 (#23316)

* uptimed: 0.3.18 -> 0.4.0

* uptimed: autoreconfHook belongs to nativeBuildInputs


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


[Nix-commits] [NixOS/nixpkgs] 0e3cf9: xe: 0.5 -> 0.6.1

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0e3cf999edd5118181bd1318fe104f1f820a2cac
  
https://github.com/NixOS/nixpkgs/commit/0e3cf999edd5118181bd1318fe104f1f820a2cac
  Author: ndowens 
  Date:   2017-02-28 (Tue, 28 Feb 2017)

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

  Log Message:
  ---
  xe: 0.5 -> 0.6.1


  Commit: b57861c30c0b8f110bd9aa0681d2866444a9b9d2
  
https://github.com/NixOS/nixpkgs/commit/b57861c30c0b8f110bd9aa0681d2866444a9b9d2
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23315 from ndowens/xe

xe: 0.5 -> 0.6.1


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


[Nix-commits] [NixOS/nixpkgs] 38d9c0: ansifilter: 1.15 -> 2.4

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 38d9c0b88f33b64d94b2fd36d4b7c24420363c8a
  
https://github.com/NixOS/nixpkgs/commit/38d9c0b88f33b64d94b2fd36d4b7c24420363c8a
  Author: ndowens 
  Date:   2017-02-28 (Tue, 28 Feb 2017)

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

  Log Message:
  ---
  ansifilter: 1.15 -> 2.4


  Commit: de90e320c8641784c647ad05b22bb6b4dba7967d
  
https://github.com/NixOS/nixpkgs/commit/de90e320c8641784c647ad05b22bb6b4dba7967d
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23314 from ndowens/ansifilter

Ansifilter: 1.15 -> 2.4


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


[Nix-commits] [NixOS/nixpkgs] 775e8e: enca: 1.16 -> 1.19

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 775e8eb4a49e46072790d55f720464200c06d8d2
  
https://github.com/NixOS/nixpkgs/commit/775e8eb4a49e46072790d55f720464200c06d8d2
  Author: ndowens 
  Date:   2017-02-28 (Tue, 28 Feb 2017)

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

  Log Message:
  ---
  enca: 1.16 -> 1.19


  Commit: c5a1625f857bae42f3dc68fca64d12ea266f92a8
  
https://github.com/NixOS/nixpkgs/commit/c5a1625f857bae42f3dc68fca64d12ea266f92a8
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23309 from ndowens/enca

enca: 1.16 -> 1.19


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


[Nix-commits] [NixOS/nixpkgs] 965556: highlight: 3.28 -> 3.35

2017-03-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9655567c09fe6b7156a19ce44040c86738d9dd3c
  
https://github.com/NixOS/nixpkgs/commit/9655567c09fe6b7156a19ce44040c86738d9dd3c
  Author: ndowens 
  Date:   2017-02-28 (Tue, 28 Feb 2017)

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

  Log Message:
  ---
  highlight: 3.28 -> 3.35


  Commit: 03a8db5cdcfad39a7acdc7e1403716602d5a9efc
  
https://github.com/NixOS/nixpkgs/commit/03a8db5cdcfad39a7acdc7e1403716602d5a9efc
  Author: Jörg Thalheim 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23308 from ndowens/highlight

highlight: 3.28 -> 3.35


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


[Nix-commits] [NixOS/nixpkgs] 86c51d: LTS Haskell 8.3

2017-03-02 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 86c51da755fc1adec7ea96d4c88a41b125683a73
  
https://github.com/NixOS/nixpkgs/commit/86c51da755fc1adec7ea96d4c88a41b125683a73
  Author: Peter Simons 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  LTS Haskell 8.3


  Commit: eabf47b3022f23acf65cbf20e0d4ae36dbcff22e
  
https://github.com/NixOS/nixpkgs/commit/eabf47b3022f23acf65cbf20e0d4ae36dbcff22e
  Author: Peter Simons 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  hackage2nix: disable builds that depend on broken webkitgtk-2.4.11


  Commit: 53d55cbfe9f3e9c7d3b9d729fa93d9adf5bf0f84
  
https://github.com/NixOS/nixpkgs/commit/53d55cbfe9f3e9c7d3b9d729fa93d9adf5bf0f84
  Author: Peter Simons 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.1 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/d654ea25e98c918aeb46cdb7b7d2372bec114101.


  Commit: 2e5a4b1a3801bbea8980b71d8d77dc412be81f83
  
https://github.com/NixOS/nixpkgs/commit/2e5a4b1a3801bbea8980b71d8d77dc412be81f83
  Author: Peter Simons 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  haskell-lambdabot: fix evaluation


  Commit: 9e72734826389c20b473c99d7b2375a01323838c
  
https://github.com/NixOS/nixpkgs/commit/9e72734826389c20b473c99d7b2375a01323838c
  Author: Peter Simons 
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  haskell-yaml: build with bundled libyaml rather than our system version

It looks like the yaml package bundles an unreleased version of libyaml and
relies on particulars of that versions behavior. Therefore, the package no
longer works with the official libyaml 0.1.7 release, which is what we have.

https://github.com/snoyberg/yaml/issues/106


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