[Nix-commits] [NixOS/nixpkgs] f70e77: calibre: 2.80.0 -> 2.82.0

2017-04-01 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f70e7773ec39d67fb93e97cc08f53381d0507b49
  
https://github.com/NixOS/nixpkgs/commit/f70e7773ec39d67fb93e97cc08f53381d0507b49
  Author: Peter Hoeg 
  Date:   2017-04-02 (Sun, 02 Apr 2017)

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

  Log Message:
  ---
  calibre: 2.80.0 -> 2.82.0


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


[Nix-commits] [NixOS/nixpkgs] affce1: nixos hibernate test: Use waitForOpenPort

2017-04-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: affce1e2464f226afb6902c5185fee80d847d857
  
https://github.com/NixOS/nixpkgs/commit/affce1e2464f226afb6902c5185fee80d847d857
  Author: Tuomas Tynkkynen 
  Date:   2017-04-02 (Sun, 02 Apr 2017)

  Changed paths:
M nixos/tests/hibernate.nix

  Log Message:
  ---
  nixos hibernate test: Use waitForOpenPort

There was one confusing recent failure of this:

http://cache.nixos.org/log/myla8bc17j8spmifdxmrz9jswxwsf5w6-vm-test-run-hibernate.drv

I don't have any real ideas on what could cause the problem but there is
at least one theoretical one: the system starts hibernating before the
listener process manages to open the TCP port for listening, and it can't
open it after resuming because not enough pages from the netcat binary
have been paged in (and as the 9p filesystem holding it is now toast,
they can't be loaded anymore).


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


[Nix-commits] [NixOS/nixpkgs] 40d171: gpgme: 1.8.0 -> 1.9.0

2017-04-01 Thread Michael Weiss
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 40d171855f7155df1a597184d7c61642eb48093e
  
https://github.com/NixOS/nixpkgs/commit/40d171855f7155df1a597184d7c61642eb48093e
  Author: Michael Weiss 
  Date:   2017-04-02 (Sun, 02 Apr 2017)

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

  Log Message:
  ---
  gpgme: 1.8.0 -> 1.9.0

For the license change see:
- https://directory.fsf.org/wiki/GPGME#tab=Details
- AUTHORS [0]

See #24491 for the other changes.

[0]: 
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=AUTHORS;h=bbf1576ad27dc51956c371282862b468c633ea49;hb=HEAD


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


[Nix-commits] [NixOS/nixpkgs] c7e885: xkbset: init at 0.5

2017-04-01 Thread Dmitry Rets
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c7e885ff9955da78aa273dcbdaa3ae2660c4bb49
  
https://github.com/NixOS/nixpkgs/commit/c7e885ff9955da78aa273dcbdaa3ae2660c4bb49
  Author: Dmitry Rets 
  Date:   2017-04-02 (Sun, 02 Apr 2017)

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

  Log Message:
  ---
  xkbset: init at 0.5


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


Re: [Nix-dev] NixOS 17.03 'Gorilla' Released

2017-04-01 Thread Wout Mertens
Woohoo! Thanks everyone!!

(sorry for the noise but could not let this one go by)

On Fri, Mar 31, 2017, 4:29 PM Robin Gloster  wrote:

> Dear community,
>
> I'm proud to announce the 7th NixOS stable release 17.03 named
> "Gorilla".
>
> With over 12479 (last release: 13283) commits from 625 (last release
> 554) contributors the release brings a few highlights:
>
> * Nixpkgs is now extensible through overlays. See the Nixpkgs manual for
>   more information.
>
> * This release is based on Glibc 2.25, GCC 5.4.0 and systemd 232. The
>   default Linux kernel is 4.9 and Nix is at 1.11.8.
>
> * The default desktop environment now is KDE's Plasma 5. KDE 4 has been
>   removed
>
> * The setuid wrapper functionality now supports setting capabilities.
>
> * X.org server uses branch 1.19. Due to ABI incompatibilities,
>   ati_unfree keeps forcing 1.17 and amdgpu-pro starts forcing 1.18.
>
> * Cross compilation has been rewritten. See the nixpkgs manual for
>   details. The most obvious breaking change is that in derivations there
>   is no .nativeDrv nor .crossDrv and are now cross by default, not
>   native.
>
> * The overridePackages function has been rewritten to be replaced by
>   overlays
>
> * Packages in nixpkgs can be marked as insecure through listed
>   vulnerabilities. See the Nixpkgs manual for more information.
>
> There are two open issues currently:
>  * gdm crashes on some hardware, using slim to start gnome works, see
> the github issue for more information:
>https://github.com/NixOS/nixpkgs/issues/24172
>  * Firefox e10s tabs crash, see the github issue for more information:
>https://github.com/NixOS/nixpkgs/issues/24295
>
> See release notes for more information about major changes and updates
> at http://nixos.org/nixos/manual/release-notes.html#sec-release-17.03
>
> ISO and VirtualBox images can be downloaded from:
> http://nixos.org/nixos/download.html
> (Azure BLOBs and EC2 AMIs will follow)
>
> The NixOS manual is at http://nixos.org/nixos/manual/
>
> A fresh installation can be done by following "Installation chapter" in
> the manual:
>
> http://nixos.org/nixos/manual/index.html#sec-installation
>
> Upgrading existing NixOS installations:
>
> $ nix-channel --add https://nixos.org/channels/nixos-17.03 nixos
> $ nixos-rebuild switch --upgrade
>
> Please report issues to our bug tracker:
> https://github.com/NixOS/nixpkgs/issues
>
> The most active contributors for this release were:
> 621 commits: Frederik Rietdijk
> 498 commits: Franz Pletz
> 379 commits: Vladimír Čunát
> 377 commits: Thomas Tuegel
> 324 commits: Joachim Fasting
>
> And of course the regular thank you to Eelco Dolstra for his tireless
> work on NixOS, Nix and all the projects around that. I'd like to thank
> Domen Kožar for his help on getting this release out smoothly and his
> regular work on NixOS, the security team for taking a lot of workload
> off the release manager by always making sure to keep our systems and
> packages secure and also Mayflower for allowing me to work on NixOS a
> lot in working hours.
>
> Also I'd like to start a discussion if we want to start rotating the
> release manager for every release or maybe have two release managers
> each rotating after two releases, so you always have one who has
> managed one release. Any opinions? I'm not opposed to doing it again
> but it needs quite some time I could also spend on other work.
>
> PS: Note that according to our new policy, 16.09 is still supported one
> month by our security team until the end of April.
>
> Cheers,
> Robin
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] a16dc1: bitcoin: 0.13.1 -> 0.14.0

