[Nix-commits] [NixOS/nixpkgs] 8e73af: zoom-us: don't add mesa to the LD_LIBRARY_PATH

2017-06-27 Thread Charles Strahan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8e73afb2e13c3717044aea3de2ad6e7085caf589
  
https://github.com/NixOS/nixpkgs/commit/8e73afb2e13c3717044aea3de2ad6e7085caf589
  Author: Charles Strahan 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  zoom-us: don't add mesa to the LD_LIBRARY_PATH

zoom-us was failing to launch under the proprietary nvidia drivers,
as described in the comments of #26596.

Closes #26916


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


Re: [Nix-dev] kcachegrind fix build

2017-06-27 Thread Vincent Laporte
Pushed as 07dc20e436227cc54939a2365e9b19beaf99b234. Thanks.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 07dc20: kcachegrind : Fix build by adding missing dependen...

2017-06-27 Thread Karn Kallio
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 07dc20e436227cc54939a2365e9b19beaf99b234
  
https://github.com/NixOS/nixpkgs/commit/07dc20e436227cc54939a2365e9b19beaf99b234
  Author: Karn Kallio 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  kcachegrind : Fix build by adding missing dependencies.


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


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

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

Tomas Hlavaty  writes:

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


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


[Nix-commits] [NixOS/nixpkgs] 6739a1: sbcl: 1.3.17 -> 1.3.18

2017-06-27 Thread Tomas Hlavaty
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6739a1773e68839dcc9f99331def17ce3931e410
  
https://github.com/NixOS/nixpkgs/commit/6739a1773e68839dcc9f99331def17ce3931e410
  Author: Tomas Hlavaty 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  sbcl: 1.3.17 -> 1.3.18

The attached patch updates sbcl version.

>From efdeb164ab3ca748a960791b093638c982465e97 Mon Sep 17 00:00:00 2001
From: Tomas Hlavaty 
Date: Tue, 27 Jun 2017 22:15:17 +0200
Subject: [PATCH] sbcl: 1.3.17 -> 1.3.18


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


[Nix-commits] [NixOS/nixpkgs] f2b97e: python.pkgs.intelhex: fix patch

2017-06-27 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f2b97e061a05eeae30a2f8b5585388f45a1c226e
  
https://github.com/NixOS/nixpkgs/commit/f2b97e061a05eeae30a2f8b5585388f45a1c226e
  Author: Frederik Rietdijk 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  python.pkgs.intelhex: fix patch


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


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

2017-06-27 Thread Tomas Hlavaty
The attached patch updates sbcl version.

>From efdeb164ab3ca748a960791b093638c982465e97 Mon Sep 17 00:00:00 2001
From: Tomas Hlavaty 
Date: Tue, 27 Jun 2017 22:15:17 +0200
Subject: [PATCH] sbcl: 1.3.17 -> 1.3.18

---
 pkgs/development/compilers/sbcl/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/development/compilers/sbcl/default.nix b/pkgs/development/compilers/sbcl/default.nix
index dcd110954c..036a3b9f3d 100644
--- a/pkgs/development/compilers/sbcl/default.nix
+++ b/pkgs/development/compilers/sbcl/default.nix
@@ -9,11 +9,11 @@
 
 stdenv.mkDerivation rec {
   name= "sbcl-${version}";
-  version = "1.3.17";
+  version = "1.3.18";
 
   src = fetchurl {
 url= "mirror://sourceforge/project/sbcl/sbcl/${version}/${name}-source.tar.bz2";
-sha256 = "1bqd39cqcv129zxvp3w3z1x46m9g9nmgslnlrvcsbqwd69vgbfcl";
+sha256 = "13irc67v02xa861n9g4lq7q80pnd8drkrgmigqdl9b2mp8n64bgv";
   };
 
   patchPhase = ''
-- 
2.12.2

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


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

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

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

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

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

This reverts commit 6a27b46deef753202bf11cdbd0e823733e2418d1.


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


Re: [Nix-dev] Trying to install the SailfishOS SDK

2017-06-27 Thread Michiel Leenaars
Hi David,

> > The installer for Sailfish SDK [...] runs via steam-run  
> 
> Thank you so much ! I didn't think of steam-run, now I can give it a
> whirl!

any luck with that? steam-run indeed makes it possible to run the SDK
in NixOS, but already in the second step I get "VirtualBox not
installed: You need a working VirtualBox installation. Please download
it from http://www.virtualbox.org/\;>www.virtualbox.org,
install it and then rerun this installer." - after which it can only
close down

Is there perhaps a way to pass the location of the VirtualBox binary as
a parameter?

There is a repo for the SDK it seems:

https://github.com/sailfish-sdk

Best,
Michiel
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] okteta fix build

2017-06-27 Thread Vincent Laporte
Pushed as c710ddf7cde471f16ea9af6ffc5e5cc6efb17fc6. Thanks.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] c710dd: okteta : Fix build by adding missing dependencies.

2017-06-27 Thread Karn Kallio
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c710ddf7cde471f16ea9af6ffc5e5cc6efb17fc6
  
https://github.com/NixOS/nixpkgs/commit/c710ddf7cde471f16ea9af6ffc5e5cc6efb17fc6
  Author: Karn Kallio 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  okteta : Fix build by adding missing dependencies.


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


[Nix-commits] [NixOS/nixpkgs] 7680f8: draftsight: init at 2017-SP1

2017-06-27 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7680f83f9d586ee9b6e984de9f77a3bfefcd3b01
  
