[Nix-commits] [NixOS/nixpkgs] bc3125: pythonPackages.pyusb: 1.0.0rc1 -> 1.0.0

2016-05-28 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bc31253c626df443f72c3853a3072de81fd4f5af
  
https://github.com/NixOS/nixpkgs/commit/bc31253c626df443f72c3853a3072de81fd4f5af
  Author: Bjørn Forsman 
  Date:   2016-05-29 (Sun, 29 May 2016)

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

  Log Message:
  ---
  pythonPackages.pyusb: 1.0.0rc1 -> 1.0.0

Unbreaks build, because the (old) src URL doesn't exist anymore.


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


[Nix-commits] [NixOS/nixpkgs] 15072e: pencil: unbreak build by using 'firefox-unwrapped'...

2016-05-28 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 15072e8986c7cae755e9793ccdd786132f869678
  
https://github.com/NixOS/nixpkgs/commit/15072e8986c7cae755e9793ccdd786132f869678
  Author: Bjørn Forsman 
  Date:   2016-05-29 (Sun, 29 May 2016)

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

  Log Message:
  ---
  pencil: unbreak build by using 'firefox-unwrapped' as 'xulrunner'

The xulrunner build itself is broken at the moment.


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


[Nix-commits] [NixOS/nixpkgs] 38429f: pcsxr: init at 1.9.94

2016-05-28 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 38429f74b2b541647025a715b430ca0d26944965
  
https://github.com/NixOS/nixpkgs/commit/38429f74b2b541647025a715b430ca0d26944965
  Author: Ricardo Ardissone 
  Date:   2016-05-26 (Thu, 26 May 2016)

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

  Log Message:
  ---
  pcsxr: init at 1.9.94


  Commit: ea5039e44858fe35f8e53177d83c428d9354f166
  
https://github.com/NixOS/nixpkgs/commit/ea5039e44858fe35f8e53177d83c428d9354f166
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  Merge pull request #15712 from rardiol/pcsxr94b

pcsxr: init at 1.9.94


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


[Nix-commits] [NixOS/nixpkgs] bb4989: sipcmd: refactoring

2016-05-28 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bb4989529f5de908478d842543ef22dea2f08139
  
https://github.com/NixOS/nixpkgs/commit/bb4989529f5de908478d842543ef22dea2f08139
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  sipcmd: refactoring

- Use `fetchFromGitHub`
- meta cleanups


  Commit: 61f92ec5411f352a82a5a72656160cbeb76123b0
  
https://github.com/NixOS/nixpkgs/commit/61f92ec5411f352a82a5a72656160cbeb76123b0
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  Merge pull request #15779 from joachifm/sipcmd-refactor

sipcmd: refactoring


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


[Nix-commits] [NixOS/nixpkgs] 5e1bea: bup: refactorings

2016-05-28 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5e1bea1ec27f11bf9ffdb19a8a0a750958131257
  
https://github.com/NixOS/nixpkgs/commit/5e1bea1ec27f11bf9ffdb19a8a0a750958131257
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/tools/backup/bup/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  bup: refactorings

- Use `fetchFromGitHub`
- Apply patches standard patch phase
- Use `pythonPackages`
- Use `stdenv.is{Darwin,Linux}`
- meta fixups
- Enable support for the web front-end


  Commit: 73e0c95288eaa74e3c44dc2f49d34fbe01cf8868
  
https://github.com/NixOS/nixpkgs/commit/73e0c95288eaa74e3c44dc2f49d34fbe01cf8868
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/tools/backup/bup/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #15778 from joachifm/bup-refactor

bup: refactorings


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


[Nix-commits] [NixOS/nixpkgs] b950dd: add fondu-060102

2016-05-28 Thread Jude Taylor
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b950dd4c4f92d7f50538d8884f39c9b6e2571294
  
https://github.com/NixOS/nixpkgs/commit/b950dd4c4f92d7f50538d8884f39c9b6e2571294
  Author: Jude Taylor 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  add fondu-060102


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


[Nix-commits] [NixOS/nixpkgs]

2016-05-28 Thread pikajude
  Branch: refs/heads/nixos-master
  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] b950dd: add fondu-060102

2016-05-28 Thread Jude Taylor
  Branch: refs/heads/nixos-master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b950dd4c4f92d7f50538d8884f39c9b6e2571294
  
https://github.com/NixOS/nixpkgs/commit/b950dd4c4f92d7f50538d8884f39c9b6e2571294
  Author: Jude Taylor 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  add fondu-060102


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


[Nix-commits] [NixOS/nixpkgs] f83cbc: numix-gtk-theme: fix installation directory

2016-05-28 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f83cbcb51e8fffd5075057df45c5e4a0254374e5
  
https://github.com/NixOS/nixpkgs/commit/f83cbcb51e8fffd5075057df45c5e4a0254374e5
  Author: José Romildo Malaquias 
  Date:   2016-05-26 (Thu, 26 May 2016)

  Changed paths:
M pkgs/misc/themes/numix-gtk-theme/default.nix

  Log Message:
  ---
  numix-gtk-theme: fix installation directory


  Commit: 267f6f4e97a3a0705db7dac1e02d6c8900b1bbe1
  
https://github.com/NixOS/nixpkgs/commit/267f6f4e97a3a0705db7dac1e02d6c8900b1bbe1
  Author: José Romildo Malaquias 
  Date:   2016-05-26 (Thu, 26 May 2016)

  Changed paths:
M pkgs/data/icons/numix-icon-theme-circle/default.nix

  Log Message:
  ---
  numix-icon-theme-circle: 2016-05-18 -> 2016-05-25


  Commit: 9a18cef082b5be1d14d304cb14fe0434561ed234
  
https://github.com/NixOS/nixpkgs/commit/9a18cef082b5be1d14d304cb14fe0434561ed234
  Author: José Romildo Malaquias 
  Date:   2016-05-26 (Thu, 26 May 2016)

  Changed paths:
M pkgs/data/icons/paper-icon-theme/default.nix

  Log Message:
  ---
  paper-icon-theme: 2016-05-21 -> 2016-05-25


  Commit: ecce3999b2bbe025c8151ab92e0f67d58dfcf3cd
  
