[Nix-commits] [NixOS/nixpkgs] fa2c22: x11idle: init at unstable-2017-07-01 (#27062)

2017-07-02 Thread Samuel W. Flint
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fa2c22ea97d604dfc9cc3dcf9115eecc6bd021d9
  
https://github.com/NixOS/nixpkgs/commit/fa2c22ea97d604dfc9cc3dcf9115eecc6bd021d9
  Author: Samuel W. Flint 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  x11idle: init at unstable-2017-07-01 (#27062)

* Add myself to the maintainers list

* Define the derivation for x11idle


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


[Nix-commits] [NixOS/nixpkgs] ebeb89: Merge #27074: kmod-debian-aliases: Fix source tarb...

2017-07-02 Thread Jörg Thalheim
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ebeb8901a2d47bca201901804902edeff807797d
  
https://github.com/NixOS/nixpkgs/commit/ebeb8901a2d47bca201901804902edeff807797d
  Author: Jörg Thalheim 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  Merge #27074: kmod-debian-aliases: Fix source tarball URL.

(cherry picked from commit 02ce6963045ed2a1ed41538419a3954ead23fa51)


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


[Nix-commits] [NixOS/nixpkgs] cb9fe8: Mariadb: Fix URL for source tarball.

2017-07-02 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cb9fe8ceadbf9149f506574095ef3645d6b36909
  
https://github.com/NixOS/nixpkgs/commit/cb9fe8ceadbf9149f506574095ef3645d6b36909
  Author: Sebastian Hagen 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  Mariadb: Fix URL for source tarball.

mariadb.org appears to have changed their URL schemes, and the tarball URL used
by this derivation no longer works, which makes this unbuildable from scratch.

This change updates that URL to a mariadb.org location that will still serve
this tarball.

Hash is unchanged.


  Commit: cc83f351188610a06ce2539f42bc3c6cb5902ad2
  
https://github.com/NixOS/nixpkgs/commit/cc83f351188610a06ce2539f42bc3c6cb5902ad2
  Author: Vladimír Čunát 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  Merge #27076: mariadb: fix URL for source tarball

Not even all their mirrors serve our version, unfortunately.


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


[Nix-commits] [NixOS/nixpkgs] 659046: Merge #27076: mariadb: fix URL for source tarball

2017-07-02 Thread Vladimír Čunát
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 65904657b5d613bc1cc827aa2bb8df5c88150fea
  
https://github.com/NixOS/nixpkgs/commit/65904657b5d613bc1cc827aa2bb8df5c88150fea
  Author: Vladimír Čunát 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  Merge #27076: mariadb: fix URL for source tarball

Not even all their mirrors serve our version, unfortunately.

(cherry picked from commit cc83f351188610a06ce2539f42bc3c6cb5902ad2)


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


[Nix-commits] [NixOS/nixpkgs] d97cdf: nixos/xserver: Document the layouts sed expression

2017-07-02 Thread aszlig
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d97cdfc591baf790ce5a9836e1503dfb0eb152e6
  
https://github.com/NixOS/nixpkgs/commit/d97cdfc591baf790ce5a9836e1503dfb0eb152e6
  Author: aszlig 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

  Changed paths:
M nixos/modules/services/x11/xserver.nix

  Log Message:
  ---
  nixos/xserver: Document the layouts sed expression

This was brought up by @0xABAB in #26984 by the following comment:

https://github.com/NixOS/nixpkgs/pull/26984#discussion_r125146405

Signed-off-by: aszlig 


  Commit: 69da1807f02daa776472893741c2f82eca8e838d
  
https://github.com/NixOS/nixpkgs/commit/69da1807f02daa776472893741c2f82eca8e838d
  Author: aszlig 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

  Changed paths:
M nixos/modules/services/x11/xserver.nix

  Log Message:
  ---
  nixos/xserver: Allow more than one keyboard layout

Regression introduced by 44c64fef16ed566786c8db276085b484c9d233f3.

The services.xserver.layout option allows to specify more than one
layout separated by comma, which the commit above didn't take into
account.

This is very similar to @lheckemann's pull request (#26984) but differs
in the following ways:

  * Print out the full list available layouts (as suggested by @0xABAB
in [1]).
  * Loop over $layout using the default IFS (and thus no need for
escaping ${cfg.layout}), because the layouts won't contain white
spaces.
  * Re-do the error message, which now uses multiple echos instead of a
heredoc, so the line is wrapped according to the viewers terminal
width.

I've tested this with several good and bad layouts and also against the
keymap NixOS VM subtests.

[1]: https://github.com/NixOS/nixpkgs/pull/26984#discussion_r125146700

Signed-off-by: aszlig 
Fixes: #26961
Closes: #26984


Compare: https://github.com/NixOS/nixpkgs/compare/02ce6963045e...69da1807f02d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 5d989f: kmod-debian-aliases: Fix source tarball URL.

2017-07-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5d989f4d93b2dfd6bea3320aca423901af2a0527
  
https://github.com/NixOS/nixpkgs/commit/5d989f4d93b2dfd6bea3320aca423901af2a0527
  Author: es_github 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  kmod-debian-aliases: Fix source tarball URL.

The original URL for this package was pointed at a location that wasn't
longterm-stable, and has by now been removed by Debian.
This commit fixes the URL to point at a debian snapshot entry, which should
stick around for the long run.

Hash is unchanged, so this is safe.


  Commit: 02ce6963045ed2a1ed41538419a3954ead23fa51
  
https://github.com/NixOS/nixpkgs/commit/02ce6963045ed2a1ed41538419a3954ead23fa51
  Author: Jörg Thalheim 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  Merge pull request #27074 from sh01/shpr_fixurls_kmod_debian

kmod-debian-aliases: Fix source tarball URL.


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


[Nix-commits] [NixOS/nixpkgs] 8ad1e6: Merge #27075: p7zip: Update CVE-2016-9296 patch UR...

2017-07-02 Thread Vladimír Čunát
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8ad1e63e79cd60a20b89ec99dd4797f4ffa0f6df
  
https://github.com/NixOS/nixpkgs/commit/8ad1e63e79cd60a20b89ec99dd4797f4ffa0f6df
  Author: Vladimír Čunát 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  Merge #27075: p7zip: Update CVE-2016-9296 patch URL

(cherry picked from commit 1f0de2dce26b6bcfd5f9d49365b15dbcab4ae723)


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


[Nix-commits] [NixOS/nixpkgs] 674e46: p7zip: Update CVE-2016-9296 patch URL.

2017-07-02 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 674e46d643a46eda2079b7cc387f3f34da796831
  
https://github.com/NixOS/nixpkgs/commit/674e46d643a46eda2079b7cc387f3f34da796831
  Author: es_github 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  p7zip: Update CVE-2016-9296 patch URL.

The debian source for this patch file has gone away, rendering this derivation
unbuildable from scratch.
This change updates the URL to a src.fedoraproject.org location that is still
serving a p7zip patch. This file is not the same bytewise, so I'm also updating
the hash; I didn't manage to find a location still serving a file with the
original hash, and my best guess is that this one is functionally equivalent.


  Commit: 6cad339a0eb0d052c8f5e4a88ce89c49792feee5
  
https://github.com/NixOS/nixpkgs/commit/6cad339a0eb0d052c8f5e4a88ce89c49792feee5
  Author: Vladimír Čunát 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  p7zip: add commit ID to the patch

We still do mirror the patch (I think), as `nix-build -Q -A p7zip.patches`
downloaded it on my machine.  I verified that only the diff headers differ;
it's still better to have another working download and Fedora's URLs are
less likely to disappear than Debian's.
/cc #27075.


  Commit: 1f0de2dce26b6bcfd5f9d49365b15dbcab4ae723
  
https://github.com/NixOS/nixpkgs/commit/1f0de2dce26b6bcfd5f9d49365b15dbcab4ae723
  Author: Vladimír Čunát 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  Merge #27075: p7zip: Update CVE-2016-9296 patch URL


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


[Nix-commits] [NixOS/nixpkgs] 05a1a2: Openslp: Fix patch references.

2017-07-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 05a1a2a2d3733415593d6e0525404cc937545165
  
https://github.com/NixOS/nixpkgs/commit/05a1a2a2d3733415593d6e0525404cc937545165
  Author: es_github 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  Openslp: Fix patch references.

The previous sources for these files have gone away, making this derivation
unbuildable from scratch. We change the URLs to point at locations that will
still serve those patches.
This involves updating one of the hashes, also; I couldn't find an address
that will serve the patch with the original hash, but I expect these only
differ in irrelevant metadata.


  Commit: e33ddf0fec30beee523a00ec93215611744cd670
  
https://github.com/NixOS/nixpkgs/commit/e33ddf0fec30beee523a00ec93215611744cd670
  Author: Jörg Thalheim 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

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

  Log Message:
  ---
  Merge pull request #27077 from sh01/shpr_fixurls_openslp

Openslp: Fix patch references.


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


[Nix-commits] [NixOS/nixpkgs] 4c1ecb: makemkv: 1.10.5 -> 1.10.6

2017-07-02 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4c1ecbb669cffe32f424f2e15157712cfdb12a8e
  
https://github.com/NixOS/nixpkgs/commit/4c1ecbb669cffe32f424f2e15157712cfdb12a8e
  Author: Clemens Lutz 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/applications/video/makemkv/default.nix

  Log Message:
  ---
  makemkv: 1.10.5 -> 1.10.6


  Commit: 64f922bf18d584151394ce9c7e9fd6fd39f8c30b
  
https://github.com/NixOS/nixpkgs/commit/64f922bf18d584151394ce9c7e9fd6fd39f8c30b
  Author: Jörg Thalheim 
  Date:   2017-07-03 (Mon, 03 Jul 2017)

  Changed paths:
M pkgs/applications/video/makemkv/default.nix

  Log Message:
  ---
  Merge pull request #27064 from LutzCle/master

makemkv: 1.10.5 -> 1.10.6


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


[Nix-dev] [ANN] Home Manager

2017-07-02 Thread Robert Helgesson
Hi All,

While my little Home Manager project has been online at

  https://github.com/rycee/home-manager

since January I haven't really mentioned it much. Although it is far
from complete, I now feel sufficiently confident about its stability and
usefulness to announce it to the wider community.

In short Home Manager is a set of NixOS modules and a command line tool
called `home-manager` that lets you configure your user's environment
similar to how you configure your NixOS system. Since Home Manager uses
the NixOS module system under the hood and therefore supports the nice
things the modules bring, in particular type checking, automatic man
page generation, and merging configurations using the `imports` field.

It is quite similar to nixuser [1] in scope and implementation but
differs in some crucial ways, most notably Home Manager lives in a
separate repository from Nixpkgs which I hope makes it easier to get
started. It also works under NixOS 17.03 (which is the version I mostly
use) and to some extent also other Linux distros and even macOS. Though
I have personally only ever used it under NixOS.

A simple Home Manager configuration may look something like

{ pkgs, ... }:

{
  home.packages = [
pkgs.htop
pkgs.fortune
  ];

  programs.emacs = {
enable = true;
extraPackages = epkgs: [
  epkgs.nix-mode
  epkgs.magit
];
  };

  programs.firefox = {
enable = true;
enableAdobeFlash = true;
  };

  services.gpg-agent = {
enable = true;
defaultCacheTtl = 1800;
enableSshSupport = true;
  };
}

I have also written a more elaborate description of the project on my
website which you can reach at

  https://rycee.net/posts/2017-07-02-manage-your-home-with-nix.html

Please have a look and give Home Manager a try if you are feeling
adventurous. Feedback is most welcome!

/rycee

[1] https://github.com/NixOS/nixpkgs/pull/9250

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


[Nix-commits] [NixOS/nixpkgs] b87993: emby: 3.2.20.0 -> 3.2.22.0

2017-07-02 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b87993e2fbbc8d6bc4d3c9b7544b471fbaf59c4a
  
https://github.com/NixOS/nixpkgs/commit/b87993e2fbbc8d6bc4d3c9b7544b471fbaf59c4a
  Author: Tristan Helmich 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  emby: 3.2.20.0 -> 3.2.22.0


  Commit: c5e314dabe45142d4790cdc9169438ba6e133ec5
  
https://github.com/NixOS/nixpkgs/commit/c5e314dabe45142d4790cdc9169438ba6e133ec5
  Author: Joachim F 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  Merge pull request #27059 from fadenb/emby_3.2.22.0

emby: 3.2.20.0 -> 3.2.22.0


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


[Nix-commits] [NixOS/nixpkgs] 6cd8de: offlineimap: 7.1.0 -> 7.1.1

2017-07-02 Thread romildo
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6cd8de8ba60ba5280bab8e6ebca4a15a2e1fec1e
  
https://github.com/NixOS/nixpkgs/commit/6cd8de8ba60ba5280bab8e6ebca4a15a2e1fec1e
  Author: romildo 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  offlineimap: 7.1.0 -> 7.1.1


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


[Nix-commits] [NixOS/nixpkgs] 8197e4: xsv: 0.11.0 -> 0.12.1

2017-07-02 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8197e4dffada57690b2de86cf50251273d4f7f7c
  
https://github.com/NixOS/nixpkgs/commit/8197e4dffada57690b2de86cf50251273d4f7f7c
  Author: dywedir 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/tools/text/xsv/default.nix

  Log Message:
  ---
  xsv: 0.11.0 -> 0.12.1


  Commit: 79df6e80681ac4364d9dc7a6833ce8bbd93dd516
  
https://github.com/NixOS/nixpkgs/commit/79df6e80681ac4364d9dc7a6833ce8bbd93dd516
  Author: Joachim F 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/tools/text/xsv/default.nix

  Log Message:
  ---
  Merge pull request #27037 from dywedir/xsv

xsv: 0.11.0 -> 0.12.1


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


[Nix-commits] [NixOS/nixpkgs] a72c1e: factorio: 0.15.16 -> 0.15.26

2017-07-02 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a72c1e4e1c1f9974f9dec18cfa8f7359a4a47685
  
https://github.com/NixOS/nixpkgs/commit/a72c1e4e1c1f9974f9dec18cfa8f7359a4a47685
  Author: Eric Litak 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  factorio: 0.15.16 -> 0.15.26


  Commit: fa1153980ccee106f8c3a6dabbf2c240e412cf4d
  
https://github.com/NixOS/nixpkgs/commit/fa1153980ccee106f8c3a6dabbf2c240e412cf4d
  Author: Joachim F 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  Merge pull request #27047 from elitak/factorio-version

factorio: 0.15.16 -> 0.15.26


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


[Nix-commits] [NixOS/nixpkgs] 3beb47: ocamlPackages.inotify: init at 2.3

2017-07-02 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3beb47ff2a6abe579d01dd24948eeedc0cebbb0a
  
https://github.com/NixOS/nixpkgs/commit/3beb47ff2a6abe579d01dd24948eeedc0cebbb0a
  Author: Vincent Laporte 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
A pkgs/development/ocaml-modules/inotify/default.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.inotify: init at 2.3

This package contains bindings for Linux's filesystem monitoring interface, 
inotify.

Homepage: https://github.com/whitequark/ocaml-inotify


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


[Nix-commits] [NixOS/nixpkgs] dbe61c: ocamlPackages: make lwt-3.0.0 the default

2017-07-02 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dbe61c96ae778f21cb998d68eab3088cd27c
  
https://github.com/NixOS/nixpkgs/commit/dbe61c96ae778f21cb998d68eab3088cd27c
  Author: Vincent Laporte 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/development/ocaml-modules/eliom/default.nix
M pkgs/development/ocaml-modules/lambda-term/1.6.nix
M pkgs/development/ocaml-modules/ocsigen-server/default.nix
M pkgs/development/tools/ocaml/js_of_ocaml/default.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages: make lwt-3.0.0 the default


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


[Nix-commits] [NixOS/nixpkgs] 0dd204: mpd service: Create playlist directory

2017-07-02 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0dd204ebfe5500714ab82ba80ae6182a2fcc4ebf
  
https://github.com/NixOS/nixpkgs/commit/0dd204ebfe5500714ab82ba80ae6182a2fcc4ebf
  Author: Johannes Frankenau 
  Date:   2017-07-01 (Sat, 01 Jul 2017)

  Changed paths:
M nixos/modules/services/audio/mpd.nix

  Log Message:
  ---
  mpd service: Create playlist directory


  Commit: e4ca35a4f6a6d0429cc344d163baa7c215596a61
  
https://github.com/NixOS/nixpkgs/commit/e4ca35a4f6a6d0429cc344d163baa7c215596a61
  Author: Joachim F 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M nixos/modules/services/audio/mpd.nix

  Log Message:
  ---
  Merge pull request #26990 from jfrankenau/mpd-create-playlistDir

mpd service: Create playlist directory


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


[Nix-commits] [NixOS/nixpkgs] 6f3696: ocamlPackages.lablgl: mark as broken on Darwin

2017-07-02 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6f3696784d3321430c5851706b8d7d058e24e513
  
https://github.com/NixOS/nixpkgs/commit/6f3696784d3321430c5851706b8d7d058e24e513
  Author: Vincent Laporte 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  ocamlPackages.lablgl: mark as broken on Darwin


  Commit: ed12c7a9b9b1545e07d25fdf062600d8b2d58c4e
  
https://github.com/NixOS/nixpkgs/commit/ed12c7a9b9b1545e07d25fdf062600d8b2d58c4e
  Author: Vincent Laporte 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
A pkgs/development/ocaml-modules/git-http/default.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.git-http: init at 1.11.0

Client implementation of the “Smart” HTTP Git protocol in pure OCaml.


  Commit: e8c0e8a04bf0772bd7a4a92557ce90106854c383
  
https://github.com/NixOS/nixpkgs/commit/e8c0e8a04bf0772bd7a4a92557ce90106854c383
  Author: Vincent Laporte 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
A pkgs/development/ocaml-modules/git-unix/default.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.git-unix: init at 1.11.0

Unix backend for the Git protocol(s)


  Commit: d3a29b393a45b63815d0e3374ec0cf9f54200ef9
  
https://github.com/NixOS/nixpkgs/commit/d3a29b393a45b63815d0e3374ec0cf9f54200ef9
  Author: Vincent Laporte 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/development/ocaml-modules/lwt/default.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.lwt: 2.7.1 -> 3.0.0


  Commit: ca15a36d0ec2b8a3597efd5bc1a1694f9aa2ce7d
  
https://github.com/NixOS/nixpkgs/commit/ca15a36d0ec2b8a3597efd5bc1a1694f9aa2ce7d
  Author: Vincent Laporte 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
A pkgs/development/ocaml-modules/lwt_react/default.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.lwt_react: init at 1.0.1


  Commit: 8ad273d4f06004f31c2dc7e5eff87a9343376c47
  
https://github.com/NixOS/nixpkgs/commit/8ad273d4f06004f31c2dc7e5eff87a9343376c47
  Author: Vincent Laporte 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/development/ocaml-modules/lambda-term/default.nix
M pkgs/development/tools/ocaml/utop/default.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.lambda-term: 1.10 -> 1.11


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


[Nix-commits] [NixOS/nixpkgs] ed59b2: Revert "i3: add `configFile` to enable cutom confi...

2017-07-02 Thread Graham Christensen
  Branch: refs/heads/revert-26983-i3/allow-custom-configuration
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ed59b2c892f462fa3fb94e4a51dc6831f9ec06af
  
https://github.com/NixOS/nixpkgs/commit/ed59b2c892f462fa3fb94e4a51dc6831f9ec06af
  Author: Graham Christensen 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/applications/window-managers/i3/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Revert "i3: add `configFile` to enable cutom configuration locations"


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


[Nix-commits] [NixOS/nixpkgs] fd488c: vifm: 0.8.2 -> 0.9

2017-07-02 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fd488c4a2ad10dee98e8ce8b86a73184fba80abd
  
https://github.com/NixOS/nixpkgs/commit/fd488c4a2ad10dee98e8ce8b86a73184fba80abd
  Author: mimadrid 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  vifm: 0.8.2 -> 0.9


  Commit: b084b93faa725ccbf86634965e443d1e667a066f
  
https://github.com/NixOS/nixpkgs/commit/b084b93faa725ccbf86634965e443d1e667a066f
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  Merge pull request #27034 from mimadrid/update/vifm-0.9

vifm: 0.8.2 -> 0.9


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


Re: [Nix-dev] virutalbox ova - screen settings reset on every restart

2017-07-02 Thread Linus Heckemann
On 02/07/17 11:42, Stephan Sahm wrote:
> Dear NixOS followers,
> 
> I tried to use the nixOS virtualbox
> from 
> https://d3g5gsiof5omrk.cloudfront.net/nixos/17.03/nixos-17.03.1449.2e983f14f6/nixos-17.03.1449.2e983f14f6-x86_64-linux.ova
> 
> 
> It starts correctly, however, if I try to adapt the display scaling or
> resolution to adapt for my 4k screen, the setting is lost on a restart.
> (As KDE tells me to restart for the settings to become active, I never
> actually see a rescaled KDE, but everything is very tiny).
> 
> So the question how to make these display settings be preserved upon
> restart.
> (I successfully isntalled git and okular and cloned some repositories
> and stuff - everything is preserved as it should, only the display
> settings seem to get lost sofar)
> 
> Any help is highly appreciated!,
> best,
> Stephan

Setting X up to inform Plasma of the right resolution might help ­— try
adding

services.xserver.monitorSection = ''
  DisplaySize width height
'';

to your config, where width and height are the real-world dimensions of
the screen (assuming you're running the VM full-screen) in millimetres.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] b30047: guetzli: init at 1.0.1 (#26595)

2017-07-02 Thread Sebastian Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b300472568f296495b411a7f9d55e14d613b2aa9
  
https://github.com/NixOS/nixpkgs/commit/b300472568f296495b411a7f9d55e14d613b2aa9
  Author: Sebastian Jordan 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  guetzli: init at  1.0.1 (#26595)

* guetzli: init at  1.0.1
* guetzli: move pkgconfig from buildInputs to nativeBuildInputs
* guetzli: use fetchFromGitHub instead of fetchgit


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


[Nix-commits] [NixOS/nixpkgs] 2dc599: fsql: 0.2.1 -> 0.3.1

2017-07-02 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2dc599083c5a766fff61885ec2c98521510b02ae
  
https://github.com/NixOS/nixpkgs/commit/2dc599083c5a766fff61885ec2c98521510b02ae
  Author: Pascal Wittmann 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  fsql: 0.2.1 -> 0.3.1


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


[Nix-commits] [NixOS/nixpkgs] 99b8d5: lighttpd: add collectd submodule

2017-07-02 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 99b8d5ebe67a5aeb97c4a4202441d91c7d469e12
  
https://github.com/NixOS/nixpkgs/commit/99b8d5ebe67a5aeb97c4a4202441d91c7d469e12
  Author: Volth 
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/web-servers/lighttpd/collectd.nix

  Log Message:
  ---
  lighttpd: add collectd submodule


  Commit: c2576ac2d37882709be41227202a1dc691b22192
  
https://github.com/NixOS/nixpkgs/commit/c2576ac2d37882709be41227202a1dc691b22192
  Author: Joachim F 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/web-servers/lighttpd/collectd.nix

  Log Message:
  ---
  Merge pull request #26978 from volth/lighttpd-collectd-submodule

lighttpd: add collectd submodule


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


[Nix-commits] [NixOS/nixpkgs] 67340b: collectd service: minor refactoring

2017-07-02 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 67340baa9b1093d7551b13e774911076a666f020
  
https://github.com/NixOS/nixpkgs/commit/67340baa9b1093d7551b13e774911076a666f020
  Author: Volth 
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  Changed paths:
M nixos/modules/misc/ids.nix
M nixos/modules/services/monitoring/collectd.nix

  Log Message:
  ---
  collectd service: minor refactoring

* removed pid-file support, it is needless to run collectd as systemd service
* removed static user id, as all the files reowned on the service start
* added ambient capabilities for ping and smart (hdd health) functions


  Commit: a1212c77849f11c7334647936a2621c558fd8b28
  
https://github.com/NixOS/nixpkgs/commit/a1212c77849f11c7334647936a2621c558fd8b28
  Author: Volth 
  Date:   2017-06-30 (Fri, 30 Jun 2017)

  Changed paths:
M nixos/modules/services/monitoring/collectd.nix

  Log Message:
  ---
  collectd service: removed insecure AmbientCapabilities


  Commit: e20364a93788b4a8e0a7951cd6ac3d3a5088f4ed
  
https://github.com/NixOS/nixpkgs/commit/e20364a93788b4a8e0a7951cd6ac3d3a5088f4ed
  Author: Joachim F 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M nixos/modules/misc/ids.nix
M nixos/modules/services/monitoring/collectd.nix

  Log Message:
  ---
  Merge pull request #26980 from volth/collectd-service-minor-refactoring

collectd service: minor refactoring


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


[Nix-commits] [NixOS/nixpkgs] 97e842: heartbeat service: init

2017-07-02 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 97e8422541d2acbf083e9efde6f0a42ffde2e18b
  
https://github.com/NixOS/nixpkgs/commit/97e8422541d2acbf083e9efde6f0a42ffde2e18b
  Author: Tristan Helmich 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/logging/heartbeat.nix

  Log Message:
  ---
  heartbeat service: init


  Commit: c0086b8996b3e948a6b392b55763f07123e48fcc
  
https://github.com/NixOS/nixpkgs/commit/c0086b8996b3e948a6b392b55763f07123e48fcc
  Author: Joachim F 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/logging/heartbeat.nix

  Log Message:
  ---
  Merge pull request #27019 from fadenb/heartbeat_service

heartbeat service: init


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


[Nix-dev] virutalbox ova - screen settings reset on every restart

2017-07-02 Thread Stephan Sahm
Dear NixOS followers,

I tried to use the nixOS virtualbox from https://d3g5gsiof5omrk.
cloudfront.net/nixos/17.03/nixos-17.03.1449.2e983f14f6/nixos-17.03.1449.2e983f14f6-x86_64-linux.ova

It starts correctly, however, if I try to adapt the display scaling or
resolution to adapt for my 4k screen, the setting is lost on a restart. (As
KDE tells me to restart for the settings to become active, I never actually
see a rescaled KDE, but everything is very tiny).

So the question how to make these display settings be preserved upon
restart.
(I successfully isntalled git and okular and cloned some repositories and
stuff - everything is preserved as it should, only the display settings
seem to get lost sofar)

Any help is highly appreciated!,
best,
Stephan
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] (no subject)

2017-07-02 Thread Stephan Sahm
Dear NixOS followers,

I just installed the nixOS virtualbox from
https://d3g5gsiof5omrk.cloudfront.net/nixos/17.03/nixos-17.03.1449.2e983f14f6/nixos-17.03.1449.2e983f14f6-x86_64-linux.ova
and tried to install Plamsa5 tiling https://github.com/faho/kwin-tiling
I cloned the repository as described (successfully installed git for this)
and then run the command below, which however breaks with an error which I
could not spot anywhere on the web.

Could you help? I here from so many that they use nixos without crucial
problems, so I guess this can also be solved easily?

$ plasmapkg2 --type kwinscript -i .

Package type "KWin/Script" not found No metadata file in package
"/home/demo" "/home/demo/" Error: Installation of /home/demo failed: No
metadata file in package: /home/demo

Any help is highly appreciated,
thanks a lot,
Stephan
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] bd0811: python.pkgs.django_1_9: remove

2017-07-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bd0811166cdaaa199e40ae6ec433f2c128158c7f
  
https://github.com/NixOS/nixpkgs/commit/bd0811166cdaaa199e40ae6ec433f2c128158c7f
  Author: Frederik Rietdijk 
  Date:   2017-06-05 (Mon, 05 Jun 2017)

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

  Log Message:
  ---
  python.pkgs.django_1_9: remove

Old version, so removing.

https://github.com/NixOS/nixpkgs/issues/25375#issuecomment-298522597


  Commit: 6bcf106b6564f246f7c226b05230ce39ed771374
  
https://github.com/NixOS/nixpkgs/commit/6bcf106b6564f246f7c226b05230ce39ed771374
  Author: Frederik Rietdijk 
  Date:   2017-06-05 (Mon, 05 Jun 2017)

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

  Log Message:
  ---
  python.pkgs.django_1_6: remove

Old version, so removing.

https://github.com/NixOS/nixpkgs/issues/25375#issuecomment-298522597


  Commit: d25c87c36d9e6a265de985f37c7cf611a8184951
  
https://github.com/NixOS/nixpkgs/commit/d25c87c36d9e6a265de985f37c7cf611a8184951
  Author: Frederik Rietdijk 
  Date:   2017-06-05 (Mon, 05 Jun 2017)

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

  Log Message:
  ---
  python.pkgs: do not pin django version

instead, override the package set and set `django = super.django_1_8`.


  Commit: 01e19386f7ed01ef4aef3e142da857def2c8d5be
  
https://github.com/NixOS/nixpkgs/commit/01e19386f7ed01ef4aef3e142da857def2c8d5be
  Author: Frederik Rietdijk 
  Date:   2017-06-05 (Mon, 05 Jun 2017)

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

  Log Message:
  ---
  python.pkgs.django_1_10: will be dropped before 17.09


  Commit: 70e169460acdac22481a65a4e440b1967e4abdd0
  
https://github.com/NixOS/nixpkgs/commit/70e169460acdac22481a65a4e440b1967e4abdd0
  Author: Lancelot SIX 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  pythonPackages: mark disabled and broken packages


  Commit: d15e20f9c9f974003b34e8a45689c1de99a9deec
  
https://github.com/NixOS/nixpkgs/commit/d15e20f9c9f974003b34e8a45689c1de99a9deec
  Author: Frederik Rietdijk 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  Merge pull request #26397 from FRidh/django

python.pkgs.django cleanup


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


[Nix-commits] [NixOS/nixpkgs] a5a98f: krename: fix build

2017-07-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a5a98f98a05ed73d45e52b9409b8a494d9ce072a
  
https://github.com/NixOS/nixpkgs/commit/a5a98f98a05ed73d45e52b9409b8a494d9ce072a
  Author: Frederik Rietdijk 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  krename: fix build


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


[Nix-commits] [NixOS/nixpkgs] afb27b: streamlink: 0.6.0 -> 0.7.0

2017-07-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: afb27bd4ebcd96ad9fbb01be124af9c863c63ada
  
https://github.com/NixOS/nixpkgs/commit/afb27bd4ebcd96ad9fbb01be124af9c863c63ada
  Author: zraexy 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/applications/video/streamlink/default.nix

  Log Message:
  ---
  streamlink: 0.6.0 -> 0.7.0


  Commit: 09aa1ca9351b6fd1c8d64079c7439d2f44a2f2b3
  
https://github.com/NixOS/nixpkgs/commit/09aa1ca9351b6fd1c8d64079c7439d2f44a2f2b3
  Author: Frederik Rietdijk 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/applications/video/streamlink/default.nix

  Log Message:
  ---
  Merge pull request #27036 from zraexy/streamlink

streamlink: 0.6.0 -> 0.7.0


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


[Nix-commits] [NixOS/nixpkgs] 37f0aa: releaseTools: add channel function

2017-07-02 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 37f0aafc56c3357213833c43edc45c33e71a0f15
  
https://github.com/NixOS/nixpkgs/commit/37f0aafc56c3357213833c43edc45c33e71a0f15
  Author: Eric Sagnes 
  Date:   2016-09-27 (Tue, 27 Sep 2016)

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

  Log Message:
  ---
  releaseTools: add channel function


  Commit: d88f83de6b90e7d96b357287d252e5f746d57433
  
https://github.com/NixOS/nixpkgs/commit/d88f83de6b90e7d96b357287d252e5f746d57433
  Author: Joachim F 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  Merge pull request #17681 from ericsagnes/feat/releaseTools.channel

releaseTools: add channel function


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


[Nix-commits] [NixOS/nixpkgs] e7c38c: cabal2nix: disable test suite in 32 bit builds to ...

2017-07-02 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e7c38c14b1bc98ed439b6d93654c5826338390c3
  
https://github.com/NixOS/nixpkgs/commit/e7c38c14b1bc98ed439b6d93654c5826338390c3
  Author: Peter Simons 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  cabal2nix: disable test suite in 32 bit builds to fix the build

Works around https://github.com/NixOS/cabal2nix/issues/272.


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


[Nix-commits] [NixOS/nixpkgs] 0878ca: splix: enable JBIG

2017-07-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0878ca7ab4c9da80ba18357cfd29596dc0500973
  
https://github.com/NixOS/nixpkgs/commit/0878ca7ab4c9da80ba18357cfd29596dc0500973
  Author: Emmanuel Rosa 
  Date:   2017-07-01 (Sat, 01 Jul 2017)

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

  Log Message:
  ---
  splix: enable JBIG

Enables JBIG given that according to OpenPrinting.org, the patents have expired.
See https://www.openprinting.org/driver/splix/license/

Closes #25929


  Commit: 9143cc6bc0e714198048fedca0f70807db0a9e42
  
https://github.com/NixOS/nixpkgs/commit/9143cc6bc0e714198048fedca0f70807db0a9e42
  Author: Frederik Rietdijk 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  Merge pull request #27027 from emmanuelrosa/splix-jbig

splix: enable JBIG


Compare: https://github.com/NixOS/nixpkgs/compare/6b5150d29dad...9143cc6bc0e7___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] cf07fc: luksroot: fix typo

2017-07-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cf07fc6b160cffc0360674c69be2ff3c5a282e95
  
https://github.com/NixOS/nixpkgs/commit/cf07fc6b160cffc0360674c69be2ff3c5a282e95
  Author: Silvan Mosberger 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M nixos/modules/system/boot/luksroot.nix

  Log Message:
  ---
  luksroot: fix typo


  Commit: 6b5150d29dada2f8366e0e1c1220dd8736f51aea
  
https://github.com/NixOS/nixpkgs/commit/6b5150d29dada2f8366e0e1c1220dd8736f51aea
  Author: Frederik Rietdijk 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M nixos/modules/system/boot/luksroot.nix

  Log Message:
  ---
  Merge pull request #27030 from Infinisil/luks-typo

luksroot: fix typo


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


[Nix-commits] [NixOS/nixpkgs] ee260c: megacli: Fix missing libncurses.so.5

2017-07-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ee260ce12a4dfae08fb0ff4c0cdafe55f3d38c4c
  
https://github.com/NixOS/nixpkgs/commit/ee260ce12a4dfae08fb0ff4c0cdafe55f3d38c4c
  Author: Ivan Jager 
  Date:   2017-07-01 (Sat, 01 Jul 2017)

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

  Log Message:
  ---
  megacli: Fix missing libncurses.so.5


  Commit: fb1ed9d17b54989d736d81a7cf898aa44815f59f
  
https://github.com/NixOS/nixpkgs/commit/fb1ed9d17b54989d736d81a7cf898aa44815f59f
  Author: Frederik Rietdijk 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

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

  Log Message:
  ---
  Merge pull request #27032 from aij/fix-megacli

megacli: Fix missing libncurses.so.5


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


[Nix-commits] [NixOS/nixpkgs] 288b40: redshift-plasma-applet: 1.0.17 -> 1.0.18

2017-07-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 288b40830431721e302d0efa7988295032fad7a8
  
https://github.com/NixOS/nixpkgs/commit/288b40830431721e302d0efa7988295032fad7a8
  Author: zraexy 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/applications/misc/redshift-plasma-applet/default.nix

  Log Message:
  ---
  redshift-plasma-applet: 1.0.17 -> 1.0.18


  Commit: a6ea1a1b25aba1139a47a19c436bd746d255ca46
  
https://github.com/NixOS/nixpkgs/commit/a6ea1a1b25aba1139a47a19c436bd746d255ca46
  Author: Frederik Rietdijk 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/applications/misc/redshift-plasma-applet/default.nix

  Log Message:
  ---
  Merge pull request #27035 from zraexy/redshift-plasma-applet

redshift-plasma-applet: 1.0.17 -> 1.0.18


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


[Nix-commits] [NixOS/nixpkgs] dad7df: qtcreator: 4.3.0 -> 4.3.1

2017-07-02 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dad7df959c5c122b0c969ffa48cc848fbe3bd771
  
https://github.com/NixOS/nixpkgs/commit/dad7df959c5c122b0c969ffa48cc848fbe3bd771
  Author: romildo 
  Date:   2017-07-01 (Sat, 01 Jul 2017)

  Changed paths:
M pkgs/development/qtcreator/default.nix

  Log Message:
  ---
  qtcreator: 4.3.0 -> 4.3.1


  Commit: 8d55617a5dd8f39794f38c3b61ba596c2c65c3ef
  
https://github.com/NixOS/nixpkgs/commit/8d55617a5dd8f39794f38c3b61ba596c2c65c3ef
  Author: Frederik Rietdijk 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/development/qtcreator/default.nix

  Log Message:
  ---
  Merge pull request #27021 from romildo/upd.qtcreator

qtcreator: 4.3.0 -> 4.3.1


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


[Nix-commits] [NixOS/nixpkgs] b1ebe7: r-modules: update package set

2017-07-02 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b1ebe7a72c9aa0da8884a946e362bbd965ba82aa
  
https://github.com/NixOS/nixpkgs/commit/b1ebe7a72c9aa0da8884a946e362bbd965ba82aa
  Author: Peter Simons 
  Date:   2017-07-02 (Sun, 02 Jul 2017)

  Changed paths:
M pkgs/development/r-modules/bioc-annotation-packages.nix
M pkgs/development/r-modules/bioc-experiment-packages.nix
M pkgs/development/r-modules/bioc-packages.nix
M pkgs/development/r-modules/cran-packages.nix
M pkgs/development/r-modules/default.nix

  Log Message:
  ---
  r-modules: update package set


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