https://github.com/NixOS/nixpkgs/commit/7680f83f9d586ee9b6e984de9f77a3bfefcd3b01
  Author: Chris Hodapp 
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  draftsight: init at 2017-SP1

DraftSight is "a professional-grade 2D design and drafting solution
that lets you create, edit, view and markup any kind of 2D drawing."
It is available as a binary .deb package for Linux. This package jumps
through the necessary hoops to make it run properly.


  Commit: 2c30e5e75449729a903112044a2c9171310c6f2c
  
https://github.com/NixOS/nixpkgs/commit/2c30e5e75449729a903112044a2c9171310c6f2c
  Author: Joachim F 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #25441 from Hodapp87/draftsight

draftsight: init at 2017-SP1


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


[Nix-commits] [NixOS/nixpkgs] 10126e: openpa: init at 1.0.4 (#26033)

2017-06-27 Thread leenaars
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 10126e13efa4344d48156dec134f6c370606f210
  
https://github.com/NixOS/nixpkgs/commit/10126e13efa4344d48156dec134f6c370606f210
  Author: leenaars 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  openpa: init at 1.0.4 (#26033)


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


[Nix-commits] [NixOS/nixpkgs] 55844c: piwik & piwik service: init at 3.0.4

2017-06-27 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 55844c8380b2f86bd23458a72abe473775a5136c
  
https://github.com/NixOS/nixpkgs/commit/55844c8380b2f86bd23458a72abe473775a5136c
  Author: Florian Jacob 
  Date:   2017-06-19 (Mon, 19 Jun 2017)

  Changed paths:
M lib/maintainers.nix
M nixos/modules/module-list.nix
A nixos/modules/services/web-apps/piwik-doc.xml
A nixos/modules/services/web-apps/piwik.nix
A pkgs/servers/web-apps/piwik/bootstrap.php
A pkgs/servers/web-apps/piwik/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  piwik & piwik service: init at 3.0.4


  Commit: 767a8b2e9a710a1399dd3d5b6b3881edbcd87c52
  
https://github.com/NixOS/nixpkgs/commit/767a8b2e9a710a1399dd3d5b6b3881edbcd87c52
  Author: Joachim F 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M lib/maintainers.nix
M nixos/modules/module-list.nix
A nixos/modules/services/web-apps/piwik-doc.xml
A nixos/modules/services/web-apps/piwik.nix
A pkgs/servers/web-apps/piwik/bootstrap.php
A pkgs/servers/web-apps/piwik/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #26073 from florianjacob/piwik-package

piwik & piwik service: init at 3.0.4


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


[Nix-commits] [NixOS/nixpkgs] e7ca6c: firefoxPackages: tor-browser: use gtk2 by default ...

2017-06-27 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e7ca6cd176f238607223516945890bbde063e2ed
  
https://github.com/NixOS/nixpkgs/commit/e7ca6cd176f238607223516945890bbde063e2ed
  Author: SLNOS 
  Date:   2017-06-07 (Wed, 07 Jun 2017)

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

  Log Message:
  ---
  firefoxPackages: tor-browser: use gtk2 by default (like tor-browser-bin does)


  Commit: bccd3feed2bdfd5c3e1827ff49dda73615d5fed0
  
https://github.com/NixOS/nixpkgs/commit/bccd3feed2bdfd5c3e1827ff49dda73615d5fed0
  Author: Joachim F 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26450 from oxij/pkg/fix/tor-browser

firefoxPackages: tor-browser: use gtk2 by default (like tor-browser-bin does)


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


[Nix-commits] [NixOS/nixpkgs] 08ba40: ranger: add imagePreviewSupport option and make pr...

2017-06-27 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 08ba40ae9cb2c7c3446425bbb7dcb9cc4287b774
  
https://github.com/NixOS/nixpkgs/commit/08ba40ae9cb2c7c3446425bbb7dcb9cc4287b774
  Author: Jan Malakhovski 
  Date:   2017-06-20 (Tue, 20 Jun 2017)

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

  Log Message:
  ---
  ranger: add imagePreviewSupport option and make previews work out of the box

Before one had to turn it on manually and update the preview script in dotfiles
manually when ranger updates.

Now it requires zero configuration. Just run `ranger` and it works, and
should continue to work automagically when ranger updates.

Everything still can be (de)configured via `rc.conf` in dotfiles.


  Commit: 4e44b638929b4ef3d768a455854c13917710b74b
  
https://github.com/NixOS/nixpkgs/commit/4e44b638929b4ef3d768a455854c13917710b74b
  Author: Joachim F 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26453 from oxij/pkg/fix/ranger

ranger: add imagePreviewSupport option and make previews work out of the box


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


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

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

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

  Log Message:
  ---
  Add ansible 2.3


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

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

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


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


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

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

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

  Log Message:
  ---
  Add ansible 2.3

(cherry picked from commit 551dcb67831e480b15be2d54c96d84645a637820)


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


Re: [Nix-dev] Are mailing lists any good for managing patches? (was: okteta fix build)

2017-06-27 Thread Tomas Hlavaty
I find emails better than github too.

It's easy to get banned by github.

As for PR accumulation, here is an interesting take on bug trackers:
http://yarchive.net/comp/linux/bug_tracking.html
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] fix k3b build

2017-06-27 Thread Vincent Laporte
Pushed as 67e40722824834b9557c6b8f390aa4a6ea98e805.

Thank you.

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


[Nix-commits] [NixOS/nixpkgs] 67e407: k3b : Fix build by adding missing dependencies.

2017-06-27 Thread Karn Kallio
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 67e40722824834b9557c6b8f390aa4a6ea98e805
  
https://github.com/NixOS/nixpkgs/commit/67e40722824834b9557c6b8f390aa4a6ea98e805
  Author: Karn Kallio 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  k3b : Fix build by adding missing dependencies.


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


[Nix-commits] [NixOS/nixpkgs] 63022f: shaarli: 0.8.4 -> 0.9.0

2017-06-27 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 63022fdfcbad164cf7e54b8be73b769ac9600502
  
https://github.com/NixOS/nixpkgs/commit/63022fdfcbad164cf7e54b8be73b769ac9600502
  Author: schneefux 
  Date:   2017-06-20 (Tue, 20 Jun 2017)

  Changed paths:
M pkgs/servers/web-apps/shaarli/default.nix

  Log Message:
  ---
  shaarli: 0.8.4 -> 0.9.0


  Commit: 8dda321c1fb5d70883676a7035aeeedf9c3cf535
  
https://github.com/NixOS/nixpkgs/commit/8dda321c1fb5d70883676a7035aeeedf9c3cf535
  Author: Joachim F 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/servers/web-apps/shaarli/default.nix

  Log Message:
  ---
  Merge pull request #26724 from schneefux/pkg.shaarli

shaarli: 0.8.4 -> 0.9.0


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


[Nix-commits] [NixOS/nixpkgs] b475d5: ocamlPackages.atd: 1.1.2 -> 1.12.0

2017-06-27 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b475d5f04c5223b98ed0e731b815f1061728ddbf
  
https://github.com/NixOS/nixpkgs/commit/b475d5f04c5223b98ed0e731b815f1061728ddbf
  Author: Vincent Laporte 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  ocamlPackages.atd: 1.1.2 -> 1.12.0


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


Re: [Nix-dev] Are mailing lists any good for managing patches? (was: okteta fix build)

2017-06-27 Thread Linus Heckemann
On 27/06/17 19:01, Alexandre Peyroux wrote:
> Certainly but on big projects that have many developers and a lot of PR,
> it loses its charm.

I respectfully disagree. Linux has received contributions from 642 (I
think that qualifies as "many") developers in 2017 alone using this
model. Sure, it's not shiny and Web 2.0 like GitHub, but it works. And
from a maintainer's point of view (this is versus merging in patches
which have been pushed to another host than github):

 - I can view the patches without importing them or working out how to