https://github.com/NixOS/nixpkgs/commit/ecce3999b2bbe025c8151ab92e0f67d58dfcf3cd
  Author: José Romildo Malaquias 
  Date:   2016-05-26 (Thu, 26 May 2016)

  Changed paths:
M pkgs/misc/themes/paper-gtk-theme/default.nix

  Log Message:
  ---
  paper-gtk-theme: fix installation directory


  Commit: 923a63ad5d675869cf560864b6348a180c188f4f
  
https://github.com/NixOS/nixpkgs/commit/923a63ad5d675869cf560864b6348a180c188f4f
  Author: José Romildo Malaquias 
  Date:   2016-05-26 (Thu, 26 May 2016)

  Changed paths:
M pkgs/misc/themes/paper-gtk-theme/default.nix

  Log Message:
  ---
  paper-gtk-theme: 2016-05-18 -> 2016-05-25


  Commit: 864e3ff38e8323a9ac48ad67c41bae85f77baf4d
  
https://github.com/NixOS/nixpkgs/commit/864e3ff38e8323a9ac48ad67c41bae85f77baf4d
  Author: José Romildo Malaquias 
  Date:   2016-05-26 (Thu, 26 May 2016)

  Changed paths:
M pkgs/data/icons/paper-icon-theme/default.nix

  Log Message:
  ---
  paper-icon-theme: fix installation directory


  Commit: ad6496f768545dcf64296a31af7b3e0666858bb6
  
https://github.com/NixOS/nixpkgs/commit/ad6496f768545dcf64296a31af7b3e0666858bb6
  Author: José Romildo Malaquias 
  Date:   2016-05-27 (Fri, 27 May 2016)

  Changed paths:
M pkgs/misc/themes/numix-gtk-theme/default.nix

  Log Message:
  ---
  numix-gtk-theme: 2016-05-19 -> 2016-05-25


  Commit: 69091bae844fe881da1b29f1bd0458f1a46f2bfc
  
https://github.com/NixOS/nixpkgs/commit/69091bae844fe881da1b29f1bd0458f1a46f2bfc
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/data/icons/numix-icon-theme-circle/default.nix
M pkgs/data/icons/paper-icon-theme/default.nix
M pkgs/misc/themes/numix-gtk-theme/default.nix
M pkgs/misc/themes/paper-gtk-theme/default.nix

  Log Message:
  ---
  Merge pull request #15741 from romildo/fix.themes

Numix and Paper themes: fix installation dir and update revision


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


[Nix-commits] [NixOS/nixpkgs] a3521b: Merge pull request #15762 (Chromium update)

2016-05-28 Thread aszlig
  Branch: refs/heads/release-15.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a3521b60e68112d1cafd42da00a45fb0c7344137
  
https://github.com/NixOS/nixpkgs/commit/a3521b60e68112d1cafd42da00a45fb0c7344137
  Author: aszlig 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/common.nix
R 
pkgs/applications/networking/browsers/chromium/patches/build_fixes_46.patch
R 
pkgs/applications/networking/browsers/chromium/patches/nix_plugin_paths_46.patch
A 
pkgs/applications/networking/browsers/chromium/patches/nix_plugin_paths_52.patch
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  Merge pull request #15762 (Chromium update)

This is the original pull request plus some commits from me to bring all
channels to the latest versions, because the fixed security
vulnerabilites might not be fixed in the dev version we had before.

I've tested the whole changeset on my Hydra at:

https://headcounter.org/hydra/eval/322006

Thanks to @srp for the initial commit and thus implicitly also for the
security notice.

Cc: @abbradar
(backported from commit b5f95a5303a4bf20b513c2a4f636b82cb588239a)
Reason: Lots of security fixes (see e2d067d)


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


[Nix-commits] [NixOS/nixpkgs] 006826: Merge pull request #15762 (Chromium update)

2016-05-28 Thread aszlig
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 00682602aead85078299df5153b9dfbb9f371ec4
  
https://github.com/NixOS/nixpkgs/commit/00682602aead85078299df5153b9dfbb9f371ec4
  Author: aszlig 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/common.nix
R 
pkgs/applications/networking/browsers/chromium/patches/build_fixes_46.patch
R 
pkgs/applications/networking/browsers/chromium/patches/nix_plugin_paths_46.patch
A 
pkgs/applications/networking/browsers/chromium/patches/nix_plugin_paths_52.patch
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  Merge pull request #15762 (Chromium update)

This is the original pull request plus some commits from me to bring all
channels to the latest versions, because the fixed security
vulnerabilites might not be fixed in the dev version we had before.

I've tested the whole changeset on my Hydra at:

https://headcounter.org/hydra/eval/322006

Thanks to @srp for the initial commit and thus implicitly also for the
security notice.

Cc: @abbradar
(backported from commit b5f95a5303a4bf20b513c2a4f636b82cb588239a)
Reason: Lots of security fixes (see e2d067d)


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


[Nix-commits] [NixOS/nixpkgs] e2d067: chromium: Update to latest stable and beta channel

2016-05-28 Thread aszlig
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e2d067d76035974a77bcb15526d5414b3823a123
  
https://github.com/NixOS/nixpkgs/commit/e2d067d76035974a77bcb15526d5414b3823a123
  Author: Scott R. Parish 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  chromium: Update to latest stable and beta channel

Overview of updated versions:

stable: 50.0.2661.102 -> 51.0.2704.63
beta: 51.0.2704.47 -> 51.0.2704.63

I tried to update dev, but couldn't get it to compile, it was failing
with a "'isnan' was not declared in this scope.

As far as I can tell, at the moment the beta and stable channels are
on the same version.

The stable update addresses the following security issues:

  * High   CVE-2016-1672: Cross-origin bypass in extension bindings. Credit
to Mariusz Mlynski.
  * High   CVE-2016-1673: Cross-origin bypass in Blink. Credit to Mariusz
Mlynski.
  * High   CVE-2016-1674: Cross-origin bypass in extensions. Credit to Mariusz
Mlynski.
  * High   CVE-2016-1675: Cross-origin bypass in Blink. Credit to Mariusz
Mlynski.
  * High   CVE-2016-1676: Cross-origin bypass in extension bindings. Credit
