[Nix-commits] [NixOS/nixpkgs] 7c9a0b: pythonPackages.searx: fix build

2016-08-07 Thread Al Zohali
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7c9a0bf5341a33ffc0175f24e5ab574b0d6a68f7
  
https://github.com/NixOS/nixpkgs/commit/7c9a0bf5341a33ffc0175f24e5ab574b0d6a68f7
  Author: Franz Pletz 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

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

  Log Message:
  ---
  pythonPackages.searx: fix build

The certifi package was upgraded but searx had a hard dependency on a
specific version. It still works with the new version.


  Commit: 2aba1c496215d4ee788c47b94e5d06fea09134ff
  
https://github.com/NixOS/nixpkgs/commit/2aba1c496215d4ee788c47b94e5d06fea09134ff
  Author: Al Zohali 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M nixos/modules/module-list.nix
R nixos/modules/services/web-servers/phpfpm.nix
A nixos/modules/services/web-servers/phpfpm/default.nix
A nixos/modules/services/web-servers/phpfpm/pool-options.nix

  Log Message:
  ---
  phpfpm service: restructured pool configuration

>From @fpletz: Keep poolConfigs option for backwards-compatibility.

The original commit 6b3f5b5a421fe3422e9ef63a3fd690178c36163e was previously
reverted by c7860cae1a4b54f4b54339142472f00f861fa055 but the issues were
resolved.


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


[Nix-commits] [NixOS/nixpkgs] b8a317: haskellPackages.vector-algorithms: added extra bui...

2016-08-07 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b8a3174aa3c6622ea82028f32987228ebc33c6ab
  
https://github.com/NixOS/nixpkgs/commit/b8a3174aa3c6622ea82028f32987228ebc33c6ab
  Author: Daiderd Jordan 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

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

  Log Message:
  ---
  haskellPackages.vector-algorithms: added extra build dependencies for ghc 
