[Nix-commits] [NixOS/nixpkgs] 7ad3fd: neuron: fix on clang 3.8 and above

2017-03-20 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7ad3fd7ca72113d2790aa223afdb9faa70e9fb7d
  
https://github.com/NixOS/nixpkgs/commit/7ad3fd7ca72113d2790aa223afdb9faa70e9fb7d
  Author: Dan Peebles 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M pkgs/applications/science/biology/neuron/default.nix

  Log Message:
  ---
  neuron: fix on clang 3.8 and above

This is in preparation for upgrading Darwin stdenv to LLVM 4


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


[Nix-commits] [NixOS/nixpkgs] 93005b: google-gflags: fix on Darwin

2017-03-20 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 93005b82dc4f6e2f5372987005d7dffd2f1b3ea6
  
https://github.com/NixOS/nixpkgs/commit/93005b82dc4f6e2f5372987005d7dffd2f1b3ea6
  Author: Dan Peebles 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

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

  Log Message:
  ---
  google-gflags: fix on Darwin

e721905d0f7c82be94a347f022bdd238b919de9d updated to a version that added
a BUILD file that breaks on case-insensitive filesystems.


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


[Nix-commits] [NixOS/nixpkgs] add75b: j4-dmenu-desktop: 2.14 -> 2.15 (#24119)

2017-03-20 Thread Eric Sagnes
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: add75b63c8bd8afc0060757c1aa77ec4282add12
  
https://github.com/NixOS/nixpkgs/commit/add75b63c8bd8afc0060757c1aa77ec4282add12
  Author: Eric Sagnes 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M pkgs/applications/misc/j4-dmenu-desktop/default.nix

  Log Message:
  ---
  j4-dmenu-desktop: 2.14 -> 2.15 (#24119)


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


[Nix-commits] [NixOS/nixpkgs] 1afee7: Update python.md (#23669)

2017-03-20 Thread Joachim Schiele
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1afee76d452a7df51e235971e7ae4280e37e0595
  
https://github.com/NixOS/nixpkgs/commit/1afee76d452a7df51e235971e7ae4280e37e0595
  Author: Joachim Schiele 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

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

  Log Message:
  ---
  Update python.md (#23669)

* Update python.md

this makes it clear how to alter `attributes` by using `packageOverrides`

* Update python.md

* Update python.md

* Update python.md

* Update python.md

* Update python.md

* Update python.md

(cherry picked from commit 91debcb482b0b6b6b8ce017d3d22eefdc90092a7)


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


[Nix-dev] Building bootstrap-tools.tar.xz using host tools

2017-03-20 Thread Steven Taschuk
Hi!  Is it possible to build bootstrap-tools.tar.xz using host tools
using the expressions in nixpkgs?

(I've been trying to answer the question myself by following the code
paths starting from , but
am finding it hard going.  The `build' attribute in that expression
does seem to be the derivation that makes the tarball, but it seems
to work by scavenging pieces from a previously built toolchain, and
I don't understand how that toolchain comes into being.  The output of

nix-build pkgs/stdenv/linux/make-bootstrap-tools.nix \
  -A build \
  --dry-run \
  --option build-use-substitutes false

suggests that this derivation builds bootstrap-tools.tar.xz by first
downloading it, and then using the tools therein to build itself.
I understand why downloading bootstrap binaries from the net makes
sense for Nix -- to eliminate impure dependencies on the host --
but I'd like to experiment with bootstrapping from host tools.)

-- 
Steven Taschuk  http://www.amotlpaa.org/
"Rebuke your neighbour frankly, so you will not share in his guilt."
   -- Leviticus 19:17 (NIV)
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] a334a1: wireguard: 0.0.20170223 -> 0.0.20170320.1

2017-03-20 Thread Jörg Thalheim
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a334a1737b28da89b1f161f7402839b1c863ca19
  
https://github.com/NixOS/nixpkgs/commit/a334a1737b28da89b1f161f7402839b1c863ca19
  Author: Jörg Thalheim 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

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

  Log Message:
  ---
  wireguard: 0.0.20170223 -> 0.0.20170320.1

(cherry picked from commit 818a37598cc2e5c195bc5e28049018ee91398978)


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


[Nix-commits] [NixOS/nixpkgs] 818a37: wireguard: 0.0.20170223 -> 0.0.20170320.1

2017-03-20 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 818a37598cc2e5c195bc5e28049018ee91398978
  
https://github.com/NixOS/nixpkgs/commit/818a37598cc2e5c195bc5e28049018ee91398978
  Author: Jörg Thalheim 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

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

  Log Message:
  ---
  wireguard: 0.0.20170223 -> 0.0.20170320.1


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


Re: [Nix-dev] RFC for RFCs

2017-03-20 Thread Bas van Dijk
Good to see this happen!

I would like a RFC on floating-point support in Nix. Unfortunately I don't
have time to work on that myself.

Bas

On 18 March 2017 at 23:09, zimbatm  wrote:

> RFC 0001 has been merged! The repo still needs to be moved to the NixOS
> org but we're getting there :)
>
> To keep the ball rolling, let me know if you want to try drafting a RFC.
> The whole process is probably still a bit rough and we need to get a couple
> of RFCs trough the process to make it better.
>
> Cheers,
> z
>
> On Thu, 9 Mar 2017 at 17:44 Rok Garbas  wrote:
>
>> I haven't read the latest changes in the RFC, but I welcome any more
>> formal process for major changes.
>>
>> Thank you @zimbatm for pursuing this.
>>
>>
>> > On 09 March 2017 at 13:09 Tomasz Czyż  wrote:
>> >
>> >
>> > Thanks! Great stuff!
>> >
>> > 2017-03-08 21:21 GMT+00:00 zimbatm :
>> >
>> > > The RFC for RFCs is ready for a final round of review. Unless there
>> are
>> > > major objections I would like to move forward with it, with the idea
>> that
>> > > we can always improve the process with further RFCs.
>> > >
>> > > https://github.com/zimbatm/rfcs/pull/1
>> > >
>> > > On Sun, 12 Feb 2017 at 20:17 Maarten Hoogendoorn 
>> > > wrote:
>> > >
>> > >> Also see the notes that Arian took during the BoF session at FOSDEM:
>> > >>
>> > >> We had a very spontaneous NixOS discussion panel at FOSDEM.
>> > >>
>> > >> I took minutes.  I must say they're a bit rushy at times, so add
>> stuff to
>> > >> it
>> > >> you think isn't clear or is lacking in content.  Thanks!
>> > >>
>> > >>
>> > >> http://piratepad.net/1nHg65LMQj
>> > >>
>> > >>
>> > >> 2017-02-12 19:46 GMT+01:00 Thomas Hunger :
>> > >>
>> > >> That would be amazing! I actually have an email sitting in my draft
>> > >> folder proposing Nix Enhancement Proposals (NEPs).
>> > >>
>> > >> IMHO one of the things we aren't very good at is getting larger
>> changes
>> > >> merged or rejected. We attract a lot of smart people because Nix is
>> pretty
>> > >> awesome. These smart people then do substantial work, submit a PR
>> and the
>> > >> PR bitrots. This is highly demotivating.
>> > >>
>> > >> An RFC process would allow us to get to an accept / reject early on,
>> with
>> > >> the expectation that accepted RFCs will be merged when the technical
>> work
>> > >> is done.
>> > >>
>> > >> I'll add more specific comments to your PR.
>> > >>
>> > >> ~
>> > >>
>> > >> On 12 February 2017 at 15:12, zimbatm  wrote:
>> > >>
>> > >> Hi all,
>> > >>
>> > >> we discussed of introducing a RFC process during FOSDEM. The goal is
>> to
>> > >> help discussion for large or controversial changes which typically
>> grind to
>> > >> a halt.
>> > >>
>> > >> Here is an initial proposal based on the one from the Rust community:
>> > >> https://github.com/zimbatm/rfcs/pull/1 . Please let me know what you
>> > >> think.
>> > >>
>> > >> Cheers,
>> > >> z
>> > >>
>> > >> ___
>> > >> 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-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
>>
>> -- Rok Garbas, https://garbas.si
>>
>
> ___
> 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


Re: [Nix-dev] Should we drop 9P?

2017-03-20 Thread Ertugrul Söylemez
> 9P is used by NixOS to share host's nix store with Qemu virtual
> machines. Such technique is used in the build process, in the
> test-driver, so to say in the critical places.
> Recently few bugs in 9P were found (#23957 #23020 #22695) which
> reveals that 9P code is not very mature and perhaps NixOS is the first
> team which uses 9P heavily and relies on it in production.
>
> Shouldn't we replace 9P with something battle-tested like NFS or
> Samba?  It may also improve the performance because 9P server works in
> qemu process, in user mode and there are as many servers as virtual
> machines running.

In terms of performance getting rid of QEMU where possible is probably
the better option.  Containers are fairly mature these days, and then
sharing file-systems is a matter of bind-mounting.


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] 91debc: Update python.md (#23669)

2017-03-20 Thread Joachim Schiele
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 91debcb482b0b6b6b8ce017d3d22eefdc90092a7
  
https://github.com/NixOS/nixpkgs/commit/91debcb482b0b6b6b8ce017d3d22eefdc90092a7
  Author: Joachim Schiele 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

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

  Log Message:
  ---
  Update python.md (#23669)

* Update python.md

this makes it clear how to alter `attributes` by using `packageOverrides`

* Update python.md

* Update python.md

* Update python.md

* Update python.md

* Update python.md

* Update python.md


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


[Nix-commits] [NixOS/nixpkgs] b2a5f4: rl-notes 17.03: info on python module location

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

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

  Log Message:
  ---
  rl-notes 17.03: info on python module location

closes #11567

(cherry picked from commit 5e0f932de0d040c93c268f8aea601bd6b3a7bfd6)


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


[Nix-commits] [NixOS/nixpkgs] 5e0f93: rl-notes 17.03: info on python module location

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5e0f932de0d040c93c268f8aea601bd6b3a7bfd6
  
https://github.com/NixOS/nixpkgs/commit/5e0f932de0d040c93c268f8aea601bd6b3a7bfd6
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  rl-notes 17.03: info on python module location

closes #11567


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


[Nix-dev] Should we drop 9P?

2017-03-20 Thread Volth
9P is used by NixOS to share host's nix store with Qemu virtual
machines. Such technique is used in the build process, in the
test-driver, so to say in the critical places.
Recently few bugs in 9P were found (#23957 #23020 #22695) which
reveals that 9P code is not very mature and perhaps NixOS is the first
team which uses 9P heavily and relies on it in production.

Shouldn't we replace 9P with something battle-tested like NFS or Samba?
It may also improve the performance because 9P server works in qemu
process, in user mode and there are as many servers as virtual
machines running.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 4a53b2: crda: Add usage hint to longDescription.

2017-03-20 Thread Tobias Geerinckx-Rice
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4a53b2eaf7400c295b298aea8600553d8e360a24
  
https://github.com/NixOS/nixpkgs/commit/4a53b2eaf7400c295b298aea8600553d8e360a24
  Author: Tobias Geerinckx-Rice 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  crda: Add usage hint to longDescription.

Reported by samae on #nixos.


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


[Nix-commits] [NixOS/nixpkgs] 820b09: kmod-blacklist-ubuntu: 9.3 -> 22.1

2017-03-20 Thread Vladimír Čunát
  Branch: refs/heads/staging-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 820b0966cab30da27c1e8835b1a36d7123d2da3d
  
https://github.com/NixOS/nixpkgs/commit/820b0966cab30da27c1e8835b1a36d7123d2da3d
  Author: Peter Hoeg 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M pkgs/os-specific/linux/kmod-blacklist-ubuntu/default.nix

  Log Message:
  ---
  kmod-blacklist-ubuntu: 9.3 -> 22.1

(cherry picked from commit 0c262a639e1f5754ebe0701b7f622e2ada26ddfa)


  Commit: c4ff11220b0332eca34fa1f6f3e08fd52afc6454
  
https://github.com/NixOS/nixpkgs/commit/c4ff11220b0332eca34fa1f6f3e08fd52afc6454
  Author: Peter Hoeg 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

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

  Log Message:
  ---
  kmod: 23 -> 24

(cherry picked from commit 89724f152a9ab933142f07dc9da0eafb2a7f42a6)


  Commit: 2722b1cedc2837ee7e815ece31595b0d669483d4
  
https://github.com/NixOS/nixpkgs/commit/2722b1cedc2837ee7e815ece31595b0d669483d4
  Author: Vladimír Čunát 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/os-specific/linux/kmod-blacklist-ubuntu/default.nix
M pkgs/os-specific/linux/kmod/default.nix

  Log Message:
  ---
  Merge #23983: update kmod and kmod-blacklist-ubuntu


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


[Nix-commits] [NixOS/nixpkgs] 620404: drbd: fix output file location (#23541)

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6204045f4e6dbb8a9f0ad093446338be759c84a9
  
https://github.com/NixOS/nixpkgs/commit/6204045f4e6dbb8a9f0ad093446338be759c84a9
  Author: Benno Fünfstück 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  drbd: fix output file location (#23541)

drbd was installing files into $out/nix/store/... due to the usage of DESTDIR
(setting both DESTDIR + prefix to $out will cause files to be installed into 
$out/$out/...)
(cherry picked from commit 8c0074dd9f02daffe7b11b5ce427fd899e189b09)


  Commit: 2ef4093a350b0d49792495670079deaacd67c5c5
  
https://github.com/NixOS/nixpkgs/commit/2ef4093a350b0d49792495670079deaacd67c5c5
  Author: Tristan Helmich 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  heartbeat: init at 5.2.1

(cherry picked from commit 9dfb7e42ad71c4415d3f8a638748eccbfb1f6652)


  Commit: 7e097d9ab7e588ff044e21395feae4a73b03d4b0
  
https://github.com/NixOS/nixpkgs/commit/7e097d9ab7e588ff044e21395feae4a73b03d4b0
  Author: Tristan Helmich 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  metricbeat: init at 5.2.1

(cherry picked from commit 9fce67264d8709bedb4ca86ba3752ca634933dc7)


  Commit: 2de49241d9b52c406c6897724ecf4c1d6650de2f
  
https://github.com/NixOS/nixpkgs/commit/2de49241d9b52c406c6897724ecf4c1d6650de2f
  Author: Tristan Helmich 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  filebeat: init at 5.2.1

(cherry picked from commit 9fe3b0eb13405bd209527b8c2230170f229bd970)


  Commit: 07b67e65e9b4f0397c0c6223f1de446f1fda89df
  
https://github.com/NixOS/nixpkgs/commit/07b67e65e9b4f0397c0c6223f1de446f1fda89df
  Author: Tristan Helmich 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  packetbeat: init at 5.2.1

(cherry picked from commit 8338506abe09be5135fcc29b13ac764e199c36b7)


  Commit: b38224a24592c92ee258ebf3a1b2e32593acb9c4
  
https://github.com/NixOS/nixpkgs/commit/b38224a24592c92ee258ebf3a1b2e32593acb9c4
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/misc/logging/filebeat/default.nix

  Log Message:
  ---
  filebeat: 5.2.1 -> 5.2.2, build from source

(cherry picked from commit a0d087b6fe8cf366a5b44a803f25ec350af21d97)


  Commit: 6e3827d2d6689c6626766efd18405f3d461a270a
  
https://github.com/NixOS/nixpkgs/commit/6e3827d2d6689c6626766efd18405f3d461a270a
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/misc/logging/heartbeat/default.nix

  Log Message:
  ---
  heartbeat: 5.2.1 -> 5.2.2, build from source

(cherry picked from commit 66d0c4b1bd2e947a95aa2795fb4a933429470219)


  Commit: df435d394c0b0541f39d211a84fdf77c1ec2fff7
  
https://github.com/NixOS/nixpkgs/commit/df435d394c0b0541f39d211a84fdf77c1ec2fff7
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/misc/logging/metricbeat/default.nix

  Log Message:
  ---
  metricbeat: 5.2.1 -> 5.2.2, build from source

(cherry picked from commit 4d08d1aa8f44876b3c068384c5b03332aa134a29)


  Commit: 758f85e11384f5d1501644dd6be35eaa8e8f9cda
  
https://github.com/NixOS/nixpkgs/commit/758f85e11384f5d1501644dd6be35eaa8e8f9cda
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/misc/logging/packetbeat/default.nix

  Log Message:
  ---
  packetbeat: 5.2.1 -> 5.2.2, build from source

(cherry picked from commit 10239a084f2eaf63d63228dd7d3e4473c3489dfb)


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


[Nix-commits] [NixOS/nixpkgs] b3c5d0: martyr: fixed build, removed build.sh, added meta ...

2017-03-20 Thread Willi Butz
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b3c5d0d9efdd077b3ce77abd38f3048677e24423
  
https://github.com/NixOS/nixpkgs/commit/b3c5d0d9efdd077b3ce77abd38f3048677e24423
  Author: Willi Butz 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
R pkgs/development/libraries/martyr/builder.sh
M pkgs/development/libraries/martyr/default.nix

  Log Message:
  ---
  martyr: fixed build, removed build.sh, added meta (see #23253)

(cherry picked from commit 4bfde8f5b47895af68823fc8600d230813f4473d)


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


[Nix-commits] [NixOS/nixpkgs] 4bfde8: martyr: fixed build, removed build.sh, added meta ...

2017-03-20 Thread Willi Butz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4bfde8f5b47895af68823fc8600d230813f4473d
  
https://github.com/NixOS/nixpkgs/commit/4bfde8f5b47895af68823fc8600d230813f4473d
  Author: Willi Butz 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
R pkgs/development/libraries/martyr/builder.sh
M pkgs/development/libraries/martyr/default.nix

  Log Message:
  ---
  martyr: fixed build, removed build.sh, added meta (see #23253)


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


[Nix-dev] NixOs containers and secrets

2017-03-20 Thread Tomasz Czyż
Hey nixos-containers users,

according to https://github.com/NixOS/nixops/issues/631

how to you deploy secrets to containers?

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


[Nix-commits] [NixOS/nixpkgs] 47dd22: makeTest: don't rely on makeWrapper not quoting ne...

2017-03-20 Thread Nikolay Amiantov
  Branch: refs/heads/staging-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 47dd221e052b9fc9cd33bdb527f34e37a2028266
  
https://github.com/NixOS/nixpkgs/commit/47dd221e052b9fc9cd33bdb527f34e37a2028266
  Author: Nikolay Amiantov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/lib/testing.nix

  Log Message:
  ---
  makeTest: don't rely on makeWrapper not quoting newlines

(cherry picked from commit 1f0ce0eaf8ca840e769615acc7581bd71268ca44)


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


[Nix-commits] [NixOS/nixpkgs] 183a48: jdepend: 2.9.0 -> 2.9.1, fix build

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 183a48e99fb9a1b4974798ad308e1519da8e381c
  
https://github.com/NixOS/nixpkgs/commit/183a48e99fb9a1b4974798ad308e1519da8e381c
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/development/tools/analysis/jdepend/default.nix

  Log Message:
  ---
  jdepend: 2.9.0 -> 2.9.1, fix build

(cherry picked from commit 1c3308e9c1dcbfc939b8cfd6d4f6e7b1c4b40748)


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


[Nix-commits] [NixOS/nixpkgs] 1c3308: jdepend: 2.9.0 -> 2.9.1, fix build

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1c3308e9c1dcbfc939b8cfd6d4f6e7b1c4b40748
  
https://github.com/NixOS/nixpkgs/commit/1c3308e9c1dcbfc939b8cfd6d4f6e7b1c4b40748
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/development/tools/analysis/jdepend/default.nix

  Log Message:
  ---
  jdepend: 2.9.0 -> 2.9.1, 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] 14a28e: doc: remove double space

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 14a28e3ebfa971d82b0abed938e52e9e015e214a
  
https://github.com/NixOS/nixpkgs/commit/14a28e3ebfa971d82b0abed938e52e9e015e214a
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  doc: remove double space

(cherry picked from commit 72a5cf11ccdd0cd0fc4a335587abd38b2af7857a)


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


[Nix-commits] [NixOS/nixpkgs] 72a5cf: doc: remove double space

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 72a5cf11ccdd0cd0fc4a335587abd38b2af7857a
  
https://github.com/NixOS/nixpkgs/commit/72a5cf11ccdd0cd0fc4a335587abd38b2af7857a
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  doc: remove double space


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


[Nix-commits] [NixOS/nixpkgs] 88341c: Revert "doc: remove double space"

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 88341c4d2b289eefdaa94c6390975a14f15b4fb7
  
https://github.com/NixOS/nixpkgs/commit/88341c4d2b289eefdaa94c6390975a14f15b4fb7
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M doc/languages-frameworks/rust.md
M pkgs/development/libraries/tclgpg/default.nix

  Log Message:
  ---
  Revert "doc: remove double space"

This reverts commit 6393d433803f84e02cc340645481dcd85231083b.

Commit added too much changes.


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


[Nix-commits] [NixOS/nixpkgs] 147934: Revert "doc: remove double space"

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 147934ea61f1261b7f9ed9f42bfc782b530b87b5
  
https://github.com/NixOS/nixpkgs/commit/147934ea61f1261b7f9ed9f42bfc782b530b87b5
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M doc/languages-frameworks/rust.md
M pkgs/development/libraries/tclgpg/default.nix

  Log Message:
  ---
  Revert "doc: remove double space"

This reverts commit 6393d433803f84e02cc340645481dcd85231083b.

Commit added too much changes.

(cherry picked from commit 88341c4d2b289eefdaa94c6390975a14f15b4fb7)


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


[Nix-commits] [NixOS/nixpkgs] 4defb7: rmilter service: Fix a couple of bugs

2017-03-20 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4defb788ebec831f6a868f46b969755d7754cc4f
  
https://github.com/NixOS/nixpkgs/commit/4defb788ebec831f6a868f46b969755d7754cc4f
  Author: Peter Jones 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M nixos/modules/services/mail/rmilter.nix

  Log Message:
  ---
  rmilter service: Fix a couple of bugs

  * The module uses `stringSplit` but it should be `splitString`

  * `rmilter` doesn't actually support binding to multiple sockets.
Therefore, bind to the last one specified if `socketActivation` is
`false`.

I also believe there is a bug in this module related to systemd
`ListenStream`.  If `socketActivation` is true, Postfix gets
connection timeouts trying to connect to one of the `ListenStream`
inet addresses.  I don't know enough about `ListenStream` passing
connections on to `fd:3` to understand what's going on.

These changes are in production (with `socketActivation = false`) via NixOps.


  Commit: 8ab2d2ee27b84bfeb2e2077e87f5ccc7b0d129fe
  
https://github.com/NixOS/nixpkgs/commit/8ab2d2ee27b84bfeb2e2077e87f5ccc7b0d129fe
  Author: Franz Pletz 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1703.xml
M nixos/modules/rename.nix
M nixos/modules/services/mail/rmilter.nix

  Log Message:
  ---
  rmilter service: support only one socket


  Commit: 00239ce8e9baeef0ea55fd0995a55e0b15a25ac9
  
https://github.com/NixOS/nixpkgs/commit/00239ce8e9baeef0ea55fd0995a55e0b15a25ac9
  Author: Franz Pletz 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M nixos/modules/services/mail/rmilter.nix
M nixos/modules/services/mail/rspamd.nix

  Log Message:
  ---
  rmilter/rspamd service: tighten unix socket permissions


  Commit: 295a824abc7caf97d781beed6e5ed60cd24e3eff
  
https://github.com/NixOS/nixpkgs/commit/295a824abc7caf97d781beed6e5ed60cd24e3eff
  Author: Franz Pletz 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1703.xml
M nixos/modules/rename.nix
M nixos/modules/services/mail/rmilter.nix
M nixos/modules/services/mail/rspamd.nix

  Log Message:
  ---
  Merge pull request #21866 from pjones/pjones/rmilter

rmilter: Fix a couple of bugs


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


[Nix-commits] [NixOS/nixpkgs] d5978c: Added option and description for nix store auto-op...

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d5978c0f48a12bc74a19e4f2f752d8d1aeb9c326
  
https://github.com/NixOS/nixpkgs/commit/d5978c0f48a12bc74a19e4f2f752d8d1aeb9c326
  Author: Philipp Steinpass 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/misc/nix-daemon.nix

  Log Message:
  ---
  Added option and description for nix store auto-optimisation.

(cherry picked from commit 68c6d90417c5fc0d75c140e5e51e4f026cd6edff)


  Commit: b69de8c001d9ed9a65d0e89e820a1aa57802f007
  
https://github.com/NixOS/nixpkgs/commit/b69de8c001d9ed9a65d0e89e820a1aa57802f007
  Author: Matthias Beyer 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M doc/default.nix
M doc/languages-frameworks/index.xml
A doc/languages-frameworks/rust.md

  Log Message:
  ---
  doc: Add rust documentation (#23510)

(cherry picked from commit 315e1a23c0ae1e8d30cee4de5908ce2bd2337968)


  Commit: f8f111c9f181a77d556a69167af15aa8b432f17f
  
https://github.com/NixOS/nixpkgs/commit/f8f111c9f181a77d556a69167af15aa8b432f17f
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M doc/languages-frameworks/rust.md
M pkgs/development/libraries/tclgpg/default.nix

  Log Message:
  ---
  doc: remove double space

(cherry picked from commit 6393d433803f84e02cc340645481dcd85231083b)


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


[Nix-commits] [NixOS/nixpkgs] 6393d4: doc: remove double space

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6393d433803f84e02cc340645481dcd85231083b
  
https://github.com/NixOS/nixpkgs/commit/6393d433803f84e02cc340645481dcd85231083b
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M doc/languages-frameworks/rust.md
M pkgs/development/libraries/tclgpg/default.nix

  Log Message:
  ---
  doc: remove double space


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


[Nix-commits] [NixOS/nixpkgs] 315e1a: doc: Add rust documentation (#23510)

2017-03-20 Thread Matthias Beyer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 315e1a23c0ae1e8d30cee4de5908ce2bd2337968
  
https://github.com/NixOS/nixpkgs/commit/315e1a23c0ae1e8d30cee4de5908ce2bd2337968
  Author: Matthias Beyer 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M doc/default.nix
M doc/languages-frameworks/index.xml
A doc/languages-frameworks/rust.md

  Log Message:
  ---
  doc: Add rust documentation (#23510)


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


[Nix-commits] [NixOS/nixpkgs] 77641e: nginx service: add commonHttpConfig option

2017-03-20 Thread Franz Pletz
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 77641e8d1fa1ce9eee334b27e00d673ac5ccc66c
  
https://github.com/NixOS/nixpkgs/commit/77641e8d1fa1ce9eee334b27e00d673ac5ccc66c
  Author: Susan Potter 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
A nixos/tests/nginx.nix

  Log Message:
  ---
  nginx service: add commonHttpConfig option

(cherry picked from commit 251b9ca0e77963c48d9c198cec964f7a1cd91d4a)

cc #23279


  Commit: a535c14363ecf48d78077ed3a33306c9c4ee32f8
  
https://github.com/NixOS/nixpkgs/commit/a535c14363ecf48d78077ed3a33306c9c4ee32f8
  Author: Franz Pletz 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/release.nix

  Log Message:
  ---
  nixos: enable nginx test

cc #23279

(cherry picked from commit 7151e7488378e8b23de8623a11524139939a30fb)


  Commit: 5e4b43df13ccb07ea2365dee5aefcd964945a16d
  
https://github.com/NixOS/nixpkgs/commit/5e4b43df13ccb07ea2365dee5aefcd964945a16d
  Author: Franz Pletz 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
M pkgs/servers/http/nginx/generic.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  nginx: explicitly use stable version

Also updates the documention of the NixOS option `services.nginx.package`
that upstream recommends using the mainline version instead.

Fixes #21665.

(cherry picked from commit c13922f0120d43f491ee286fd9362dd12833b9e5)


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


[Nix-commits] [NixOS/nixpkgs] c13922: nginx: explicitly use stable version

2017-03-20 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c13922f0120d43f491ee286fd9362dd12833b9e5
  
https://github.com/NixOS/nixpkgs/commit/c13922f0120d43f491ee286fd9362dd12833b9e5
  Author: Franz Pletz 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
M pkgs/servers/http/nginx/generic.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  nginx: explicitly use stable version

Also updates the documention of the NixOS option `services.nginx.package`
that upstream recommends using the mainline version instead.

Fixes #21665.


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


[Nix-commits] [NixOS/nixpkgs] 68c6d9: Added option and description for nix store auto-op...

2017-03-20 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 68c6d90417c5fc0d75c140e5e51e4f026cd6edff
  
https://github.com/NixOS/nixpkgs/commit/68c6d90417c5fc0d75c140e5e51e4f026cd6edff
  Author: Philipp Steinpass 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/misc/nix-daemon.nix

  Log Message:
  ---
  Added option and description for nix store auto-optimisation.


  Commit: 337f731c2b0842357ef5c94fac1a9f103e9e3189
  
https://github.com/NixOS/nixpkgs/commit/337f731c2b0842357ef5c94fac1a9f103e9e3189
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/misc/nix-daemon.nix

  Log Message:
  ---
  Merge pull request #24134 from pstn/nix-auto-optimise

Added option and description for nix store auto-optimisation.


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


[Nix-commits] [NixOS/nixpkgs] 82969c: couchdb: R16 -> R17

2017-03-20 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 82969c69d3b2df0215d9e46ec70323b89f0a4079
  
https://github.com/NixOS/nixpkgs/commit/82969c69d3b2df0215d9e46ec70323b89f0a4079
  Author: Matthew Daiter 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  couchdb: R16 -> R17


  Commit: 8d8fda19b7703c134234ad3772b91480c0512afa
  
https://github.com/NixOS/nixpkgs/commit/8d8fda19b7703c134234ad3772b91480c0512afa
  Author: Daiderd Jordan 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #24123 from mdaiter/couchDBUpgrade

couchdb: R16 -> R17


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


[Nix-commits] [NixOS/nixpkgs] 251b9c: nginx service: add commonHttpConfig option

2017-03-20 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 251b9ca0e77963c48d9c198cec964f7a1cd91d4a
  
https://github.com/NixOS/nixpkgs/commit/251b9ca0e77963c48d9c198cec964f7a1cd91d4a
  Author: Susan Potter 
  Date:   2017-02-28 (Tue, 28 Feb 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
A nixos/tests/nginx.nix

  Log Message:
  ---
  nginx service: add commonHttpConfig option


  Commit: fff8cc79df5aa26e935f8ee30c06ef79368ad5dc
  
https://github.com/NixOS/nixpkgs/commit/fff8cc79df5aa26e935f8ee30c06ef79368ad5dc
  Author: Franz Pletz 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
A nixos/tests/nginx.nix

  Log Message:
  ---
  Merge pull request #23279 from mbbx6spp/make-nginx-module-less-gross

nginx service: add commonHttpConfig option


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


[Nix-commits] [NixOS/nixpkgs] 655928: freetype: 2.6.5 -> 2.7.1

2017-03-20 Thread Thomas Tuegel
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 65592837b6e62fb555d6e8c891f347428886c4f2
  
https://github.com/NixOS/nixpkgs/commit/65592837b6e62fb555d6e8c891f347428886c4f2
  Author: Thomas Tuegel 
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
M nixos/modules/config/fonts/fontconfig-ultimate.nix
M nixos/modules/config/fonts/fontconfig.nix
M nixos/modules/rename.nix
M nixos/modules/services/x11/display-managers/default.nix
M pkgs/development/libraries/cairo/default.nix
M pkgs/development/libraries/fontconfig/2.10.nix
M pkgs/development/libraries/fontconfig/default.nix
A 
pkgs/development/libraries/fontconfig/test-pcf-family-names-freetype-2.7.patch
M pkgs/development/libraries/freetype/default.nix
A pkgs/development/libraries/freetype/enable-subpixel-rendering.patch
A pkgs/development/libraries/freetype/enable-table-validation.patch

  Log Message:
  ---
  freetype: 2.6.5 -> 2.7.1

The Infinality bytecode interpreter is removed in favor of the new v40 TrueType
interpreter. In the past, the Infinality interpreter provided support for
ClearType-style hinting instructions while the default interpreter (then v35)
provided support only for original TrueType-style instructions. The v40
interpreter corrects this deficiency, so the Infinality interpreter is no longer
necessary.

To understand why the Infinality interpreter is no longer necessary, we should
understand how ClearType differs from TrueType and how the v40 interpreter
works. The following is a summary of information available on the FreeType
website [1] mixed with my own editorializing.

TrueType instructions use horizontal and vertical hints to improve glyph
rendering. Before TrueType, fonts were only vertically hinted; horizontal hints
improved rendering by snapping stems to pixel boundaries. Horizontal hinting is
a risk because it can significantly distort glyph shapes and kerning. Extensive
testing at different resolutions is needed to perfect the TrueType
hints. Microsoft invested significant effort to do this with its "Core fonts for
the Web" project, but few other typefaces have seen this level of attention.

With the advent of subpixel rendering, the effective horizontal resolution of
most displays increased significantly. ClearType eschews horizontal hinting in
favor of horizontal supersampling. Most fonts are designed for the Microsoft
bytecode interpreter, which implements a compatibility mode with
TrueType-style (horizontal and vertical) instructions. However, applying the
full horizontal hints to subpixel-rendered fonts leads to color fringes and
inconsistent stem widths. The Infinality interpreter implements several
techniques to mitigate these problems, going so far as to embed font- and
glyph-specific hacks in the interpreter. On the other hand, the v40 interpreter
ignores the horizontal hinting instructions so that glyphs render as they are
intended to on the Microsoft interpreter. Without the horizontal hints, the
problems of glyph and kerning distortion, color fringes, and inconsistent stem
widths--the problems the Infinality interpreter was created to solve--simply
don't occur in the first place.

There are also security concerns which motivate removing the Infinality patches.
Although there is an updated version of the Infinality interpreter for FreeType
2.7, the lack of a consistent upstream maintainer is a security concern. The
interpreter is a Turing-complete virtual machine which has had security
vulnerabilities in the past. While the default interpreter is used in billions
of devices and is maintained by an active developer, the Infinality interpreter
is neither scrutinized nor maintained. We will probably never know if there are
defects in the Infinality interpreter, and if they were discovered they would
likely never be fixed. I do not think that is an acceptable situtation for a
core library like FreeType.

Dropping the Infinality patches means that font rendering will be less
customizable. I think this is an acceptable trade-off. The Infinality
interpreter made many compromises to mitigate the problems with horizontal
hinting; the main purpose of customization is to tailor these compromises to the
user's preferences. The new interpreter does not have to make these compromises
because it renders fonts as their designers intended, so this level of
customization is not necessary.

The Infinality-associated patches are also removed from cairo. These patches
only set the default rendering options in case they aren't set though
Fontconfig. On NixOS, the rendering options are always set in Fontconfig, so
these patches never actually did anything for us!

The Fontconfig test suite is patched to account for a quirk in the way PCF fonts
are named.

The fontconfig option `hintstyle` is no longer configurable in NixOS. This
option selects the TrueType interpreter; the v40 interpreter is `hintslight` and
the older 

[Nix-commits] [NixOS/nixpkgs] cd426e: friday-juicypixels: disable tests

2017-03-20 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cd426e66b83c2f0487bca8e4b5ca157faf5d9e30
  
https://github.com/NixOS/nixpkgs/commit/cd426e66b83c2f0487bca8e4b5ca157faf5d9e30
  Author: Matt McHenry 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  friday-juicypixels: disable tests

the tarball from
https://hackage.haskell.org/package/friday-juicypixels-0.1.2/friday-juicypixels-0.1.2.tar.gz
does not include the test/rgba8.png file, which causes the test
code to fail


  Commit: 659ea1e24a9807c4fdfc2c307e740e0de7481b91
  
https://github.com/NixOS/nixpkgs/commit/659ea1e24a9807c4fdfc2c307e740e0de7481b91
  Author: Peter Simons 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #24099 from jerith666/friday-juicypixels-test

friday-juicypixels: disable tests


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


[Nix-commits] [NixOS/nix] f628ca: nix-shell/pure: keep environment variable SHLVL

2017-03-20 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: f628ca2a1f6a4d2bbaa0d24204fad8fe530e375a
  
https://github.com/NixOS/nix/commit/f628ca2a1f6a4d2bbaa0d24204fad8fe530e375a
  Author: Stefan Junker 
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
M src/nix-build/nix-build.cc

  Log Message:
  ---
  nix-shell/pure: keep environment variable SHLVL


  Commit: dc931fe1cd6e426bbb8392872a10f3b308ed008a
  
https://github.com/NixOS/nix/commit/dc931fe1cd6e426bbb8392872a10f3b308ed008a
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M src/nix-build/nix-build.cc

  Log Message:
  ---
  Merge pull request #1275 from steveeJ/patch-1

nix-shell/pure: keep environment variable SHLVL


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


[Nix-commits] [NixOS/nix] 37bdb9: Backport netrc-file option to 1.11

2017-03-20 Thread Eelco Dolstra
  Branch: refs/heads/1.11-maintenance
  Home:   https://github.com/NixOS/nix
  Commit: 37bdb9d7f2dff2487adf3dd5ff8005c83f4efeec
  
https://github.com/NixOS/nix/commit/37bdb9d7f2dff2487adf3dd5ff8005c83f4efeec
  Author: Shea Levy 
  Date:   2017-03-04 (Sat, 04 Mar 2017)

  Changed paths:
M doc/manual/command-ref/conf-file.xml
M src/libstore/download.cc
M src/libstore/globals.cc
M src/libstore/globals.hh

  Log Message:
  ---
  Backport netrc-file option to 1.11


  Commit: a437b8c5d27fa0d54e26ce3bda0257d34d37b64a
  
https://github.com/NixOS/nix/commit/a437b8c5d27fa0d54e26ce3bda0257d34d37b64a
  Author: Shea Levy 
  Date:   2017-03-05 (Sun, 05 Mar 2017)

  Changed paths:
M scripts/download-from-binary-cache.pl.in

  Log Message:
  ---
  download-from-binary-cache.pl: Respect netrc-file


  Commit: d8638ae6b43915665c2c6635899f5989b7c610b0
  
https://github.com/NixOS/nix/commit/d8638ae6b43915665c2c6635899f5989b7c610b0
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M doc/manual/command-ref/conf-file.xml
M scripts/download-from-binary-cache.pl.in
M src/libstore/download.cc
M src/libstore/globals.cc
M src/libstore/globals.hh

  Log Message:
  ---
  Merge pull request #1259 from shlevy/1.11-netrc

Backport netrc-file option to 1.11


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


[Nix-commits] [NixOS/nixpkgs] 4e5461: apache-httpd: Strip modules

2017-03-20 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4e5461127dd045be941d7bcf194c5794246241f5
  
https://github.com/NixOS/nixpkgs/commit/4e5461127dd045be941d7bcf194c5794246241f5
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/servers/http/apache-httpd/2.4.nix

  Log Message:
  ---
  apache-httpd: Strip modules

We did this for 2.2 (cc61d31902d67b94333f53a5ab5772330bbc21cc) but
lost this for 2.4. This reduces the Apache closure size from 312 MiB
to 102 MiB (primarily by getting rid of -dev outputs).


  Commit: 96d7f35e96f5b8baa249ce1d7b237a3f34ee87ab
  
https://github.com/NixOS/nixpkgs/commit/96d7f35e96f5b8baa249ce1d7b237a3f34ee87ab
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  diffoscope: Don't propagate build inputs

This reduces the runtime closure size from 297 to 132 MiB.


  Commit: 3ab897c6cf3668b96f8e02c4da7108c1d6f2ea4c
  
https://github.com/NixOS/nixpkgs/commit/3ab897c6cf3668b96f8e02c4da7108c1d6f2ea4c
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  gconf: Use a dev output

This reduces the closure size of gconf from 225 to 63 MiB.


  Commit: 1824832e177e440d2489333f17deca12e4e08f5a
  
https://github.com/NixOS/nixpkgs/commit/1824832e177e440d2489333f17deca12e4e08f5a
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/tools/video/rtmpdump/default.nix

  Log Message:
  ---
  rtmpdump: Use multiple outputs

This reduces the runtime closure size from 80 to 23 MiB.


  Commit: f6c73f1e37c735abb686d07449f349b796c54cf8
  
https://github.com/NixOS/nixpkgs/commit/f6c73f1e37c735abb686d07449f349b796c54cf8
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  subversion: Clean up more *.la files

This removes some -dev paths from the closure of subversionClient and
gitFull.


  Commit: 7c60ba1d41485676d86fe4acf277878e3bcb9554
  
https://github.com/NixOS/nixpkgs/commit/7c60ba1d41485676d86fe4acf277878e3bcb9554
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/tools/inputmethods/ibus/default.nix

  Log Message:
  ---
  ibus: Use dev output

This removes glib.dev from the runtime closure, reducing its size from
357 to 253 MiB.


  Commit: 6dd5846f1bdd759b25a754b5d47d2d495b8bf39b
  
https://github.com/NixOS/nixpkgs/commit/6dd5846f1bdd759b25a754b5d47d2d495b8bf39b
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/tools/misc/system-config-printer/default.nix

  Log Message:
  ---
  system-config-printer: Strip binaries in $out/etc

This reduces its closure size from 484 to 281 MiB.


  Commit: 5897aa771c18de45551d23dd45d0cc9f0935c6fb
  
https://github.com/NixOS/nixpkgs/commit/5897aa771c18de45551d23dd45d0cc9f0935c6fb
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/tools/misc/system-config-printer/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  system-config-printer: Remove -dev paths from closure

Workaround for #24128.


  Commit: 3ff08d6f135b670e657d913404896e75109ded27
  
https://github.com/NixOS/nixpkgs/commit/3ff08d6f135b670e657d913404896e75109ded27
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/development/interpreters/php/default.nix

  Log Message:
  ---
  php: Strip modules

This reduces the closure size from 566 to 438 MiB.


  Commit: b751036a747222822594e875604c0d9cdc3f798e
  
https://github.com/NixOS/nixpkgs/commit/b751036a747222822594e875604c0d9cdc3f798e
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/development/interpreters/php/default.nix

  Log Message:
  ---
  php: Add a dev output

This reduces the closure size from 438 to 174 MiB.


Compare: https://github.com/NixOS/nixpkgs/compare/853d01fe4164...b751036a7472___
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 
  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] 48bc3c: bash: 4.4p5 -> 4.4p12

2017-03-20 Thread Eelco Dolstra
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 48bc3cf9f497f38d0bfcf0ac6a808a1cd411a855
  
https://github.com/NixOS/nixpkgs/commit/48bc3cf9f497f38d0bfcf0ac6a808a1cd411a855
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/shells/bash/4.4.nix
M pkgs/shells/bash/bash-4.4-patches.nix

  Log Message:
  ---
  bash: 4.4p5 -> 4.4p12


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


[Nix-commits] [NixOS/nixpkgs] 9f4e6c: nixos/plasma5: do not set kimpanel as default IBus...

2017-03-20 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9f4e6cda6778dce3c05b9dc6b2e4f1bc6a965501
  
https://github.com/NixOS/nixpkgs/commit/9f4e6cda6778dce3c05b9dc6b2e4f1bc6a965501
  Author: Thomas Tuegel 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/plasma5.nix

  Log Message:
  ---
  nixos/plasma5: do not set kimpanel as default IBus panel

kimpanel does not show installed IBus engines or allow switching input
methods. kimpanel does show configured keyboard layouts through kxkb, so I
believe there is some problem communicating with IBus. No error messages are
produced in the log and I have been unable to discover the cause. I have no
intention of continuing to work on kimpanel at this time, so it should be
disabled. The GTK+ 3-based panel provided by IBus is perfectly serviceable in
the interim.

(cherry picked from commit d709cdd8291cdab2e3fbfc979025e1de2005d332)


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


[Nix-commits] [NixOS/nixpkgs] d709cd: nixos/plasma5: do not set kimpanel as default IBus...

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

  Changed paths:
M nixos/modules/services/x11/desktop-managers/plasma5.nix

  Log Message:
  ---
  nixos/plasma5: do not set kimpanel as default IBus panel

kimpanel does not show installed IBus engines or allow switching input
methods. kimpanel does show configured keyboard layouts through kxkb, so I
believe there is some problem communicating with IBus. No error messages are
produced in the log and I have been unable to discover the cause. I have no
intention of continuing to work on kimpanel at this time, so it should be
disabled. The GTK+ 3-based panel provided by IBus is perfectly serviceable in
the interim.


  Commit: 020791f7e10533dcd702121b047c5b74e88512f7
  
https://github.com/NixOS/nixpkgs/commit/020791f7e10533dcd702121b047c5b74e88512f7
  Author: Thomas Tuegel 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/plasma5.nix

  Log Message:
  ---
  Merge pull request #24125 from ttuegel/disable-kimpanel

nixos/plasma5: do not set kimpanel as default IBus panel


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


[Nix-commits] [NixOS/nixpkgs] 96d99c: virtualbox: 5.1.14 -> 5.1.18

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 96d99cca0098868e94b2bdebd7a2c0804f9cea20
  
https://github.com/NixOS/nixpkgs/commit/96d99cca0098868e94b2bdebd7a2c0804f9cea20
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/virtualization/virtualbox/default.nix
M pkgs/applications/virtualization/virtualbox/guest-additions/default.nix

  Log Message:
  ---
  virtualbox: 5.1.14 -> 5.1.18

(cherry picked from commit 07252dc83bac056fbca0e646228853350ef33f64)


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


[Nix-commits] [NixOS/nixpkgs] 07252d: virtualbox: 5.1.14 -> 5.1.18

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 07252dc83bac056fbca0e646228853350ef33f64
  
https://github.com/NixOS/nixpkgs/commit/07252dc83bac056fbca0e646228853350ef33f64
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/virtualization/virtualbox/default.nix
M pkgs/applications/virtualization/virtualbox/guest-additions/default.nix

  Log Message:
  ---
  virtualbox: 5.1.14 -> 5.1.18


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


[Nix-commits] [NixOS/nixpkgs] 428a6d: albert: 0.9.4 -> 0.10.0

2017-03-20 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 428a6ddf4f5a4715766e143457dd0db5e8169538
  
https://github.com/NixOS/nixpkgs/commit/428a6ddf4f5a4715766e143457dd0db5e8169538
  Author: Eric Sagnes 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  albert: 0.9.4 -> 0.10.0


  Commit: 2bfc30ca1251e7760c6ef26e57181c0da5b47430
  
https://github.com/NixOS/nixpkgs/commit/2bfc30ca1251e7760c6ef26e57181c0da5b47430
  Author: Joachim F 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #24120 from ericsagnes/pkg-update/albert

albert: 0.9.4 -> 0.10.0


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


[Nix-commits] [NixOS/nixpkgs] b052a3: lib/trivial: expand function docs

2017-03-20 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b052a3629463f2f064a0a3da50dbebd73b587651
  
https://github.com/NixOS/nixpkgs/commit/b052a3629463f2f064a0a3da50dbebd73b587651
  Author: Profpatsch 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
M lib/trivial.nix

  Log Message:
  ---
  lib/trivial: expand function docs


  Commit: cb9ff8bfa73fdfa1a38b609e878a52650dfdb682
  
https://github.com/NixOS/nixpkgs/commit/cb9ff8bfa73fdfa1a38b609e878a52650dfdb682
  Author: Profpatsch 
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
M lib/lists.nix

  Log Message:
  ---
  lib/lists: rename fold to foldr & improve fold docs

In order to better distinguish foldr from foldl the default name is changed to
foldr, but fold is still a synonym.

Additionally the docs are improved and examples added.


  Commit: 4f1d977877b5477d84ca1204ec7a3f87d6bbf871
  
https://github.com/NixOS/nixpkgs/commit/4f1d977877b5477d84ca1204ec7a3f87d6bbf871
  Author: Profpatsch 
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
M lib/tests.nix

  Log Message:
  ---
  lib/tests: add more tests for fold functions

Also the invocation of tests is documented.


  Commit: 3bbab1757510de86d8062684f8c92d231265b934
  
https://github.com/NixOS/nixpkgs/commit/3bbab1757510de86d8062684f8c92d231265b934
  Author: zimbatm 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M lib/lists.nix
M lib/tests.nix
M lib/trivial.nix

  Log Message:
  ---
  Merge pull request #23929 from Profpatsch/lib-lists-doc

Improve lib/trivial and lib/lists docs


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


[Nix-commits] [NixOS/nixpkgs] 15d3f8: sd-image-armv7l-multiplatform module: enable ODROI...

2017-03-20 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 15d3f8e7835b5d9b3fe17c3712bfbfc841339228
  
https://github.com/NixOS/nixpkgs/commit/15d3f8e7835b5d9b3fe17c3712bfbfc841339228
  Author: Nikolay Amiantov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix

  Log Message:
  ---
  sd-image-armv7l-multiplatform module: enable ODROID-XU3 console


  Commit: a9d44b5c308c022ab198394e315d04f49a542fb6
  
https://github.com/NixOS/nixpkgs/commit/a9d44b5c308c022ab198394e315d04f49a542fb6
  Author: Nikolay Amiantov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  ubootOdroidXU3: init


  Commit: c1e279046b7517c803d4339f82a48ccf3c3405c8
  
https://github.com/NixOS/nixpkgs/commit/c1e279046b7517c803d4339f82a48ccf3c3405c8
  Author: Nikolay Amiantov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
A pkgs/tools/misc/odroid-xu3-bootloader/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  odroid-xu3-bootloader: init at 2015-12-04


  Commit: 179fe96a03ac0eb0a45f4a3b57b8c2445e959397
  
https://github.com/NixOS/nixpkgs/commit/179fe96a03ac0eb0a45f4a3b57b8c2445e959397
  Author: Nikolay Amiantov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
M pkgs/misc/uboot/default.nix
A pkgs/tools/misc/odroid-xu3-bootloader/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #24112 from abbradar/odroid

Add ODROID-XU{3,4} support


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


[Nix-commits] [NixOS/nixpkgs] 17c1e1: firefox: reenable ALSA backend

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 17c1e13ed723b78de562acc606fb9f5d39f10ee0
  
https://github.com/NixOS/nixpkgs/commit/17c1e13ed723b78de562acc606fb9f5d39f10ee0
  Author: rnhmjoj 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  firefox: reenable ALSA backend

(cherry picked from commit 918f33110425c1a82234b8718ea22753b932d6f6)


  Commit: 98d2ac5c7ccf665a54a027da5cc6e0cbda79c06f
  
https://github.com/NixOS/nixpkgs/commit/98d2ac5c7ccf665a54a027da5cc6e0cbda79c06f
  Author: romildo 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/lumina.nix

  Log Message:
  ---
  lumina: fix kwindowsystem and oxygen-icons5 attributes

(cherry picked from commit 501d9c71861b3797b96000a9ab83e32a6bd8d9e0)


  Commit: 94125831e768643afcd5c6dbabd3ed145c074745
  
https://github.com/NixOS/nixpkgs/commit/94125831e768643afcd5c6dbabd3ed145c074745
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/tools/graphics/fast-neural-doodle/default.nix

  Log Message:
  ---
  fast-neural-doodle: mark as broken

(cherry picked from commit ed59de18b5e98f6e71a5fd8efa2ff5104353cd8b)


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


[Nix-commits] [NixOS/nixpkgs] ed59de: fast-neural-doodle: mark as broken

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

  Changed paths:
M pkgs/tools/graphics/fast-neural-doodle/default.nix

  Log Message:
  ---
  fast-neural-doodle: mark as broken


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


[Nix-commits] [NixOS/nixpkgs] 2bb307: gnome_mplayer: fix src and build

2017-03-20 Thread Robin Gloster
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2bb3073c2d3e379caf8ded83480535d3bd85986b
  
https://github.com/NixOS/nixpkgs/commit/2bb3073c2d3e379caf8ded83480535d3bd85986b
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/video/gnome-mplayer/default.nix

  Log Message:
  ---
  gnome_mplayer: fix src and build

closes #24096

(cherry picked from commit 4e2f802ce815dea0a4625a8285f5c7e7f74cf8ab)


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


[Nix-commits] [NixOS/nixpkgs] 501d9c: lumina: fix kwindowsystem and oxygen-icons5 attrib...

2017-03-20 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 501d9c71861b3797b96000a9ab83e32a6bd8d9e0
  
https://github.com/NixOS/nixpkgs/commit/501d9c71861b3797b96000a9ab83e32a6bd8d9e0
  Author: romildo 
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/lumina.nix

  Log Message:
  ---
  lumina: fix kwindowsystem and oxygen-icons5 attributes


  Commit: 4837aba1eed30835e7b111c779c34f1bf2bf69b7
  
https://github.com/NixOS/nixpkgs/commit/4837aba1eed30835e7b111c779c34f1bf2bf69b7
  Author: Thomas Tuegel 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/lumina.nix

  Log Message:
  ---
  Merge pull request #24101 from romildo/fix.lumina

lumina: fix kwindowsystem and oxygen-icons5 attributes


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


[Nix-commits] [NixOS/nixpkgs] 918f33: firefox: reenable ALSA backend

2017-03-20 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 918f33110425c1a82234b8718ea22753b932d6f6
  
https://github.com/NixOS/nixpkgs/commit/918f33110425c1a82234b8718ea22753b932d6f6
  Author: rnhmjoj 
  Date:   2017-03-17 (Fri, 17 Mar 2017)

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

  Log Message:
  ---
  firefox: reenable ALSA backend


  Commit: 8150455f6a3332ad5e2066240d7252cc5fb41995
  
https://github.com/NixOS/nixpkgs/commit/8150455f6a3332ad5e2066240d7252cc5fb41995
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23989 from rnhmjoj/firefox-alsa

firefox: reenable ALSA backend


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


[Nix-commits] [NixOS/nixpkgs] 73a876: wireshark: 2.2.4 -> 2.2.5 for multiple CVEs

2017-03-20 Thread Franz Pletz
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 73a876fd1dcca9b893837f12ee0f092ab349fab9
  
https://github.com/NixOS/nixpkgs/commit/73a876fd1dcca9b893837f12ee0f092ab349fab9
  Author: Franz Pletz 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/networking/sniffers/wireshark/default.nix

  Log Message:
  ---
  wireshark: 2.2.4 -> 2.2.5 for multiple CVEs

Fixes:

  * CVE-2017-5596
  * CVE-2017-5597
  * CVE-2017-6467
  * CVE-2017-6468
  * CVE-2017-6469
  * CVE-2017-6470
  * CVE-2017-6471
  * CVE-2017-6472
  * CVE-2017-6473
  * CVE-2017-6474

(cherry picked from commit 7b27e1c3c9b3069239b11f8c62f8ef6e95a4fb48)


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


[Nix-commits] [NixOS/nixpkgs] 6db771: wireshark: 2.2.4 -> 2.2.5 for multiple CVEs

2017-03-20 Thread Franz Pletz
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6db771b77e04e056a3ba5380841e1754e64721ce
  
https://github.com/NixOS/nixpkgs/commit/6db771b77e04e056a3ba5380841e1754e64721ce
  Author: Franz Pletz 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/networking/sniffers/wireshark/default.nix

  Log Message:
  ---
  wireshark: 2.2.4 -> 2.2.5 for multiple CVEs

Fixes:

  * CVE-2017-5596
  * CVE-2017-5597
  * CVE-2017-6467
  * CVE-2017-6468
  * CVE-2017-6469
  * CVE-2017-6470
  * CVE-2017-6471
  * CVE-2017-6472
  * CVE-2017-6473
  * CVE-2017-6474

(cherry picked from commit 7b27e1c3c9b3069239b11f8c62f8ef6e95a4fb48)


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


[Nix-commits] [NixOS/nixpkgs] 72de3d: yaws: erlang R17 -> R18

2017-03-20 Thread Daniel Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 72de3d7d6eca340b206f487845ce9140c00871a8
  
https://github.com/NixOS/nixpkgs/commit/72de3d7d6eca340b206f487845ce9140c00871a8
  Author: Matthew Daiter 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  yaws: erlang R17 -> R18


  Commit: 0c1b6003462ae333032476e0e70b4acbfc9051f3
  
https://github.com/NixOS/nixpkgs/commit/0c1b6003462ae333032476e0e70b4acbfc9051f3
  Author: Daniel Peebles 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #24122 from mdaiter/master

yaws: erlang R17 -> R18


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


[Nix-commits] [NixOS/nixpkgs] 7b27e1: wireshark: 2.2.4 -> 2.2.5 for multiple CVEs

2017-03-20 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7b27e1c3c9b3069239b11f8c62f8ef6e95a4fb48
  
https://github.com/NixOS/nixpkgs/commit/7b27e1c3c9b3069239b11f8c62f8ef6e95a4fb48
  Author: Franz Pletz 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/networking/sniffers/wireshark/default.nix

  Log Message:
  ---
  wireshark: 2.2.4 -> 2.2.5 for multiple CVEs

Fixes:

  * CVE-2017-5596
  * CVE-2017-5597
  * CVE-2017-6467
  * CVE-2017-6468
  * CVE-2017-6469
  * CVE-2017-6470
  * CVE-2017-6471
  * CVE-2017-6472
  * CVE-2017-6473
  * CVE-2017-6474


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


Re: [Nix-dev] How to download all sources for all of nixpkgs?

2017-03-20 Thread Bjørn Forsman
On 16 March 2017 at 10:07, Bjørn Forsman  wrote:
> Hi all Nixers,
>
> I would like to use Nix on an air gapped network. For that I need to
> download all sources referred by nixpkgs.

I started digging into ./maintainers/scripts/find-tarballs.nix and
found that there was just small changes needed to make it output all
fetch* derivations, not just fetchurl ones (unless I'm mistaken --
haven't fully verified it).

However, due to evaluation problems in nixpkgs and a stack overflow,
it's unuseable :-(

The code is here:
https://github.com/bjornfor/nixpkgs/blob/find-all-sources/maintainers/scripts/all-sources.nix

In the top of the file I list the problems I faced.

Any suggestions?

Can we have a bounty for implementing "nix fetch-sources --recursive
$expr"? I'll pay! :-)

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] f9e8ef: nixos/bluetooth: add extraConfig option (#23427)

2017-03-20 Thread Kristoffer Søholm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f9e8ef7e6d8b9df759a9cb6f7a1c3218684331ee
  
https://github.com/NixOS/nixpkgs/commit/f9e8ef7e6d8b9df759a9cb6f7a1c3218684331ee
  Author: Kristoffer Søholm 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/modules/services/hardware/bluetooth.nix
M pkgs/os-specific/linux/bluez/bluez5.nix

  Log Message:
  ---
  nixos/bluetooth: add extraConfig option (#23427)


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


[Nix-commits] [NixOS/nixpkgs]

2017-03-20 Thread domenkozar
  Branch: refs/heads/fix-darwin-ssl-23605
  Home:   https://github.com/NixOS/nixpkgs
___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] c3c941: git, openssl, curl: Respect $NIX_SSL_CERT_FILE

2017-03-20 Thread Eelco Dolstra
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c3c9412c7d6513091295f4e253d416ddbd17fe55
  
https://github.com/NixOS/nixpkgs/commit/c3c9412c7d6513091295f4e253d416ddbd17fe55
  Author: Domen Kožar 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/git/ssl-cert-file.patch
M pkgs/development/libraries/openssl/default.nix
A pkgs/development/libraries/openssl/nix-ssl-cert-file.patch
M pkgs/tools/networking/curl/default.nix
A pkgs/tools/networking/curl/nix-ssl-cert-file.patch

  Log Message:
  ---
  git, openssl, curl: Respect $NIX_SSL_CERT_FILE

Slightly modified version of 942dbf89c6120cb5b52fb2ab456855d1fbf2994e


  Commit: c7a6b5ea172e5e02705c46da3e1205e445df7bdb
  
https://github.com/NixOS/nixpkgs/commit/c7a6b5ea172e5e02705c46da3e1205e445df7bdb
  Author: Eelco Dolstra 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/git/ssl-cert-file.patch
M pkgs/development/libraries/openssl/default.nix
A pkgs/development/libraries/openssl/nix-ssl-cert-file.patch
M pkgs/tools/networking/curl/default.nix
A pkgs/tools/networking/curl/nix-ssl-cert-file.patch

  Log Message:
  ---
  Merge pull request #24121 from NixOS/fix-darwin-ssl-23605

git, openssl, curl: Respect $NIX_SSL_CERT_FILE


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


[Nix-commits] [NixOS/nixpkgs] 1f0ce0: makeTest: don't rely on makeWrapper not quoting ne...

2017-03-20 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1f0ce0eaf8ca840e769615acc7581bd71268ca44
  
https://github.com/NixOS/nixpkgs/commit/1f0ce0eaf8ca840e769615acc7581bd71268ca44
  Author: Nikolay Amiantov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/lib/testing.nix

  Log Message:
  ---
  makeTest: don't rely on makeWrapper not quoting newlines


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


[Nix-commits] [NixOS/nixpkgs] fe5da1: makeTest: don't rely on makeWrapper not quoting ne...

2017-03-20 Thread Nikolay Amiantov
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fe5da114cac1fb4cdfb2127ed889c3206e118678
  
https://github.com/NixOS/nixpkgs/commit/fe5da114cac1fb4cdfb2127ed889c3206e118678
  Author: Nikolay Amiantov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/lib/testing.nix

  Log Message:
  ---
  makeTest: don't rely on makeWrapper not quoting newlines

(cherry picked from commit 1f0ce0eaf8ca840e769615acc7581bd71268ca44)


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


[Nix-commits] [NixOS/nixpkgs] c3c941: git, openssl, curl: Respect $NIX_SSL_CERT_FILE

2017-03-20 Thread Domen Kožar
  Branch: refs/heads/fix-darwin-ssl-23605
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c3c9412c7d6513091295f4e253d416ddbd17fe55
  
https://github.com/NixOS/nixpkgs/commit/c3c9412c7d6513091295f4e253d416ddbd17fe55
  Author: Domen Kožar 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/git/ssl-cert-file.patch
M pkgs/development/libraries/openssl/default.nix
A pkgs/development/libraries/openssl/nix-ssl-cert-file.patch
M pkgs/tools/networking/curl/default.nix
A pkgs/tools/networking/curl/nix-ssl-cert-file.patch

  Log Message:
  ---
  git, openssl, curl: Respect $NIX_SSL_CERT_FILE

Slightly modified version of 942dbf89c6120cb5b52fb2ab456855d1fbf2994e


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


[Nix-commits] [NixOS/nixpkgs] 031332: update rustPackages

2017-03-20 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 031332ca9d864528ac1f0c75121b4be4a911e2f8
  
https://github.com/NixOS/nixpkgs/commit/031332ca9d864528ac1f0c75121b4be4a911e2f8
  Author: Florent Becker 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  update rustPackages


  Commit: ea80c91bd3ed42f74dee05a9d3c4866f1ba8cede
  
https://github.com/NixOS/nixpkgs/commit/ea80c91bd3ed42f74dee05a9d3c4866f1ba8cede
  Author: Florent Becker 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
A pkgs/applications/version-management/pijul/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  pijul: init at 0.3.0 (re-init)


  Commit: f5581d0221a58e1cd67fd1b1be81dc5b63bb3b3d
  
https://github.com/NixOS/nixpkgs/commit/f5581d0221a58e1cd67fd1b1be81dc5b63bb3b3d
  Author: Domen Kožar 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
A pkgs/applications/version-management/pijul/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/rust-packages.nix

  Log Message:
  ---
  Merge pull request #24113 from FlorentBecker/the_return_of_pijul

Reintroduce pijul (at 0.3.0)


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


[Nix-commits] [NixOS/nixpkgs] ec5b12: samba: enable parallel building

2017-03-20 Thread Nikolay Amiantov
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ec5b12b2e63c03f9dda8d3d1ee152811ecaf679d
  
https://github.com/NixOS/nixpkgs/commit/ec5b12b2e63c03f9dda8d3d1ee152811ecaf679d
  Author: Nikolay Amiantov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/servers/samba/4.x.nix

  Log Message:
  ---
  samba: enable parallel building

(cherry picked from commit 21439ef4168c3e1b363d3cba471ff2b50b195a9b)


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


[Nix-commits] [NixOS/nixpkgs] 21439e: samba: enable parallel building

2017-03-20 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 21439ef4168c3e1b363d3cba471ff2b50b195a9b
  
https://github.com/NixOS/nixpkgs/commit/21439ef4168c3e1b363d3cba471ff2b50b195a9b
  Author: Nikolay Amiantov 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/servers/samba/4.x.nix

  Log Message:
  ---
  samba: enable parallel building


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


[Nix-commits] [NixOS/nixpkgs] 596e10: yed: 3.16.2.1 -> 3.17

2017-03-20 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 596e10c2368afef49eeb2288637e656ed17f3057
  
https://github.com/NixOS/nixpkgs/commit/596e10c2368afef49eeb2288637e656ed17f3057
  Author: mimadrid 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/graphics/yed/default.nix

  Log Message:
  ---
  yed: 3.16.2.1 -> 3.17


  Commit: 8d721e29104b8fd6a18d1f36f34bac7b9b1b25de
  
https://github.com/NixOS/nixpkgs/commit/8d721e29104b8fd6a18d1f36f34bac7b9b1b25de
  Author: Pascal Wittmann 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/graphics/yed/default.nix

  Log Message:
  ---
  Merge pull request #24118 from mimadrid/update/yed-3.17

yed: 3.16.2.1 -> 3.17


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


[Nix-commits] [NixOS/nixpkgs] a3b3a7: rawtherapee: 5.0-r1 -> 5.0-r1 with gtk3 support (#...

2017-03-20 Thread 2chilled
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a3b3a7ffb18e6abd33cd30206791e0cfd29a48d4
  
https://github.com/NixOS/nixpkgs/commit/a3b3a7ffb18e6abd33cd30206791e0cfd29a48d4
  Author: 2chilled 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/applications/graphics/rawtherapee/default.nix

  Log Message:
  ---
  rawtherapee: 5.0-r1 -> 5.0-r1 with gtk3 support (#22911)


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


[Nix-commits] [NixOS/nixpkgs] c031ad: hplip: 3.16.5 -> 3.16.11

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

  Changed paths:
M pkgs/misc/drivers/hplip/default.nix

  Log Message:
  ---
  hplip: 3.16.5 -> 3.16.11

fixes #24109


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


[Nix-commits] [NixOS/nixpkgs] 3a3b7c: dd-agent: bind to pymongo 2.9.1 to fix the MongoDB...

2017-03-20 Thread Sander van der Burg
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3a3b7c9539e60adb67871e1a97659808b245ae23
  
https://github.com/NixOS/nixpkgs/commit/3a3b7c9539e60adb67871e1a97659808b245ae23
  Author: Sander van der Burg 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  ---
  dd-agent: bind to pymongo 2.9.1 to fix the MongoDB monitoring


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


[Nix-commits] [NixOS/nixpkgs] 718576: dd-agent: bind to pymongo 2.9.1 to fix the MongoDB...

2017-03-20 Thread Sander van der Burg
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7185762996e27e5e5dbe8460798ef554de549f83
  
https://github.com/NixOS/nixpkgs/commit/7185762996e27e5e5dbe8460798ef554de549f83
  Author: Sander van der Burg 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  ---
  dd-agent: bind to pymongo 2.9.1 to fix the MongoDB monitoring

(cherry picked from commit 20194e2696a276937bfe7b448951036831c69700)


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


[Nix-commits] [NixOS/nixpkgs] 20194e: dd-agent: bind to pymongo 2.9.1 to fix the MongoDB...

2017-03-20 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 20194e2696a276937bfe7b448951036831c69700
  
https://github.com/NixOS/nixpkgs/commit/20194e2696a276937bfe7b448951036831c69700
  Author: Sander van der Burg 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  ---
  dd-agent: bind to pymongo 2.9.1 to fix the MongoDB monitoring


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


[Nix-commits] [NixOS/nixpkgs] 6c0569: terraform: 0.9.0 -> 0.9.1

2017-03-20 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6c0569e3891189a62ed27dce361f5d05f650d023
  
https://github.com/NixOS/nixpkgs/commit/6c0569e3891189a62ed27dce361f5d05f650d023
  Author: Peter Hoeg 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  terraform: 0.9.0 -> 0.9.1


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


[Nix-commits] [NixOS/nixpkgs] d3028b: LTS Haskell 8.5

2017-03-20 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d3028ba6b5a15ee3085434f3761f5737790e079f
  
https://github.com/NixOS/nixpkgs/commit/d3028ba6b5a15ee3085434f3761f5737790e079f
  Author: Peter Simons 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  LTS Haskell 8.5


  Commit: c3b0cb1acef2e0a4f633f0d19c688c78bbd2694a
  
https://github.com/NixOS/nixpkgs/commit/c3b0cb1acef2e0a4f633f0d19c688c78bbd2694a
  Author: Peter Simons 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  hackage2nix: keep binary 0.8.x around


  Commit: 8f45ea61751509107a35dc00cad6721e56aa995a
  
https://github.com/NixOS/nixpkgs/commit/8f45ea61751509107a35dc00cad6721e56aa995a
  Author: Peter Simons 
  Date:   2017-03-20 (Mon, 20 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-7-g490c7d5 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/abc129b4f13a6b801b1a1e019f58b9db5ecc4cce.


  Commit: 6236cd47166a1e35ed7712e480065ec4e3ebc180
  
https://github.com/NixOS/nixpkgs/commit/6236cd47166a1e35ed7712e480065ec4e3ebc180
  Author: Michael Alan Dorman 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  pointfree: patch is no longer needed


  Commit: d59fe189fd5c2c1094086e847cef3b5b7fb84a31
  
https://github.com/NixOS/nixpkgs/commit/d59fe189fd5c2c1094086e847cef3b5b7fb84a31
  Author: Peter Simons 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  haskell-configuration-nix: drop obsolete webkit-related overrides


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


[Nix-commits] [NixOS/nixpkgs] 74c4e3: Revert "nixos: build for aarch64-linux"

2017-03-20 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 74c4e30842657d09ec1cf000af89f95df27c6632
  
https://github.com/NixOS/nixpkgs/commit/74c4e30842657d09ec1cf000af89f95df27c6632
  Author: Tuomas Tynkkynen 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/release-combined.nix
M nixos/release.nix

  Log Message:
  ---
  Revert "nixos: build for aarch64-linux"

This reverts commit b806e25d65421d7aa0a524ce1601f0e51099df11.

This seems to push Hydra's memory usage out of the roof fail nixos
evaluating with:

Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS

Let's revert this for now. It's not a big deal at all since the
nixpkgs-unstable jobset is still building the packages.


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


[Nix-commits] [NixOS/nixpkgs] ac87d9: Add a setup-hook to ocamlPackages.eliom, to look f...

2017-03-20 Thread Florent Becker
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ac87d9ba8bb2a6602bd267c90ddcf25cfe29498f
  
https://github.com/NixOS/nixpkgs/commit/ac87d9ba8bb2a6602bd267c90ddcf25cfe29498f
  Author: Florent Becker 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/development/ocaml-modules/eliom/default.nix
A pkgs/development/ocaml-modules/eliom/setup-hook.sh

  Log Message:
  ---
  Add a setup-hook to ocamlPackages.eliom, to look for distillery templates


  Commit: 091073819a8e1cf98b7bb02f4a8d2e3af97b67e4
  
https://github.com/NixOS/nixpkgs/commit/091073819a8e1cf98b7bb02f4a8d2e3af97b67e4
  Author: Florent Becker 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
A pkgs/development/ocaml-modules/ocsigen-start/default.nix
A pkgs/development/ocaml-modules/ocsigen-start/templates-dir.patch
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.ocsigen-start: init at 1.0.0


  Commit: e4d39749f288680c44152cdef7d438fe06534479
  
https://github.com/NixOS/nixpkgs/commit/e4d39749f288680c44152cdef7d438fe06534479
  Author: Florent Becker 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  ocsigen-i18n: init at 3.1


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