to Rob Wu.
  * Medium CVE-2016-1677: Type confusion in V8. Credit to Guang Gong of
  Qihoo 360.
  * High   CVE-2016-1678: Heap overflow in V8. Credit to Christian Holler.
  * High   CVE-2016-1679: Heap use-after-free in V8 bindings. Credit to Rob Wu.
  * High   CVE-2016-1680: Heap use-after-free in Skia. Credit to Atte Kettunen
of OUSPG.
  * High   CVE-2016-1681: Heap overflow in PDFium. Credit to Aleksandar Nikolic
of Cisco Talos.
  * Medium CVE-2016-1682: CSP bypass for ServiceWorker. Credit to
KingstonTime.
  * Medium CVE-2016-1683: Out-of-bounds access in libxslt. Credit to Nicolas
Gregoire.
  * Medium CVE-2016-1684: Integer overflow in libxslt. Credit to Nicolas
Gregoire.
  * Medium CVE-2016-1685: Out-of-bounds read in PDFium. Credit to Ke Liu
of Tencent's Xuanwu LAB.
  * Medium CVE-2016-1686: Out-of-bounds read in PDFium. Credit to Ke Liu
of Tencent's Xuanwu LAB.
  * Medium CVE-2016-1687: Information leak in extensions. Credit to Rob Wu.
  * Medium CVE-2016-1688: Out-of-bounds read in V8. Credit to Max Korenko.
  * Medium CVE-2016-1689: Heap buffer overflow in media. Credit to Atte
Kettunen of OUSPG.
  * Medium CVE-2016-1690: Heap use-after-free in Autofill. Credit to Rob Wu.
  * LowCVE-2016-1691: Heap buffer-overflow in Skia. Credit to Atte Kettunen
of OUSPG.
  * LowCVE-2016-1692: Limited cross-origin bypass in ServiceWorker. Credit
to Til Jasper Ullrich.
  * LowCVE-2016-1693: HTTP Download of Software Removal Tool. Credit to
Khalil Zhani.
  * LowCVE-2016-1694: HPKP pins removed on cache clearance. Credit to Ryan
Lester and Bryant Zadegan.

See: 
http://googlechromereleases.blogspot.com/2016/05/stable-channel-update_25.html


  Commit: 0f4095ec5069515a5ecdcb3f9b9b0d18ff090a30
  
https://github.com/NixOS/nixpkgs/commit/0f4095ec5069515a5ecdcb3f9b9b0d18ff090a30
  Author: aszlig 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  chromium: Fix hash for beta Debian package

I'm not sure how the wrong hash ended up being there, but I've checked
the hash from three different machines (and networks) just to be sure I
didn't make a mistake.

Signed-off-by: aszlig 


  Commit: c7a3645e7bfe8bd6db7d3d9a320c2f07ea582347
  
https://github.com/NixOS/nixpkgs/commit/c7a3645e7bfe8bd6db7d3d9a320c2f07ea582347
  Author: aszlig 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/common.nix
R 
pkgs/applications/networking/browsers/chromium/patches/build_fixes_46.patch
R 
pkgs/applications/networking/browsers/chromium/patches/nix_plugin_paths_46.patch

  Log Message:
  ---
  chromium: Remove stuff for versions <= v51

We're already on version 52, so there really is no need to keep all
those conditionals and old patches anymore.

Tested dropping the unconditional build_fixes_46.patch via the Chromium
VM tests.

Signed-off-by: aszlig 


  Commit: 79d18eb6045b33e081fbce4b66374ea75dfeeb5f
  
https://github.com/NixOS/nixpkgs/commit/79d18eb6045b33e081fbce4b66374ea75dfeeb5f
  Author: aszlig 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M 

[Nix-commits] [NixOS/nixpkgs] 7a023d: jsonnet: add platforms attribute

2016-05-28 Thread Benjamin Staffin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7a023d50b9ff9a3164da78bff9b6d62e7dd34c27
  
https://github.com/NixOS/nixpkgs/commit/7a023d50b9ff9a3164da78bff9b6d62e7dd34c27
  Author: Benjamin Staffin 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/development/compilers/jsonnet/default.nix

  Log Message:
  ---
  jsonnet: add platforms attribute


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


[Nix-commits] [NixOS/nixpkgs] 622b1b: slurm-llnl: multiple outputs

2016-05-28 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 622b1b057b731c8e4308619bc8d525a22c53ea04
  
https://github.com/NixOS/nixpkgs/commit/622b1b057b731c8e4308619bc8d525a22c53ea04
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/servers/computing/slurm/default.nix

  Log Message:
  ---
  slurm-llnl: multiple outputs


  Commit: c420d0fb289af2c233cf525a3a9ea17cb1c2790e
  
https://github.com/NixOS/nixpkgs/commit/c420d0fb289af2c233cf525a3a9ea17cb1c2790e
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M nixos/modules/services/computing/slurm/slurm.nix

  Log Message:
  ---
  slurm service: fix typo in option description


  Commit: b05bb30361cf03c3b69f734fce7e3b76c9665175
  
https://github.com/NixOS/nixpkgs/commit/b05bb30361cf03c3b69f734fce7e3b76c9665175
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M nixos/modules/services/computing/slurm/slurm.nix

  Log Message:
  ---
  slurm service: robust reference to slurm bin output


  Commit: bb0d8b55195a0c671c65a60dfacb19c9f8ba54b2
  
https://github.com/NixOS/nixpkgs/commit/bb0d8b55195a0c671c65a60dfacb19c9f8ba54b2
  Author: Arseniy Seroka 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M nixos/modules/services/computing/slurm/slurm.nix
M pkgs/servers/computing/slurm/default.nix

  Log Message:
  ---
  Merge pull request #15780 from joachifm/slurm-refactor

Slurm refactorings


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


[Nix-commits] [NixOS/nixpkgs] ae08ab: mate-themes: 1.6.3 -> 3.18.1

2016-05-28 Thread Arseniy Seroka
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ae08abb8b3cb84fec3ba257eb964a9f2b9ec7af1
  
https://github.com/NixOS/nixpkgs/commit/ae08abb8b3cb84fec3ba257eb964a9f2b9ec7af1
  Author: José Romildo Malaquias 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/misc/themes/mate-themes/default.nix

  Log Message:
  ---
  mate-themes: 1.6.3 -> 3.18.1


  Commit: 1ce4a7c9238358fdf7d8bce2cef189d887e1a742
  
