Re: [Nix-dev] Nix-dev mailing list is moving

2017-07-12 Thread Shea Levy via nix-dev
FWIW, I sent a message 20 minutes ago and it's still not showing up on
the google group.

Eelco Dolstra via nix-dev  writes:

> Hi,
>
> On 07/12/2017 04:45 PM, Roni Choudhury wrote:
>
>> When do we plan to stop using this list? I want to make sure I am receiving
>> messages on the new list, so some type of test message in the near future 
>> would
>> be appreciated :)
>
> I think it's going to be deleted/disabled tomorrow.
>
> -- 
> Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev


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


[Nix-dev] Unstable channel not updating?

2017-07-12 Thread Shea Levy via nix-dev
Hi all,

The latest successful build of the trunk-combined job is pre110734, but
the channel is still at pre110213. Any ideas why?

Thanks,
Shea


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


Re: [Nix-dev] [PATCH] sbcl: 1.3.18 -> 1.3.19

2017-06-28 Thread Shea Levy
Applied as f57fadc536, thanks!

Tomas Hlavaty  writes:

> Updated sbcl with new version released today.  Tested on nixos 17.03
> x86_64, sbcl executable runs.  Thanks.
>
> From 36da6ad6eac68fdf2c8876c0a35642aa3e5c9d96 Mon Sep 17 00:00:00 2001
> From: Tomas Hlavaty 
> Date: Wed, 28 Jun 2017 20:12:58 +0200
> Subject: [PATCH] sbcl: 1.3.18 -> 1.3.19
>
> ---
>  pkgs/development/compilers/sbcl/default.nix | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/pkgs/development/compilers/sbcl/default.nix 
> b/pkgs/development/compilers/sbcl/default.nix
> index 036a3b9f3d..3bd1982baa 100644
> --- a/pkgs/development/compilers/sbcl/default.nix
> +++ b/pkgs/development/compilers/sbcl/default.nix
> @@ -9,11 +9,11 @@
>  
>  stdenv.mkDerivation rec {
>name= "sbcl-${version}";
> -  version = "1.3.18";
> +  version = "1.3.19";
>  
>src = fetchurl {
>  url= 
> "mirror://sourceforge/project/sbcl/sbcl/${version}/${name}-source.tar.bz2";
> -sha256 = "13irc67v02xa861n9g4lq7q80pnd8drkrgmigqdl9b2mp8n64bgv";
> +sha256 = "0660gw43myikpa6n2qjhjxz61ilqazva4v8shljgwymag99risxm";
>};
>  
>patchPhase = ''
> -- 
> 2.12.2
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev


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


[Nix-commits] [NixOS/nixpkgs] 24c59a: neuron: enable GUI

2017-06-28 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24c59a445275b726cec33242d741db8ad97c8ee9
  
https://github.com/NixOS/nixpkgs/commit/24c59a445275b726cec33242d741db8ad97c8ee9
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
A pkgs/applications/science/biology/iv/default.nix
M pkgs/applications/science/biology/neuron/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  neuron: enable GUI


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


Re: [Nix-dev] [nix-dev][patch] sbcl: 1.3.17 -> 1.3.18

2017-06-27 Thread Shea Levy
Applied as 6739a1773e68839dcc9f99331def17ce3931e410, thanks!

Tomas Hlavaty  writes:

> The attached patch updates sbcl version.
>
> From efdeb164ab3ca748a960791b093638c982465e97 Mon Sep 17 00:00:00 2001
> From: Tomas Hlavaty 
> Date: Tue, 27 Jun 2017 22:15:17 +0200
> Subject: [PATCH] sbcl: 1.3.17 -> 1.3.18
>
> ---
>  pkgs/development/compilers/sbcl/default.nix | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/pkgs/development/compilers/sbcl/default.nix 
> b/pkgs/development/compilers/sbcl/default.nix
> index dcd110954c..036a3b9f3d 100644
> --- a/pkgs/development/compilers/sbcl/default.nix
> +++ b/pkgs/development/compilers/sbcl/default.nix
> @@ -9,11 +9,11 @@
>  
>  stdenv.mkDerivation rec {
>name= "sbcl-${version}";
> -  version = "1.3.17";
> +  version = "1.3.18";
>  
>src = fetchurl {
>  url= 
> "mirror://sourceforge/project/sbcl/sbcl/${version}/${name}-source.tar.bz2";
> -sha256 = "1bqd39cqcv129zxvp3w3z1x46m9g9nmgslnlrvcsbqwd69vgbfcl";
> +sha256 = "13irc67v02xa861n9g4lq7q80pnd8drkrgmigqdl9b2mp8n64bgv";
>};
>  
>patchPhase = ''
> -- 
> 2.12.2
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev


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


[Nix-commits] [NixOS/nixpkgs] 4d2597: Partially revert "terraform: 0.9.4 -> 0.9.6."

2017-06-27 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4d2597981dc227dfa2f9ccb167f710bc0371a2b2
  
https://github.com/NixOS/nixpkgs/commit/4d2597981dc227dfa2f9ccb167f710bc0371a2b2
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/applications/networking/cluster/terraform/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Partially revert "terraform: 0.9.4 -> 0.9.6."

Terraform point releases are significant changes, we need to keep old ones 
around

This reverts commit 6a27b46deef753202bf11cdbd0e823733e2418d1.


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


[Nix-commits] [NixOS/nixpkgs] 551dcb: Add ansible 2.3

2017-06-27 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 551dcb67831e480b15be2d54c96d84645a637820
  
https://github.com/NixOS/nixpkgs/commit/551dcb67831e480b15be2d54c96d84645a637820
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  Add ansible 2.3


  Commit: 711637a4a7b43c0b192ed58784a745b815383471
  
https://github.com/NixOS/nixpkgs/commit/711637a4a7b43c0b192ed58784a745b815383471
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  Merge branch 'master' of github.com:NixOS/nixpkgs


Compare: https://github.com/NixOS/nixpkgs/compare/67e407228248...711637a4a7b4___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 17568f: Add ansible 2.3

2017-06-27 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 17568fbd2df9b69b3fed53b81ebebed57cbeef4b
  
https://github.com/NixOS/nixpkgs/commit/17568fbd2df9b69b3fed53b81ebebed57cbeef4b
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
A pkgs/development/python-modules/ansible/2.3.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Add ansible 2.3

(cherry picked from commit 551dcb67831e480b15be2d54c96d84645a637820)


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


Re: [Nix-dev] okteta fix build

2017-06-27 Thread Shea Levy
We should definitely update the manual. Travis provides no value anyway
for nixpkgs IMO.

Tomasz Czyż <tomasz.c...@gmail.com> writes:

> For me https://nixos.org/nixpkgs/manual/#chap-submitting-changes implies
> that github must be used.
>
> But on website http://nixos.org/nixos/community.html nix-dev mailing list
> is mentioned as another way.
>
> Would be nice to be more clear and specific how it works and who is
> responsible for testing changes if they are not comming as PR, is there any
> travis like pipeline etc.
>
> 2017-06-27 16:10 GMT+01:00 Shea Levy <s...@shealevy.com>:
>
>> Mailing list is a perfectly appropriate place to send git patches that
>> doesn't require membership with a proprietary service; You may not care
>> about that (I personally don't), but there's no reason we can't
>> accommodate those who do.
>>
>> Joachim Schiele <j...@lastlog.de> writes:
>>
>> > please provide your nice patches via a PR on github.com/nixos/nixpkgs to
>> > 'master'
>> >
>> > if you are unsure about the workflow, please ask and we'll help you!
>> > thanks for your work!
>> >
>> > On 25.06.2017 19:51, Karn Kallio wrote:
>> >>
>> >> The attached patch fixes the build of the Nixpkgs KDE application
>> >> okteta by adding some missing dependencies.
>> >>
>> >>
>> >>
>> >> ___
>> >> nix-dev mailing list
>> >> nix-dev@lists.science.uu.nl
>> >> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>> >>
>> >
>> >
>> > ___
>> > nix-dev mailing list
>> > nix-dev@lists.science.uu.nl
>> > https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>
>>
>
>
> -- 
> Tomasz Czyż


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


Re: [Nix-dev] okteta fix build

2017-06-27 Thread Shea Levy
Mailing list is a perfectly appropriate place to send git patches that
doesn't require membership with a proprietary service; You may not care
about that (I personally don't), but there's no reason we can't
accommodate those who do.

Joachim Schiele  writes:

> please provide your nice patches via a PR on github.com/nixos/nixpkgs to
> 'master'
>
> if you are unsure about the workflow, please ask and we'll help you!
> thanks for your work!
>
> On 25.06.2017 19:51, Karn Kallio wrote:
>> 
>> The attached patch fixes the build of the Nixpkgs KDE application
>> okteta by adding some missing dependencies.
>> 
>> 
>> 
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>> 
>
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev


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


[Nix-commits] [NixOS/hydra] 207d2d: GithubStatus: Don't send a pending status for alre...

2017-06-21 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 207d2dd10cf54f79770e370304f1e9fefc01f31a
  
https://github.com/NixOS/hydra/commit/207d2dd10cf54f79770e370304f1e9fefc01f31a
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-21 (Wed, 21 Jun 2017)

  Changed paths:
M src/lib/Hydra/Plugin/GithubStatus.pm

  Log Message:
  ---
  GithubStatus: Don't send a pending status for already-finished builds

Fixes #488


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


[Nix-commits] [NixOS/nixpkgs] a21ddf: pythonPackages.bcdoc: Disable tests

2017-06-20 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a21ddfb1586c38cc37fccaab27af34598115
  
https://github.com/NixOS/nixpkgs/commit/a21ddfb1586c38cc37fccaab27af34598115
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-20 (Tue, 20 Jun 2017)

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

  Log Message:
  ---
  pythonPackages.bcdoc: Disable tests


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


[Nix-commits] [NixOS/nix] 04ed11: Let hydra choose an alternate list of systems

2017-06-19 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 04ed11a978bf70e04042df95f8b125c2977e070d
  
https://github.com/NixOS/nix/commit/04ed11a978bf70e04042df95f8b125c2977e070d
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
M release.nix

  Log Message:
  ---
  Let hydra choose an alternate list of systems


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


[Nix-commits] [NixOS/nixpkgs] 2d8b86: pythonPackages.sphinx: Tests seem to be broken on ...

2017-06-19 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2d8b86954bd7d4bd4a69d12c519c48dc47e978c0
  
https://github.com/NixOS/nixpkgs/commit/2d8b86954bd7d4bd4a69d12c519c48dc47e978c0
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-19 (Mon, 19 Jun 2017)

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

  Log Message:
  ---
  pythonPackages.sphinx: Tests seem to be broken on darwin


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


[Nix-commits] [NixOS/nixpkgs] 5f94d8: ghc821: init at 8.2.1-rc2 (a.k.a., 8.2.0.20170507)

2017-06-15 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5f94d85e5eb33136b1fe3081fe448351347b8d26
  
https://github.com/NixOS/nixpkgs/commit/5f94d85e5eb33136b1fe3081fe448351347b8d26
  Author: Renzo Carbonara <gnuk0...@gmail.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
A pkgs/development/compilers/ghc/8.2.1.nix
A pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
M pkgs/top-level/haskell-packages.nix

  Log Message:
  ---
  ghc821: init at 8.2.1-rc2 (a.k.a., 8.2.0.20170507)

The approach taken to add this package was to port over the definitions
currently existing for HEAD, and making the necessesary changes to get
this building.

The Haskell package set associated with this compiler doesn't yet
guarantee that all or most of the packages successfully build with this
new compiler, but that will improve over time after this GHC 8.2.1
is officially released and the ecosystem catches up.


  Commit: 517d65ec9b5ed54e1477eefdda00d0a172d07a5d
  
https://github.com/NixOS/nixpkgs/commit/517d65ec9b5ed54e1477eefdda00d0a172d07a5d
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
A pkgs/development/compilers/ghc/8.2.1.nix
A pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
M pkgs/top-level/haskell-packages.nix

  Log Message:
  ---
  Merge branch 'ghc821rc2' of git://github.com/k0001/nixpkgs


Compare: https://github.com/NixOS/nixpkgs/compare/10d0213d3f24...517d65ec9b5e___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 8bc737: zoom-us: fix facebook and SSO login

2017-06-15 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8bc737d9d3cc56fac746deda75b5f882b49c054b
  
https://github.com/NixOS/nixpkgs/commit/8bc737d9d3cc56fac746deda75b5f882b49c054b
  Author: danbst <abcz2.upr...@gmail.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

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

  Log Message:
  ---
  zoom-us: fix facebook and SSO login

Turns out, zoom couldn't launch QtWebEngineProcess because of wrong interpreter
Also, there was a need for some extra deps, which I found when
running debug version of zoom.


  Commit: 6d6d2fd3247b215d11f3ceeed933d9196305aa8a
  
https://github.com/NixOS/nixpkgs/commit/6d6d2fd3247b215d11f3ceeed933d9196305aa8a
  Author: danbst <abcz2.upr...@gmail.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

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

  Log Message:
  ---
  zoom-us: fix webcam video

Webcam Logitech C270 showed black screen in zoom, but LD_PRELOADing
v4l1compat.so fixed this. I hope, this wouldn't break camera for people,
who were already able to see video, but I can't be 100% sure currently.


  Commit: 9101fe8f6c9efcf9b54b72248489c4d55009439f
  
https://github.com/NixOS/nixpkgs/commit/9101fe8f6c9efcf9b54b72248489c4d55009439f
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

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

  Log Message:
  ---
  Merge branch 'zoom-us-fix' of git://github.com/danbst/nixpkgs


Compare: https://github.com/NixOS/nixpkgs/compare/19f8213a3e49...9101fe8f6c9e___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nix] 791749: Add support for the curl netrc file in nix-channel...

2017-06-14 Thread Shea Levy
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: 7917494c45ede076156352d16a50404f24eba542
  
https://github.com/NixOS/nix/commit/7917494c45ede076156352d16a50404f24eba542
  Author: Joel Rivera <riv...@joel.mx>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
M scripts/nix-channel.in
M scripts/nix-pull.in

  Log Message:
  ---
  Add support for the curl netrc file in nix-channel/nix-pull.

Based on the implementation in download-from-binary-cache.pl.in.


  Commit: 3e574c3691fbb8d598b8d669035f2647e8d7dbbb
  
https://github.com/NixOS/nix/commit/3e574c3691fbb8d598b8d669035f2647e8d7dbbb
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
M scripts/nix-channel.in
M scripts/nix-pull.in

  Log Message:
  ---
  Merge branch '1.11-maintenance' of git://github.com/cyraxjoe/nix into 
1.11-maintenance


Compare: https://github.com/NixOS/nix/compare/5ac7088726c5...3e574c3691fb___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b349d4: haskellPackages.developPackage: Add overrides argu...

2017-06-12 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b349d4b899a42edcd83cf7057e9d3f1c0833a741
  
https://github.com/NixOS/nixpkgs/commit/b349d4b899a42edcd83cf7057e9d3f1c0833a741
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  haskellPackages.developPackage: Add overrides argument


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


[Nix-commits] [NixOS/nixpkgs] d10fe6: haskellPackages.developPackage: Add overrides argu...

2017-06-12 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d10fe641247e29b72139776cd316333b13ba
  
https://github.com/NixOS/nixpkgs/commit/d10fe641247e29b72139776cd316333b13ba
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-12 (Mon, 12 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  haskellPackages.developPackage: Add overrides argument

(cherry picked from commit b349d4b899a42edcd83cf7057e9d3f1c0833a741)


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


[Nix-commits] [NixOS/nixpkgs] dc9836: Add packageSourceOverrides function to haskell pac...

2017-06-10 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dc9836189cc063b24761fe86ed4c09278650a431
  
https://github.com/NixOS/nixpkgs/commit/dc9836189cc063b24761fe86ed4c09278650a431
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  Add packageSourceOverrides function to haskell package sets

(cherry picked from commit 219bb1c80c33b02c739b3a7cd206543efad8fe92)


  Commit: 49e8512100ce12b5990a1bf5371d4d1c558962ab
  
https://github.com/NixOS/nixpkgs/commit/49e8512100ce12b5990a1bf5371d4d1c558962ab
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/default.nix
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  Add haskellPackages.developPackage for local development default.nixes

(cherry picked from commit 01e047d0887ae4be165823109ebd095cd8025813)


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


[Nix-commits] [NixOS/nixpkgs] 219bb1: Add packageSourceOverrides function to haskell pac...

2017-06-10 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 219bb1c80c33b02c739b3a7cd206543efad8fe92
  
https://github.com/NixOS/nixpkgs/commit/219bb1c80c33b02c739b3a7cd206543efad8fe92
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  Add packageSourceOverrides function to haskell package sets


  Commit: 01e047d0887ae4be165823109ebd095cd8025813
  
https://github.com/NixOS/nixpkgs/commit/01e047d0887ae4be165823109ebd095cd8025813
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/default.nix
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  Add haskellPackages.developPackage for local development default.nixes


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


[Nix-commits] [NixOS/nixpkgs] e9da05: zoom-us: init at 2.0.91373.0502

2017-06-07 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e9da05ee8b6d6e470d54e38869710d316d9935c8
  
https://github.com/NixOS/nixpkgs/commit/e9da05ee8b6d6e470d54e38869710d316d9935c8
  Author: danbst <abcz2.upr...@gmail.com>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

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

  Log Message:
  ---
  zoom-us: init at 2.0.91373.0502

Actually, reintroduce after removal 
(https://github.com/NixOS/nixpkgs/commit/bb99babc5a1c62edd012da5a1ad14cd3fe1abf0a)
and use bundled Qt.


  Commit: 7179b0119981750d7b72b092587a16544774ac92
  
https://github.com/NixOS/nixpkgs/commit/7179b0119981750d7b72b092587a16544774ac92
  Author: danbst <abcz2.upr...@gmail.com>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

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

  Log Message:
  ---
  zoom-us: little fixes after review by @k0001


  Commit: 5365166a5dc65bcd8670ba426a8fd80735f7f591
  
https://github.com/NixOS/nixpkgs/commit/5365166a5dc65bcd8670ba426a8fd80735f7f591
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-07 (Wed, 07 Jun 2017)

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

  Log Message:
  ---
  Merge branch 'zoom-us' of git://github.com/danbst/nixpkgs


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


[Nix-commits] [NixOS/nixpkgs] d0c68a: ghcjsHEAD: bump git revision

2017-06-05 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d0c68a165880c71e24b5903052ddd7ef1003c2e8
  
https://github.com/NixOS/nixpkgs/commit/d0c68a165880c71e24b5903052ddd7ef1003c2e8
  Author: Renzo Carbonara <gnuk0...@gmail.com>
  Date:   2017-06-05 (Mon, 05 Jun 2017)

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

  Log Message:
  ---
  ghcjsHEAD: bump git revision

This particular revision brings significant performance improvements
when building code that uses TemplateHaskell.


  Commit: 42b3b7ab355275e0066f6704e1e74fefd087ce0b
  
https://github.com/NixOS/nixpkgs/commit/42b3b7ab355275e0066f6704e1e74fefd087ce0b
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-05 (Mon, 05 Jun 2017)

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

  Log Message:
  ---
  Merge branch 'bump-ghcjs' of git://github.com/k0001/nixpkgs


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


[Nix-commits] [NixOS/nixpkgs] bdb106: Actually disable travis emails

2017-06-03 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bdb106860a03e9f201dcbd1b6610d351bf454305
  
https://github.com/NixOS/nixpkgs/commit/bdb106860a03e9f201dcbd1b6610d351bf454305
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Actually disable travis emails


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


[Nix-commits] [NixOS/nixpkgs] d0b4c5: Disable travis email notifications.

2017-06-03 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d0b4c5fef7bba8865ac210b7a5ad089ddc419bdb
  
https://github.com/NixOS/nixpkgs/commit/d0b4c5fef7bba8865ac210b7a5ad089ddc419bdb
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Disable travis email notifications.

Travis checks on nixpkgs are a waste of time, if people insist on keeping them 
they can at least not spam our inboxes


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


[Nix-commits] [NixOS/nixpkgs] 4e32f5: docbook-xsl: Install dbtoepub

2017-06-03 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4e32f5bda32cd580a7ec731beb381b14bbf2b528
  
https://github.com/NixOS/nixpkgs/commit/4e32f5bda32cd580a7ec731beb381b14bbf2b528
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
M pkgs/data/sgml+xml/stylesheets/xslt/docbook-xsl/default.nix

  Log Message:
  ---
  docbook-xsl: Install dbtoepub


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


[Nix-commits] [NixOS/hydra] dfb3a5: Fix build-queued plugin hook

2017-05-24 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: dfb3a52f6718b34a51edfc0edfc4893c02f5b97c
  
https://github.com/NixOS/hydra/commit/dfb3a52f6718b34a51edfc0edfc4893c02f5b97c
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M src/script/hydra-eval-jobset

  Log Message:
  ---
  Fix build-queued plugin hook


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


[Nix-commits] [NixOS/hydra] c40077: Fix tests

2017-05-24 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: c40077ece17ad5f25f460b4c3dad8944551a605b
  
https://github.com/NixOS/hydra/commit/c40077ece17ad5f25f460b4c3dad8944551a605b
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M src/script/hydra-eval-jobset
M tests/Makefile.am

  Log Message:
  ---
  Fix tests


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


[Nix-commits] [NixOS/hydra] 582c39: Add buildQueued plugin hook

2017-05-24 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 582c39942097539aa595d6945a82c4e25ca16ff1
  
https://github.com/NixOS/hydra/commit/582c39942097539aa595d6945a82c4e25ca16ff1
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M src/lib/Hydra/Plugin.pm
M src/lib/Hydra/Plugin/GithubStatus.pm
M src/script/hydra-eval-jobset
M src/script/hydra-notify

  Log Message:
  ---
  Add buildQueued plugin hook


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


[Nix-commits] [NixOS/hydra] 3d044d: Github status API: Pull authorization from github_...

2017-05-24 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 3d044d2ec20ac765d46d349a90b59d0589f44c42
  
https://github.com/NixOS/hydra/commit/3d044d2ec20ac765d46d349a90b59d0589f44c42
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M src/lib/Hydra/Plugin/GithubStatus.pm

  Log Message:
  ---
  Github status API: Pull authorization from github_authorization by default


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


[Nix-commits] [NixOS/hydra] 08708e: GithubPulls: Add 'revision' to the input

2017-05-24 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 08708e899a4e9928ce783ccf82b64c43cf4e708e
  
https://github.com/NixOS/hydra/commit/08708e899a4e9928ce783ccf82b64c43cf4e708e
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M src/lib/Hydra/Plugin/GithubPulls.pm

  Log Message:
  ---
  GithubPulls: Add 'revision' to the input


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


[Nix-commits] [NixOS/hydra] c6f075: Add GithubPulls input plugin.

2017-05-24 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: c6f07534359dd567b6dfe9397dc22e1f90925397
  
https://github.com/NixOS/hydra/commit/c6f07534359dd567b6dfe9397dc22e1f90925397
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
A src/lib/Hydra/Plugin/GithubPulls.pm

  Log Message:
  ---
  Add GithubPulls input plugin.

This can be used with declarative projects to build PRs.

The github_authorization section should contain verbatim Authorization header 
contents keyed by repo owner for private repos


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


[Nix-commits] [NixOS/nixpkgs] b1b61d: coq: nix-buffer: Inherit variables to PG shell

2017-05-21 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b1b61d0988a458e7b0bbb75cac4fd12a246a83e1
  
https://github.com/NixOS/nixpkgs/commit/b1b61d0988a458e7b0bbb75cac4fd12a246a83e1
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
M pkgs/applications/science/logic/coq/default.nix

  Log Message:
  ---
  coq: nix-buffer: Inherit variables to PG shell


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


[Nix-commits] [NixOS/nixpkgs] 877f95: nix-buffer: 3.0.0 -> 3.0.1

2017-05-20 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 877f95f12b438850ee112784f763e04cab48e85a
  
https://github.com/NixOS/nixpkgs/commit/877f95f12b438850ee112784f763e04cab48e85a
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

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

  Log Message:
  ---
  nix-buffer: 3.0.0 -> 3.0.1


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


[Nix-commits] [NixOS/nixpkgs] b21540: coq: Add emacs buffer setup

2017-05-20 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b21540c4a668ebe34e1868c21e7dd8cc653fdabd
  
https://github.com/NixOS/nixpkgs/commit/b21540c4a668ebe34e1868c21e7dd8cc653fdabd
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M pkgs/applications/science/logic/coq/default.nix

  Log Message:
  ---
  coq: Add emacs buffer setup


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


[Nix-commits] [NixOS/nixpkgs] b71b7e: fetchFromGitHub: Allow private repos, hosted githu...

2017-05-19 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b71b7ee62234dbf1863e9595bfeed961e951e491
  
https://github.com/NixOS/nixpkgs/commit/b71b7ee62234dbf1863e9595bfeed961e951e491
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-19 (Fri, 19 May 2017)

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

  Log Message:
  ---
  fetchFromGitHub: Allow private repos, hosted githubs


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


[Nix-commits] [NixOS/nixpkgs] 8c9075: hackage2nix: Pull haskellSrc2nix from the final pa...

2017-05-10 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8c90757a96c883835d1d00d1d326a7977f55b223
  
https://github.com/NixOS/nixpkgs/commit/8c90757a96c883835d1d00d1d326a7977f55b223
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  hackage2nix: Pull haskellSrc2nix from the final package set

(cherry picked from commit ac1599971f595e8c5bb3bb8f5ada4590eefeda9c)


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


[Nix-commits] [NixOS/nixpkgs] ac1599: hackage2nix: Pull haskellSrc2nix from the final pa...

2017-05-10 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ac1599971f595e8c5bb3bb8f5ada4590eefeda9c
  
https://github.com/NixOS/nixpkgs/commit/ac1599971f595e8c5bb3bb8f5ada4590eefeda9c
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  hackage2nix: Pull haskellSrc2nix from the final package set


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


[Nix-commits] [NixOS/nixpkgs] 6aefa1: intero-nix-shim: fix runtime dependencies

2017-05-07 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6aefa13156c2a6a306e6474f35d56dc2c35f0619
  
https://github.com/NixOS/nixpkgs/commit/6aefa13156c2a6a306e6474f35d56dc2c35f0619
  Author: Michal Rus <m...@michalrus.com>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
M pkgs/development/tools/haskell/intero-nix-shim/default.nix

  Log Message:
  ---
  intero-nix-shim: fix runtime dependencies


  Commit: 63841d159e5f2e20c56948df84b004a03f236c47
  
https://github.com/NixOS/nixpkgs/commit/63841d159e5f2e20c56948df84b004a03f236c47
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-07 (Sun, 07 May 2017)

  Changed paths:
M pkgs/development/tools/haskell/intero-nix-shim/default.nix

  Log Message:
  ---
  Merge branch 'intero-nix-shim' of git://github.com/michalrus/nixpkgs


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


[Nix-commits] [NixOS/nixpkgs] 7131e0: haskell: work around linker limits on Mac OS X Sie...

2017-05-05 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7131e06214560625cc85b89d93df3764d223a6e6
  
https://github.com/NixOS/nixpkgs/commit/7131e06214560625cc85b89d93df3764d223a6e6
  Author: Judah Jacobson <ju...@users.noreply.github.com>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/generic-builder.nix
M pkgs/development/haskell-modules/with-packages-wrapper.nix

  Log Message:
  ---
  haskell: work around linker limits on Mac OS X Sierra.

The Sierra linker added a limit on the number of paths that any one
dynamic library (`*.dylib`) can reference.  This causes problems when
a Haskell library has many immediate dependencies (#22810).

We follow a similar fix as GHC/Cabal/Stack: for each derivation,
create a new directory with symlinks to all the dylibs of its immediate
dependencies, and patch its package DB to reference that directory
using the new `dynamic-library-dirs` field.

Note that this change is a no-op for older versions of GHC, i.e., they will
continue to fail on some packages as before.

Also note that this change causes the bootstrapped versions of GHC to be
recompiled, since they depend on `hscolour` which is built by
`generic-builder.nix`.

Tested by building the `stack` binary as described in #22810.


  Commit: 2caa7b88ae52caccac9c1b07c52af0080e9417c3
  
https://github.com/NixOS/nixpkgs/commit/2caa7b88ae52caccac9c1b07c52af0080e9417c3
  Author: Judah Jacobson <ju...@users.noreply.github.com>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/generic-builder.nix
M pkgs/development/haskell-modules/with-packages-wrapper.nix

  Log Message:
  ---
  Fix use of `isDarwin` conditionals.


  Commit: a1748f7b5ccae44501eb30e1e4e9fc2fa0bf
  
https://github.com/NixOS/nixpkgs/commit/a1748f7b5ccae44501eb30e1e4e9fc2fa0bf
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/generic-builder.nix
M pkgs/development/haskell-modules/with-packages-wrapper.nix

  Log Message:
  ---
  Merge remote-tracking branch 'takt/sierra-haskell'


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


[Nix-commits] [NixOS/nixpkgs] 9925c5: intero-nix-shim: init at 0.1.2

2017-05-03 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9925c5c9b14ba4005a61d44afcff291dbd53120e
  
https://github.com/NixOS/nixpkgs/commit/9925c5c9b14ba4005a61d44afcff291dbd53120e
  Author: Michal Rus <m...@michalrus.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix
A pkgs/development/tools/haskell/intero-nix-shim/default.nix

  Log Message:
  ---
  intero-nix-shim: init at 0.1.2


  Commit: 2aae62fad60f153c9b613081a719b237378a551a
  
https://github.com/NixOS/nixpkgs/commit/2aae62fad60f153c9b613081a719b237378a551a
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix
A pkgs/development/tools/haskell/intero-nix-shim/default.nix

  Log Message:
  ---
  Merge branch 'intero-nix-shim' of git://github.com/michalrus/nixpkgs


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


[Nix-commits] [NixOS/nixpkgs] 207a0a: Add linux 4.11

2017-05-01 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 207a0af06a22f5c209b58477a2bcd27069b0d1cc
  
https://github.com/NixOS/nixpkgs/commit/207a0af06a22f5c209b58477a2bcd27069b0d1cc
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Add linux 4.11


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


[Nix-commits] [NixOS/nixpkgs] 4aab5c: Add linux 4.11

2017-05-01 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4aab5c57987af2dbf8b93fe30d5859a4a56d1aca
  
https://github.com/NixOS/nixpkgs/commit/4aab5c57987af2dbf8b93fe30d5859a4a56d1aca
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Add linux 4.11

(cherry picked from commit 207a0af06a22f5c209b58477a2bcd27069b0d1cc)


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


[Nix-commits] [NixOS/nixpkgs] 4cb63d: haskellSrc2nix: preferLocalBuild and use unwrapped...

2017-05-01 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4cb63d4edd0ff6b5f3d4e69337020c77724fb1e6
  
https://github.com/NixOS/nixpkgs/commit/4cb63d4edd0ff6b5f3d4e69337020c77724fb1e6
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  haskellSrc2nix: preferLocalBuild and use unwrapped cabal2nix.

No need to download bazaar etc...

(cherry picked from commit 9f2bbf65af24e11451f40ac91e87accd3d16411e)


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


[Nix-commits] [NixOS/nixpkgs] 9f2bbf: haskellSrc2nix: preferLocalBuild and use unwrapped...

2017-05-01 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9f2bbf65af24e11451f40ac91e87accd3d16411e
  
https://github.com/NixOS/nixpkgs/commit/9f2bbf65af24e11451f40ac91e87accd3d16411e
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  haskellSrc2nix: preferLocalBuild and use unwrapped cabal2nix.

No need to download bazaar etc...


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


[Nix-commits] [NixOS/nixpkgs] 8a1707: nixBufferBuilders: Add haskellMonoRepo builder

2017-05-01 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8a1707ad0d26013bf6014a01831a3af2a506fa14
  
https://github.com/NixOS/nixpkgs/commit/8a1707ad0d26013bf6014a01831a3af2a506fa14
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  nixBufferBuilders: Add haskellMonoRepo builder


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


[Nix-commits] [NixOS/nixpkgs] d7743d: nixBufferBuilders: Add haskellMonoRepo builder

2017-05-01 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d7743d1eb8dc7f0819c626a3eaff71647a045510
  
https://github.com/NixOS/nixpkgs/commit/d7743d1eb8dc7f0819c626a3eaff71647a045510
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  nixBufferBuilders: Add haskellMonoRepo builder

(cherry picked from commit 8a1707ad0d26013bf6014a01831a3af2a506fa14)


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


[Nix-commits] [NixOS/nixpkgs] 75690a: Add haskellPathsInDir lib function

2017-05-01 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 75690abf3c60fafc9a36260d7edf318cf5e657dd
  
https://github.com/NixOS/nixpkgs/commit/75690abf3c60fafc9a36260d7edf318cf5e657dd
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M lib/filesystem.nix

  Log Message:
  ---
  Add haskellPathsInDir lib function

(cherry picked from commit d1afc718f816dddaf22881c026d3163efa3e2470)


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


[Nix-commits] [NixOS/nixpkgs] d1afc7: Add haskellPathsInDir lib function

2017-05-01 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d1afc718f816dddaf22881c026d3163efa3e2470
  
https://github.com/NixOS/nixpkgs/commit/d1afc718f816dddaf22881c026d3163efa3e2470
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M lib/filesystem.nix

  Log Message:
  ---
  Add haskellPathsInDir lib function


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


[Nix-commits] [NixOS/nixpkgs] 1536b8: Backport halvm from master

2017-04-30 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1536b8dbd8971907ed01985a732ee96cf022cef4
  
https://github.com/NixOS/nixpkgs/commit/1536b8dbd8971907ed01985a732ee96cf022cef4
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
A pkgs/development/compilers/halvm/2.4.0.nix

  Log Message:
  ---
  Backport halvm from master


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


[Nix-commits] [NixOS/nixpkgs] e7a823: Backport haskell updates from master

2017-04-30 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e7a82346b203bd6a72c7a540e787f142ee80a0bf
  
https://github.com/NixOS/nixpkgs/commit/e7a82346b203bd6a72c7a540e787f142ee80a0bf
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M pkgs/development/compilers/ghc/7.10.3.nix
M pkgs/development/compilers/ghc/head.nix
M pkgs/development/compilers/ghcjs/base.nix
M pkgs/development/compilers/ghcjs/head.nix
M pkgs/development/compilers/ghcjs/shims.nix
M pkgs/development/haskell-modules/configuration-common.nix
M pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
M pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
M pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
M pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
M pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
M pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
M pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
M pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
M pkgs/development/haskell-modules/configuration-ghc-head.nix
M pkgs/development/haskell-modules/configuration-ghcjs.nix
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml
A pkgs/development/haskell-modules/configuration-halvm-2.4.0.nix
M pkgs/development/haskell-modules/configuration-nix.nix
M pkgs/development/haskell-modules/default.nix
M pkgs/development/haskell-modules/generic-builder.nix
M pkgs/development/haskell-modules/generic-stack-builder.nix
M pkgs/development/haskell-modules/hackage-packages.nix
M pkgs/development/haskell-modules/lib.nix
A pkgs/development/haskell-modules/make-package-set.nix
M pkgs/development/haskell-modules/with-packages-wrapper.nix
M pkgs/development/tools/haskell/leksah/default.nix
M pkgs/top-level/haskell-packages.nix

  Log Message:
  ---
  Backport haskell updates from master


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


[Nix-commits] [NixOS/nixpkgs] 99c28d: hackage-packages.nix: automatic Haskell package se...

2017-04-29 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 99c28df9e568599d0c9eb651e742da0d71c5f063
  
https://github.com/NixOS/nixpkgs/commit/99c28df9e568599d0c9eb651e742da0d71c5f063
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-29 (Sat, 29 Apr 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.1-8-g19ebdb9 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/3fcb79c182fa57199242eec7e95db2b9f3f71113.


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


[Nix-commits] [NixOS/nixpkgs] 66f982: haddock-api: Remove unneeded patch

2017-04-28 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 66f982eef799488a9547536c37ee468e220a6f93
  
https://github.com/NixOS/nixpkgs/commit/66f982eef799488a9547536c37ee468e220a6f93
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

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

  Log Message:
  ---
  haddock-api: Remove unneeded patch


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


[Nix-commits] [NixOS/nixpkgs] a7379e: Fix tarball breakage

2017-04-28 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a7379e9a11a60c175463328daab37ee1d969cf61
  
https://github.com/NixOS/nixpkgs/commit/a7379e9a11a60c175463328daab37ee1d969cf61
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

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

  Log Message:
  ---
  Fix tarball breakage


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


[Nix-commits] [NixOS/nixpkgs] 91a2fe: hackage-packages.nix: automatic Haskell package se...

2017-04-27 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 91a2fe9a577676c8cfabfcda964b178f2c78ac17
  
https://github.com/NixOS/nixpkgs/commit/91a2fe9a577676c8cfabfcda964b178f2c78ac17
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-27 (Thu, 27 Apr 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.1-8-g19ebdb9 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/d86fe490e708096fde9dd4964d4dbbfa9f187271.


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


[Nix-commits] [NixOS/nixpkgs] 090ffd: nix perl-bindings: Fix Config.pm

2017-04-25 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 090ffd5fab1c378d0cb7ce62652678528b3683b0
  
https://github.com/NixOS/nixpkgs/commit/090ffd5fab1c378d0cb7ce62652678528b3683b0
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

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

  Log Message:
  ---
  nix perl-bindings: Fix Config.pm

(cherry picked from commit 5aa936d0ee494c3e2e33e3f1790bf9703f7f710a)


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


[Nix-commits] [NixOS/nixpkgs] 5aa936: nix perl-bindings: Fix Config.pm

2017-04-25 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5aa936d0ee494c3e2e33e3f1790bf9703f7f710a
  
https://github.com/NixOS/nixpkgs/commit/5aa936d0ee494c3e2e33e3f1790bf9703f7f710a
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

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

  Log Message:
  ---
  nix perl-bindings: Fix Config.pm


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


[Nix-commits] [NixOS/hydra] f4b4ee: Add CircleCI plugin.

2017-04-24 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: f4b4ee575168df585cfb96a8d3f98a30f889afb8
  
https://github.com/NixOS/hydra/commit/f4b4ee575168df585cfb96a8d3f98a30f889afb8
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
A src/lib/Hydra/Plugin/CircleCINotification.pm

  Log Message:
  ---
  Add CircleCI plugin.


  Commit: 86aa851d8d2bada671c5c02e57de015f7544f155
  
https://github.com/NixOS/hydra/commit/86aa851d8d2bada671c5c02e57de015f7544f155
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
A src/lib/Hydra/Plugin/CircleCINotification.pm

  Log Message:
  ---
  Merge branch 'circleci-plugin'


Compare: https://github.com/NixOS/hydra/compare/4c26cf0c81a4...86aa851d8d2b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/hydra] 4c26cf: getHydraConfig: Allow multiple includes

2017-04-20 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 4c26cf0c81a4751037c4d436aa2b10efbe335187
  
https://github.com/NixOS/hydra/commit/4c26cf0c81a4751037c4d436aa2b10efbe335187
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M src/lib/Hydra/Helper/Nix.pm

  Log Message:
  ---
  getHydraConfig: Allow multiple includes


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


[Nix-commits] [NixOS/hydra] fed37e: nix-prefetch-git: Only remove .git, not e.g. .gitk...

2017-04-12 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: fed37ea6408c84eeb1bea06b17aa3e4c6da568c1
  
https://github.com/NixOS/hydra/commit/fed37ea6408c84eeb1bea06b17aa3e4c6da568c1
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M src/script/nix-prefetch-git

  Log Message:
  ---
  nix-prefetch-git: Only remove .git, not e.g. .gitkeep (#454)


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


[Nix-commits] [NixOS/nixpkgs] b2c87f: lib: Add test for composeExtensions

2017-04-12 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b2c87fbf98cf5d4a57cb4528cf60cabefc4d5282
  
https://github.com/NixOS/nixpkgs/commit/b2c87fbf98cf5d4a57cb4528cf60cabefc4d5282
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M lib/tests.nix

  Log Message:
  ---
  lib: Add test for composeExtensions


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


Re: [Nix-dev] Announcing Hail — A service for pull-based continuous deployment from Hydra

2017-04-12 Thread Shea Levy
We are using the system cron! Our activation script just updates a file
in crontab.d (and ensures some services some of our cron jobs needs are
running).

~Shea

zimbatm <zimb...@zimbatm.com> writes:

> Hi Shea,
>
> It's cool that you're reusing the activation script interface for non-nixos
> targets.
>
> What are the advantages for having hail run the cron task instead of using
> the system cron? Is it to make it more cross-OS compatible?
>
> Cheers,
> z
>
> On Tue, 11 Apr 2017, 19:16 Shea Levy, <s...@shealevy.com> wrote:
>
>> Hi all,
>>
>> Takt has open-sourced a tool we're using to deploy our services from
>> hydra. Check out the blog post at
>> https://code.takt.com/announcing-hail-4da7208df56d !
>>
>> Thanks,
>> Shea
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>>


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


[Nix-commits] [NixOS/hydra] 949e58: Move build logic for the core hydra package into i...

2017-04-11 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 949e5865c60323800f8bd5706842348e3e4437bf
  
https://github.com/NixOS/hydra/commit/949e5865c60323800f8bd5706842348e3e4437bf
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
A default.nix
M release.nix

  Log Message:
  ---
  Move build logic for the core hydra package into its own default.nix.

This allows users to build hydra using a normal mkDerivation, package 
overrides, etc.


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


[Nix-dev] Announcing Hail — A service for pull-based continuous deployment from Hydra

2017-04-11 Thread Shea Levy
Hi all,

Takt has open-sourced a tool we're using to deploy our services from
hydra. Check out the blog post at
https://code.takt.com/announcing-hail-4da7208df56d !

Thanks,
Shea


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


[Nix-commits] [NixOS/nixpkgs] 2d02be: lib: Add composeExtensions for composing extension...

2017-04-11 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2d02be089a4a542e03093918213b22a8ebda6c86
  
https://github.com/NixOS/nixpkgs/commit/2d02be089a4a542e03093918213b22a8ebda6c86
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
M lib/trivial.nix

  Log Message:
  ---
  lib: Add composeExtensions for composing extension functions

(cherry picked from commit 0a15af2ed170b30636a264b6b535a9327effddc5)


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


[Nix-commits] [NixOS/nixpkgs] 0a15af: lib: Add composeExtensions for composing extension...

2017-04-11 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0a15af2ed170b30636a264b6b535a9327effddc5
  
https://github.com/NixOS/nixpkgs/commit/0a15af2ed170b30636a264b6b535a9327effddc5
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-07 (Fri, 07 Apr 2017)

  Changed paths:
M lib/trivial.nix

  Log Message:
  ---
  lib: Add composeExtensions for composing extension functions


  Commit: 52f998a2cee9ffd37794c35ffb71805536d3c6bf
  
https://github.com/NixOS/nixpkgs/commit/52f998a2cee9ffd37794c35ffb71805536d3c6bf
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
M lib/trivial.nix

  Log Message:
  ---
  Merge branch 'composeExtensions'


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


[Nix-commits] [NixOS/nixpkgs] 1bb8a4: Add aggregate job for a forthcoming nixpkgs-darwin...

2017-04-10 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1bb8a47803ea5015de2fcc3f99fd2323e7de1d91
  
https://github.com/NixOS/nixpkgs/commit/1bb8a47803ea5015de2fcc3f99fd2323e7de1d91
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

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

  Log Message:
  ---
  Add aggregate job for a forthcoming nixpkgs-darwin-unstable channel


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


[Nix-commits] [NixOS/hydra] a738f8: declarative projects: Pull jobset spec build from ...

2017-04-10 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: a738f826e8dc9a88f7f0024670bd232e29d6e986
  
https://github.com/NixOS/hydra/commit/a738f826e8dc9a88f7f0024670bd232e29d6e986
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M src/lib/Hydra/Helper/AddBuilds.pm
M src/lib/Hydra/Helper/Nix.pm

  Log Message:
  ---
  declarative projects: Pull jobset spec build from the remote store

Fixes #443


  Commit: 7e3f12fe1099da0e5291895f90d2c52c4aceedf7
  
https://github.com/NixOS/hydra/commit/7e3f12fe1099da0e5291895f90d2c52c4aceedf7
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M src/lib/Hydra/Helper/AddBuilds.pm
M src/lib/Hydra/Helper/Nix.pm

  Log Message:
  ---
  Merge branch 'decl-project-remote-store'


Compare: https://github.com/NixOS/hydra/compare/81fee456c240...7e3f12fe1099___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 250c89: haskell-lib: Add overrideSrc helper

2017-04-09 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 250c89001435f72e5ee9882fbf2dd1d97190206f
  
https://github.com/NixOS/nixpkgs/commit/250c89001435f72e5ee9882fbf2dd1d97190206f
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

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

  Log Message:
  ---
  haskell-lib: Add overrideSrc helper

(cherry picked from commit a6c39ed207e5d6dbdf28ab812286e123505ac71f)


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


[Nix-commits] [NixOS/nixpkgs] a6c39e: haskell-lib: Add overrideSrc helper

2017-04-08 Thread Shea Levy
  Branch: refs/heads/haskell-overrideSrc
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a6c39ed207e5d6dbdf28ab812286e123505ac71f
  
https://github.com/NixOS/nixpkgs/commit/a6c39ed207e5d6dbdf28ab812286e123505ac71f
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

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

  Log Message:
  ---
  haskell-lib: Add overrideSrc helper


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


[Nix-commits] [NixOS/nixpkgs] 0a6a06: sddm: Fix test.

2017-04-06 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0a6a06346a3c928a3115dfd700993c5c06b0a1e9
  
https://github.com/NixOS/nixpkgs/commit/0a6a06346a3c928a3115dfd700993c5c06b0a1e9
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M nixos/tests/sddm.nix

  Log Message:
  ---
  sddm: Fix test.

For whatever reason, the OCR code is not detecting ALICE but is BOB.

OCR output from login screen (blank lines omitted):

> Session none + icewm
> 08:41 <
> Thursday, April 6, 2017
> BOB FOOBAR
> Select your user and enter password


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


[Nix-commits] [NixOS/nixpkgs] 5e9843: haskell generic builder: Use ghcjs's hsc2hs.

2017-04-06 Thread Shea Levy
  Branch: refs/heads/ghcjs-no-native-hsc2hs
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5e984362f671313faa7056164394cd3522756d57
  
https://github.com/NixOS/nixpkgs/commit/5e984362f671313faa7056164394cd3522756d57
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

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

  Log Message:
  ---
  haskell generic builder: Use ghcjs's hsc2hs.

This is required when using ghcjs to compile Setup.hs, which we do since #23614.

See comments on 
https://github.com/ghcjs/ghcjs/commit/c35350a212f20bd4cb7486bf49044f7a1329fc93


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


[Nix-commits] [NixOS/nixpkgs] 786487: haskell generic builder: Use ghcjs's hsc2hs.

2017-04-05 Thread Shea Levy
  Branch: refs/heads/ghcjs-no-native-hsc2hs
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 786487b6e0eec884d123f6d4ff24b1f425260226
  
https://github.com/NixOS/nixpkgs/commit/786487b6e0eec884d123f6d4ff24b1f425260226
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

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

  Log Message:
  ---
  haskell generic builder: Use ghcjs's hsc2hs.

This is required when using ghcjs to compile Setup.hs, which we do since #23614.

See comments on 
https://github.com/ghcjs/ghcjs/commit/c35350a212f20bd4cb7486bf49044f7a1329fc93


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


[Nix-commits] [NixOS/nixpkgs] 56e556: nix-plugins: 2.0.6 -> 2.0.7.

2017-04-04 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 56e5561fbdfe940ca5b25688038ffd9f0901ae92
  
https://github.com/NixOS/nixpkgs/commit/56e5561fbdfe940ca5b25688038ffd9f0901ae92
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  nix-plugins: 2.0.6 -> 2.0.7.

Fixes warning on nix 1.12

(cherry picked from commit f038db24a601c5ec497fb8a70b577bd3a8093ae9)


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


[Nix-commits] [NixOS/nixpkgs] f038db: nix-plugins: 2.0.6 -> 2.0.7.

2017-04-04 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f038db24a601c5ec497fb8a70b577bd3a8093ae9
  
https://github.com/NixOS/nixpkgs/commit/f038db24a601c5ec497fb8a70b577bd3a8093ae9
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  nix-plugins: 2.0.6 -> 2.0.7.

Fixes warning on nix 1.12


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


[Nix-commits] [NixOS/nixpkgs] abdd89: nix-plugins: 2.0.3 -> 2.0.6.

2017-04-04 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: abdd895355df99eefee64742cb1561ee026d59f6
  
https://github.com/NixOS/nixpkgs/commit/abdd895355df99eefee64742cb1561ee026d59f6
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  nix-plugins: 2.0.3 -> 2.0.6.

Fixes incompatibility between build-time and link-time nix version

(cherry picked from commit fe319f8ebdbb14aea31e24e1f946278fad990b5e)


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


[Nix-commits] [NixOS/nixpkgs] fe319f: nix-plugins: 2.0.3 -> 2.0.6.

2017-04-04 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fe319f8ebdbb14aea31e24e1f946278fad990b5e
  
https://github.com/NixOS/nixpkgs/commit/fe319f8ebdbb14aea31e24e1f946278fad990b5e
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  nix-plugins: 2.0.3 -> 2.0.6.

Fixes incompatibility between build-time and link-time nix version


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


[Nix-commits] [NixOS/nixpkgs] 10ab18: nix-plugins: 2.0.2 -> 2.0.3

2017-04-04 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 10ab18725956660c95eaca060e7ea10b16cd732f
  
https://github.com/NixOS/nixpkgs/commit/10ab18725956660c95eaca060e7ea10b16cd732f
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  nix-plugins: 2.0.2 -> 2.0.3

Fixes darwin build

(cherry picked from commit 3f023c8989ffea5c378e251c176571ef6481af4b)


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


[Nix-commits] [NixOS/nixpkgs] 3f023c: nix-plugins: 2.0.2 -> 2.0.3

2017-04-04 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3f023c8989ffea5c378e251c176571ef6481af4b
  
https://github.com/NixOS/nixpkgs/commit/3f023c8989ffea5c378e251c176571ef6481af4b
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  nix-plugins: 2.0.2 -> 2.0.3

Fixes darwin build


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


[Nix-commits] [NixOS/nixpkgs] 7dfef2: nix-plugins: Bump, unbreak

2017-04-04 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7dfef27cf02e2998269602189888c18c40e90200
  
https://github.com/NixOS/nixpkgs/commit/7dfef27cf02e2998269602189888c18c40e90200
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  nix-plugins: Bump, unbreak

(cherry picked from commit 9904019841b66a11d1dce48a54c15539f0731614)


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


[Nix-commits] [NixOS/nixpkgs] 990401: nix-plugins: Bump, unbreak

2017-04-04 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9904019841b66a11d1dce48a54c15539f0731614
  
https://github.com/NixOS/nixpkgs/commit/9904019841b66a11d1dce48a54c15539f0731614
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  nix-plugins: Bump, unbreak


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


[Nix-commits] [NixOS/nixpkgs] 6024dd: haskellPackages: Export haskellSrc2nix and hackage...

2017-04-03 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6024dd4067c43eda1cd3590a8ebc0e7edda1a25e
  
https://github.com/NixOS/nixpkgs/commit/6024dd4067c43eda1cd3590a8ebc0e7edda1a25e
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

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

  Log Message:
  ---
  haskellPackages: Export haskellSrc2nix and hackage2nix

Allows using a different haskell package set to generate the nix
expressions (during eval time) than the one used to actually build the
package (at build time).

(cherry picked from commit 1feca4cae3bf243c1efe11918067cec269a8bfb2)


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


[Nix-commits] [NixOS/nixpkgs] 59c097: Add facility to append secrets to the initrd

2017-04-02 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 59c097730030f12398fb9d8c70f93571f589e694
  
https://github.com/NixOS/nixpkgs/commit/59c097730030f12398fb9d8c70f93571f589e694
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-02 (Sun, 02 Apr 2017)

  Changed paths:
M nixos/modules/system/activation/top-level.nix
M nixos/modules/system/boot/stage-1-init.sh
M nixos/modules/system/boot/stage-1.nix

  Log Message:
  ---
  Add facility to append secrets to the initrd


  Commit: b09490a3229dd5ac4169248ee38ca22e357c0aa2
  
https://github.com/NixOS/nixpkgs/commit/b09490a3229dd5ac4169248ee38ca22e357c0aa2
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-02 (Sun, 02 Apr 2017)

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

  Log Message:
  ---
  systemd-boot: Support initrd secrets


  Commit: 3a26d09e1542494770ff2f3f571d3b0e94d21218
  
https://github.com/NixOS/nixpkgs/commit/3a26d09e1542494770ff2f3f571d3b0e94d21218
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-02 (Sun, 02 Apr 2017)

  Changed paths:
M nixos/modules/system/boot/initrd-ssh.nix

  Log Message:
  ---
  initrd-ssh: Use initrd secrets for host keys


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


[Nix-commits] [NixOS/nixpkgs] a687c0: Add facility to append secrets to the initrd

2017-04-02 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a687c0f93b47fdd38fab36996c0ded7efd2dff0b
  
https://github.com/NixOS/nixpkgs/commit/a687c0f93b47fdd38fab36996c0ded7efd2dff0b
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-02 (Sun, 02 Apr 2017)

  Changed paths:
M nixos/modules/system/activation/top-level.nix
M nixos/modules/system/boot/stage-1-init.sh
M nixos/modules/system/boot/stage-1.nix

  Log Message:
  ---
  Add facility to append secrets to the initrd

(cherry picked from commit 59c097730030f12398fb9d8c70f93571f589e694)


  Commit: acf8b78bef6cf227d0a9e13cf784f069e4ba141b
  
https://github.com/NixOS/nixpkgs/commit/acf8b78bef6cf227d0a9e13cf784f069e4ba141b
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-02 (Sun, 02 Apr 2017)

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

  Log Message:
  ---
  systemd-boot: Support initrd secrets

(cherry picked from commit b09490a3229dd5ac4169248ee38ca22e357c0aa2)


  Commit: e840e05425d00c7432d6169013cfe7ef84427009
  
https://github.com/NixOS/nixpkgs/commit/e840e05425d00c7432d6169013cfe7ef84427009
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-04-02 (Sun, 02 Apr 2017)

  Changed paths:
M nixos/modules/system/boot/initrd-ssh.nix

  Log Message:
  ---
  initrd-ssh: Use initrd secrets for host keys

(cherry picked from commit 3a26d09e1542494770ff2f3f571d3b0e94d21218)


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


[Nix-commits] [NixOS/nix] eb6f3d: builtins.exec: Make the argument just a list

2017-03-31 Thread Shea Levy
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: eb6f3d5159f0bce25b2c8afb19bc55cf5c56ec70
  
https://github.com/NixOS/nix/commit/eb6f3d5159f0bce25b2c8afb19bc55cf5c56ec70
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M src/libexpr/primops.cc

  Log Message:
  ---
  builtins.exec: Make the argument just a list

(cherry picked from commit 3ecb09a40a8500d1052b087295b589ca4856fd7a)


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


[Nix-commits] [NixOS/nix] 3ecb09: builtins.exec: Make the argument just a list

2017-03-31 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 3ecb09a40a8500d1052b087295b589ca4856fd7a
  
https://github.com/NixOS/nix/commit/3ecb09a40a8500d1052b087295b589ca4856fd7a
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M src/libexpr/primops.cc

  Log Message:
  ---
  builtins.exec: Make the argument just a list


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


[Nix-commits] [NixOS/nix] 0bb8db: Add exec primop behind allow-unsafe-native-code-du...

2017-03-31 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 0bb8db257d98a32abde759f4d07d28b5178bd3bf
  
https://github.com/NixOS/nix/commit/0bb8db257d98a32abde759f4d07d28b5178bd3bf
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M src/libexpr/primops.cc
M src/libstore/globals.cc
M src/libstore/globals.hh

  Log Message:
  ---
  Add exec primop behind allow-unsafe-native-code-during-evaluation.

Execute a given program with the (optional) given arguments as the
user running the evaluation, parsing stdout as an expression to be
evaluated.

There are many use cases for nix that would benefit from being able to
run arbitrary code during evaluation, including but not limited to:

* Automatic git fetching to get a sha256 from a git revision
* git rev-parse HEAD
* Automatic extraction of information from build specifications from
  other tools, particularly language-specific package managers like
  cabal or npm
* Secrets decryption (e.g. with nixops)
* Private repository fetching

Ideally, we would add this functionality in a more principled way to
nix, but in the mean time 'builtins.exec' can be used to get these
tasks done.

The primop is only available when the
'allow-unsafe-native-code-during-evaluation' nix option is true. That
flag also enables the 'importNative' primop, which is strictly more
powerful but less convenient (since it requires compiling a plugin
against the running version of nix).


  Commit: d299bd710a5c47b54a6f166c7e26608c10f41456
  
https://github.com/NixOS/nix/commit/d299bd710a5c47b54a6f166c7e26608c10f41456
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M src/libexpr/primops.cc
M src/libstore/globals.cc
M src/libstore/globals.hh

  Log Message:
  ---
  Merge branch 'builtins.exec'


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


[Nix-commits] [NixOS/nix] 967f23: Add exec primop behind allow-unsafe-native-code-du...

2017-03-31 Thread Shea Levy
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: 967f23198101e88d974636e47f359401ee93489b
  
https://github.com/NixOS/nix/commit/967f23198101e88d974636e47f359401ee93489b
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M src/libexpr/primops.cc
M src/libstore/globals.cc
M src/libstore/globals.hh

  Log Message:
  ---
  Add exec primop behind allow-unsafe-native-code-during-evaluation.

Execute a given program with the (optional) given arguments as the
user running the evaluation, parsing stdout as an expression to be
evaluated.

There are many use cases for nix that would benefit from being able to
run arbitrary code during evaluation, including but not limited to:

* Automatic git fetching to get a sha256 from a git revision
* git rev-parse HEAD
* Automatic extraction of information from build specifications from
  other tools, particularly language-specific package managers like
  cabal or npm
* Secrets decryption (e.g. with nixops)
* Private repository fetching

Ideally, we would add this functionality in a more principled way to
nix, but in the mean time 'builtins.exec' can be used to get these
tasks done.

The primop is only available when the
'allow-unsafe-native-code-during-evaluation' nix option is true. That
flag also enables the 'importNative' primop, which is strictly more
powerful but less convenient (since it requires compiling a plugin
against the running version of nix).

(cherry picked from commit 0bb8db257d98a32abde759f4d07d28b5178bd3bf)


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


[Nix-commits] [NixOS/nixpkgs] 8e7d50: webkitgtk24x: Fix build on darwin

2017-03-31 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8e7d50fd2b08e4bc0adf9a91d97d3c8522d53389
  
https://github.com/NixOS/nixpkgs/commit/8e7d50fd2b08e4bc0adf9a91d97d3c8522d53389
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

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

  Log Message:
  ---
  webkitgtk24x: Fix build on darwin

(cherry picked from commit c923c6c7c5ca947ed27f95749885b9f7871e9a0f)


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


[Nix-commits] [NixOS/nixpkgs] c923c6: webkitgtk24x: Fix build on darwin

2017-03-31 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c923c6c7c5ca947ed27f95749885b9f7871e9a0f
  
https://github.com/NixOS/nixpkgs/commit/c923c6c7c5ca947ed27f95749885b9f7871e9a0f
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-31 (Fri, 31 Mar 2017)

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

  Log Message:
  ---
  webkitgtk24x: Fix build on darwin


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


[Nix-commits] [NixOS/hydra] 3b5fd2: hydra-eval-jobs: Disable the build hook.

2017-03-30 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 3b5fd2d8576f116ddee6b3d305ef33dcd7ddb2cd
  
https://github.com/NixOS/hydra/commit/3b5fd2d8576f116ddee6b3d305ef33dcd7ddb2cd
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M src/hydra-eval-jobs/hydra-eval-jobs.cc

  Log Message:
  ---
  hydra-eval-jobs: Disable the build hook.

For some reason this causes an unexpected EOF when doing import-from-derivation.


  Commit: ec1c8efd43011cc620b61b332d3e4aabd115fc63
  
https://github.com/NixOS/hydra/commit/ec1c8efd43011cc620b61b332d3e4aabd115fc63
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M src/hydra-eval-jobs/hydra-eval-jobs.cc

  Log Message:
  ---
  Merge branch 'eval-no-build-hook'


Compare: https://github.com/NixOS/hydra/compare/8771f7f91381...ec1c8efd4301___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 4e20da: Nix: bump to 2017-03-21

2017-03-27 Thread Shea Levy
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4e20da956a8c4ce2518264204c5662e316a4
  
https://github.com/NixOS/nixpkgs/commit/4e20da956a8c4ce2518264204c5662e316a4
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-27 (Mon, 27 Mar 2017)

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

  Log Message:
  ---
  Nix: bump to 2017-03-21

Partial cherry-pick, dropped hydra bump.

(cherry picked from commit 99632d54663ad8866f8414948c12f37328abe865)


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


[Nix-commits] [NixOS/nixpkgs] 818c0e: nix-buffer support: Make process-environment chang...

2017-03-25 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 818c0e2d980c3a7c7db6eab0d68ca4b8d9eb7230
  
https://github.com/NixOS/nixpkgs/commit/818c0e2d980c3a7c7db6eab0d68ca4b8d9eb7230
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

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

  Log Message:
  ---
  nix-buffer support: Make process-environment changes actually local

(cherry picked from commit f087b7594150998652f6b7945b0ca86bceba9e79)


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


[Nix-commits] [NixOS/nixpkgs] f087b7: nix-buffer support: Make process-environment chang...

2017-03-25 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f087b7594150998652f6b7945b0ca86bceba9e79
  
https://github.com/NixOS/nixpkgs/commit/f087b7594150998652f6b7945b0ca86bceba9e79
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

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

  Log Message:
  ---
  nix-buffer support: Make process-environment changes actually local


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


[Nix-commits] [NixOS/nixpkgs] 34c645: Add setupSystemdUnits function.

2017-03-24 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 34c645ba20b1f286c6304a0b478b1826add37678
  
https://github.com/NixOS/nixpkgs/commit/34c645ba20b1f286c6304a0b478b1826add37678
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
A pkgs/build-support/setup-systemd-units.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Add setupSystemdUnits function.

Allows setting up and managing a set of systemd units on any systemd 
distribution.

(cherry picked from commit 9a777013d1d34acc4ea217a7f09bfab96c6be50f)


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


[Nix-commits] [NixOS/nixpkgs] 9a7770: Add setupSystemdUnits function.

2017-03-24 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9a777013d1d34acc4ea217a7f09bfab96c6be50f
  
https://github.com/NixOS/nixpkgs/commit/9a777013d1d34acc4ea217a7f09bfab96c6be50f
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
A pkgs/build-support/setup-systemd-units.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Add setupSystemdUnits function.

Allows setting up and managing a set of systemd units on any systemd 
distribution.


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


[Nix-commits] [NixOS/nixpkgs] 853d01: terraform: disable tests on old versions

2017-03-20 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 853d01fe4164936175854a7fdb814deda63d60ce
  
https://github.com/NixOS/nixpkgs/commit/853d01fe4164936175854a7fdb814deda63d60ce
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  terraform: disable tests on old versions


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


[Nix-commits] [NixOS/nixpkgs] 55da47: buildGoModule: share the buildFlagsArray with the ...

2017-03-15 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 55da471ae58dc54e50359974befa2752e45cb42e
  
https://github.com/NixOS/nixpkgs/commit/55da471ae58dc54e50359974befa2752e45cb42e
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

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

  Log Message:
  ---
  buildGoModule: share the buildFlagsArray with the parallel subprocesses

(cherry picked from commit d6c3e744259ad9e364c5f4d9072ce64f950f2dc3)


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


[Nix-commits] [NixOS/nixpkgs] d6c3e7: buildGoModule: share the buildFlagsArray with the ...

2017-03-15 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d6c3e744259ad9e364c5f4d9072ce64f950f2dc3
  
https://github.com/NixOS/nixpkgs/commit/d6c3e744259ad9e364c5f4d9072ce64f950f2dc3
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

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

  Log Message:
  ---
  buildGoModule: share the buildFlagsArray with the parallel subprocesses


  Commit: 0c928f4a1d645a5eea14f3940518ef9f0376f317
  
https://github.com/NixOS/nixpkgs/commit/0c928f4a1d645a5eea14f3940518ef9f0376f317
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

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

  Log Message:
  ---
  terragrunt: Set the version variable properly


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


[Nix-commits] [NixOS/nixpkgs] 5fa84f: terra{form, grunt}: Add some needed old versions

2017-03-14 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5fa84fb1a8cd1f5e6268f0276f572c54d106aa96
  
https://github.com/NixOS/nixpkgs/commit/5fa84fb1a8cd1f5e6268f0276f572c54d106aa96
  Author: Shea Levy <s...@shealevy.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
A pkgs/applications/networking/cluster/terraform/0.8.5.nix
A pkgs/applications/networking/cluster/terragrunt/0.9.8.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  terra{form,grunt}: Add some needed old versions


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


  1   2   3   4   5   6   7   8   9   >