2017-04-01 Thread ndowens
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a16dc1539a6f0616c3ba46bde2f8e7faeaa935a4
  
https://github.com/NixOS/nixpkgs/commit/a16dc1539a6f0616c3ba46bde2f8e7faeaa935a4
  Author: ndowens 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/applications/altcoins/bitcoin.nix

  Log Message:
  ---
  bitcoin: 0.13.1 -> 0.14.0


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


[Nix-commits] [NixOS/nixpkgs] 57a813: bitcoin-unlimited: init at 1.0.1.3

2017-04-01 Thread Dmitry Tsygankov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 57a813f3dfde7b0d06e0f39909213a731a2f908b
  
https://github.com/NixOS/nixpkgs/commit/57a813f3dfde7b0d06e0f39909213a731a2f908b
  Author: Dmitry Tsygankov 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M lib/maintainers.nix
A pkgs/applications/altcoins/bitcoin-unlimited.nix
M pkgs/applications/altcoins/default.nix

  Log Message:
  ---
  bitcoin-unlimited: init at 1.0.1.3

Add the Bitcoin Unlimited client to the altcoins directory, so that all sides 
of the Bitcoin scaling debate are represented.


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


[Nix-commits] [NixOS/nixpkgs] 4a12a6: go builder: use removeReferencesTo

2017-04-01 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4a12a681efbc1f9851170be60479b598e5d28768
  
https://github.com/NixOS/nixpkgs/commit/4a12a681efbc1f9851170be60479b598e5d28768
  Author: Joachim Fasting 
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  go builder: use removeReferencesTo


  Commit: 1517a354b33296582f0c8f5264fd199206f675ac
  
https://github.com/NixOS/nixpkgs/commit/1517a354b33296582f0c8f5264fd199206f675ac
  Author: Joachim F 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24427 from joachifm/use-remove-references-to

go builder: use removeReferencesTo


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


[Nix-commits] [NixOS/nixpkgs] d02323: hdparm: 9.48 -> 9.51

2017-04-01 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d023239bb7ab004f88418eb5c648f656d6a915b5
  
https://github.com/NixOS/nixpkgs/commit/d023239bb7ab004f88418eb5c648f656d6a915b5
  Author: ndowens 
  Date:   2017-03-30 (Thu, 30 Mar 2017)

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

  Log Message:
  ---
  hdparm: 9.48 -> 9.51

hdparm: Fixed mandir


  Commit: 8f52ee2928dfa9f71a50d17fe3068ba782e3903b
  
https://github.com/NixOS/nixpkgs/commit/8f52ee2928dfa9f71a50d17fe3068ba782e3903b
  Author: Tim Steinbach 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24488 from ndowens/hdparm

hdparm: 9.48 -> 9.51


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


[Nix-commits] [NixOS/nixpkgs] 560d41: openvswitch: 2.5.0 -> 2.5.2

2017-04-01 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 560d4152effe9e72e31d8c5366001df7a53b0657
  
https://github.com/NixOS/nixpkgs/commit/560d4152effe9e72e31d8c5366001df7a53b0657
  Author: Volth 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

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

  Log Message:
  ---
  openvswitch: 2.5.0 -> 2.5.2


  Commit: e136976f51ca0496cfeaf828469b6c328bbbefe4
  
https://github.com/NixOS/nixpkgs/commit/e136976f51ca0496cfeaf828469b6c328bbbefe4
  Author: Tim Steinbach 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24498 from volth/openvswitch-2.5.2

openvswitch: 2.5.0 -> 2.5.2


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


[Nix-commits] [NixOS/nixpkgs] c9d02b: vscode: Fix relocation errors

2017-04-01 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c9d02b7c573774d2ffd2add2192ec92d60a12396
  
https://github.com/NixOS/nixpkgs/commit/c9d02b7c573774d2ffd2add2192ec92d60a12396
  Author: Till Höppner 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

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

  Log Message:
  ---
  vscode: Fix relocation errors

LD_PRELOAD was inherited by spawned processes, and caused
issues with systems that have older system packages while
using fresh user packages.

Links out the wrapper script instead of electron binary to
expose CLI like on other systems

Breaks anything that relies on vscode not detaching


  Commit: 9bf115c46a2435d95fe285a5b05b69ef5af86851
  
https://github.com/NixOS/nixpkgs/commit/9bf115c46a2435d95fe285a5b05b69ef5af86851
  Author: Tim Steinbach 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24509 from tilpner/master

vscode: Fix relocation errors


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


[Nix-commits] [NixOS/nixpkgs] 552045: skopeo: 0.1.16 -> 0.1.18

2017-04-01 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 552045db8025a9269ae1d33294ebc3ebe5c56ea6
  
https://github.com/NixOS/nixpkgs/commit/552045db8025a9269ae1d33294ebc3ebe5c56ea6
  Author: Tobias Pflug 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

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

  Log Message:
  ---
  skopeo: 0.1.16 -> 0.1.18


  Commit: 9e1537cd2130ab929e94bfccaff7d8808d468919
  
https://github.com/NixOS/nixpkgs/commit/9e1537cd2130ab929e94bfccaff7d8808d468919
  Author: Tim Steinbach 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24511 from holidaycheck/update-skopeo

skopeo: 0.1.16 -> 0.1.18


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


[Nix-commits] [NixOS/nixpkgs] 033c5d: utop: fix on OCaml 4.04