https://github.com/NixOS/nixpkgs/commit/1ce4a7c9238358fdf7d8bce2cef189d887e1a742
  Author: Arseniy Seroka 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/misc/themes/mate-themes/default.nix

  Log Message:
  ---
  Merge pull request #15784 from romildo/upd.mate-themes

mate-themes: 1.6.3 -> 3.18.1


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


[Nix-commits] [NixOS/nixpkgs] ca4e52: apache-kafka: 0.8.2.1 -> 0.9.0.1

2016-05-28 Thread Benjamin Staffin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ca4e52d62a577bc195a3133fb4741376e84b2f65
  
https://github.com/NixOS/nixpkgs/commit/ca4e52d62a577bc195a3133fb4741376e84b2f65
  Author: Maarten Hoogendoorn 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/servers/apache-kafka/default.nix

  Log Message:
  ---
  apache-kafka: 0.8.2.1 -> 0.9.0.1

(cherry picked from commit bada3043939a9901500c65abc9424e1ffe2310ae)


  Commit: cf5af594686d9741e6d321b94c00d02c52ad6d23
  
https://github.com/NixOS/nixpkgs/commit/cf5af594686d9741e6d321b94c00d02c52ad6d23
  Author: Benjamin Staffin 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/servers/apache-kafka/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  apache-kafka: retain 0.8.x and 0.9.x

Should make it a little easier for users who need time to plan for the
major 0.9 update.


  Commit: 5e53489cd63532592aecf3ef168ac46ee0d890eb
  
https://github.com/NixOS/nixpkgs/commit/5e53489cd63532592aecf3ef168ac46ee0d890eb
  Author: Benjamin Staffin 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/servers/apache-kafka/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #15789 from benley/kafka-0-9

apache-kafka: 0.8.2.1 -> 0.9.0.1 (keep both around temporarily)


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


[Nix-commits] [NixOS/nixpkgs] 2fe8a9: llvm: remove bogus paxmarks

2016-05-28 Thread Joachim Fasting
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2fe8a98244031a8d7b18c854da8dcb11a901cfeb
  
https://github.com/NixOS/nixpkgs/commit/2fe8a98244031a8d7b18c854da8dcb11a901cfeb
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/development/compilers/llvm/3.6/llvm.nix
M pkgs/development/compilers/llvm/3.7/llvm.nix
M pkgs/development/compilers/llvm/3.8/llvm.nix

  Log Message:
  ---
  llvm: remove bogus paxmarks

Refers to non-existent files; see e.g.,
https://hydra.nixos.org/build/36359717/nixlog/1/raw

Likely a copy-paste error that has gone unnoticed because paxmark didn't
do anything, but breaks after 6648b04381b8fefb704824f5db898813f22dafbb


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


[Nix-commits] [NixOS/nixpkgs] 0af8c1: mt-st: init at 1.3

2016-05-28 Thread Redvers Davies
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0af8c1f8b8cdeadf97a4ccd8e20f04bc66a635e7
  
https://github.com/NixOS/nixpkgs/commit/0af8c1f8b8cdeadf97a4ccd8e20f04bc66a635e7
  Author: Redvers Davies 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
A pkgs/tools/backup/mt-st/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  mt-st: init at 1.3

Closes #15787


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


[Nix-commits] [NixOS/nixpkgs] 2745b5: mtx: init at 1.3.12

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2745b5a652023ce300708d83dcc39b3e52ddd2fe
  
https://github.com/NixOS/nixpkgs/commit/2745b5a652023ce300708d83dcc39b3e52ddd2fe
  Author: Redvers Davies 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/tools/backup/mtx/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  mtx: init at 1.3.12


  Commit: 5b0a045d07611818cca0c1507e82294943bf241a
  
https://github.com/NixOS/nixpkgs/commit/5b0a045d07611818cca0c1507e82294943bf241a
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/tools/backup/mtx/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #15769 from redvers/mtx

mtx: init at 1.3.12


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


[Nix-commits] [NixOS/nixpkgs] 91a23e: efl: 1.17.0 -> 1.17.1

2016-05-28 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 91a23ebcc6624ff603933f2b8fccde19bfe3df04
  
https://github.com/NixOS/nixpkgs/commit/91a23ebcc6624ff603933f2b8fccde19bfe3df04
  Author: José Romildo Malaquias 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/desktops/enlightenment/efl.nix

  Log Message:
  ---
  efl: 1.17.0 -> 1.17.1


  Commit: 69cbaebf27230ac62581ee0618e5752e20de7b83
  
https://github.com/NixOS/nixpkgs/commit/69cbaebf27230ac62581ee0618e5752e20de7b83
  Author: José Romildo Malaquias 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/desktops/enlightenment/elementary.nix

  Log Message:
  ---
  elementary: 1.17.0 -> 1.17.1


  Commit: b31bbf43fb05a91e37e98dc65f3e92014506d5ed
  
https://github.com/NixOS/nixpkgs/commit/b31bbf43fb05a91e37e98dc65f3e92014506d5ed
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/desktops/enlightenment/efl.nix
M pkgs/desktops/enlightenment/elementary.nix

  Log Message:
  ---
  Merge pull request #15748 from romildo/upd.enlightenment

efl: 1.17.0 -> 1.17.1, elementary: 1.17.0 -> 1.17.1


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