7.10 (#17586)


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


[Nix-commits] [NixOS/nixpkgs] 54748c: nlohmann_json: init at 2.0.2

2016-08-07 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 54748c1e3ff3a3948e5edeb61d0060cfba9ab1b8
  
https://github.com/NixOS/nixpkgs/commit/54748c1e3ff3a3948e5edeb61d0060cfba9ab1b8
  Author: Josef Kemetmueller 
  Date:   2016-08-04 (Thu, 04 Aug 2016)

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

  Log Message:
  ---
  nlohmann_json: init at 2.0.2

A header only C++ library for modern JSON.


  Commit: 045626475431758717d78109946993250f9c532f
  
https://github.com/NixOS/nixpkgs/commit/045626475431758717d78109946993250f9c532f
  Author: Daiderd Jordan 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

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

  Log Message:
  ---
  Merge pull request #17517 from knedlsepp/add-json

nlohmann_json: init at 2.0.2


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


[Nix-commits] [NixOS/nixpkgs] 65dcc7: opensmtpd-extras: fixup after mariadb changes

2016-08-07 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 65dcc797ebf505efb1e6d2c7906249f9534061d0
  
https://github.com/NixOS/nixpkgs/commit/65dcc797ebf505efb1e6d2c7906249f9534061d0
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/servers/mail/opensmtpd/extras.nix

  Log Message:
  ---
  opensmtpd-extras: fixup after mariadb changes

I hope this was the only package I've forgotten.


  Commit: b94559dc7f88d52faf4b48ef94fd2837941fd13e
  
https://github.com/NixOS/nixpkgs/commit/b94559dc7f88d52faf4b48ef94fd2837941fd13e
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/servers/sql/mariadb/default.nix

  Log Message:
  ---
  mariadb: make the attribute point to the full build

It will create least surprises. Only those who want to go light
have to choose.


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


[Nix-commits] [NixOS/nixpkgs] 24805b: unixODBCDrivers.mariadb: fix evaluation

2016-08-07 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24805b00c0de4bd30f5b79ed340aa369e3a21ba9
  
https://github.com/NixOS/nixpkgs/commit/24805b00c0de4bd30f5b79ed340aa369e3a21ba9
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

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

  Log Message:
  ---
  unixODBCDrivers.mariadb: fix evaluation

... after the parent merge, but the package was broken anyway.


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


[Nix-commits] [NixOS/nixpkgs] 9a0724: mariadb: completely separate a server-less build

2016-08-07 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9a072482e69ab90c09ce2ca464a4316fb07c4a45
  
https://github.com/NixOS/nixpkgs/commit/9a072482e69ab90c09ce2ca464a4316fb07c4a45
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/servers/sql/mariadb/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  mariadb: completely separate a server-less build

libmysqlclient is all that most closures need; now it's smaller and
quick to build. For cases that need a server (via executable or lib),
there's a full build for now; later it could be slimmed by removing the
client stuff.


  Commit: 950feb70b2e43e300bd0f285eb6e3ad446ca0722
  
https://github.com/NixOS/nixpkgs/commit/950feb70b2e43e300bd0f285eb6e3ad446ca0722
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/applications/audio/amarok/default.nix
M pkgs/applications/gis/grass/default.nix
M pkgs/development/compilers/hhvm/default.nix
M pkgs/development/compilers/urweb/default.nix
M pkgs/development/interpreters/php/default.nix
M pkgs/development/libraries/libdbi-drivers/default.nix
M pkgs/development/libraries/opendbx/default.nix
M pkgs/development/libraries/qt-3/default.nix
M pkgs/development/lisp-modules/lisp-packages.nix
M pkgs/development/ocaml-modules/mysql/default.nix
M pkgs/development/pure-modules/glpk/default.nix
M pkgs/games/zod/default.nix
M pkgs/servers/mail/dspam/default.nix
M pkgs/servers/mail/postfix/default.nix
M pkgs/servers/restund/default.nix

  Log Message:
  ---
  treewide: fixup various mysql ocurrences after re-split


  Commit: 75a92f4cd48d579f45e7ccd1d69c9e75364961eb
  
https://github.com/NixOS/nixpkgs/commit/75a92f4cd48d579f45e7ccd1d69c9e75364961eb
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/applications/audio/amarok/default.nix

  Log Message:
  ---
  amarok: enableParallelBuilding = true

It builds rather long otherwise.


  Commit: f21ff73289f2a2b7b0411b3c2852dd0099706f15
  
https://github.com/NixOS/nixpkgs/commit/f21ff73289f2a2b7b0411b3c2852dd0099706f15
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/servers/games/ghost-one/default.nix

  Log Message:
  ---
  ghost-one: mark as broken

It doesn't even download and I can't see any alternative mirror.
/cc maintainer @phreedom.


  Commit: 5951fc63611e8b23b9a3c5fcb9d0140eed06708a
  
https://github.com/NixOS/nixpkgs/commit/5951fc63611e8b23b9a3c5fcb9d0140eed06708a
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/applications/audio/amarok/default.nix
M pkgs/applications/gis/grass/default.nix
M pkgs/development/compilers/hhvm/default.nix
M pkgs/development/compilers/urweb/default.nix
M pkgs/development/interpreters/php/default.nix
M pkgs/development/libraries/libdbi-drivers/default.nix
M pkgs/development/libraries/opendbx/default.nix
M pkgs/development/libraries/qt-3/default.nix
M pkgs/development/lisp-modules/lisp-packages.nix
M pkgs/development/ocaml-modules/mysql/default.nix
M pkgs/development/pure-modules/glpk/default.nix
M pkgs/games/zod/default.nix
M pkgs/servers/games/ghost-one/default.nix
M pkgs/servers/mail/dspam/default.nix
M pkgs/servers/mail/postfix/default.nix
M pkgs/servers/restund/default.nix
M pkgs/servers/sql/mariadb/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge #17413: mariadb rework

It includes security updates to mariadb/mysql.


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


[Nix-commits] [NixOS/nixpkgs] f6eae2: openssh: 7.2p2 -> 7.3p1 (#17493)

2016-08-07 Thread Aneesh Agrawal
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f6eae2efab68638259f27e0c56c3534155063543
  
https://github.com/NixOS/nixpkgs/commit/f6eae2efab68638259f27e0c56c3534155063543
  Author: Aneesh Agrawal 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
R pkgs/tools/networking/openssh/CVE-2015-8325.patch
M pkgs/tools/networking/openssh/default.nix

  Log Message:
  ---
  openssh: 7.2p2 -> 7.3p1 (#17493)

Also remove patch for CVE-2015-8325 that has been fixed upstream.


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


Re: [Nix-dev] Nix GUI? / make Nix more beginner-friendly

2016-08-07 Thread Roland Koebler
Hi,

> Hey Roland, can you tell which package manager GUI do you like best?
I usually don't use package manager GUIs, since I usually use Debian and know
the Debian package manager commandline-tools quite well and am much faster
with those (and because I don't like GUI-programs which need root-access).

For Nix (on Debian), I usually use nix-env.

But as a Nix-beginner (currently using Nix only for a few programs on Debian),
I would like such a GUI, since it would make it easier to use Nix, without 
having
to read all manpages and without having to remember the commandline-parameters.

> I'm addicted to command line interface because
Commandline-interfaces are simply unbeatable for power-users, I know that.
I guess that most of the users on this list will probably never use such a GUI.

But: I think such a GUI would make it much more easier for not-yet-Nix-users
to try Nix -- since Nix is useful on every Linux-distribution. And it would make
it easier to use Nix for "non-geek" Linux-users, which don't like commandline-
interfaces/don't know what to do with a commandline.
So, I think such a GUI could bring more users to Nix and maybe finally to NixOS.
And of course it's fine if they use the commandline-tools later. ;)


regards
Roland

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


[Nix-commits] [NixOS/nixpkgs] 6a8673: openttd: 1.6.0 -> 1.6.1 (#17580)

2016-08-07 Thread Kranium Gikos Mendoza
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6a8673716eb97ee84b8adac9203d98e0f53b0f60
  
https://github.com/NixOS/nixpkgs/commit/6a8673716eb97ee84b8adac9203d98e0f53b0f60
  Author: Kranium Gikos Mendoza 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/games/openttd/default.nix

  Log Message:
  ---
  openttd: 1.6.0 -> 1.6.1 (#17580)

also disable builds on darwin


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


[Nix-commits] [NixOS/nixpkgs] cf62a2: wsmancli: fix compilation

2016-08-07 Thread Robert Helgesson
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cf62a27a326a9cdbb01d627b1faaea3a0d5e886c
  
https://github.com/NixOS/nixpkgs/commit/cf62a27a326a9cdbb01d627b1faaea3a0d5e886c
  Author: Robert Helgesson 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

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

  Log Message:
  ---
  wsmancli: fix compilation

Without this the package build fails with a linking error. Fixes #14872.

(cherry picked from commit 28f17215b9ad833f73483b7aac2065a9a4329b1d)


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


[Nix-commits] [NixOS/nixpkgs] 28f172: wsmancli: fix compilation

2016-08-07 Thread Robert Helgesson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 28f17215b9ad833f73483b7aac2065a9a4329b1d
  
https://github.com/NixOS/nixpkgs/commit/28f17215b9ad833f73483b7aac2065a9a4329b1d
  Author: Robert Helgesson 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

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

  Log Message:
  ---
  wsmancli: fix compilation

Without this the package build fails with a linking error. Fixes #14872.


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


[Nix-commits] [NixOS/nixpkgs] 3c1ec7: emby: 3.0.6020 -> 3.0.6030 (#17565)

2016-08-07 Thread Tristan Helmich
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3c1ec73a6166e0ecd401e95a9f0777faed6f7a76
  
https://github.com/NixOS/nixpkgs/commit/3c1ec73a6166e0ecd401e95a9f0777faed6f7a76
  Author: Tristan Helmich 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/servers/emby/default.nix

  Log Message:
  ---
  emby: 3.0.6020 -> 3.0.6030 (#17565)


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


[Nix-commits] [NixOS/nixpkgs] ee2390: hello: doCheck = true; again

2016-08-07 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ee23909dc6e7a203edb54ea52c8f698c8e5662ce
  
https://github.com/NixOS/nixpkgs/commit/ee23909dc6e7a203edb54ea52c8f698c8e5662ce
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

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

  Log Message:
  ---
  hello: doCheck = true; again

Close #17573.


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


[Nix-commits] [NixOS/nixpkgs] c66814: nmap: 7.01 -> 7.12

2016-08-07 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c66814d9cee1d3891b18480b2fd9a655613d6811
  
https://github.com/NixOS/nixpkgs/commit/c66814d9cee1d3891b18480b2fd9a655613d6811
  Author: Franz Pletz 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/tools/security/nmap/default.nix

  Log Message:
  ---
  nmap: 7.01 -> 7.12


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


[Nix-commits] [NixOS/nixpkgs] 9f0acd: nixos-container: Fix missing comma in GetOptions

2016-08-07 Thread aszlig
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9f0acda7ebe4d8e68f44d5f207f26ef2154ba6e1
  
https://github.com/NixOS/nixpkgs/commit/9f0acda7ebe4d8e68f44d5f207f26ef2154ba6e1
  Author: aszlig 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/tools/virtualization/nixos-container/nixos-container.pl

  Log Message:
  ---
  nixos-container: Fix missing comma in GetOptions

Regression introduced by fe8f0dbd53fb2497a44be21a177188d5c52e36e7.

Tested using "nix-build nixos/tests/containers-imperative.nix".

Signed-off-by: aszlig 
Cc: @ericbmerritt


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


[Nix-commits] [NixOS/nixpkgs] 93d8ab: Updating mlt to 6.2.0

2016-08-07 Thread Lluís Batlle i Rossell
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 93d8ab8007102e0e4d7f23cf25bb353d1cc5bced
  
https://github.com/NixOS/nixpkgs/commit/93d8ab8007102e0e4d7f23cf25bb353d1cc5bced
  Author: Lluís Batlle i Rossell 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M pkgs/development/libraries/mlt/qt-5.nix

  Log Message:
  ---
  Updating mlt to 6.2.0


  Commit: e17bc0b871db241434c05d3079bd2790359cd720
  
https://github.com/NixOS/nixpkgs/commit/e17bc0b871db241434c05d3079bd2790359cd720
  Author: Lluís Batlle i Rossell 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M pkgs/desktops/kde-5/applications-15.12/default.nix
A pkgs/desktops/kde-5/applications-15.12/kdenlive.nix

  Log Message:
  ---
  Adding kdenlive for kde5


  Commit: 06b1f2f3aa1177eea11d126c581822619c7f4984
  
https://github.com/NixOS/nixpkgs/commit/06b1f2f3aa1177eea11d126c581822619c7f4984
  Author: Lluís Batlle i Rossell 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M pkgs/desktops/kde-5/applications-15.12/kdenlive.nix

  Log Message:
  ---
  More pieces to kdenlive (copied from archlinux)


  Commit: 29ebb13afba9a89279d88bb98fbabcd99d06cf0c
  
https://github.com/NixOS/nixpkgs/commit/29ebb13afba9a89279d88bb98fbabcd99d06cf0c
  Author: Lluís Batlle i Rossell 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M pkgs/development/libraries/mlt/qt-5.nix

  Log Message:
  ---
  Revert "Updating mlt to 6.2.0"

This reverts commit 93d8ab8007102e0e4d7f23cf25bb353d1cc5bced.


  Commit: 008f88ae6f0aa43cf0dc4e36f059ee03e1a0b99b
  
https://github.com/NixOS/nixpkgs/commit/008f88ae6f0aa43cf0dc4e36f059ee03e1a0b99b
  Author: Lluís Batlle i Rossell 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/development/libraries/mlt/qt-5.nix

  Log Message:
  ---
  Adding the mlt version that matches kdenlive 15.12.


  Commit: da1bf5fc711c7ce179d3f64cfb9b3abc4adbc42e
  
https://github.com/NixOS/nixpkgs/commit/da1bf5fc711c7ce179d3f64cfb9b3abc4adbc42e
  Author: Lluís Batlle i Rossell 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/desktops/kde-5/applications-15.12/kdenlive.nix

  Log Message:
  ---
  Making kdenlive find kinit in PATH


  Commit: 1ec1a7c71f1394272855c91c1db6b3c76d11ab9e
  
https://github.com/NixOS/nixpkgs/commit/1ec1a7c71f1394272855c91c1db6b3c76d11ab9e
  Author: Lluís Batlle i Rossell 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/desktops/kde-5/applications-15.12/default.nix
A pkgs/desktops/kde-5/applications-15.12/kdenlive.nix
M pkgs/development/libraries/mlt/qt-5.nix

  Log Message:
  ---
  Adding kdenlive for kde-5 (15.12).

Merging the branch where I added it, which has some steps
forward/backward.

The changes for master (applications-16.04) are slightly different,
and although I tried to port it there, kdenlive just crashes on start.
Someone should port it there.


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


[Nix-commits] [NixOS/nixpkgs] 50f909: mesa: have vdpau drivers in lib/vdpau again

2016-08-07 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 50f909cf933154591fc7886a74fa121234047926
  
https://github.com/NixOS/nixpkgs/commit/50f909cf933154591fc7886a74fa121234047926
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

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

  Log Message:
  ---
  mesa: have vdpau drivers in lib/vdpau again

This was done by @abbradar 364f297bb2 but I lost that change by accident
when doing large closure-size merges 39ebb01d.
Fortunately it seems to have caused no problems, likely because
${mesa_drivers}/lib gets into $LD_LIBRARY_PATH.


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


[Nix-commits] [NixOS/nixpkgs] 4c09ea: mesa: vdpau symlinks, broken after 1a52fdc

2016-08-07 Thread Vladimír Čunát
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4c09ea7e3d2fc133c42311484e1090117cd07b50
  
https://github.com/NixOS/nixpkgs/commit/4c09ea7e3d2fc133c42311484e1090117cd07b50
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/development/libraries/mesa/symlink-drivers.patch

  Log Message:
  ---
  mesa: vdpau symlinks, broken after 1a52fdc

Fixes #17559. /cc @edolstra.
Using *relative* symlinks doesn't break when moving the files.

(cherry picked from commit 73e1242172d8012b1c6054a7f33bda1dc6f3bbc6)


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


[Nix-commits] [NixOS/nixpkgs] 73e124: mesa: vdpau symlinks, broken after 1a52fdc

2016-08-07 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 73e1242172d8012b1c6054a7f33bda1dc6f3bbc6
  
https://github.com/NixOS/nixpkgs/commit/73e1242172d8012b1c6054a7f33bda1dc6f3bbc6
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/development/libraries/mesa/symlink-drivers.patch

  Log Message:
  ---
  mesa: vdpau symlinks, broken after 1a52fdc

Fixes #17559.
Using *relative* symlinks doesn't break when moving the files.


  Commit: 3659e44f986bc6ea003246575f5ea821bb97b173
  
https://github.com/NixOS/nixpkgs/commit/3659e44f986bc6ea003246575f5ea821bb97b173
  Author: Vladimír Čunát 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

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

  Log Message:
  ---
  rawtherapee: fixup build by using older cmake


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


[Nix-commits] [NixOS/nixpkgs] 882ad3: emacs25pre: Removes doCheck = false

2016-08-07 Thread Moritz Ulrich
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 882ad3bbd0bdbb5457d0f2086fd3f876a456960b
  
https://github.com/NixOS/nixpkgs/commit/882ad3bbd0bdbb5457d0f2086fd3f876a456960b
  Author: Damien Cassou 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/applications/editors/emacs-25/default.nix

  Log Message:
  ---
  emacs25pre: Removes doCheck = false

Fixes #13573. This package builds fine without this line now.


  Commit: f7f8de64f49b14979efd2f6519f297dc5341d908
  
https://github.com/NixOS/nixpkgs/commit/f7f8de64f49b14979efd2f6519f297dc5341d908
  Author: Moritz Ulrich 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/applications/editors/emacs-25/default.nix

  Log Message:
  ---
  Merge pull request #17574 from DamienCassou/add-checks-back-to-emacs25pre

emacs25pre: Removes doCheck = false


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


[Nix-commits] [NixOS/nixpkgs] 39b48e: cpuminer-multi: disable on 686-linux (#17558)

2016-08-07 Thread arconix
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 39b48ed2effa2bf2c4241869ec78d5bcbaac5a3d
  
https://github.com/NixOS/nixpkgs/commit/39b48ed2effa2bf2c4241869ec78d5bcbaac5a3d
  Author: arconix 
  Date:   2016-08-07 (Sun, 07 Aug 2016)

  Changed paths:
M pkgs/tools/misc/cpuminer-multi/default.nix

  Log Message:
  ---
  cpuminer-multi: disable on 686-linux (#17558)

upstream bug lucasjones/cpuminer-multi#27


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