2017-04-01 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 033c5debbc2db8f934aad4bd2b35b899d839fb46
  
https://github.com/NixOS/nixpkgs/commit/033c5debbc2db8f934aad4bd2b35b899d839fb46
  Author: Vincent Laporte 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/development/tools/ocaml/utop/default.nix

  Log Message:
  ---
  utop: fix on OCaml 4.04

Don’t strip the binary
The wrapper directly calls ocamlrun


  Commit: ed5d80d74b46a2ce5ad8346a0d65cc0c4f2b5713
  
https://github.com/NixOS/nixpkgs/commit/ed5d80d74b46a2ce5ad8346a0d65cc0c4f2b5713
  Author: Tim Steinbach 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/development/tools/ocaml/utop/default.nix

  Log Message:
  ---
  Merge pull request #24524 from vbgl/utop_404

utop: fix on OCaml 4.04


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


[Nix-commits] [NixOS/nixpkgs] 1afd3c: terraform: 0.9.1 -> 0.9.2

2017-04-01 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1afd3ceaaab5d11e17f47a473c6e6642aa074f18
  
https://github.com/NixOS/nixpkgs/commit/1afd3ceaaab5d11e17f47a473c6e6642aa074f18
  Author: zimbatm 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

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

  Log Message:
  ---
  terraform: 0.9.1 -> 0.9.2

* makes the generic builder open for extension
* upgrades terraform and set the 0_9 series by default


  Commit: ae034020aa18455d86202be50bff0939aebfb18c
  
https://github.com/NixOS/nixpkgs/commit/ae034020aa18455d86202be50bff0939aebfb18c
  Author: zimbatm 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  fixup! terraform: 0.9.1 -> 0.9.2

use fetchpatch to improve patch download hash stability


  Commit: 97210a1f48defa49c690af419cd332ab3a6530c8
  
https://github.com/NixOS/nixpkgs/commit/97210a1f48defa49c690af419cd332ab3a6530c8
  Author: Tim Steinbach 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24505 from zimbatm/terraform-0.9.2

terraform: 0.9.1 -> 0.9.2


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


[Nix-commits] [NixOS/nixpkgs] 4ab90c: scala_2_11: 2.11.8 -> 2.11.9

2017-04-01 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4ab90c3b70b58fbad82471f298f00295b12c0620
  
https://github.com/NixOS/nixpkgs/commit/4ab90c3b70b58fbad82471f298f00295b12c0620
  Author: Scott R. Parish 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/development/compilers/scala/2.11.nix

  Log Message:
  ---
  scala_2_11: 2.11.8 -> 2.11.9


  Commit: eec90be5cddbcdbcf3364059f543464b8a303e59
  
https://github.com/NixOS/nixpkgs/commit/eec90be5cddbcdbcf3364059f543464b8a303e59
  Author: Tim Steinbach 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/development/compilers/scala/2.11.nix

  Log Message:
  ---
  Merge pull request #24538 from srp/scala-2.11.9

scala_2_11: 2.11.8 -> 2.11.9


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


[Nix-commits] [NixOS/nixpkgs] b0115c: Logbook: 0.11.3 -> 1.0.0

2017-04-01 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b0115c2fac63d71eb83108106f2612bb47831497
  
https://github.com/NixOS/nixpkgs/commit/b0115c2fac63d71eb83108106f2612bb47831497
  Author: Tom Hunger 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

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

  Log Message:
  ---
  Logbook: 0.11.3 -> 1.0.0


  Commit: 5e31a7cca61286f90571432f6775d6a908361699
  
https://github.com/NixOS/nixpkgs/commit/5e31a7cca61286f90571432f6775d6a908361699
  Author: Tom Hunger 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

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

  Log Message:
  ---
  pytables: 3.2.2 -> 3.3.0


  Commit: 90223a9bbd7f44153bb7e45f5fc757c86d67cdd9
  
https://github.com/NixOS/nixpkgs/commit/90223a9bbd7f44153bb7e45f5fc757c86d67cdd9
  Author: Tom Hunger 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

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

  Log Message:
  ---
  vega: add pytest as a build-input.

It's unclear how this worked before but it clearly did because we
have vega running in production.


  Commit: 5a9e14ee16374313bad0cbac4f3969d132ca2f19
  
https://github.com/NixOS/nixpkgs/commit/5a9e14ee16374313bad0cbac4f3969d132ca2f19
  Author: Tom Hunger 
  Date:   2017-03-15 (Wed, 15 Mar 2017)

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

  Log Message:
  ---
  altair: 1.0.0 -> 1.2.0

Also disabling tests because the test runner picks up too much and
then fails.


  Commit: 40628d9ed842b2bd2248a91dd12c5530260db71b
  
https://github.com/NixOS/nixpkgs/commit/40628d9ed842b2bd2248a91dd12c5530260db71b
  Author: Vladimír Čunát 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  Merge #22873: updates of various python packages


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


[Nix-commits] [NixOS/nixpkgs] daab7c: i3lock-color: 2.7-2016-09-17 -> 2.8; Closes #24450

2017-04-01 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: daab7c193f92151e0daae4c7fe927aa98bcb2b81
  
https://github.com/NixOS/nixpkgs/commit/daab7c193f92151e0daae4c7fe927aa98bcb2b81
  Author: ndowens 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/applications/window-managers/i3/lock-color.nix

  Log Message:
  ---
  i3lock-color: 2.7-2016-09-17 -> 2.8; Closes #24450

i3lock-color: Corrected software src

Fixed version


  Commit: d6f287e1e2702fc4ea475328faabbcbc57cad826
  
https://github.com/NixOS/nixpkgs/commit/d6f287e1e2702fc4ea475328faabbcbc57cad826
  Author: Tim Steinbach 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/applications/window-managers/i3/lock-color.nix

  Log Message:
  ---
  Merge pull request #24493 from ndowens/i3lock

i3lock-color: 2.7-2016-09-17 -> 2.7-2017-04-01; Closes #24450


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


[Nix-commits] [NixOS/nixpkgs] 197bbe: xfstests: 2016-08-26 -> 2017-03-26