navigate git web interface xyz (if there is a web interface).

 - I can import the patches directly into my repo. No trying to find the
clone URL on a web interface (if the contributor hasn't sent me the
clone URL itself).

 - I can comment on specific parts of the patches inline without having
to copy and paste fragments into an email, without signing up for an
account on the git host (if that's even possible) and commenting there
(again, if that's even possible).

Of course, these are all possible on github. But it's a proprietary and
centralised service. With the email process, I can do all of this
offline and using only free software.

Overall, this process has the advantage of minimising network
communication and variation in the process for performing the various
tasks that might be necessary.

Hoping but not expecting to have convinced you ;)

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


[Nix-commits] [NixOS/nixpkgs] d847b5: mysql module: add option to bind to an address

2017-06-27 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d847b5c76323cc17f1ebcd3b4f42257930bde0c4
  
https://github.com/NixOS/nixpkgs/commit/d847b5c76323cc17f1ebcd3b4f42257930bde0c4
  Author: Maarten Hoogendoorn 
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
M nixos/modules/services/databases/mysql.nix

  Log Message:
  ---
  mysql module: add option to bind to an address


  Commit: 8791cad96b1bf29cb5b59c7ed52c1e52883d235b
  
https://github.com/NixOS/nixpkgs/commit/8791cad96b1bf29cb5b59c7ed52c1e52883d235b
  Author: Joachim F 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M nixos/modules/services/databases/mysql.nix

  Log Message:
  ---
  Merge pull request #26598 from moretea/mysql-add-bind-option

mysql module: add option to bind to an address


Compare: https://github.com/NixOS/nixpkgs/compare/53de56c0cc28...8791cad96b1b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 53de56: sauce-connect: 4.4.2 -> 4.4.7 (#26893)

2017-06-27 Thread Radek Benkel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 53de56c0cc2861ee3a0c0e8e3e9e61dab8e3ea0e
  
https://github.com/NixOS/nixpkgs/commit/53de56c0cc2861ee3a0c0e8e3e9e61dab8e3ea0e
  Author: Radek Benkel 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/development/tools/sauce-connect/default.nix

  Log Message:
  ---
  sauce-connect: 4.4.2 -> 4.4.7 (#26893)


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


Re: [Nix-dev] okteta fix build

2017-06-27 Thread Alexandre Peyroux
Certainly but on big projects that have many developers and a lot of PR, it
loses its charm.

Le mar. 27 juin 2017 à 19:44, Linus Heckemann  a écrit :

> On 27/06/17 17:01, Joachim Schiele wrote:
> > aszlig pointed out that we have a pointer in the manual to send patches
> > to the ML if the user in question does not like github which is a valid
> > workflow for me.
> >
> > BUT we are stagnating in PRs are the moment (390 open PRs) and having a
> > patch per email is overkill. maybe a PR from a different git source
> > instead? i would rather like a git based workflow than having to align
> > the single files into a commit.
>
> FWIW this *is* a git-based workflow, git comes with the ability to
> format patches for emails and import such patches (and was designed with
> this in mind for use in the development of linux) — see man
> git-format-patch and git-am. I personally think it's fine receiving
> patches like this — if volume increases maybe there should be another
> list specifically for patches, but at current levels IMHO it's no problem.
>
> Linus
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 107fab: jruby: 9.0.5.0 -> 9.1.5.0

2017-06-27 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 107fabf41c35be91e42c801e5bbc08a70fc1b7e2
  
https://github.com/NixOS/nixpkgs/commit/107fabf41c35be91e42c801e5bbc08a70fc1b7e2
  Author: Michael Zaccari 
  Date:   2017-06-26 (Mon, 26 Jun 2017)

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

  Log Message:
  ---
  jruby: 9.0.5.0 -> 9.1.5.0


  Commit: f5b8a8fc10386bfab88bcc39576e57fd98008737
  
https://github.com/NixOS/nixpkgs/commit/f5b8a8fc10386bfab88bcc39576e57fd98008737
  Author: Jörg Thalheim 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26882 from mzaccari/jruby-9.1.5.0

jruby: 9.0.5.0 -> 9.1.5.0


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


Re: [Nix-dev] okteta fix build

2017-06-27 Thread Linus Heckemann
On 27/06/17 17:01, Joachim Schiele wrote:
> aszlig pointed out that we have a pointer in the manual to send patches
> to the ML if the user in question does not like github which is a valid
> workflow for me.
> 
> BUT we are stagnating in PRs are the moment (390 open PRs) and having a
> patch per email is overkill. maybe a PR from a different git source
> instead? i would rather like a git based workflow than having to align
> the single files into a commit.

FWIW this *is* a git-based workflow, git comes with the ability to
format patches for emails and import such patches (and was designed with
this in mind for use in the development of linux) — see man
git-format-patch and git-am. I personally think it's fine receiving
patches like this — if volume increases maybe there should be another
list specifically for patches, but at current levels IMHO it's no problem.

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


[Nix-commits] [NixOS/nixpkgs] 9c68a8: ocamlPackages.angstrom: 0.4.0 -> 0.5.1

2017-06-27 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9c68a8b2d23270cca2746706fbccb8815a962fb9
  
https://github.com/NixOS/nixpkgs/commit/9c68a8b2d23270cca2746706fbccb8815a962fb9
  Author: Vincent Laporte 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  ocamlPackages.angstrom: 0.4.0 -> 0.5.1


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


[Nix-commits] [NixOS/nixpkgs] 068341: iptstate: init at 2.2.6 (#26878)

2017-06-27 Thread Trevor Joynson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 068341b1c779bb048172c96eedef5483377d2e57
  
https://github.com/NixOS/nixpkgs/commit/068341b1c779bb048172c96eedef5483377d2e57
  Author: Trevor Joynson 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M lib/maintainers.nix
A pkgs/os-specific/linux/iptstate/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  iptstate: init at 2.2.6 (#26878)

* Add iptstate package

* iptstate: nit pick


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


[Nix-commits] [NixOS/nixpkgs] 842250: libunwind: 1.1 -> 1.2.1

2017-06-27 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 842250064b776d0b19b449a00dbcbeb633946cbf
  
https://github.com/NixOS/nixpkgs/commit/842250064b776d0b19b449a00dbcbeb633946cbf
  Author: Orivej Desh 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
R pkgs/development/libraries/libunwind/cve-2015-3239.patch
M pkgs/development/libraries/libunwind/default.nix
R pkgs/development/libraries/libunwind/libunwind-1.1-lzma.patch

  Log Message:
  ---
  libunwind: 1.1 -> 1.2.1


  Commit: c30cf6f0f134789c91165228a648a28f61a6849c
  
https://github.com/NixOS/nixpkgs/commit/c30cf6f0f134789c91165228a648a28f61a6849c
  Author: Jörg Thalheim 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
R pkgs/development/libraries/libunwind/cve-2015-3239.patch
M pkgs/development/libraries/libunwind/default.nix
R pkgs/development/libraries/libunwind/libunwind-1.1-lzma.patch

  Log Message:
  ---
  Merge pull request #26891 from orivej/libunwind

libunwind: 1.1 -> 1.2.1


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


[Nix-commits] [NixOS/nixpkgs] f48e40: fswatch: 1.5.0 -> 1.9.3

2017-06-27 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f48e400133e6b21d958b69c1b27579927abc602a
  
https://github.com/NixOS/nixpkgs/commit/f48e400133e6b21d958b69c1b27579927abc602a
  Author: TANIGUCHI Kohei 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  fswatch: 1.5.0 -> 1.9.3


  Commit: d2c500f05c7ba5bcfff2316079048178ac0c7375
  
https://github.com/NixOS/nixpkgs/commit/d2c500f05c7ba5bcfff2316079048178ac0c7375
  Author: Jörg Thalheim 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26900 from cohei/update-fswatch

fswatch: 1.5.0 -> 1.9.3


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


[Nix-commits] [NixOS/nixpkgs] 725d25: doc / go building: improve

2017-06-27 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 725d25dbb30e8021743ea654742ad5ff13e038bd
  
https://github.com/NixOS/nixpkgs/commit/725d25dbb30e8021743ea654742ad5ff13e038bd
  Author: Christian Zagrodnick 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M doc/languages-frameworks/go.xml

  Log Message:
  ---
  doc / go building: improve

Move the paragraph about go2nix to the other paragraphs about dependencies.


  Commit: 4962de02a6f9c8fd05446366235c5b010a5304d9
  
https://github.com/NixOS/nixpkgs/commit/4962de02a6f9c8fd05446366235c5b010a5304d9
  Author: Jörg Thalheim 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M doc/languages-frameworks/go.xml

  Log Message:
  ---
  Merge pull request #26906 from zagy/fix/doc-gobuild-dependency-note

doc / go building: improve


Compare: https://github.com/NixOS/nixpkgs/compare/5740c9e0e192...4962de02a6f9___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] c3da83: v8_3_16_14: fix OS X build

2017-06-27 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c3da83cd40176b6c18db1ca311e448b9602fbe1e
  
https://github.com/NixOS/nixpkgs/commit/c3da83cd40176b6c18db1ca311e448b9602fbe1e
  Author: Robert Vollmert 
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
M pkgs/development/libraries/v8/3.16.14.nix
M pkgs/development/python-modules/gyp/no-xcode.patch
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  v8_3_16_14: fix OS X build

Issues addressed:
- xcode build failed with
... was built for newer OSX version (10.10) than being linked (10.5)
  fixed by setting GYP mac deployment target to the nix value
- a gyp bug when SDKROOT is not set (and removed an orphaned gyp patch
- path to python in generated gyp-mac-tool
- noisy build due to static assert warnings, by silencing warnings
- use of system xcodebuild and libtool replaced by darwin.cctools


  Commit: 5740c9e0e192db25ca1d62f157c3a45dea022f53
  
https://github.com/NixOS/nixpkgs/commit/5740c9e0e192db25ca1d62f157c3a45dea022f53
  Author: Daiderd Jordan 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/development/libraries/v8/3.16.14.nix
M pkgs/development/python-modules/gyp/no-xcode.patch
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #26772 from robx/fix-v8

v8_3_16_14: fix OS X build by passing deployment version


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


[Nix-commits] [NixOS/nixpkgs] b13245: ocamlPackages.bos: 0.1.4 -> 0.1.6

2017-06-27 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b13245c2a331bfd9381a600cea7d5fafc93648a3
  
https://github.com/NixOS/nixpkgs/commit/b13245c2a331bfd9381a600cea7d5fafc93648a3
  Author: Vincent Laporte 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  ocamlPackages.bos: 0.1.4 -> 0.1.6


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


Re: [Nix-dev] okteta fix build

2017-06-27 Thread Joachim Schiele
aszlig pointed out that we have a pointer in the manual to send patches
to the ML if the user in question does not like github which is a valid
workflow for me.

BUT we are stagnating in PRs are the moment (390 open PRs) and having a
patch per email is overkill. maybe a PR from a different git source
instead? i would rather like a git based workflow than having to align
the single files into a commit.

maybe we have to find a better workflow here which automates things.

On 27.06.2017 17:10, Shea Levy wrote:
> Mailing list is a perfectly appropriate place to send git patches that
> doesn't require membership with a proprietary service; You may not care
> about that (I personally don't), but there's no reason we can't
> accommodate those who do.
> 
> Joachim Schiele  writes:
> 
>> please provide your nice patches via a PR on github.com/nixos/nixpkgs to
>> 'master'
>>
>> if you are unsure about the workflow, please ask and we'll help you!
>> thanks for your work!
>>
>> On 25.06.2017 19:51, Karn Kallio wrote:
>>>
>>> The attached patch fixes the build of the Nixpkgs KDE application
>>> okteta by adding some missing dependencies.
>>>
>>>
>>>
>>> ___
>>> nix-dev mailing list
>>> nix-dev@lists.science.uu.nl
>>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>>
>>
>>
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>
>>
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev


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


Re: [Nix-dev] okteta fix build

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

Tomasz Czyż  writes:

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


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


Re: [Nix-dev] okteta fix build

2017-06-27 Thread Tomasz Czyż
For me https://nixos.org/nixpkgs/manual/#chap-submitting-changes implies
that github must be used.

But on website http://nixos.org/nixos/community.html nix-dev mailing list
is mentioned as another way.

Would be nice to be more clear and specific how it works and who is
responsible for testing changes if they are not comming as PR, is there any
travis like pipeline etc.

2017-06-27 16:10 GMT+01:00 Shea Levy :

> Mailing list is a perfectly appropriate place to send git patches that
> doesn't require membership with a proprietary service; You may not care
> about that (I personally don't), but there's no reason we can't
> accommodate those who do.
>
> Joachim Schiele  writes:
>
> > please provide your nice patches via a PR on github.com/nixos/nixpkgs to
> > 'master'
> >
> > if you are unsure about the workflow, please ask and we'll help you!
> > thanks for your work!
> >
> > On 25.06.2017 19:51, Karn Kallio wrote:
> >>
> >> The attached patch fixes the build of the Nixpkgs KDE application
> >> okteta by adding some missing dependencies.
> >>
> >>
> >>
> >> ___
> >> nix-dev mailing list
> >> nix-dev@lists.science.uu.nl
> >> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
> >>
> >
> >
> > ___
> > nix-dev mailing list
> > nix-dev@lists.science.uu.nl
> > https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
>


-- 
Tomasz Czyż
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 8e4eb8: geogebra: 5-0-350-0 -> 5-0-355-0 (#25324)

2017-06-27 Thread Maximilian Bosch
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8e4eb8970a0c90ea129dc3fcf97db1bb9c4dbe39
  
https://github.com/NixOS/nixpkgs/commit/8e4eb8970a0c90ea129dc3fcf97db1bb9c4dbe39
  Author: Maximilian Bosch 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/applications/science/math/geogebra/default.nix

  Log Message:
  ---
  geogebra: 5-0-350-0 -> 5-0-355-0 (#25324)

(cherry picked from commit b12f76ddd3620ed9cfe169fb1918740f7a99ffcc)


  Commit: 39ca6346205bf2d26aa225909062d651b9b5d55b
  
https://github.com/NixOS/nixpkgs/commit/39ca6346205bf2d26aa225909062d651b9b5d55b
  Author: Maximilian Bosch 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/applications/science/math/geogebra/default.nix

  Log Message:
  ---
  geogebra: 5-0-355-0 -> 5-0-361-0

(cherry picked from commit 47e86655950d868f514bb06dd6c578fc74e5)


  Commit: f38559d7819954b67c16f1faf58559b6cc92a519
  
https://github.com/NixOS/nixpkgs/commit/f38559d7819954b67c16f1faf58559b6cc92a519
  Author: Maximilian Bosch 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/applications/science/math/geogebra/default.nix

  Log Message:
  ---
  geogebra: 5-0-361-0 -> 5-0-369-0

(cherry picked from commit f5665e9ab4dc2b4c8123cdd452ba7949dc41c558)


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


[Nix-commits] [NixOS/nixpkgs] 9516bb: geogebra: make `language` configurable

2017-06-27 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9516bbf172aedb7e1211ef0369e09167f95d6a5d
  
https://github.com/NixOS/nixpkgs/commit/9516bbf172aedb7e1211ef0369e09167f95d6a5d
  Author: Maximilian Bosch 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/applications/science/math/geogebra/default.nix

  Log Message:
  ---
  geogebra: make `language` configurable


  Commit: c27fc66856af4e1e6ed617bf88525b26d2946c99
  
https://github.com/NixOS/nixpkgs/commit/c27fc66856af4e1e6ed617bf88525b26d2946c99
  Author: Joachim F 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/applications/science/math/geogebra/default.nix

  Log Message:
  ---
  Merge pull request #26904 from Ma27/geogebra/make-language-configurable

geogebra: make `language` configurable


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


[Nix-commits] [NixOS/nixpkgs] 24156c: dfhack: 0.43.05-alpha4 -> 0.43.05-r1

2017-06-27 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24156c64b4286c981dd387844d0b3b8da976a25e
  
https://github.com/NixOS/nixpkgs/commit/24156c64b4286c981dd387844d0b3b8da976a25e
  Author: Nick Hu 
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
M pkgs/games/dwarf-fortress/dfhack/default.nix
M pkgs/games/dwarf-fortress/dfhack/skip-ruby.patch

  Log Message:
  ---
  dfhack: 0.43.05-alpha4 -> 0.43.05-r1


  Commit: e6b7dcd1f67554e71b28b5993b96b7bddc07b514
  
https://github.com/NixOS/nixpkgs/commit/e6b7dcd1f67554e71b28b5993b96b7bddc07b514
  Author: Joachim F 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/games/dwarf-fortress/dfhack/default.nix
M pkgs/games/dwarf-fortress/dfhack/skip-ruby.patch

  Log Message:
  ---
  Merge pull request #26871 from NickHu/dfhack

dfhack: 0.43.05-alpha4 -> 0.43.05-r1


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


[Nix-commits] [NixOS/nixpkgs] d8e5c7: Remove old thunderbird-bin update script

2017-06-27 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d8e5c75f75fe6f30815a3faf7420efb5bae35aca
  
https://github.com/NixOS/nixpkgs/commit/d8e5c75f75fe6f30815a3faf7420efb5bae35aca
  Author: Jon Banafato 
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
R 
pkgs/applications/networking/mailreaders/thunderbird-bin/generate_sources.rb

  Log Message:
  ---
  Remove old thunderbird-bin update script

`thunderbird-bin` appears to now use the
`maintainers/scripts/update.nix` script instead of this ruby script, so
the latter should be removed.


  Commit: bcbf45ff1f7515762c5b1abdede2e93a78524a28
  
https://github.com/NixOS/nixpkgs/commit/bcbf45ff1f7515762c5b1abdede2e93a78524a28
  Author: Joachim F 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
R 
pkgs/applications/networking/mailreaders/thunderbird-bin/generate_sources.rb

  Log Message:
  ---
  Merge pull request #26886 from jonafato/remove-thunderbird-bin-updater

Remove old thunderbird-bin update script


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


[Nix-commits] [NixOS/nixpkgs] 412e55: hydra: restart daemons on config change

2017-06-27 Thread Domen Kožar
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 412e55a193e68ebcc918f76fcdedb1fcb78443c8
  
https://github.com/NixOS/nixpkgs/commit/412e55a193e68ebcc918f76fcdedb1fcb78443c8
  Author: Domen Kožar 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/hydra/default.nix

  Log Message:
  ---
  hydra: restart daemons on config change

https://github.com/NixOS/hydra/pull/491
(cherry picked from commit 4dadb12a63d96fe2345141e1d2c83bd44f084dcf)
Signed-off-by: Domen Kožar 


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


Re: [Nix-dev] okteta fix build

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

Joachim Schiele  writes:

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


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


[Nix-commits] [NixOS/nixpkgs] 4dadb1: hydra: restart daemons on config change

2017-06-27 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4dadb12a63d96fe2345141e1d2c83bd44f084dcf
  
https://github.com/NixOS/nixpkgs/commit/4dadb12a63d96fe2345141e1d2c83bd44f084dcf
  Author: Domen Kožar 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/hydra/default.nix

  Log Message:
  ---
  hydra: restart daemons on config change

https://github.com/NixOS/hydra/pull/491


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


[Nix-commits] [NixOS/hydra] f220f4: hydra-module.nix: restart daemons on config change

2017-06-27 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: f220f45d29494a9da5609991ab2609ba4095f107
  
https://github.com/NixOS/hydra/commit/f220f45d29494a9da5609991ab2609ba4095f107
  Author: Domen Kožar 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M hydra-module.nix

  Log Message:
  ---
  hydra-module.nix: restart daemons on config change


  Commit: 9cc25b0c9679941163e3feecc95325c48f798382
  
https://github.com/NixOS/hydra/commit/9cc25b0c9679941163e3feecc95325c48f798382
  Author: Eelco Dolstra 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M hydra-module.nix

  Log Message:
  ---
  Merge pull request #491 from NixOS/restart-daemons-on-config-change

hydra-module.nix: restart daemons on config change


Compare: https://github.com/NixOS/hydra/compare/803833aba77e...9cc25b0c9679___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/hydra] f220f4: hydra-module.nix: restart daemons on config change

2017-06-27 Thread Domen Kožar
  Branch: refs/heads/restart-daemons-on-config-change
  Home:   https://github.com/NixOS/hydra
  Commit: f220f45d29494a9da5609991ab2609ba4095f107
  
https://github.com/NixOS/hydra/commit/f220f45d29494a9da5609991ab2609ba4095f107
  Author: Domen Kožar 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M hydra-module.nix

  Log Message:
  ---
  hydra-module.nix: restart daemons on config change


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


[Nix-commits] [NixOS/nixpkgs] 074bcc: plasma5: 5.10.2 -> 5.10.3

2017-06-27 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 074bccb43b30d4a385a8926c22ed07c617cacef6
  
https://github.com/NixOS/nixpkgs/commit/074bccb43b30d4a385a8926c22ed07c617cacef6
  Author: Thomas Tuegel 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/desktops/plasma-5/fetch.sh
M pkgs/desktops/plasma-5/srcs.nix

  Log Message:
  ---
  plasma5: 5.10.2 -> 5.10.3

This is a scheduled bugfix release. Several fixes are related to integrating
Plasma 5.10 and Qt 5.9, particularly a serious bug in KWin.


  Commit: dbb3037d27d8181d19a32531deedae2da00467f4
  
https://github.com/NixOS/nixpkgs/commit/dbb3037d27d8181d19a32531deedae2da00467f4
  Author: Thomas Tuegel 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/desktops/plasma-5/fetch.sh
M pkgs/desktops/plasma-5/srcs.nix

  Log Message:
  ---
  Merge pull request #26902 from ttuegel/plasma-5.10.3

plasma5: 5.10.2 -> 5.10.3


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


[Nix-commits] [NixOS/nixpkgs] d2e199: linux: 4.4.73 -> 4.4.74

2017-06-27 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d2e199ca3c5e58a2e19ab88b6e840c5e82259294
  
https://github.com/NixOS/nixpkgs/commit/d2e199ca3c5e58a2e19ab88b6e840c5e82259294
  Author: Tim Steinbach 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  linux: 4.4.73 -> 4.4.74


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


[Nix-commits] [NixOS/nixpkgs] 1b792b: nano: 2.8.4 -> 2.8.5

2017-06-27 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1b792b4edf763e88ed163c99f59d98242113425b
  
https://github.com/NixOS/nixpkgs/commit/1b792b4edf763e88ed163c99f59d98242113425b
  Author: Lancelot SIX 
  Date:   2017-06-26 (Mon, 26 Jun 2017)

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

  Log Message:
  ---
  nano: 2.8.4 -> 2.8.5

See http://lists.gnu.org/archive/html/info-gnu/2017-06/msg00012.html
for release information.


  Commit: 493ae24872948cf37a87e49468695cdaf8ee9835
  
https://github.com/NixOS/nixpkgs/commit/493ae24872948cf37a87e49468695cdaf8ee9835
  Author: Tim Steinbach 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26870 from lsix/update_nano

nano: 2.8.4 -> 2.8.5


Compare: https://github.com/NixOS/nixpkgs/compare/719b506bad03...493ae2487294___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 328617: rkt: 1.26.0 -> 1.27.0

2017-06-27 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 328617accdc4e9d9f37d1d6e43f55e4fc52cbfd1
  
https://github.com/NixOS/nixpkgs/commit/328617accdc4e9d9f37d1d6e43f55e4fc52cbfd1
  Author: Tim Steinbach 
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
M pkgs/applications/virtualization/rkt/default.nix

  Log Message:
  ---
  rkt: 1.26.0 -> 1.27.0


  Commit: 719b506bad03dcd3e0c589a9678670218abee656
  
https://github.com/NixOS/nixpkgs/commit/719b506bad03dcd3e0c589a9678670218abee656
  Author: Tim Steinbach 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/applications/virtualization/rkt/default.nix

  Log Message:
  ---
  Merge pull request #26803 from NeQuissimus/rkt_1_27_0

rkt: 1.26.0 -> 1.27.0


Compare: https://github.com/NixOS/nixpkgs/compare/107d53f40c94...719b506bad03___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 8c0620: glusterfs: Remove no longer needed subsitutions of...

2017-06-27 Thread Jörg Thalheim
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8c0620faee3aa776d9bde8df668bab7ace82f823
  
https://github.com/NixOS/nixpkgs/commit/8c0620faee3aa776d9bde8df668bab7ace82f823
  Author: Niklas Hambüchen 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  glusterfs: Remove no longer needed subsitutions of DESTDIR.

They were made unnecessary in commit d07154b3bc8, which added
`makeFlags = "DESTDIR=$(out)";`.


  Commit: fef914c794d4d4b048126f682aed88299a32b0f6
  
https://github.com/NixOS/nixpkgs/commit/fef914c794d4d4b048126f682aed88299a32b0f6
  Author: Niklas Hambüchen 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  glusterfs: Use github instead of download.gluster.org to obtain source.

This is because the source tarball available on
  
https://download.gluster.org/pub/gluster/glusterfs/3.10/3.10.1/glusterfs-3.10.1.tar.gz
has different contents than the v3.10.1 tag;
for example, it lacks the file `xlators/features/ganesha/src/Makefile.am`,
which the tag has.
This is because GluserFS's release process removes some unused files.

This made impossible to apply patches written by or for upstream, as those
are written against what's in upstream's git.

As a nice side effect, we no longer have to hardcode the "3.10" in the
`3.10/${version}` part of the URL.


  Commit: c061e5072d3b290e730c03428a98ee4b86e043b1
  
https://github.com/NixOS/nixpkgs/commit/c061e5072d3b290e730c03428a98ee4b86e043b1
  Author: Niklas Hambüchen 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix
A 
pkgs/tools/filesystems/glusterfs/glusterfs-fix-unsubstituted-autoconf-macros.patch
A 
pkgs/tools/filesystems/glusterfs/glusterfs-python-remove-find_library.patch
A 
pkgs/tools/filesystems/glusterfs/glusterfs-use-PATH-instead-of-hardcodes.patch

  Log Message:
  ---
  glusterfs: Make commands that gluster calls work. Fixes #25620.

Done by setting PATH and PYTHONPATH appropriately.

Adds the following patches:

* One that removes hardcodes to /sbin, /usr/bin, etc.
  from gluster, so that programs like `lvm` and `xfs_info` can be
  called at runtime; see https://bugzilla.redhat.com/show_bug.cgi?id=1450546.
* One that fixes unsubstituted autoconf macros in paths (a problem
  in the 3.10 release); see https://bugzilla.redhat.com/show_bug.cgi?id=1450588.
* One that removes uses of the `find_library()` Python function that does
  not behave as expected in Python < 3.6 (and would not behave correctly
  even on 3.6 in nixpkgs due to #25763);
  see https://bugzilla.redhat.com/show_bug.cgi?id=1450593.

I think that all of these patches should be upstreamed.

Also adds tests to check that none of the Python based utilities
throw import errors, calling `--help` or equivalent on them.


  Commit: 2982a657c9833a47bcf52e4dce7563bb8576fd53
  
https://github.com/NixOS/nixpkgs/commit/2982a657c9833a47bcf52e4dce7563bb8576fd53
  Author: Niklas Hambüchen 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  glusterfs: Enable parallel building.

I checked for determinism with `nix-build --option build-repeat 10`.


  Commit: 395bd92ed483985bbdf8e59744e6f97d78ce9d26
  
https://github.com/NixOS/nixpkgs/commit/395bd92ed483985bbdf8e59744e6f97d78ce9d26
  Author: Niklas Hambüchen 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/tools/filesystems/glusterfs/default.nix
M 
pkgs/tools/filesystems/glusterfs/glusterfs-use-PATH-instead-of-hardcodes.patch

  Log Message:
  ---
  glusterfs: Upgrade to 3.10.2


  Commit: 1b78b2d18d3304beabd28ebbef758ec9b8b630cb
  
https://github.com/NixOS/nixpkgs/commit/1b78b2d18d3304beabd28ebbef758ec9b8b630cb
  Author: Jörg Thalheim 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  glusterfs: do not set setuid in install

related to #26600


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


[Nix-commits] [NixOS/nixpkgs] 107d53: bundix: 2.2.0 -> 2.2.1 (#26894)

2017-06-27 Thread Robert
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 107d53f40c940a6495ee96c1f22aa9200647dce7
  
https://github.com/NixOS/nixpkgs/commit/107d53f40c940a6495ee96c1f22aa9200647dce7
  Author: Robert 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  bundix: 2.2.0 -> 2.2.1 (#26894)

This fixes `fetchurl-force.nix` not being installed, which breaks
bundix for some gems.

E.g.

```
$ nix-build --argstr url https://rubygems.org/gems/nio4r-2.1.0.gem 
/nix/store/y6959dxal86l3alc0ryf7752prbbkzxg-bundix-2.2.0/lib/ruby/gems/2.3.0/gems/bundix-2.2.0/lib/bundix/fetchurl-force.nix
error: getting status of 
‘/nix/store/y6959dxal86l3alc0ryf7752prbbkzxg-bundix-2.2.0/lib/ruby/gems/2.3.0/gems/bundix-2.2.0/lib/bundix/fetchurl-force.nix’:
 No such file or directory
```


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