[Nix-commits] [NixOS/nixpkgs] 4561a6: openvswitch: 2.3.1 -> 2.5.0 (#15729)

2016-05-28 Thread Marius Bakke
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4561a649f41554f9c47c0405079a909a1b51db2f
  
https://github.com/NixOS/nixpkgs/commit/4561a649f41554f9c47c0405079a909a1b51db2f
  Author: Marius Bakke 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  openvswitch: 2.3.1 -> 2.5.0 (#15729)


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


[Nix-commits] [NixOS/nixpkgs] 5c6d78: pythonPackages.msgpack: fix tests

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5c6d7825b4d2f9a6b6dda7fd0d6cad4215f4715b
  
https://github.com/NixOS/nixpkgs/commit/5c6d7825b4d2f9a6b6dda7fd0d6cad4215f4715b
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.msgpack: fix tests


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


[Nix-commits] [NixOS/nixpkgs] ce3d51: verilator: 3.874 -> 3.884

2016-05-28 Thread Moritz Ulrich
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ce3d510d906af36a0a09858c7cd6131a1e1ae364
  
https://github.com/NixOS/nixpkgs/commit/ce3d510d906af36a0a09858c7cd6131a1e1ae364
  Author: David Craven 
  Date:   2016-05-22 (Sun, 22 May 2016)

  Changed paths:
M pkgs/applications/science/electronics/verilator/default.nix

  Log Message:
  ---
  verilator: 3.874 -> 3.884


  Commit: 509ce20dedf4b08fc0877dbe0b9fb16f008b6fef
  
https://github.com/NixOS/nixpkgs/commit/509ce20dedf4b08fc0877dbe0b9fb16f008b6fef
  Author: David Craven 
  Date:   2016-05-22 (Sun, 22 May 2016)

  Changed paths:
M pkgs/applications/science/electronics/verilog/default.nix

  Log Message:
  ---
  verilog: 0.97 -> 2016.05.21


  Commit: b467283352fefe0b3d66348237271e91aba7b49c
  
https://github.com/NixOS/nixpkgs/commit/b467283352fefe0b3d66348237271e91aba7b49c
  Author: David Craven 
  Date:   2016-05-22 (Sun, 22 May 2016)

  Changed paths:
M pkgs/development/compilers/yosys/default.nix

  Log Message:
  ---
  yosys: 2015.12.29 -> 2016.05.21


  Commit: 9b0fe47e3636ab2c1ff09dc82ed6992551301b05
  
https://github.com/NixOS/nixpkgs/commit/9b0fe47e3636ab2c1ff09dc82ed6992551301b05
  Author: David Craven 
  Date:   2016-05-22 (Sun, 22 May 2016)

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

  Log Message:
  ---
  icestorm: 2015.12.29 -> 2016.05.21


  Commit: 7ae681920cb92f15a0fc2152452ec22622741a7a
  
https://github.com/NixOS/nixpkgs/commit/7ae681920cb92f15a0fc2152452ec22622741a7a
  Author: David Craven 
  Date:   2016-05-22 (Sun, 22 May 2016)

  Changed paths:
M pkgs/development/compilers/arachne-pnr/default.nix

  Log Message:
  ---
  arachnepnr: 2015.12.29 -> 2016.05.21


  Commit: 7b2fab05f385a445811b60fe0dde37e59b4c7e81
  
https://github.com/NixOS/nixpkgs/commit/7b2fab05f385a445811b60fe0dde37e59b4c7e81
  Author: Moritz Ulrich 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/applications/science/electronics/verilator/default.nix
M pkgs/applications/science/electronics/verilog/default.nix
M pkgs/development/compilers/arachne-pnr/default.nix
M pkgs/development/compilers/yosys/default.nix
M pkgs/development/tools/icestorm/default.nix

  Log Message:
  ---
  Merge pull request #15606 from dvc94ch/fpga-toolchain-updates

FPGA toolchain updates


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


[Nix-commits] [NixOS/nixpkgs] bac122: leatherman: 0.4.2 -> 0.7.0

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bac12280ef593ad0e6804fba5f5f1079773ae842
  
https://github.com/NixOS/nixpkgs/commit/bac12280ef593ad0e6804fba5f5f1079773ae842
  Author: Kranium Gikos Mendoza 
  Date:   2016-05-22 (Sun, 22 May 2016)

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

  Log Message:
  ---
  leatherman: 0.4.2 -> 0.7.0


  Commit: 7c4438dcf9959826da4a57ed3eddc0dfb96cfa1b
  
https://github.com/NixOS/nixpkgs/commit/7c4438dcf9959826da4a57ed3eddc0dfb96cfa1b
  Author: Kranium Gikos Mendoza 
  Date:   2016-05-22 (Sun, 22 May 2016)

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

  Log Message:
  ---
  facter: 3.1.5 -> 3.1.6


  Commit: ccb3ade7c26f860d04f20d24a540cec9c557650f
  
https://github.com/NixOS/nixpkgs/commit/ccb3ade7c26f860d04f20d24a540cec9c557650f
  Author: Kranium Gikos Mendoza 
  Date:   2016-05-22 (Sun, 22 May 2016)

  Changed paths:
M pkgs/tools/system/facter/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  facter: ruby support


  Commit: 373455e237d7b9fff27dd2d94682084dc95d9a23
  
https://github.com/NixOS/nixpkgs/commit/373455e237d7b9fff27dd2d94682084dc95d9a23
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/development/libraries/leatherman/default.nix
M pkgs/tools/system/facter/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #15613 from womfoo/facter

facter: 3.1.5 -> 3.1.6 (add ruby support) and dependency leatherman: 0.4.2 -> 
0.7.0


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


[Nix-commits] [NixOS/nixpkgs] 862cca: btfs: 2.8 -> 2.9

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 862ccab89cf1adb8cbca668c8f670669b64968aa
  
https://github.com/NixOS/nixpkgs/commit/862ccab89cf1adb8cbca668c8f670669b64968aa
  Author: rnhmjoj 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  btfs: 2.8 -> 2.9


  Commit: eb7d55f68a479b62263a0ad71a4486f84716bfe3
  
https://github.com/NixOS/nixpkgs/commit/eb7d55f68a479b62263a0ad71a4486f84716bfe3
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  Merge pull request #15777 from rnhmjoj/btfs

btfs: 2.8 -> 2.9


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


[Nix-commits] [NixOS/nixpkgs] ff771e: rustRacer: 1.1.0 -> 1.2.10

2016-05-28 Thread Moritz Ulrich
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ff771e948cea6f2e43fa51baf851c5fe02ff7f1c
  
https://github.com/NixOS/nixpkgs/commit/ff771e948cea6f2e43fa51baf851c5fe02ff7f1c
  Author: Moritz Ulrich 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/development/tools/rust/racer/default.nix

  Log Message:
  ---
  rustRacer: 1.1.0 -> 1.2.10


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


[Nix-commits] [NixOS/nixpkgs] c7d288: mpv: add script infrastructure & convert script

2016-05-28 Thread Profpatsch
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c7d288fd569cbd38df1cfdff91a757393475fd42
  
https://github.com/NixOS/nixpkgs/commit/c7d288fd569cbd38df1cfdff91a757393475fd42
  Author: Profpatsch 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/applications/video/mpv/default.nix
A pkgs/applications/video/mpv/scripts/convert.nix
A pkgs/applications/video/mpv/scripts/convert.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  mpv: add script infrastructure & convert script

mpv’s functionality can be modified with lua scripts, by specifying them
on the command line.
`scripts` is a list of lua files that are appended to the default mpv
invocation. We also provide a `mpvScripts` attrset with the available
scripts in the top namespace.

`convert` is one such script, that extends mpv with a simple but very
convenient on-the-fly cropping and converting feature.

Closes #14040.


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


[Nix-commits] [NixOS/nixpkgs] 885a13: octave: add libsndfile to buildInputs, fixes #1549...

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 885a1318b01b5d37c6d342eacfd57c47aeb5fd53
  
https://github.com/NixOS/nixpkgs/commit/885a1318b01b5d37c6d342eacfd57c47aeb5fd53
  Author: Frederik Rietdijk 
  Date:   2016-05-16 (Mon, 16 May 2016)

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

  Log Message:
  ---
  octave: add libsndfile to buildInputs, fixes #15494


  Commit: ee547881d6931c636c17f91ca066efe8f6b1ccbf
  
https://github.com/NixOS/nixpkgs/commit/ee547881d6931c636c17f91ca066efe8f6b1ccbf
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  Merge pull request #15501 from FRidh/octave

octave: add libsndfile to buildInputs, fixes #15494


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


[Nix-commits] [NixOS/nixpkgs] 1e0486: buildRustPackage: Add `log-level` argument.

2016-05-28 Thread Moritz Ulrich
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1e04865e87c6d807db231a7ea485164c9c6cdecd
  
https://github.com/NixOS/nixpkgs/commit/1e04865e87c6d807db231a7ea485164c9c6cdecd
  Author: Moritz Ulrich 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/build-support/rust/default.nix

  Log Message:
  ---
  buildRustPackage: Add `log-level` argument.


  Commit: 303aac8381bcc2509b0313a05d7f43e125d4a0c2
  
https://github.com/NixOS/nixpkgs/commit/303aac8381bcc2509b0313a05d7f43e125d4a0c2
  Author: Moritz Ulrich 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/development/tools/build-managers/cargo/default.nix
M pkgs/top-level/rust-packages.nix

  Log Message:
  ---
  cargo: 0.9.0 -> 0.10.0, rustRegistry: 2016-05-12 -> 2016-05-28.


  Commit: d8b0618e6c21fb3c5f8ed17a8030997ea8abf151
  
https://github.com/NixOS/nixpkgs/commit/d8b0618e6c21fb3c5f8ed17a8030997ea8abf151
  Author: Moritz Ulrich 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/build-support/rust/default.nix

  Log Message:
  ---
  buildRustPackage: Don't specify `logLevel` by default.


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


[Nix-commits] [NixOS/nixpkgs] 9e8edc: qnial: Init at 6.3

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9e8edc1389a65df6e1434e96a9b5bea352884d12
  
https://github.com/NixOS/nixpkgs/commit/9e8edc1389a65df6e1434e96a9b5bea352884d12
  Author: Rahul Gopinath 
  Date:   2016-05-25 (Wed, 25 May 2016)

  Changed paths:
A pkgs/development/interpreters/qnial/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  qnial: Init at 6.3

Qnial is an implementation of the Nial (Nested Array) Language


  Commit: fcbd21159649102869379607bae704e5e0a1701f
  
https://github.com/NixOS/nixpkgs/commit/fcbd21159649102869379607bae704e5e0a1701f
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
A pkgs/development/interpreters/qnial/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #15709 from vrthra/qnial

qnial: Init at 6.3


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


[Nix-commits] [NixOS/nixpkgs] 8c489c: imv: 2.0.0 -> 2.1.2

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8c489cdd6e2a562f4d974c5fd7be3b5ffd8c9949
  
https://github.com/NixOS/nixpkgs/commit/8c489cdd6e2a562f4d974c5fd7be3b5ffd8c9949
  Author: rnhmjoj 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  imv: 2.0.0 -> 2.1.2


  Commit: b88caeff8fae50aec4cced611a7dbb37fe4ecda8
  
https://github.com/NixOS/nixpkgs/commit/b88caeff8fae50aec4cced611a7dbb37fe4ecda8
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  Merge pull request #15776 from rnhmjoj/imv

imv: 2.0.0 -> 2.1.2


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


[Nix-commits] [NixOS/nixpkgs] 516b00: pythonPackages.django: 1.7 -> 1.9

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 516b00270a6b69b3724254516b2d65487aa8e0b3
  
https://github.com/NixOS/nixpkgs/commit/516b00270a6b69b3724254516b2d65487aa8e0b3
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.django: 1.7 -> 1.9


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


[Nix-commits] [NixOS/nixpkgs] 70286f: transmission: fix build with systemd 230

2016-05-28 Thread obadz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 70286f13483aac4f3d25cca2692c16e13eecb464
  
https://github.com/NixOS/nixpkgs/commit/70286f13483aac4f3d25cca2692c16e13eecb464
  Author: obadz 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/applications/networking/p2p/transmission/default.nix

  Log Message:
  ---
  transmission: fix build with systemd 230


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


[Nix-commits] [NixOS/nixpkgs] 9f6fc2: fix evaluation

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9f6fc25734e88cb2c6a59c4c2295f087c03c6e9b
  
https://github.com/NixOS/nixpkgs/commit/9f6fc25734e88cb2c6a59c4c2295f087c03c6e9b
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  fix evaluation

Been writing too much Python lately :)


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


[Nix-commits] [NixOS/nixpkgs] e3f9bf: pythonPackages.django: 1.7 -> 1.9

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e3f9bf5f0782da0d73e662c530f76771e2b78608
  
https://github.com/NixOS/nixpkgs/commit/e3f9bf5f0782da0d73e662c530f76771e2b78608
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.django: 1.7 -> 1.9


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


[Nix-commits] [NixOS/nixpkgs] e7906e: pythonPackages.oauth: disable tests

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e7906e06a2ee6b901855ce3888ad8ab620f901c2
  
https://github.com/NixOS/nixpkgs/commit/e7906e06a2ee6b901855ce3888ad8ab620f901c2
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.oauth: disable tests


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


[Nix-commits] [NixOS/nixpkgs] bb302c: pythonPackages.pelican: disable tests

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bb302c6d7f0b2533e789e39656734fda1a25f236
  
https://github.com/NixOS/nixpkgs/commit/bb302c6d7f0b2533e789e39656734fda1a25f236
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.pelican: disable tests


  Commit: 67cd2eb8610fc458b30e31d969c2f44ebcc5905a
  
https://github.com/NixOS/nixpkgs/commit/67cd2eb8610fc458b30e31d969c2f44ebcc5905a
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.SPARQLWrapper: disable tests


  Commit: 865fec600bf00c054bbbce37813461126f69ad4a
  
https://github.com/NixOS/nixpkgs/commit/865fec600bf00c054bbbce37813461126f69ad4a
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.pafy: disable tests


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


[Nix-commits] [NixOS/nixpkgs] 14dfde: networking config: support setting resolv.conf opt...

2016-05-28 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 14dfdeb31adb965da1c1f5aa4667eab0043aa51e
  
https://github.com/NixOS/nixpkgs/commit/14dfdeb31adb965da1c1f5aa4667eab0043aa51e
  Author: Christian Zagrodnick 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M nixos/modules/config/networking.nix

  Log Message:
  ---
  networking config: support setting resolv.conf options

Closes: #11372


  Commit: 4e744798078a5e6dd8d58e6632cf657183b3e1ac
  
https://github.com/NixOS/nixpkgs/commit/4e744798078a5e6dd8d58e6632cf657183b3e1ac
  Author: Joachim Fasting 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M nixos/modules/config/networking.nix

  Log Message:
  ---
  networking config: specify resolv.conf options as list of strings


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


[Nix-commits] [NixOS/nixpkgs] 91faa8: elpa-packages: 2016-05-22

2016-05-28 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 91faa8e6725cc62c11052a88670b53b9d33b5054
  
https://github.com/NixOS/nixpkgs/commit/91faa8e6725cc62c11052a88670b53b9d33b5054
  Author: Michael Alan Dorman 
  Date:   2016-05-22 (Sun, 22 May 2016)

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

  Log Message:
  ---
  elpa-packages: 2016-05-22


  Commit: 16df12ad1b268eeac62fff703c306989854fcb0d
  
https://github.com/NixOS/nixpkgs/commit/16df12ad1b268eeac62fff703c306989854fcb0d
  Author: Michael Alan Dorman 
  Date:   2016-05-22 (Sun, 22 May 2016)

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

  Log Message:
  ---
  melpa-stable-packages: 2016-05-22


  Commit: 9675099db6bcb4a2eba26f5dafeb3d772ac275e7
  
https://github.com/NixOS/nixpkgs/commit/9675099db6bcb4a2eba26f5dafeb3d772ac275e7
  Author: Michael Alan Dorman 
  Date:   2016-05-22 (Sun, 22 May 2016)

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

  Log Message:
  ---
  melpa-packages: 2016-05-22


  Commit: 1ab65e6db23cefd800702fa7dbb8c903a2142b2c
  
https://github.com/NixOS/nixpkgs/commit/1ab65e6db23cefd800702fa7dbb8c903a2142b2c
  Author: Michael Alan Dorman 
  Date:   2016-05-22 (Sun, 22 May 2016)

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

  Log Message:
  ---
  crux: un-mark broken melpa-package version

The melpa-stable package still needs to be updated before it can be
unbroken.


  Commit: 649b5bceb1e2d657146d1bc7fbd8cf2a980499ec
  
https://github.com/NixOS/nixpkgs/commit/649b5bceb1e2d657146d1bc7fbd8cf2a980499ec
  Author: Thomas Tuegel 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

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

Emacs updates


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


[Nix-commits] [NixOS/nixpkgs] 8af730: bluez5: 5.37 -> 5.39

2016-05-28 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8af730b0a96adc4cac194c6ae5ae6d7b56d89f43
  
https://github.com/NixOS/nixpkgs/commit/8af730b0a96adc4cac194c6ae5ae6d7b56d89f43
  Author: Marius Bakke 
  Date:   2016-05-25 (Wed, 25 May 2016)

  Changed paths:
M pkgs/os-specific/linux/bluez/bluez5.nix

  Log Message:
  ---
  bluez5: 5.37 -> 5.39


  Commit: fe57d54992059f7df548c35547f4b45e06890ab3
  
https://github.com/NixOS/nixpkgs/commit/fe57d54992059f7df548c35547f4b45e06890ab3
  Author: Thomas Tuegel 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/os-specific/linux/bluez/bluez5.nix

  Log Message:
  ---
  Merge pull request #15733 from mbakke/bluez-5.39

bluez5: 5.37 -> 5.39


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


[Nix-commits] [NixOS/nixpkgs] fbb737: pythonPackages.uritemplate: init at 0.6

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fbb7378ad79faeed6dc0781a5b8909c8e2fa6f55
  
https://github.com/NixOS/nixpkgs/commit/fbb7378ad79faeed6dc0781a5b8909c8e2fa6f55
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.uritemplate: init at 0.6


  Commit: 570b575d661c880b744df466c51d889cdb90aa36
  
https://github.com/NixOS/nixpkgs/commit/570b575d661c880b744df466c51d889cdb90aa36
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.google_api_python_client: 1.2 -> 1.5.1


  Commit: 4320b57d2e2215cc9fa338cda9e01ed4629bc650
  
https://github.com/NixOS/nixpkgs/commit/4320b57d2e2215cc9fa338cda9e01ed4629bc650
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  beancount: disable testing

Tests weren't actually executed before.


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


[Nix-commits] [NixOS/nixpkgs] 6e0f7b: pythonPackages.parsimonious: 0.6.0 -> 0.6.2

2016-05-28 Thread Matthias Beyer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6e0f7b5963f4dd63b4d15cdd4f55d9f378315838
  
https://github.com/NixOS/nixpkgs/commit/6e0f7b5963f4dd63b4d15cdd4f55d9f378315838
  Author: Matthias Beyer 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.parsimonious: 0.6.0 -> 0.6.2


  Commit: f48c8ddf0b297764ee2052755fe411c9f376c1b7
  
https://github.com/NixOS/nixpkgs/commit/f48c8ddf0b297764ee2052755fe411c9f376c1b7
  Author: Matthias Beyer 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  http-prompt: init at 0.2.0

Closes #15563


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


[Nix-commits] [NixOS/nixpkgs] 05d9cf: pythonPackages.anyjson: Enable for python3

2016-05-28 Thread Lancelot SIX
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 05d9cf5f38139f0a6270859c851ec422189ceb2d
  
https://github.com/NixOS/nixpkgs/commit/05d9cf5f38139f0a6270859c851ec422189ceb2d
  Author: Lancelot SIX 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.anyjson: Enable for python3

Only the tests are unvalid for anyjson. The module itself is python3
valid.


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


[Nix-commits] [NixOS/nixpkgs] 113895: pythonPackages.django-colorful: init at 1.2

2016-05-28 Thread Lancelot SIX
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 113895108c2550a3cfc5e9e53cd7704927bf4b34
  
https://github.com/NixOS/nixpkgs/commit/113895108c2550a3cfc5e9e53cd7704927bf4b34
  Author: Lancelot SIX 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.django-colorful: init at 1.2


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


[Nix-commits] [NixOS/nixpkgs] 01aa42: crawl: 1.17.1 -> 1.18.0

2016-05-28 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 01aa42a4bae9ac43d0d8a91903682230ae50164f
  
https://github.com/NixOS/nixpkgs/commit/01aa42a4bae9ac43d0d8a91903682230ae50164f
  Author: Nikolay Amiantov 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M pkgs/games/crawl/crawl_purify.patch
M pkgs/games/crawl/default.nix

  Log Message:
  ---
  crawl: 1.17.1 -> 1.18.0


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


[Nix-commits] [NixOS/nixpkgs] bda2d9: ansible2: 2.0.0.2 -> 2.1.0.0

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bda2d99e912cf6c25748703e2336a4454940da19
  
https://github.com/NixOS/nixpkgs/commit/bda2d99e912cf6c25748703e2336a4454940da19
  Author: Aaron Bull Schaefer 
  Date:   2016-05-27 (Fri, 27 May 2016)

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

  Log Message:
  ---
  ansible2: 2.0.0.2 -> 2.1.0.0


  Commit: f669509e0540cf560f321b026d62ca6805461289
  
https://github.com/NixOS/nixpkgs/commit/f669509e0540cf560f321b026d62ca6805461289
  Author: Aaron Bull Schaefer 
  Date:   2016-05-27 (Fri, 27 May 2016)

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

  Log Message:
  ---
  ansible: disable python 3 support

Python 3 is not supported by Ansible upstream, and trying to run
`nox-review` will not succeed if we don't explicitly disable it.


  Commit: 980805c486117db25b30399666138a17aa558dc3
  
https://github.com/NixOS/nixpkgs/commit/980805c486117db25b30399666138a17aa558dc3
  Author: Aaron Bull Schaefer 
  Date:   2016-05-27 (Fri, 27 May 2016)

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

  Log Message:
  ---
  ansible2: add readline lib as dependency

This is required for the `ansible-console` command to work (which was added in
Ansible v2.1.0.0).


  Commit: de070bbe1ceb06b7b86f29b115aad12c9dae38ea
  
https://github.com/NixOS/nixpkgs/commit/de070bbe1ceb06b7b86f29b115aad12c9dae38ea
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  Merge pull request #15766 from elasticdog/ansible2

ansible2: 2.0.0.2 -> 2.1.0.0


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


[Nix-commits] [NixOS/nixpkgs] 31bcde: pythonPackages.quandl: init at 3.0.0

2016-05-28 Thread NikolaMandic
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 31bcdeea80ad90886578f17a5e68eb874606d26f
  
https://github.com/NixOS/nixpkgs/commit/31bcdeea80ad90886578f17a5e68eb874606d26f
  Author: NikolaMandic 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.quandl: init at 3.0.0


  Commit: 2df46320048f834f3434d989c653a5c02b744807
  
https://github.com/NixOS/nixpkgs/commit/2df46320048f834f3434d989c653a5c02b744807
  Author: NikolaMandic 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.inflection: init at 0.3.1


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


[Nix-commits] [NixOS/nixpkgs] d75684: fix evaluation

2016-05-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d7568495b53d2bd0becd14f8a116840f6ad1fd6f
  
https://github.com/NixOS/nixpkgs/commit/d7568495b53d2bd0becd14f8a116840f6ad1fd6f
  Author: Frederik Rietdijk 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  fix evaluation


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


[Nix-commits] [NixOS/nixops] cf2649: libvirtd: add vcpu option (#439)

2016-05-28 Thread Ruslan Babayev
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: cf2649b42e51410353dd819adecb7fee3f2f87a3
  
https://github.com/NixOS/nixops/commit/cf2649b42e51410353dd819adecb7fee3f2f87a3
  Author: Ruslan Babayev 
  Date:   2016-05-28 (Sat, 28 May 2016)

  Changed paths:
M nix/libvirtd.nix
M nixops/backends/libvirtd.py

  Log Message:
  ---
  libvirtd: add vcpu option (#439)

Signed-off-by: Ruslan Babayev 


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


[Nix-commits] [NixOS/nixpkgs] 789013: pythonPackages.neuronpy: init at 0.1.6

2016-05-28 Thread =
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 78901322d8002cb2645be2060ec544fd2f9c9e2a
  
https://github.com/NixOS/nixpkgs/commit/78901322d8002cb2645be2060ec544fd2f9c9e2a
  Author: = 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.neuronpy: init at 0.1.6


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


[Nix-commits] [NixOS/nixpkgs] 067aa3: pythonPackages.khal: 0.7.0 -> 0.8.2, fixes #15625

2016-05-28 Thread Matthias Beyer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 067aa3c10ebfea7d1f91e1ad5fe0067d5636dad5
  
https://github.com/NixOS/nixpkgs/commit/067aa3c10ebfea7d1f91e1ad5fe0067d5636dad5
  Author: Matthias Beyer 
  Date:   2016-05-28 (Sat, 28 May 2016)

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

  Log Message:
  ---
  pythonPackages.khal: 0.7.0 -> 0.8.2, fixes #15625


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