2017-04-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 197bbe0e1b58cd07e0a81ec0ca3a5e212db49636
  
https://github.com/NixOS/nixpkgs/commit/197bbe0e1b58cd07e0a81ec0ca3a5e212db49636
  Author: Tuomas Tynkkynen 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  xfstests: 2016-08-26 -> 2017-03-26


  Commit: ba360f90f979f41a4613e111ebb3c39fb731b6a9
  
https://github.com/NixOS/nixpkgs/commit/ba360f90f979f41a4613e111ebb3c39fb731b6a9
  Author: Tuomas Tynkkynen 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  xfstests: Enable parallel build


  Commit: 097373e691f5111ed4fb1dcb0d2b694ab59aacd8
  
https://github.com/NixOS/nixpkgs/commit/097373e691f5111ed4fb1dcb0d2b694ab59aacd8
  Author: Tuomas Tynkkynen 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  xfstests: Fix homepage


  Commit: b65dc619f013a8f24df5b16ae5c442837b226e94
  
https://github.com/NixOS/nixpkgs/commit/b65dc619f013a8f24df5b16ae5c442837b226e94
  Author: Tuomas Tynkkynen 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  xfstests: Fixes


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


[Nix-commits] [NixOS/nixpkgs] 88458c: clipster: 2017-02-17 -> 2017-02-27

2017-04-01 Thread ndowens
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 88458c8697ce8c2d1c00a51a36093b02e88ec251
  
https://github.com/NixOS/nixpkgs/commit/88458c8697ce8c2d1c00a51a36093b02e88ec251
  Author: Bart Brouns 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  clipster: 2017-02-17 -> 2017-02-27


  Commit: 03aff3d22f7c729ffaec228437d840ff0a75aa4c
  
https://github.com/NixOS/nixpkgs/commit/03aff3d22f7c729ffaec228437d840ff0a75aa4c
  Author: ndowens 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  Small cosmetic change


  Commit: 0a354c9ea55e2736307e279188ac341bc3b8d9e9
  
https://github.com/NixOS/nixpkgs/commit/0a354c9ea55e2736307e279188ac341bc3b8d9e9
  Author: ndowens 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24218 from magnetophon/clipster

clipster: 2017-02-17 -> 2017-02-27


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


[Nix-commits] [NixOS/nixpkgs] c4801f: treesheets: fix url

2017-04-01 Thread obadz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c4801f65f8b9958a4d2dda1c278e5e081986ab54
  
https://github.com/NixOS/nixpkgs/commit/c4801f65f8b9958a4d2dda1c278e5e081986ab54
  Author: obadz 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/applications/office/treesheets/default.nix

  Log Message:
  ---
  treesheets: fix url


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


[Nix-commits] [NixOS/nixpkgs] 6c9e6c: bluez-tools: 2015-09-10 -> 2016-12-12

2017-04-01 Thread ndowens
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6c9e6c218cbaab5f3e13ce6c56c39ad8a8662f92
  
https://github.com/NixOS/nixpkgs/commit/6c9e6c218cbaab5f3e13ce6c56c39ad8a8662f92
  Author: ndowens 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M pkgs/tools/bluetooth/bluez-tools/default.nix

  Log Message:
  ---
  bluez-tools: 2015-09-10 -> 2016-12-12


  Commit: 984cd56ac53384dac5245f6353bca09ef613b65c
  
https://github.com/NixOS/nixpkgs/commit/984cd56ac53384dac5245f6353bca09ef613b65c
  Author: ndowens 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/tools/bluetooth/bluez-tools/default.nix

  Log Message:
  ---
  Merge pull request #24307 from ndowens/bluez-tools

bluez-tools: 2015-09-10 -> 2016-12-12


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


[Nix-commits] [NixOS/nixpkgs] 498a2f: speedtest-cli: 1.0.2 -> 1.0.3 (#24535)

2017-04-01 Thread ndowens
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 498a2f5e61cca7a63e462b0ad32c5c00d62b6a56
  
https://github.com/NixOS/nixpkgs/commit/498a2f5e61cca7a63e462b0ad32c5c00d62b6a56
  Author: ndowens 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  speedtest-cli: 1.0.2 -> 1.0.3 (#24535)


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


[Nix-commits] [NixOS/nixpkgs] 8c3825: treesheets: init at 2017-03-27

2017-04-01 Thread obadz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8c38250a3e4bc9dc62b710a263ea85dabf14d235
  
https://github.com/NixOS/nixpkgs/commit/8c38250a3e4bc9dc62b710a263ea85dabf14d235
  Author: obadz 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  treesheets: init at 2017-03-27


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


[Nix-commits] [NixOS/nixpkgs] ee0f3e: acme: Use `chown -R` for challenges directory. Fix...

2017-04-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ee0f3e7ad9aa61f02283eb1c18f670703eea20ca
  
https://github.com/NixOS/nixpkgs/commit/ee0f3e7ad9aa61f02283eb1c18f670703eea20ca
  Author: Niklas Hambüchen 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  acme: Use `chown -R` for challenges directory. Fixes #24529.

Commit 75f131da02c00027b9a8240fb74d117cb0f9d9cf added
`chown 'nginx:nginx' '/var/lib/acme'` to the pre-start script,
but since it doesn't use `chown -R`, it is possible that there
are older existing subdirs (like `acme-challenge`)
that are owned to `root` from before that commit went it.


  Commit: 0cc0f2d4657a2b724628b62910a1ada745dc7cfb
  
https://github.com/NixOS/nixpkgs/commit/0cc0f2d4657a2b724628b62910a1ada745dc7cfb
  Author: Domen Kožar 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  Merge pull request #24532 from nh2/fix-24529-acme-dir-permissions-master

acme: Use `chown -R` for challenges directory. Fixes #24529.


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


[Nix-commits] [NixOS/nixpkgs] 9cebf2: acme: Use `chown -R` for challenges directory. Fix...

2017-04-01 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9cebf250df5c0eca34ade9f09e8147a3b211c45a
  
https://github.com/NixOS/nixpkgs/commit/9cebf250df5c0eca34ade9f09e8147a3b211c45a
  Author: Niklas Hambüchen 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  acme: Use `chown -R` for challenges directory. Fixes #24529.

Commit 75f131da02c00027b9a8240fb74d117cb0f9d9cf added
`chown 'nginx:nginx' '/var/lib/acme'` to the pre-start script,
but since it doesn't use `chown -R`, it is possible that there
are older existing subdirs (like `acme-challenge`)
that are owned to `root` from before that commit went it.


  Commit: d74699501e36ccbf69da933f86bc39b96fe0c0fc
  
https://github.com/NixOS/nixpkgs/commit/d74699501e36ccbf69da933f86bc39b96fe0c0fc
  Author: Domen Kožar 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  Merge pull request #24531 from nh2/fix-24529-acme-dir-permissions-17.03

Fix acme dir permissions 17.03


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


[Nix-commits] [NixOS/nixpkgs] b78f16: kernel: do not remove .o files on installPhase

2017-04-01 Thread Volth
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b78f16b33772722d19c9cbe4145953f9c4b76fc8
  
https://github.com/NixOS/nixpkgs/commit/b78f16b33772722d19c9cbe4145953f9c4b76fc8
  Author: Volth 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  kernel: do not remove .o files on installPhase


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


[Nix-commits] [NixOS/nixpkgs] 1a805c: libdrm: 2.4.75 -> 2.4.76

2017-04-01 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1a805c4c6380ce9e5920e1fe1da58a7d3644a95c
  
https://github.com/NixOS/nixpkgs/commit/1a805c4c6380ce9e5920e1fe1da58a7d3644a95c
  Author: Vladimír Čunát 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  libdrm: 2.4.75 -> 2.4.76


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


[Nix-commits] [NixOS/nixpkgs] ed41d5: kernel: fix 9p issues

2017-04-01 Thread Volth
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ed41d50e9fe3d942cfde37e84de781c096309e5b
  
https://github.com/NixOS/nixpkgs/commit/ed41d50e9fe3d942cfde37e84de781c096309e5b
  Author: Volth 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
A pkgs/os-specific/linux/kernel/p9-fixes.patch
M pkgs/os-specific/linux/kernel/patches.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  kernel: fix 9p issues

[tuomas: rename the patch from 9p-hacks to something slighly more
meaningful]
Signed-off-by: Tuomas Tynkkynen 


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


[Nix-commits] [NixOS/nixpkgs] d19384: liferea: bugfix 1.12-rc2 -> 1.12-rc3

2017-04-01 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d19384ca7e217dcd42eff673bafa07f9c6f183b9
  
https://github.com/NixOS/nixpkgs/commit/d19384ca7e217dcd42eff673bafa07f9c6f183b9
  Author: Vladimír Čunát 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/applications/networking/newsreaders/liferea/default.nix

  Log Message:
  ---
  liferea: bugfix 1.12-rc2 -> 1.12-rc3


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


[Nix-commits] [NixOS/nixpkgs] af098f: libgudev: fix build after update #23965

2017-04-01 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: af098ff18e0080303bd6867898e4c7f118fb313a
  
https://github.com/NixOS/nixpkgs/commit/af098ff18e0080303bd6867898e4c7f118fb313a
  Author: Vladimír Čunát 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  libgudev: fix build after update #23965

I somehow missed this error.


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


[Nix-commits] [NixOS/nixpkgs] 86f4de: google-drive-ocamlfuse: add missing ocamlbuild dep...

2017-04-01 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 86f4ded7898eee8ba3dd808d65095f5afacc1d29
  
https://github.com/NixOS/nixpkgs/commit/86f4ded7898eee8ba3dd808d65095f5afacc1d29
  Author: Vincent Laporte 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/applications/networking/google-drive-ocamlfuse/default.nix

  Log Message:
  ---
  google-drive-ocamlfuse: add missing ocamlbuild dependency


  Commit: e5d0593a4289abc33505f061239b32081a710e06
  
https://github.com/NixOS/nixpkgs/commit/e5d0593a4289abc33505f061239b32081a710e06
  Author: Vincent Laporte 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/development/ocaml-modules/janestreet/core-extended.nix

  Log Message:
  ---
  ocamlPackages.core_extended: fix build on Linux


  Commit: fcb9f443750ce8c41a229818a2968d5dc4ec2e4d
  
https://github.com/NixOS/nixpkgs/commit/fcb9f443750ce8c41a229818a2968d5dc4ec2e4d
  Author: Vincent Laporte 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/development/ocaml-modules/ocf/default.nix
M pkgs/development/ocaml-modules/xtmpl/default.nix

  Log Message:
  ---
  ocamlPackages.{ocf,xtmpl}: fix for OCaml 4.04


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


[Nix-commits] [NixOS/nixpkgs] e109fa: libgudev: 230 -> 231 (#23965)

2017-04-01 Thread ndowens
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e109faa401e2892a6189ae1987ebcad18db3621f
  
https://github.com/NixOS/nixpkgs/commit/e109faa401e2892a6189ae1987ebcad18db3621f
  Author: ndowens 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  libgudev: 230 -> 231 (#23965)


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


[Nix-commits] [NixOS/nixpkgs] 427d33: keepalived: 1.3.4 -> 1.3.5

2017-04-01 Thread Johannes Bornhold
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 427d33bfaaa1b6536c5bb11d6eeda10900ae7ac9
  
https://github.com/NixOS/nixpkgs/commit/427d33bfaaa1b6536c5bb11d6eeda10900ae7ac9
  Author: Marius Bergmann 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

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

  Log Message:
  ---
  keepalived: 1.3.4 -> 1.3.5


  Commit: 9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2
  
https://github.com/NixOS/nixpkgs/commit/9d18de5f88b1da69ad6bbfcd7a607b95d431ecc2
  Author: Christine Koppelt 
  Date:   2017-03-26 (Sun, 26 Mar 2017)

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

  Log Message:
  ---
  spark: 1.6.0 ->1.6.3


  Commit: fb50abba2e0c8738b3a92142488e57ef3c631495
  
https://github.com/NixOS/nixpkgs/commit/fb50abba2e0c8738b3a92142488e57ef3c631495
  Author: Rahul Gopinath 
  Date:   2017-03-26 (Sun, 26 Mar 2017)

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

  Log Message:
  ---
  vis: 2016-10-09 -> 0.3


  Commit: df4b6ae3ba69350f7cc5f66fa55e116958459ecf
  
https://github.com/NixOS/nixpkgs/commit/df4b6ae3ba69350f7cc5f66fa55e116958459ecf
  Author: Jörg Thalheim 
  Date:   2017-03-27 (Mon, 27 Mar 2017)

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

  Log Message:
  ---
  vis: use correct separator for LUA_CPATH/LUA_PATH


  Commit: e58e681d9f1407142409c6414769d21df9ff4bd7
  
https://github.com/NixOS/nixpkgs/commit/e58e681d9f1407142409c6414769d21df9ff4bd7
  Author: Thomas Bach 
  Date:   2017-03-27 (Mon, 27 Mar 2017)

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

  Log Message:
  ---
  haproxy: refactor

`preConfigure` line became too long to edit comfortably. Split up
flags into ones necessary during both build and install phase and
install phase only. Makefile defines a target for OS X/Darwin which
automatically sets the `KQUEUE` flag.


  Commit: 73c7649708940e776bcc4f1268c02892d083560e
  
https://github.com/NixOS/nixpkgs/commit/73c7649708940e776bcc4f1268c02892d083560e
  Author: Tim Steinbach 
  Date:   2017-03-27 (Mon, 27 Mar 2017)

  Changed paths:
M pkgs/tools/admin/google-cloud-sdk/default.nix

  Log Message:
  ---
  google-cloud-sdk: 138.0.0 -> 148.0.1


  Commit: 45788aeebed646938f525508bd75ca0319b668d9
  
https://github.com/NixOS/nixpkgs/commit/45788aeebed646938f525508bd75ca0319b668d9
  Author: Thomas Bach 
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  haproxy: Provide LUA and PCRE support as configurable options

Both are enabled by default. Except for LUA on Darwin where
compilation fails. (See #23901.)


  Commit: ea80cd1f1101aa9553a6bdb9896e619593948cef
  
https://github.com/NixOS/nixpkgs/commit/ea80cd1f1101aa9553a6bdb9896e619593948cef
  Author: Thomas Bach 
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
M lib/maintainers.nix
M pkgs/tools/networking/haproxy/default.nix

  Log Message:
  ---
  haproxy: added fuzzy-id to the list of maintainers


  Commit: fdd654a7a9fafccf1b920b4395b36c5318347dcd
  
https://github.com/NixOS/nixpkgs/commit/fdd654a7a9fafccf1b920b4395b36c5318347dcd
  Author: AndersonTorres 
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M pkgs/applications/video/openshot-qt/default.nix
M pkgs/applications/video/openshot-qt/libopenshot-audio.nix
M pkgs/applications/video/openshot-qt/libopenshot.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  openshot-qt: 2.1.0 -> 2.2.0

Also, libopenshot and libopenshot-audio
are now directly referenced on all-packages.nix.


  Commit: 29d9f0e624811cb3255302f773e61c36d1c8c03d
  
https://github.com/NixOS/nixpkgs/commit/29d9f0e624811cb3255302f773e61c36d1c8c03d
  Author: Peter Hoeg 
  Date:   2017-03-30 (Thu, 30 Mar 2017)

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

  Log Message:
  ---
  qsyncthingtray: fix program paths

We need this for qsyncthingtray to be able to detect the processes as well.


  Commit: fd3a996337fb314dd532d9f154340547f821
  
https://github.com/NixOS/nixpkgs/commit/fd3a996337fb314dd532d9f154340547f821
  Author: sternenseemann 
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
A nixos/modules/services/x11/window-managers/2bwm.nix
M nixos/modules/services/x11/window-managers/default.nix
A pkgs/applications/window-managers/2bwm/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  2bwm: init at 0.2


  Commit: 

[Nix-commits] [NixOS/nixpkgs] 46ea77: Revert "python: Move catch_conflicts.py into subdi...

2017-04-01 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 46ea770b2b1e105cab806cdd3845b2ec02ea66e0
  
https://github.com/NixOS/nixpkgs/commit/46ea770b2b1e105cab806cdd3845b2ec02ea66e0
  Author: Vladimír Čunát 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
A pkgs/development/interpreters/python/catch_conflicts.py
R pkgs/development/interpreters/python/catch_conflicts/README.md
R pkgs/development/interpreters/python/catch_conflicts/catch_conflicts.py
M pkgs/development/interpreters/python/mk-python-derivation.nix

  Log Message:
  ---
  Revert "python: Move catch_conflicts.py into subdirectory (#23600)" (#24528)

This reverts commit 76213d102c1eaa91e733b326d9d312b60103d88a.


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


[Nix-commits] [NixOS/nixpkgs]

2017-04-01 Thread vcunat
  Branch: refs/heads/revert-23600-python-catch-conflicts
  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] fc91ec: Revert "python: Move catch_conflicts.py into subdi...

2017-04-01 Thread Vladimír Čunát
  Branch: refs/heads/revert-23600-python-catch-conflicts
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fc91ec74d9404f697e6ef5aa04fcb2e744126b13
  
https://github.com/NixOS/nixpkgs/commit/fc91ec74d9404f697e6ef5aa04fcb2e744126b13
  Author: Vladimír Čunát 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
A pkgs/development/interpreters/python/catch_conflicts.py
R pkgs/development/interpreters/python/catch_conflicts/README.md
R pkgs/development/interpreters/python/catch_conflicts/catch_conflicts.py
M pkgs/development/interpreters/python/mk-python-derivation.nix

  Log Message:
  ---
  Revert "python: Move catch_conflicts.py into subdirectory (#23600)"

This reverts commit 76213d102c1eaa91e733b326d9d312b60103d88a.


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


[Nix-commits] [NixOS/nixpkgs] 76213d: python: Move catch_conflicts.py into subdirectory ...

2017-04-01 Thread Johannes Bornhold
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 76213d102c1eaa91e733b326d9d312b60103d88a
  
https://github.com/NixOS/nixpkgs/commit/76213d102c1eaa91e733b326d9d312b60103d88a
  Author: Johannes Bornhold 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
R pkgs/development/interpreters/python/catch_conflicts.py
A pkgs/development/interpreters/python/catch_conflicts/README.md
A pkgs/development/interpreters/python/catch_conflicts/catch_conflicts.py
M pkgs/development/interpreters/python/mk-python-derivation.nix

  Log Message:
  ---
  python: Move catch_conflicts.py into subdirectory (#23600)

Python does add the script's directory into "sys.path". For the case of
"catch_conflicts.py" this means "/nix/store" is added to "sys.path". This can
result in very long delays if the store contains a lot of entries.


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


[Nix-commits] [NixOS/nixpkgs] d455cd: sharutils: 4.11.1 -> 4.15.2 (#24305)

2017-04-01 Thread ndowens
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d455cdd34bb80afa7225c2da25b760bd4d5e7a02
  
https://github.com/NixOS/nixpkgs/commit/d455cdd34bb80afa7225c2da25b760bd4d5e7a02
  Author: ndowens 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/tools/archivers/sharutils/default.nix

  Log Message:
  ---
  sharutils: 4.11.1 -> 4.15.2 (#24305)


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


[Nix-commits] [NixOS/hydra] 3e0ee2: Adds documentation for the external API (#441)

2017-04-01 Thread Richard Zetterberg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 3e0ee24b87ee65660ae5a14688e74819aef427a8
  
https://github.com/NixOS/hydra/commit/3e0ee24b87ee65660ae5a14688e74819aef427a8
  Author: Richard Zetterberg 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
A doc/manual/api.xml
M doc/manual/manual.xml

  Log Message:
  ---
  Adds documentation for the external API (#441)

Documents all the endpoints that can be used to retrieve data from
the API without authenticating.

Authentication and manipulating data with the API is not documented.


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


[Nix-commits] [NixOS/hydra] 90870f: NixExprs.pm: encode default.nix as utf-8 to fix mi...

2017-04-01 Thread Will Dietz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 90870f1416dbde578a38cfffdfdaa572d2cd6b80
  
https://github.com/NixOS/hydra/commit/90870f1416dbde578a38cfffdfdaa572d2cd6b80
  Author: Will Dietz 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M src/lib/Hydra/View/NixExprs.pm

  Log Message:
  ---
  NixExprs.pm: encode default.nix as utf-8 to fix missing chars/data. (#455)

cc #254


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


[Nix-commits] [NixOS/nixpkgs] b83d29: pkgconfig: 0.29 -> 0.29.1 (#24394)

2017-04-01 Thread ndowens
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b83d2970f27116bfdd14eb8c21425457a251c725
  
https://github.com/NixOS/nixpkgs/commit/b83d2970f27116bfdd14eb8c21425457a251c725
  Author: ndowens 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  pkgconfig: 0.29 -> 0.29.1 (#24394)


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


[Nix-commits] [NixOS/nixpkgs] 6b9c81: pcre: 8.39 -> 8.40 + security fix

2017-04-01 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6b9c81aa1829611094464e4885e6f1b47adf4685
  
https://github.com/NixOS/nixpkgs/commit/6b9c81aa1829611094464e4885e6f1b47adf4685
  Author: Robin Gloster 
  Date:   2017-03-26 (Sun, 26 Mar 2017)

  Changed paths:
A pkgs/development/libraries/pcre/CVE-2017-7186.patch
M pkgs/development/libraries/pcre/default.nix

  Log Message:
  ---
  pcre: 8.39 -> 8.40 + security fix

CVE-2017-7186

refs nixos/security#57 #24319


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

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

  Log Message:
  ---
  systemd: Include https://github.com/NixOS/systemd/pull/8


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

  Changed paths:
M pkgs/misc/cups/default.nix

  Log Message:
  ---
  cups: fix #24339: broken paths in cups-config

Note: this doesn't fix cups-dymo by itself.
It causes a slightly nontrivial rebuild on Linux.


  Commit: 9b049849bfc385604f240157e129f7a8e3530d7f
  
https://github.com/NixOS/nixpkgs/commit/9b049849bfc385604f240157e129f7a8e3530d7f
  Author: Thomas Tuegel 
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
M pkgs/development/libraries/fontconfig/default.nix
R 
pkgs/development/libraries/fontconfig/test-pcf-family-names-freetype-2.7.patch
M pkgs/development/libraries/freetype/default.nix
A pkgs/development/libraries/freetype/disable-pcf-long-family-names.patch
A pkgs/development/libraries/freetype/pcf-config-long-family-names.patch
A pkgs/development/libraries/freetype/pcf-introduce-driver.patch

  Log Message:
  ---
  freetype: disable PCF long family names

Backported several patches from upstream. The test suite patch for Fontconfig is
no longer necessary.


  Commit: 8b65437aae8ab4ffebc3e7f566e385c185bea0d2
  
https://github.com/NixOS/nixpkgs/commit/8b65437aae8ab4ffebc3e7f566e385c185bea0d2
  Author: Dan Peebles 
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M .travis.yml
M README.md
M doc/functions.xml
M lib/attrsets.nix
M lib/maintainers.nix
M lib/types.nix
M maintainers/scripts/hydra-eval-failures.py
M nixos/doc/manual/development/sources.xml
M nixos/doc/manual/installation/installing-uefi.xml
M nixos/doc/manual/installation/upgrading.xml
M nixos/doc/manual/release-notes/rl-1703.xml
M nixos/modules/config/networking.nix
M nixos/modules/config/update-users-groups.pl
M nixos/modules/installer/cd-dvd/channel.nix
M nixos/modules/module-list.nix
M nixos/modules/security/wrappers/default.nix
R nixos/modules/services/backup/sitecopy-backup.nix
M nixos/modules/services/continuous-integration/gitlab-runner.nix
A nixos/modules/services/misc/jackett.nix
A nixos/modules/services/misc/radarr.nix
M nixos/modules/services/network-filesystems/openafs-client/default.nix
M nixos/modules/services/networking/dnscrypt-proxy.nix
M nixos/modules/services/networking/nftables.nix
M nixos/modules/services/web-servers/apache-httpd/wordpress.nix
M nixos/modules/services/web-servers/phpfpm/default.nix
M nixos/modules/services/x11/desktop-managers/enlightenment.nix
M nixos/modules/services/x11/desktop-managers/plasma5.nix
M nixos/modules/tasks/network-interfaces-scripted.nix
M nixos/modules/tasks/network-interfaces-systemd.nix
M nixos/modules/virtualisation/google-compute-image.nix
M nixos/modules/virtualisation/libvirtd.nix
M nixos/modules/virtualisation/xen-dom0.nix
M nixos/release-combined.nix
M nixos/release.nix
A nixos/tests/containers-restart_networking.nix
M nixos/tests/dnscrypt-proxy.nix
M nixos/tests/gnome3-gdm.nix
M nixos/tests/plasma5.nix
M nixos/tests/sddm.nix
M nixos/tests/virtualbox.nix
M pkgs/applications/altcoins/bitcoin-classic.nix
M pkgs/applications/altcoins/default.nix
A pkgs/applications/altcoins/freicoin.nix
M pkgs/applications/audio/drumgizmo/default.nix
M pkgs/applications/audio/drumkv1/default.nix
M pkgs/applications/audio/musescore/default.nix
M pkgs/applications/audio/non/default.nix
M pkgs/applications/audio/spotify/default.nix
M pkgs/applications/display-managers/sddm/default.nix
M pkgs/applications/editors/codeblocks/default.nix
M pkgs/applications/editors/emacs-modes/elpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
M pkgs/applications/editors/emacs/macport.nix

[Nix-commits] [NixOS/nixpkgs] d9b36c: pycairo: fix build with Python 3.6

2017-04-01 Thread Vaibhav Sagar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d9b36c36c5e56c6e2e70f620313008c6ed2407a1
  
https://github.com/NixOS/nixpkgs/commit/d9b36c36c5e56c6e2e70f620313008c6ed2407a1
  Author: Vaibhav Sagar 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  pycairo: fix build with Python 3.6

Apply the same patch as for Python 3.5 so that this builds correctly.
Addresses #24501.


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


[Nix-commits] [NixOS/nixpkgs] da8201: ocamlPackages.sedlex: fix on OCaml 4.04

2017-04-01 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: da8201e7c3523088f1d22c2af252ed9f853a0cca
  
https://github.com/NixOS/nixpkgs/commit/da8201e7c3523088f1d22c2af252ed9f853a0cca
  Author: Vincent Laporte 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

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

  Log Message:
  ---
  ocamlPackages.sedlex: fix on OCaml 4.04


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


[Nix-commits] [NixOS/nixpkgs] 3690ad: multimc: 5 -> 0.5.1

2017-04-01 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3690ad1772a5192601300fad0c0d92e93fdb7d81
  
https://github.com/NixOS/nixpkgs/commit/3690ad1772a5192601300fad0c0d92e93fdb7d81
  Author: michael bishop 
  Date:   2017-03-31 (Fri, 31 Mar 2017)

  Changed paths:
M pkgs/games/multimc/default.nix
R pkgs/games/multimc/multimc.patch

  Log Message:
  ---
  multimc: 5 -> 0.5.1


  Commit: ff1d0ce4385641c473f999c2d0c5e70e6dd8b781
  
https://github.com/NixOS/nixpkgs/commit/ff1d0ce4385641c473f999c2d0c5e70e6dd8b781
  Author: Pascal Wittmann 
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/games/multimc/default.nix
R pkgs/games/multimc/multimc.patch

  Log Message:
  ---
  Merge pull request #24514 from cleverca22/multimc

multimc: 5 -> 0.5.1


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


[Nix-commits] [NixOS/nixpkgs] 623a46: quicklispPackages, lispPackages: make all system-l...

2017-04-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 623a46965380ac6c04a418e03d891e47e19361b9
  
https://github.com/NixOS/nixpkgs/commit/623a46965380ac6c04a418e03d891e47e19361b9
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-04-01 (Sat, 01 Apr 2017)

  Changed paths:
M pkgs/development/lisp-modules/asdf/2.26.nix
M pkgs/development/lisp-modules/asdf/3.1.nix
M pkgs/development/lisp-modules/asdf/default.nix
M pkgs/development/lisp-modules/clwrapper/default.nix
M pkgs/development/lisp-modules/clwrapper/setup-hook.sh
M pkgs/development/lisp-modules/define-package.nix
M pkgs/development/lisp-modules/lisp-packages.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-ext-tables.nix
A 
pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-ext-wiki-links.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd-youtube.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/3bmd.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/alexandria.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/anaphora.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/array-utils.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/babel-streams.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/babel.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/blackbird.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/bordeaux-threads.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/caveman.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-examples.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-grovel.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-libffi.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-toolchain.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi-uffi-compat.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cffi.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/chunga.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/circular-streams.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl+ssl.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-aa.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-annot.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-anonfun.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ansi-text.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-base.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-repl.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-ssl.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async-util.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-async.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-base64.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-colors.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-cookie.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-dbi.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-emb.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fad.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse-meta-fs.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-fuse.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-json.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n-cldr.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-l10n.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-libuv.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-markup.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-mysql.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths-ttf.nix
R pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-paths.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-postgres.nix
A 
pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre-template.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-ppcre.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-reexport.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-smtp.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-store.nix
M pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-annot.nix
A 
pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-anonfun.nix
A pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-syntax-markup.nix
M