[Nix-commits] [NixOS/nixpkgs] d69e93: ocamlPackages.ocaml-compiler-libs: init at 0.9.0

2017-03-23 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d69e9327806496090cb658e377f76b6fdadaaa9c
  
https://github.com/NixOS/nixpkgs/commit/d69e9327806496090cb658e377f76b6fdadaaa9c
  Author: Vincent Laporte 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
A pkgs/development/ocaml-modules/janestreet/ocaml-compiler-libs.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.ocaml-compiler-libs: init at 0.9.0

This packages exposes the OCaml compiler libraries repackages
under the toplevel names Ocaml_common, Ocaml_bytecomp, ...

Homepage: https://github.com/janestreet/ocaml-compiler-libs


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


[Nix-commits] [NixOS/nixpkgs] 59261f: msr-tools: init at 1.3

2017-03-23 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 59261f20f0ca18e761df342e1243e0a6ff3d3387
  
https://github.com/NixOS/nixpkgs/commit/59261f20f0ca18e761df342e1243e0a6ff3d3387
  Author: Peter Hoeg 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
A pkgs/os-specific/linux/msr-tools/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  msr-tools: init at 1.3


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


[Nix-commits] [NixOS/nixpkgs] 76e095: fetchRepoProject: init.

2017-03-23 Thread Daniel Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 76e095c6c5718d1266e485d07b6d7363cf06492d
  
https://github.com/NixOS/nixpkgs/commit/76e095c6c5718d1266e485d07b6d7363cf06492d
  Author: Sophie Taylor 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
A pkgs/build-support/fetchrepoproject/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  fetchRepoProject: init.

Added to grab projects added by git-repo.

Contains some problems still reguarding purity and clone.bundle,
but good enough for now.


  Commit: a9644fb1f04f736d43c6d665d95fe72891233b88
  
https://github.com/NixOS/nixpkgs/commit/a9644fb1f04f736d43c6d665d95fe72891233b88
  Author: Daniel Peebles 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
A pkgs/build-support/fetchrepoproject/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #24239 from spacekitteh/fetchFromGitRepo

Added fetchRepoProject


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


[Nix-commits] [NixOS/nixpkgs] 306f2c: zsnes: only build on Linux

2017-03-23 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 306f2c65fe06fe6a8538b8056b7455ade882c044
  
https://github.com/NixOS/nixpkgs/commit/306f2c65fe06fe6a8538b8056b7455ade882c044
  Author: Dan Peebles 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/misc/emulators/zsnes/default.nix

  Log Message:
  ---
  zsnes: only build on Linux

It uses callPackage_i686 which forces Linux anyway, and the current setup
just means that we end up with a weird i686-linux job under Darwin.


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


[Nix-dev] NixOPS container backend input needed

2017-03-23 Thread Johannes Bornhold
Hi!

I've been fiddling around with NixOPS and the container backend quite a bit 
during the last days and now I got to a point where I'd like to get most of the 
power of declarative containers also for imperative ones, since that's the base 
used by NixOPS.

There is a rough idea how to do this and some example code. Details are on this 
issue in Github: 
https://github.com/NixOS/nixpkgs/issues/18355#issuecomment-288903363

Basic idea is to allow to configure declarative and imperative containers in 
the same way, so that the repetitive logic in the script nixos-container could 
be reduced to a minimum.


My main challenge at the moment is to find out if I should proceed into this 
direction or not. I am not sure who are the best people to ping about 
nixos-container and NixOPS in this regard and if there are maybe already people 
working on this problem in similar or different approaches.


Any hints welcome :)

Johannes

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


[Nix-commits] [NixOS/nixpkgs] d370e5: google-compute-image: copy store paths with rsync

2017-03-23 Thread c74d
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d370e5fa226abe4f8ad660d8daca9ecfc483e7fc
  
https://github.com/NixOS/nixpkgs/commit/d370e5fa226abe4f8ad660d8daca9ecfc483e7fc
  Author: c74d <857...@gmail.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/modules/virtualisation/google-compute-image.nix

  Log Message:
  ---
  google-compute-image: copy store paths with rsync

In `nixos/modules/virtualisation/google-compute-image.nix`, copy store
paths with `rsync -a` rather than `cp -prd`, because `rsync` seems
better able to handle the hard-links that may be present in the store,
whereas `cp` may fail to copy them.

I have tested that the Google Compute Engine image builds successfully
for me with this patch, whereas it did not without this patch.

This is the same fix applied for Azure images in commit
097ef6e435d5b3fcde92e67abbaf05c0723d.

Fixes #23973.

(cherry picked from commit e0e520a5191542ba6b204f1226bf97299b85b286)


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


[Nix-commits] [NixOS/nixpkgs] e0e520: google-compute-image: copy store paths with rsync

2017-03-23 Thread c74d
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e0e520a5191542ba6b204f1226bf97299b85b286
  
https://github.com/NixOS/nixpkgs/commit/e0e520a5191542ba6b204f1226bf97299b85b286
  Author: c74d <857...@gmail.com>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/modules/virtualisation/google-compute-image.nix

  Log Message:
  ---
  google-compute-image: copy store paths with rsync

In `nixos/modules/virtualisation/google-compute-image.nix`, copy store
paths with `rsync -a` rather than `cp -prd`, because `rsync` seems
better able to handle the hard-links that may be present in the store,
whereas `cp` may fail to copy them.

I have tested that the Google Compute Engine image builds successfully
for me with this patch, whereas it did not without this patch.

This is the same fix applied for Azure images in commit
097ef6e435d5b3fcde92e67abbaf05c0723d.

Fixes #23973.


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


[Nix-commits] [NixOS/nixpkgs] 39c39f: gpscorrelate: 1.6.0 -> 1.6.1

2017-03-23 Thread ndowens
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 39c39f2cbf85f37101c1557ed6af83b8af8bac5d
  
https://github.com/NixOS/nixpkgs/commit/39c39f2cbf85f37101c1557ed6af83b8af8bac5d
  Author: ndowens 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  gpscorrelate: 1.6.0 -> 1.6.1


  Commit: 82624cbb9a5b4202d43c3b24222b6ff174bb75f1
  
https://github.com/NixOS/nixpkgs/commit/82624cbb9a5b4202d43c3b24222b6ff174bb75f1
  Author: ndowens 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #24235 from ndowens/gpscorrelate

gpscorrelate: 1.6.0 -> 1.6.1


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


[Nix-commits] [NixOS/nixpkgs] 2822ba: nixos: xen: condition default packages on `enable`

2017-03-23 Thread Jan Malakhovski
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2822bacd60121b9305ed6244ec76f7be42fbbf5a
  
https://github.com/NixOS/nixpkgs/commit/2822bacd60121b9305ed6244ec76f7be42fbbf5a
  Author: Jan Malakhovski 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/modules/virtualisation/xen-dom0.nix

  Log Message:
  ---
  nixos: xen: condition default packages on `enable`

Closes #23690.


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


[Nix-commits] [NixOS/nixpkgs] 3a368d: wrapGAppsHook: fix eval

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3a368d762901246c9f18187bdf1452eb4e8e5697
  
https://github.com/NixOS/nixpkgs/commit/3a368d762901246c9f18187bdf1452eb4e8e5697
  Author: Robin Gloster 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

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

  Log Message:
  ---
  wrapGAppsHook: fix eval


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


[Nix-commits] [NixOS/nixpkgs] d8f297: makeQtWrapper: fix eval

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d8f297d4d46eb2b6ab5c06e923daa260a01454b8
  
https://github.com/NixOS/nixpkgs/commit/d8f297d4d46eb2b6ab5c06e923daa260a01454b8
  Author: Robin Gloster 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

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

  Log Message:
  ---
  makeQtWrapper: fix eval


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


[Nix-commits] [NixOS/nixpkgs] 8e3d3b: Revert "sddm: propagate qtbase input"

2017-03-23 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8e3d3b5328c0dbeeb1612f81efe051251c3c28c9
  
https://github.com/NixOS/nixpkgs/commit/8e3d3b5328c0dbeeb1612f81efe051251c3c28c9
  Author: Thomas Tuegel 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/applications/display-managers/sddm/default.nix

  Log Message:
  ---
  Revert "sddm: propagate qtbase input"

This reverts commit 3de6ccd5b21e391c4fa324c94dd150e331a8474e.


  Commit: ae1034ea965f9f86b6cbf1064071923650907618
  
https://github.com/NixOS/nixpkgs/commit/ae1034ea965f9f86b6cbf1064071923650907618
  Author: Thomas Tuegel 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M nixos/tests/sddm.nix

  Log Message:
  ---
  nixos/sddm: improve test

Disable SDDM auto-login to improve testing for SDDM themes. See #24246.


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


[Nix-commits] [NixOS/nixpkgs] 783343: kodi: 17.0 -> 17.1

2017-03-23 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7833436098a341c1296faba17a7839690aa0702a
  
https://github.com/NixOS/nixpkgs/commit/7833436098a341c1296faba17a7839690aa0702a
  Author: Peter Hoeg 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

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

  Log Message:
  ---
  kodi: 17.0 -> 17.1


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


[Nix-commits] [NixOS/nixpkgs] 056db1: Revert "sddm: propagate qtbase input"

2017-03-23 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 056db1c725be6d9db031dcc420c41cc30b36028b
  
https://github.com/NixOS/nixpkgs/commit/056db1c725be6d9db031dcc420c41cc30b36028b
  Author: Thomas Tuegel 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/applications/display-managers/sddm/default.nix

  Log Message:
  ---
  Revert "sddm: propagate qtbase input"

This reverts commit 40db6380f6b817e559c19abe0580b0931ce29841.

Despite testing this in QEMU on my own machine, it breaks SDDM for everyone
else.


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


[Nix-commits] [NixOS/nixpkgs] 3ff736: kdeWrapper: fix eval

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3ff736b9a805f8431d1dcfcd22aadf1277035166
  
https://github.com/NixOS/nixpkgs/commit/3ff736b9a805f8431d1dcfcd22aadf1277035166
  Author: Robin Gloster 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M pkgs/build-support/kde/wrapper.nix

  Log Message:
  ---
  kdeWrapper: fix eval


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


[Nix-commits] [NixOS/nixpkgs] 0bd1b0: wrapGAppsHook: propagate dconf

2017-03-23 Thread Nikolay Amiantov
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0bd1b026d12d9973264c67efcdd82f01217aa2b1
  
https://github.com/NixOS/nixpkgs/commit/0bd1b026d12d9973264c67efcdd82f01217aa2b1
  Author: Nikolay Amiantov 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

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

  Log Message:
  ---
  wrapGAppsHook: propagate dconf

It's effectively required for GTK3 applications because various parts of the 
library use GIO to store settings.

Also propagate GTK for clarity (it should be there anyway).

(cherry picked from commit 670744e1fa90a7497de8163d15fdfb95aac6d83d)


  Commit: 0d9f47f265986dbd878efc7884d7677fc6f18268
  
https://github.com/NixOS/nixpkgs/commit/0d9f47f265986dbd878efc7884d7677fc6f18268
  Author: Nikolay Amiantov 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M pkgs/build-support/kde/wrapper.nix
M pkgs/development/libraries/qt-5/5.7/default.nix
M pkgs/development/libraries/qt-5/make-qt-wrapper.sh
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  makeQtWrapper, kdeWrapper: add GTK3 dependencies

(cherry picked from commit a40b7d07e9013fcc21d54cbb4a01bcfc9c6e68cb)


  Commit: 310e6ef7914bb5f7daadf304fe6e1368fde34018
  
https://github.com/NixOS/nixpkgs/commit/310e6ef7914bb5f7daadf304fe6e1368fde34018
  Author: Nikolay Amiantov 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

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

  Log Message:
  ---
  antimicro: wrap Qt application

(cherry picked from commit 82f7f8ad9a0344384a1f41e60c6665e721065242)


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


[Nix-commits] [NixOS/nixpkgs] f13517: dconf: split outputs

2017-03-23 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f13517433db5e42570d8b0cfe698a4c9b44d0bcb
  
https://github.com/NixOS/nixpkgs/commit/f13517433db5e42570d8b0cfe698a4c9b44d0bcb
  Author: Nikolay Amiantov 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pkgs/desktops/gnome-3/3.22/core/dconf/default.nix

  Log Message:
  ---
  dconf: split outputs


  Commit: 670744e1fa90a7497de8163d15fdfb95aac6d83d
  
https://github.com/NixOS/nixpkgs/commit/670744e1fa90a7497de8163d15fdfb95aac6d83d
  Author: Nikolay Amiantov 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  wrapGAppsHook: propagate dconf

It's effectively required for GTK3 applications because various parts of the 
library use GIO to store settings.

Also propagate GTK for clarity (it should be there anyway).


  Commit: a40b7d07e9013fcc21d54cbb4a01bcfc9c6e68cb
  
https://github.com/NixOS/nixpkgs/commit/a40b7d07e9013fcc21d54cbb4a01bcfc9c6e68cb
  Author: Nikolay Amiantov 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pkgs/build-support/kde/wrapper.nix
M pkgs/development/libraries/qt-5/5.7/default.nix
M pkgs/development/libraries/qt-5/5.8/default.nix
M pkgs/development/libraries/qt-5/make-qt-wrapper.sh
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  makeQtWrapper, kdeWrapper: add GTK3 dependencies


  Commit: 82f7f8ad9a0344384a1f41e60c6665e721065242
  
https://github.com/NixOS/nixpkgs/commit/82f7f8ad9a0344384a1f41e60c6665e721065242
  Author: Nikolay Amiantov 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  antimicro: wrap Qt application


  Commit: f45cf10f6e0468b12c4a3c1391460c3d348a2fda
  
https://github.com/NixOS/nixpkgs/commit/f45cf10f6e0468b12c4a3c1391460c3d348a2fda
  Author: Nikolay Amiantov 
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M pkgs/build-support/kde/wrapper.nix
M pkgs/desktops/gnome-3/3.22/core/dconf/default.nix
M pkgs/development/libraries/qt-5/5.7/default.nix
M pkgs/development/libraries/qt-5/5.8/default.nix
M pkgs/development/libraries/qt-5/make-qt-wrapper.sh
M pkgs/tools/misc/antimicro/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #24133 from abbradar/gtk3-qt

Fix GTK dependencies in wrappers


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


[Nix-commits] [NixOS/nixpkgs] 9b2970: awesomewm: 4.0 -> 4.1

2017-03-23 Thread ndowens
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9b2970fc30089c668d8c9c27380ca93c69f02e32
  
https://github.com/NixOS/nixpkgs/commit/9b2970fc30089c668d8c9c27380ca93c69f02e32
  Author: ndowens 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/applications/window-managers/awesome/default.nix

  Log Message:
  ---
  awesomewm: 4.0 -> 4.1

(cherry picked from commit 6a851cde94194abddf5d9ccfaa1b596e22fc8dd4)


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


[Nix-commits] [NixOS/nixpkgs] 6b9a2f: mpd: fix i686-linux build

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6b9a2f6e8c9d6b8653fe92ad6a594bbca4c51398
  
https://github.com/NixOS/nixpkgs/commit/6b9a2f6e8c9d6b8653fe92ad6a594bbca4c51398
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/servers/mpd/default.nix
A pkgs/servers/mpd/x86.patch

  Log Message:
  ---
  mpd: fix i686-linux build

See upstream https://github.com/MaxKellermann/MPD/pull/24, not clear if
this will be merged upstream as the author has been quite uncooperative.

Github patch URL (https://github.com/MaxKellermann/MPD/pull/24.patch)
sadly does not work for this.

(cherry picked from commit d6e2366b1cd97d4cdcc5c84a361bc8533dd6c063)


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


[Nix-commits] [NixOS/nixpkgs] d6e236: mpd: fix i686-linux build

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d6e2366b1cd97d4cdcc5c84a361bc8533dd6c063
  
https://github.com/NixOS/nixpkgs/commit/d6e2366b1cd97d4cdcc5c84a361bc8533dd6c063
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/servers/mpd/default.nix
A pkgs/servers/mpd/x86.patch

  Log Message:
  ---
  mpd: fix i686-linux build

See upstream https://github.com/MaxKellermann/MPD/pull/24, not clear if
this will be merged upstream as the author has been quite uncooperative.

Github patch URL (https://github.com/MaxKellermann/MPD/pull/24.patch)
sadly does not work for this.


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


[Nix-commits] [NixOS/nixpkgs] 5b5357: khd: remove g++ patch

2017-03-23 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5b5357ae1eec83f6e52d4f61298cf5cb86055cae
  
https://github.com/NixOS/nixpkgs/commit/5b5357ae1eec83f6e52d4f61298cf5cb86055cae
  Author: Daiderd Jordan 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/os-specific/darwin/khd/default.nix

  Log Message:
  ---
  khd: remove g++ patch


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


[Nix-dev] NixOS 17.03 Release Sprint in Munich (25.-26.03.)

2017-03-23 Thread Robin Gloster
Hi,

The next stable NixOS release 17.03 'Gorilla' is going to happen on
30 March. The goal of this sprint is to fix critical issues before
the release. fpletz and me (globin) will be available for guidance and
feedback.

• All 17.03 issues:
https://github.com/NixOS/nixpkgs/milestone/10


• Zero Hydra Failures for 17.03:
https://github.com/NixOS/nixpkgs/issues/23253


The sprint will be held at the Mayflower office in Munich on Saturday
and Sunday starting at 11:00. Drinks will be provided.

If interest is there we might extend this, I myself will be working on
the release most of the time in between the sprint and release anyway.

(Also there will be a Release Party in Munich on 31 March, more
information will follow. If someone wants to attend from a place
further away, feel free to contact us by mail, IRC, etc.)

Cheers
Robin (globin)
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] be6d5c: nixos: Use xkbDir consistently so it has an effect

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: be6d5c672b2f8dadeb0dbf030ffa41bfe22cbca1
  
https://github.com/NixOS/nixpkgs/commit/be6d5c672b2f8dadeb0dbf030ffa41bfe22cbca1
  Author: Benjamin Staffin 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/enlightenment.nix
M nixos/modules/services/x11/desktop-managers/plasma5.nix

  Log Message:
  ---
  nixos: Use xkbDir consistently so it has an effect

(cherry picked from commit b79c28495213ce8b8038d7b85ac5ba850b378dc6)


  Commit: 9f8df216358de26ff0b2795a217d6819837262ec
  
https://github.com/NixOS/nixpkgs/commit/9f8df216358de26ff0b2795a217d6819837262ec
  Author: romildo 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/applications/window-managers/awesome/default.nix

  Log Message:
  ---
  awesome: menubar should take XDG_HOME_DIR and XDG_DATA_DIRS into account

(cherry picked from commit b1a9bcfb161043297a63d9c6b5887b92debfcf3b)


  Commit: 2ae4257b0b8bbcc18ccc15013f462265e2f535e3
  
https://github.com/NixOS/nixpkgs/commit/2ae4257b0b8bbcc18ccc15013f462265e2f535e3
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
R pkgs/os-specific/linux/kernel/linux-3.12.nix
R pkgs/os-specific/linux/kernel/linux-4.1.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  linux: drop 3.12 and 4.1

Support ends before 17.09 is released:
https://www.kernel.org/category/releases.html

(cherry picked from commit 37f7470269f14cf7d368bcbd80017b0511413966)


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


[Nix-commits] [NixOS/nixpkgs] 37f747: linux: drop 3.12 and 4.1

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 37f7470269f14cf7d368bcbd80017b0511413966
  
https://github.com/NixOS/nixpkgs/commit/37f7470269f14cf7d368bcbd80017b0511413966
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
R pkgs/os-specific/linux/kernel/linux-3.12.nix
R pkgs/os-specific/linux/kernel/linux-4.1.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  linux: drop 3.12 and 4.1

Support ends before 17.09 is released:
https://www.kernel.org/category/releases.html


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


[Nix-commits] [NixOS/nixpkgs] a4d285: atanks: 6.2 -> 6.5

2017-03-23 Thread Robert Helgesson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a4d285616dac3147529dac22fadc515435cd7e49
  
https://github.com/NixOS/nixpkgs/commit/a4d285616dac3147529dac22fadc515435cd7e49
  Author: Linus Heckemann 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  atanks: 6.2 -> 6.5


  Commit: f92d08020dc5bb33622f83fade68b407f3a52378
  
https://github.com/NixOS/nixpkgs/commit/f92d08020dc5bb33622f83fade68b407f3a52378
  Author: Robert Helgesson 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  atanks: remove unnecessary patch phase


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


[Nix-commits] [NixOS/nixpkgs] b1097b: linux: 4.10.4 -> 4.10.5

2017-03-23 Thread Tim Steinbach
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b1097b9cb3ab040badf526e9d15cfe798442d910
  
https://github.com/NixOS/nixpkgs/commit/b1097b9cb3ab040badf526e9d15cfe798442d910
  Author: Tim Steinbach 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  linux: 4.10.4 -> 4.10.5


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


[Nix-commits] [NixOS/nixpkgs] 37a965: linux: 4.10.4 -> 4.10.5

2017-03-23 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 37a965c1debe2a9a951448b8ce7c25b9ebde2c50
  
https://github.com/NixOS/nixpkgs/commit/37a965c1debe2a9a951448b8ce7c25b9ebde2c50
  Author: Tim Steinbach 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  linux: 4.10.4 -> 4.10.5


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


[Nix-commits] [NixOS/nixpkgs] e9c35e: linux: 4.4.55 -> 4.4.56

2017-03-23 Thread Tim Steinbach
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e9c35e0a02d9d910e2444d75504d85147249658d
  
https://github.com/NixOS/nixpkgs/commit/e9c35e0a02d9d910e2444d75504d85147249658d
  Author: Tim Steinbach 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  linux: 4.4.55 -> 4.4.56


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


[Nix-commits] [NixOS/nixpkgs] a20602: linux: 4.4.55 -> 4.4.56

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

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

  Log Message:
  ---
  linux: 4.4.55 -> 4.4.56


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


[Nix-commits] [NixOS/nixpkgs] 2ae7e4: linux: 4.4.55 -> 4.4.56

2017-03-23 Thread Tim Steinbach
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2ae7e46dc6ce62a7ec070c4b9cbf1b42e84a1ecc
  
https://github.com/NixOS/nixpkgs/commit/2ae7e46dc6ce62a7ec070c4b9cbf1b42e84a1ecc
  Author: Tim Steinbach 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  linux: 4.4.55 -> 4.4.56


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


Re: [Nix-dev] how to 'just run binaries' in nixos

2017-03-23 Thread David Izquierdo
I hereby propose the tool to be renamed and refactocopied to 
`ubuntu-run`, since it will end up being the target runtime anyway :P



On 23/03/17 18:10, Moritz Ulrich wrote:

Azul  writes:


thanks all,

*steam-run* just works

Maybe we should create an alias or a separate incarnation of the same
tool with more dependencies included for "most" software? I'm sure many
newcomers would welcome to be able to run their games or other prebuilt
binaries without having to write Nix in their first days of using NixOS?

I would have liked a tool like this when I got started.


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


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


Re: [Nix-dev] how to 'just run binaries' in nixos

2017-03-23 Thread Moritz Ulrich
Azul  writes:

> thanks all,
>
> *steam-run* just works

Maybe we should create an alias or a separate incarnation of the same
tool with more dependencies included for "most" software? I'm sure many
newcomers would welcome to be able to run their games or other prebuilt
binaries without having to write Nix in their first days of using NixOS?

I would have liked a tool like this when I got started.


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


[Nix-commits] [NixOS/nixpkgs] b79c28: nixos: Use xkbDir consistently so it has an effect

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b79c28495213ce8b8038d7b85ac5ba850b378dc6
  
https://github.com/NixOS/nixpkgs/commit/b79c28495213ce8b8038d7b85ac5ba850b378dc6
  Author: Benjamin Staffin 
  Date:   2017-03-18 (Sat, 18 Mar 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/enlightenment.nix
M nixos/modules/services/x11/desktop-managers/plasma5.nix

  Log Message:
  ---
  nixos: Use xkbDir consistently so it has an effect


  Commit: c2b9b8031f302d936ed798c716eecd01ae270f8b
  
https://github.com/NixOS/nixpkgs/commit/c2b9b8031f302d936ed798c716eecd01ae270f8b
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/enlightenment.nix
M nixos/modules/services/x11/desktop-managers/plasma5.nix

  Log Message:
  ---
  Merge pull request #24026 from benley/use-xkbDir

nixos: Use xkbDir consistently so it has an effect


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


[Nix-commits] [NixOS/nixpkgs] b1a9bc: awesome: menubar should take XDG_HOME_DIR and XDG_...

2017-03-23 Thread romildo
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b1a9bcfb161043297a63d9c6b5887b92debfcf3b
  
https://github.com/NixOS/nixpkgs/commit/b1a9bcfb161043297a63d9c6b5887b92debfcf3b
  Author: romildo 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/applications/window-managers/awesome/default.nix

  Log Message:
  ---
  awesome: menubar should take XDG_HOME_DIR and XDG_DATA_DIRS into account


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


[Nix-commits] [NixOS/nixpkgs] 61e3a5: knot-dns: maintenance 2.4.1 -> 2.4.2

2017-03-23 Thread Vladimír Čunát
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 61e3a582745113dabe728635fa6f0bd7f83698a8
  
https://github.com/NixOS/nixpkgs/commit/61e3a582745113dabe728635fa6f0bd7f83698a8
  Author: Vladimír Čunát 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/servers/dns/knot-dns/default.nix

  Log Message:
  ---
  knot-dns: maintenance 2.4.1 -> 2.4.2

(cherry picked from commit 070ae18422a2aeb3da20b0cc715bf7bfe8daa825)


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


[Nix-dev] Nix release frequency (was: Re: RFC for RFCs)

2017-03-23 Thread Profpatsch
On 17-03-23 07:36am, Vladimír Čunát wrote:
> On 03/23/2017 12:58 AM, Bas van Dijk wrote:
> > Strange this has been merged into master over a year ago but it hasn't
> > been released yet. And there have been quite a few releases the last year...
> 
> There have only been maintenance releases 1.11.x since January 2016, and
> most of master code since then is missing from any release.

That’s something that has bothered me for quite a bit.
The releases are not frequent enough; 
in my opinion, nixpkgs master should receive nix updates
*at least* every two months.

There are so many breaking changes in nix “1.12” now
that it’s basically a whole new thing from what I hear.
It should definitely be released as version 2.

I’d urge the nix devteam to move to nix 2 release candidates
on master as soon as possible.


-- 
Proudly written in Mutt with Vim on NixOS.
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
May take up to five days to read your message. If it’s urgent, call me.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 73a683: golly: use wxGTK 3.0

2017-03-23 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 73a6832ad86755ae4dfb7717b4d1e37b2691fb4f
  
https://github.com/NixOS/nixpkgs/commit/73a6832ad86755ae4dfb7717b4d1e37b2691fb4f
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  golly: use wxGTK 3.0


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


[Nix-commits] [NixOS/nixpkgs] 070ae1: knot-dns: maintenance 2.4.1 -> 2.4.2

2017-03-23 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 070ae18422a2aeb3da20b0cc715bf7bfe8daa825
  
https://github.com/NixOS/nixpkgs/commit/070ae18422a2aeb3da20b0cc715bf7bfe8daa825
  Author: Vladimír Čunát 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/servers/dns/knot-dns/default.nix

  Log Message:
  ---
  knot-dns: maintenance 2.4.1 -> 2.4.2


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


[Nix-commits] [NixOS/nixpkgs] 3bfece: Revert "security-wrapper: Don't remove the old pat...

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3bfeceb6a607ffda24ee61ad2bf48c3724a70a23
  
https://github.com/NixOS/nixpkgs/commit/3bfeceb6a607ffda24ee61ad2bf48c3724a70a23
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M nixos/modules/security/wrappers/default.nix

  Log Message:
  ---
  Revert "security-wrapper: Don't remove the old paths yet as that can create 
migration pain"

This reverts commit 4c751ced376e0042ddd4f2aa8bd40754b9ea8926.

This does not fix the issue as /run is now mounted with nosuid.

(cherry picked from commit 45f486f096bb3f3fe030571d2bcfd561f921b0cc)


  Commit: 1394a0c0a28f712344032ddea3f900a49cf9cfe0
  
https://github.com/NixOS/nixpkgs/commit/1394a0c0a28f712344032ddea3f900a49cf9cfe0
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M nixos/modules/security/wrappers/default.nix

  Log Message:
  ---
  security-wrapper: link old wrapper dir to new one

This makes setuid wrappers not fail after upgrading.

references #23641, #22914, #19862, #16654

(cherry picked from commit e82baf043e25abbb354c7ab4415a40a4155df398)


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


[Nix-commits] [NixOS/nixpkgs] c71f8f: release-combined: disable plasma tests temporarily

2017-03-23 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c71f8f6ead73c082143e9db2b921a6fb7bbfecc1
  
https://github.com/NixOS/nixpkgs/commit/c71f8f6ead73c082143e9db2b921a6fb7bbfecc1
  Author: Vladimír Čunát 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M nixos/release-combined.nix

  Log Message:
  ---
  release-combined: disable plasma tests temporarily

... to get a channel bump after a long time; see #24240.


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


[Nix-commits] [NixOS/nixpkgs] bf7847: galculator: 2.1.3 -> 2.1.4 (#24230)

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

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

  Log Message:
  ---
  galculator: 2.1.3 -> 2.1.4 (#24230)


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


[Nix-commits] [NixOS/nixpkgs] 45f486: Revert "security-wrapper: Don't remove the old pat...

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 45f486f096bb3f3fe030571d2bcfd561f921b0cc
  
https://github.com/NixOS/nixpkgs/commit/45f486f096bb3f3fe030571d2bcfd561f921b0cc
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M nixos/modules/security/wrappers/default.nix

  Log Message:
  ---
  Revert "security-wrapper: Don't remove the old paths yet as that can create 
migration pain"

This reverts commit 4c751ced376e0042ddd4f2aa8bd40754b9ea8926.

This does not fix the issue as /run is now mounted with nosuid.


  Commit: e82baf043e25abbb354c7ab4415a40a4155df398
  
https://github.com/NixOS/nixpkgs/commit/e82baf043e25abbb354c7ab4415a40a4155df398
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M nixos/modules/security/wrappers/default.nix

  Log Message:
  ---
  security-wrapper: link old wrapper dir to new one

This makes setuid wrappers not fail after upgrading.

references #23641, #22914, #19862, #16654


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


[Nix-commits] [NixOS/nixpkgs] f9add5: fontforge-fonttools: init at 20160404

2017-03-23 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f9add54f281391aca361230db96d15ec684b7a99
  
https://github.com/NixOS/nixpkgs/commit/f9add54f281391aca361230db96d15ec684b7a99
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  fontforge-fonttools: init at 20160404


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


[Nix-commits] Success: Hydra job nixpkgs:trunk:tarball on x86_64-linux

2017-03-23 Thread Hydra Build Daemon
Hi,

The status of Hydra job ‘nixpkgs:trunk:tarball’ (on x86_64-linux) has changed 
from "Failed" to "Success".  For details, see

  https://hydra.nixos.org/build/50698889

This may be due to 19 commits by Daiderd Jordan , Dan 
Peebles , Daniel Peebles , 
Joachim F , Joachim Fasting 
, Jörg Thalheim , Michael 
Weiss , Orivej Desh , Robin Gloster 
, Tim Steinbach , Tristan Helmich 
, Victor Calvert  or Vincent 
Laporte .

Yay!

Regards,

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


Re: [Nix-dev] Networking to containers

2017-03-23 Thread Johannes Bornhold
Hi!

> On 17 Mar 2017, at 09:27, Alexander Shulyak  
> wrote:
> I have an a question about network interfaces for containers in Nixos.
> How I can make a network of container as a full-fledged part of a host 
> network?
> So, I have a host network with subnet in ip-address range 10.0.0.0/23, and I 
> want that network of container on nixos host is also be in this subnet. How I 
> can forward this interface to the container?
> I already try to make bridge, but it drop the network on host.

I am currently fiddling around in a similar area, I think there are some 
options available.
If I understood you correctly, then you want your containers to work as if they 
are connected
directly to the host's network.

Using the "hostBridge" setting for the container should do the trick. Just make
sure that the bridge does exist on the host and also includes
the real network interface of your host.

For imperative containers there should be a flag "--bridge" to nixos-container. 
Also setting
HOST_BRIDGE in the container's config file on the host should do the trick,
that's in "/etc/containers/NAME.conf".


One option which I did not yet try myself might be using "MACVLANS". 
I think that's creating virtual interfaces for the container directly
on top of an existing host interface.


When I studied the things, it helped me a lot to look into the script which 
starts the containers,
it can be found here: 
https://github.com/NixOS/nixpkgs/blob/release-16.09/nixos/modules/virtualisation/containers.nix#L89


Hope the fragments are useful :)

Cheers, Johannes


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


Re: [Nix-dev] With-expressions question

2017-03-23 Thread Guillaume Maudoux (Layus)

Yep, there has been previous ML discussions about this.

Short story is that local variables always take precedence over 
variables from "with" expressions.


This is kind of a security feature, otherwise the following expression 
could change its meaning when an "outer" package is added/removed from 
the "pkgs" set.


`let outer = "5"; in with pkgs; [ outer ];`


That being said, a warning would be a nice idea.

-- Layus.


On 22/03/17 16:12, José Luis Lafuente wrote:
Recently I was having a weird error running nixos-rebuild. I added 
some packages to systemPackages and I was getting this error:


cannot coerce a set to a string, at 
/etc/nixos/nixpkgs/lib/strings.nix:442:44


After some debugging I found that the guilty was the boot package, but 
I needed some time to understand why. In my configuration.nix I have this:


environment.systemPackages = with pkgs; [
  .
  boot
];

But 'boot' refers to the option 'boot', not the package 'boot'. For 
me, that behavior is confusing (at least in the programming languages 
I know the inner scope variables shadow the ones on the outer scope).
In my example, is there a way to make 'boot' refer to 'pkgs.boot'? or 
a way of getting a warning on this case?


Regards,
Jose Luis


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


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


Re: [Nix-dev] setuidwrapper questions

2017-03-23 Thread Guillaume Maudoux (Layus)

Hi Jon,

Unless I am terribly mistaken, setuid wrappers are only needed for 
executables in the nix store because the nix store fordids to set the 
suid bit.


For your executable, just set the suid bit and... Voilà :-).

-- Layus.


On 16/03/17 17:41, Jon Parris wrote:

Hi All,

NixOS noob here. I have two questions relating to setuid.

First how do I create a wrapper for program (named buildenv) which is
outside of nixpkgs? Here are the constraits for buildenv.
* This is a internal tool - so I can't add it to the public nixpkgs.
* This tool is written in C, it calls clone and chroot.

Second buildenv is called with the wrong userid.

The buildenv tool stores the uid from getuid, chroots, then restores the userid.

What I see - buildenv is called with uid lroot.
$ whoami
parrisj
$ buildenv 3.3.1
$ whoami
lroot

Expected Behavior
$ buildenv 3.3.1
$ whoami
parrisj

How I kludged setuidwrapper to discover this.
1) Add a entry for buildenv in security.setuidPrograms in
/etc/nixos/configuration.nix
2) nixos-rebuild switch
3) Overwrite /var/setuidwrappers/buildenv.real with the corrrect path.

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


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


[Nix-commits] [NixOS/nixpkgs] b51de5: grub module: fix useOSProber when installing grub ...

2017-03-23 Thread Symphorien Gibol
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b51de57928fdb229e77ce629f98cb63728a7a268
  
https://github.com/NixOS/nixpkgs/commit/b51de57928fdb229e77ce629f98cb63728a7a268
  Author: Symphorien Gibol 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M nixos/modules/system/boot/loader/grub/install-grub.pl

  Log Message:
  ---
  grub module: fix useOSProber when installing grub as EFI

(cherry picked from commit a6665adde8242162d94ef69b8d387fae9c6b1b14)


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


[Nix-commits] [NixOS/nixpkgs] 4c751c: security-wrapper: Don't remove the old paths yet a...

2017-03-23 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4c751ced376e0042ddd4f2aa8bd40754b9ea8926
  
https://github.com/NixOS/nixpkgs/commit/4c751ced376e0042ddd4f2aa8bd40754b9ea8926
  Author: Parnell Springmeyer 
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
M nixos/modules/security/wrappers/default.nix

  Log Message:
  ---
  security-wrapper: Don't remove the old paths yet as that can create migration 
pain


  Commit: ff2e2e82ccc2eebc36220613b332efa475dcca51
  
https://github.com/NixOS/nixpkgs/commit/ff2e2e82ccc2eebc36220613b332efa475dcca51
  Author: Evan Danaher 
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
M nixos/modules/services/web-servers/nginx/location-options.nix
M nixos/modules/services/web-servers/nginx/vhost-options.nix

  Log Message:
  ---
  nginx: Add alias configuration option for hosts and locations.

It's like root, but doesn't keep the prefix.


  Commit: e7358b192a3cdfc7d64fa2a21321df03b2256345
  
https://github.com/NixOS/nixpkgs/commit/e7358b192a3cdfc7d64fa2a21321df03b2256345
  Author: Evan Danaher 
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix

  Log Message:
  ---
  nginx: Assert that either root or alias is null.

If both are set, nginx won't start.  More error checking is certainly in
order, but this seems like a reasonable start.


  Commit: a09246948cafb7672ea1e5590688e7eb6a16cef3
  
https://github.com/NixOS/nixpkgs/commit/a09246948cafb7672ea1e5590688e7eb6a16cef3
  Author: Evan Danaher 
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M nixos/modules/services/web-servers/nginx/default.nix
M nixos/modules/services/web-servers/nginx/vhost-options.nix

  Log Message:
  ---
  nginx: disallow alias directive on server level; it doesn't work.


  Commit: 9d38774a2834b32471bd69b0ec2034ff883d871c
  
https://github.com/NixOS/nixpkgs/commit/9d38774a2834b32471bd69b0ec2034ff883d871c
  Author: Orivej Desh 
  Date:   2017-03-19 (Sun, 19 Mar 2017)

  Changed paths:
M pkgs/development/libraries/SDL_mixer/default.nix
A pkgs/games/gargoyle/darwin.patch
A pkgs/games/gargoyle/darwin.sh
A pkgs/games/gargoyle/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  gargoyle: init at 2017-03-12


  Commit: 9634d9e4fc30b456bf0be117c49524d6a81bf63c
  
https://github.com/NixOS/nixpkgs/commit/9634d9e4fc30b456bf0be117c49524d6a81bf63c
  Author: Adelbert Chang 
  Date:   2017-03-19 (Sun, 19 Mar 2017)

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

  Log Message:
  ---
  coursier: init at 1.0.0-M15


  Commit: 8d182a7e6b61c9487e0a7012a4511a3863f214e3
  
https://github.com/NixOS/nixpkgs/commit/8d182a7e6b61c9487e0a7012a4511a3863f214e3
  Author: Adelbert Chang 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M lib/maintainers.nix
M pkgs/development/tools/coursier/default.nix

  Log Message:
  ---
  coursier: makeWrapper as nativeBuildInputs, add adelbertc and nequissimus as 
maintainers


  Commit: f57185db953670d6e4f334b7ad2dc79a96d703c4
  
https://github.com/NixOS/nixpkgs/commit/f57185db953670d6e4f334b7ad2dc79a96d703c4
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M pkgs/build-support/fetchdarcs/default.nix
M pkgs/build-support/fetchegg/default.nix
M pkgs/build-support/fetchgit/default.nix
M pkgs/build-support/fetchhg/default.nix
M pkgs/build-support/fetchnuget/default.nix
M pkgs/build-support/fetchsvn/default.nix
M pkgs/build-support/fetchsvnssh/default.nix
M pkgs/build-support/fetchurl/default.nix

  Log Message:
  ---
  fetch-*: remove md5 support

fixes #4491


  Commit: c066dc8416a6e5c3f5ae82b894a90154a6b06e37
  
https://github.com/NixOS/nixpkgs/commit/c066dc8416a6e5c3f5ae82b894a90154a6b06e37
  Author: Robin Gloster 
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1703.xml

  Log Message:
  ---
  fetch-*: add md5 support removal to rl-notes


  Commit: 5177f891f39f701e72627796407ee2ef7c0db2c1
  
https://github.com/NixOS/nixpkgs/commit/5177f891f39f701e72627796407ee2ef7c0db2c1
  Author: c74d <857...@gmail.com>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

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

  Log Message:
  ---
  rustfmt: 0.7.1 -> 0.8


  Commit: a2a82db7cf3eda1a17abe2f673291852c4a85ba9
  
https://github.com/NixOS/nixpkgs/commit/a2a82db7cf3eda1a17abe2f673291852c4a85ba9
  Author: Dan Peebles 
  Date:   2017-03-21 (Tue, 21 Mar 2017)

  Changed paths:
M pkgs/development/compilers/gcc/5/default.nix
R pkgs/development/compilers/gcc/gfortran-darwin.nix
R pkgs/development/compilers/gcc/gfortran-darwin.patch
M pkgs/t

Re: [Nix-dev] The Church of Suckless NixOS is looking for followers

2017-03-23 Thread Jan Malakhovski
> However, all major Linux distributions without exceptions enable
> "moderate" hardening by default for very good reasons, and all of them
> can run on eeePC without issues.
>
> If your aim is not to run NixOS on arduino, or little embedded MIPS or
> RISC-V machines, it does not matter at all. If you want to run on this
... or Intel Atom ...
> can of machine, you know what you are doing and you know how to tune
> your code anyway.

At least for Atoms hardening does produce a qualitative difference. I'm
not sure why. I assume that things that fit into cache without hardening
stop fitting into it with hardening.

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


[Nix-commits] [NixOS/nixpkgs] 632e81: spice: 0.12.8 -> 0.13.3

2017-03-23 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 632e81083caf8821c1c37e8476dac94910237d69
  
https://github.com/NixOS/nixpkgs/commit/632e81083caf8821c1c37e8476dac94910237d69
  Author: Jörg Thalheim 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
R 
pkgs/development/libraries/spice/0001-Adapting-the-following-patch-from-http-pkgs.fedorapr.patch
M pkgs/development/libraries/spice/default.nix

  Log Message:
  ---
  spice: 0.12.8 -> 0.13.3

(we can use upstream security patches again)


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


[Nix-commits] [NixOS/nixpkgs] 587030: tribler: fixup revision

2017-03-23 Thread Joachim Fasting
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 587030466a6d5124f7b9b2e95ac7ae0149e33754
  
https://github.com/NixOS/nixpkgs/commit/587030466a6d5124f7b9b2e95ac7ae0149e33754
  Author: Joachim Fasting 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  tribler: fixup revision

Using `rev = "v${revision}"` results in a "bad reference" error;
use the plain revision instead.

(cherry picked from commit a49df2a8942b1ccb3a8280a8887e8c76436525f0)


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


[Nix-commits] [NixOS/nixpkgs] a49df2: tribler: fixup revision

2017-03-23 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a49df2a8942b1ccb3a8280a8887e8c76436525f0
  
https://github.com/NixOS/nixpkgs/commit/a49df2a8942b1ccb3a8280a8887e8c76436525f0
  Author: Joachim Fasting 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  tribler: fixup revision

Using `rev = "v${revision}"` results in a "bad reference" error;
use the plain revision instead.


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


[Nix-commits] [NixOS/nixpkgs] 9cc4b2: qt5.qtwebengine: patch more library paths

2017-03-23 Thread Nikolay Amiantov
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9cc4b2f8d8da6651a3ce2c0138e78fdd7a778f1c
  
https://github.com/NixOS/nixpkgs/commit/9cc4b2f8d8da6651a3ce2c0138e78fdd7a778f1c
  Author: Nikolay Amiantov 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.7/qtwebengine/default.nix

  Log Message:
  ---
  qt5.qtwebengine: patch more library paths

Adapted from chromium derivation. Fixes qutebrowser crash.

(cherry picked from commit a7a858aa52636971ea03164020104d295a72e4ce)


  Commit: 64d459302bab8debdad3943cf27624d611519583
  
https://github.com/NixOS/nixpkgs/commit/64d459302bab8debdad3943cf27624d611519583
  Author: Nikolay Amiantov 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  nss: propagate nspr

(cherry picked from commit 1715e3643bc6224eb0a60332635d17fd932188d5)


  Commit: 15fdfa929688168c41eeccefcf51814cebeeb653
  
https://github.com/NixOS/nixpkgs/commit/15fdfa929688168c41eeccefcf51814cebeeb653
  Author: Nikolay Amiantov 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  srtp: build as shared library

(cherry picked from commit 5a04d38ca62119e4669d829a9f0c0adfd1e77902)


  Commit: d5bd98e192a7e5c07eadb4d0bd9e2629afc0291c
  
https://github.com/NixOS/nixpkgs/commit/d5bd98e192a7e5c07eadb4d0bd9e2629afc0291c
  Author: Nikolay Amiantov 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.7/qtwebengine/default.nix

  Log Message:
  ---
  qt5.qtwebengine: use system libraries where possible

Fixes #23987.

(cherry picked from commit 040b86a96e8cc5125762f2b026734e9c760caad9)


  Commit: 30c7678e8f6f65f16ef91fff744cfc361117a54d
  
https://github.com/NixOS/nixpkgs/commit/30c7678e8f6f65f16ef91fff744cfc361117a54d
  Author: Nikolay Amiantov 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.7/qtwebengine/default.nix

  Log Message:
  ---
  qt5.qtwebengine: add proprietary codecs support

(cherry picked from commit 3a948e6b07707c93e3cbf57e8679d89ade2546a5)


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


[Nix-commits] [NixOS/nixpkgs] a6665a: grub module: fix useOSProber when installing grub ...

2017-03-23 Thread Symphorien Gibol
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a6665adde8242162d94ef69b8d387fae9c6b1b14
  
https://github.com/NixOS/nixpkgs/commit/a6665adde8242162d94ef69b8d387fae9c6b1b14
  Author: Symphorien Gibol 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M nixos/modules/system/boot/loader/grub/install-grub.pl

  Log Message:
  ---
  grub module: fix useOSProber when installing grub as EFI


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


[Nix-dev] With-expressions question

2017-03-23 Thread José Luis Lafuente
Recently I was having a weird error running nixos-rebuild. I added some
packages to systemPackages and I was getting this error:

cannot coerce a set to a string, at
/etc/nixos/nixpkgs/lib/strings.nix:442:44

After some debugging I found that the guilty was the boot package, but I
needed some time to understand why. In my configuration.nix I have this:

environment.systemPackages = with pkgs; [
  .
  boot
];

But 'boot' refers to the option 'boot', not the package 'boot'. For me,
that behavior is confusing (at least in the programming languages I know
the inner scope variables shadow the ones on the outer scope).
In my example, is there a way to make 'boot' refer to 'pkgs.boot'? or a way
of getting a warning on this case?

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


[Nix-dev] Networking to containers

2017-03-23 Thread Alexander Shulyak
Greetings!
I have an a question about network interfaces for containers in Nixos.
How I can make a network of container as a full-fledged part of a host network?
So, I have a host network with subnet in ip-address range 10.0.0.0/23, and I 
want that network of container on nixos host is also be in this subnet. How I 
can forward this interface to the container?
I already try to make bridge, but it drop the network on host.

Best Regards, Alexander Shulyak
Solbeg DevOps
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] setuidwrapper questions

2017-03-23 Thread Jon Parris
Hi All,

NixOS noob here. I have two questions relating to setuid.

First how do I create a wrapper for program (named buildenv) which is
outside of nixpkgs? Here are the constraits for buildenv.
* This is a internal tool - so I can't add it to the public nixpkgs.
* This tool is written in C, it calls clone and chroot.

Second buildenv is called with the wrong userid.

The buildenv tool stores the uid from getuid, chroots, then restores the userid.

What I see - buildenv is called with uid lroot.
$ whoami
parrisj
$ buildenv 3.3.1
$ whoami
lroot

Expected Behavior
$ buildenv 3.3.1
$ whoami
parrisj

How I kludged setuidwrapper to discover this.
1) Add a entry for buildenv in security.setuidPrograms in
/etc/nixos/configuration.nix
2) nixos-rebuild switch
3) Overwrite /var/setuidwrappers/buildenv.real with the corrrect path.

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


[Nix-commits] [NixOS/nixpkgs] 040b9f: pythonPackages.trezor: 0.7.4 -> 0.7.12

2017-03-23 Thread ndowens
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 040b9f4aaeb63f4b56373c05c0c94418c9ff4fde
  
https://github.com/NixOS/nixpkgs/commit/040b9f4aaeb63f4b56373c05c0c94418c9ff4fde
  Author: Joachim Fasting 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.trezor: 0.7.4 -> 0.7.12

(cherry picked from commit 10a0f1c2afcaa593d2cc491cee8a7bc889903874)

For electrum


  Commit: 1a1d365351eab72e2f2a95f30efeff786dbdf9cb
  
https://github.com/NixOS/nixpkgs/commit/1a1d365351eab72e2f2a95f30efeff786dbdf9cb
  Author: Joachim Fasting 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.mnemonic: 0.12 -> 0.17

(cherry picked from commit 9cc2083daca4e712f2e759afccd855894b8d1b53)

For electrum


  Commit: 5d7139bc332b09ae43a599abac23818145e86d87
  
https://github.com/NixOS/nixpkgs/commit/5d7139bc332b09ae43a599abac23818145e86d87
  Author: Joachim Fasting 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  pythonPackages.pyaes: init at 1.6.0

(cherry picked from commit 617d8af325bc427178f9022b57478eac9d726d52)

For electrum


  Commit: c88b34519347411088c05f093d4ee970be054940
  
https://github.com/NixOS/nixpkgs/commit/c88b34519347411088c05f093d4ee970be054940
  Author: Joachim Fasting 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  electrum: 2.7.18 -> 2.8.1

See https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

Also
- patch .desktop file to include full path to electrum
- add dep on pysocks
- remove dep on pyasn; per the changelog, it has not been used since v2.1
- replace dep on slowaes with pyaes

(cherry picked from commit d575efc5f05080834019ce0abebde4f47b1657cf)


  Commit: a78916e790dc16d0fe4a9869917745567d6a0557
  
https://github.com/NixOS/nixpkgs/commit/a78916e790dc16d0fe4a9869917745567d6a0557
  Author: Joachim Fasting 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  electrum: 2.8.1 -> 2.8.2

Release 2.8.2
  * show paid invoices in history tab
  * improve CPFP dialog
  * fixes for trezor, keepkey
  * other minor bugfixes
https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

(cherry picked from commit c6322a28d410eb5f4f5c0fc4da15acf168ebe514)


  Commit: 73a85de298a090620fd01fbbeb3a3c16288e3ca6
  
https://github.com/NixOS/nixpkgs/commit/73a85de298a090620fd01fbbeb3a3c16288e3ca6
  Author: ndowens 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  gpa: 0.9.9 -> 0.9.10

(cherry picked from commit 2477196fb1f4693d85844a63b714ddeb5b0453ee)

Bug fixes


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


[Nix-commits] [NixOS/nixpkgs] 247719: gpa: 0.9.9 -> 0.9.10

2017-03-23 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2477196fb1f4693d85844a63b714ddeb5b0453ee
  
https://github.com/NixOS/nixpkgs/commit/2477196fb1f4693d85844a63b714ddeb5b0453ee
  Author: ndowens 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  gpa: 0.9.9 -> 0.9.10


  Commit: 3d610bbb3982949add739369ba166ff56243bb9a
  
https://github.com/NixOS/nixpkgs/commit/3d610bbb3982949add739369ba166ff56243bb9a
  Author: Joachim F 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #24233 from ndowens/gpa

gpa: 0.9.9 -> 0.9.10


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


[Nix-commits] [NixOS/nixpkgs] e68eeb: emem: 0.2.46 -> 0.2.47

2017-03-23 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e68eeb29ae7f81bc3f4d057a68fecc282ec171da
  
https://github.com/NixOS/nixpkgs/commit/e68eeb29ae7f81bc3f4d057a68fecc282ec171da
  Author: Rommel M. Martinez 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  emem: 0.2.46 -> 0.2.47


  Commit: 29a2978fdfda38e8ffac0074cbf7edf51dfc6f67
  
https://github.com/NixOS/nixpkgs/commit/29a2978fdfda38e8ffac0074cbf7edf51dfc6f67
  Author: Joachim F 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #24227 from ebzzry/emem-0.2.47

emem: 0.2.46 -> 0.2.47


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


[Nix-commits] [NixOS/nixpkgs] 5fbdb7: gkrellm: 2.3.5 -> 2.3.10

2017-03-23 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5fbdb796cd8a1e5a87a71f3846ed0fe852f96cf2
  
https://github.com/NixOS/nixpkgs/commit/5fbdb796cd8a1e5a87a71f3846ed0fe852f96cf2
  Author: ndowens 
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  gkrellm: 2.3.5 -> 2.3.10


  Commit: 817d8a671cdf4eb1ba23c6f092446506c8372486
  
https://github.com/NixOS/nixpkgs/commit/817d8a671cdf4eb1ba23c6f092446506c8372486
  Author: Vladimír Čunát 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  gkrellm: fix homepage


  Commit: 50d6617e87f30e6a3d741fc8365c04dc6d2a2a47
  
https://github.com/NixOS/nixpkgs/commit/50d6617e87f30e6a3d741fc8365c04dc6d2a2a47
  Author: Vladimír Čunát 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  Merge #24232: gkrellm: 2.3.5 -> 2.3.10


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


[Nix-commits] [NixOS/nixpkgs] 6b3a77: Revert "Revert "kmod-blacklist-ubuntu: 9.3 -> 22.1...

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6b3a77ac51cac31cc0fabc9106f7f8dcdc7f00e0
  
https://github.com/NixOS/nixpkgs/commit/6b3a77ac51cac31cc0fabc9106f7f8dcdc7f00e0
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/os-specific/linux/kmod-blacklist-ubuntu/default.nix

  Log Message:
  ---
  Revert "Revert "kmod-blacklist-ubuntu: 9.3 -> 22.1""

This reverts commit 8c410f4b1877d3de7be5255972ef8177cdb81b9a with a fix
to make the tests run correctly. bochs-drm must not be blacklisted for
that.

(cherry picked from commit 785e45ac06209295531955c0da302f72cb01e4ff)


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


[Nix-commits] [NixOS/nixpkgs] 785e45: Revert "Revert "kmod-blacklist-ubuntu: 9.3 -> 22.1...

2017-03-23 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 785e45ac06209295531955c0da302f72cb01e4ff
  
https://github.com/NixOS/nixpkgs/commit/785e45ac06209295531955c0da302f72cb01e4ff
  Author: Robin Gloster 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M pkgs/os-specific/linux/kmod-blacklist-ubuntu/default.nix

  Log Message:
  ---
  Revert "Revert "kmod-blacklist-ubuntu: 9.3 -> 22.1""

This reverts commit 8c410f4b1877d3de7be5255972ef8177cdb81b9a with a fix
to make the tests run correctly. bochs-drm must not be blacklisted for
that.


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


[Nix-commits] [NixOS/nixpkgs] 027d0f: linux_4_9: 4.9.16 -> 4.9.17

2017-03-23 Thread Joachim Fasting
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 027d0f0244d5bab2cba7e60cd0ae4cc32bc36c6a
  
https://github.com/NixOS/nixpkgs/commit/027d0f0244d5bab2cba7e60cd0ae4cc32bc36c6a
  Author: Joachim Fasting 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  linux_4_9: 4.9.16 -> 4.9.17

(cherry picked from commit a2fdf72ec45303d36b1435fd5da1b39b34a14868)


  Commit: ea4a1b403c4e8c8134d64ed87137b1a9034d2705
  
https://github.com/NixOS/nixpkgs/commit/ea4a1b403c4e8c8134d64ed87137b1a9034d2705
  Author: Joachim Fasting 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  grsecurity: 4.9.16-201703180820 -> 4.9.17-201703221829

(cherry picked from commit 94ab4932aee749da8b4045f3611886af88de924d)


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


[Nix-commits] [NixOS/nixpkgs] ec281c: Merge #24236: remove bbenoist from maintainers

2017-03-23 Thread Vladimír Čunát
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ec281ca1bc0490ae138f9f06b801b1f826ea06d1
  
https://github.com/NixOS/nixpkgs/commit/ec281ca1bc0490ae138f9f06b801b1f826ea06d1
  Author: Vladimír Čunát 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M .mention-bot
M lib/maintainers.nix
M pkgs/applications/editors/geany/default.nix
M pkgs/applications/misc/gmrun/default.nix
M pkgs/applications/misc/xfe/default.nix
M pkgs/development/libraries/fox/default.nix
M pkgs/development/libraries/fox/fox-1.6.nix
M pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
M pkgs/development/libraries/vtk/default.nix
M pkgs/development/qtcreator/default.nix
M pkgs/tools/text/numdiff/default.nix

  Log Message:
  ---
  Merge #24236: remove bbenoist from maintainers

(cherry picked from commit e0bf35f0e52cea8e41544d5aab1edc6665c0c90e)


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


[Nix-commits] [NixOS/nixpkgs] 7d72b9: Remove bbenoist from maintainers

2017-03-23 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7d72b9b74ef70f65bd46389f59e76569301d514d
  
https://github.com/NixOS/nixpkgs/commit/7d72b9b74ef70f65bd46389f59e76569301d514d
  Author: Baptist BENOIST 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M .mention-bot
M lib/maintainers.nix
M pkgs/applications/editors/geany/default.nix
M pkgs/applications/misc/gmrun/default.nix
M pkgs/applications/misc/xfe/default.nix
M pkgs/development/libraries/fox/default.nix
M pkgs/development/libraries/fox/fox-1.6.nix
M pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
M pkgs/development/libraries/vtk/default.nix
M pkgs/development/qtcreator/default.nix
M pkgs/tools/text/numdiff/default.nix

  Log Message:
  ---
  Remove bbenoist from maintainers

Sorry guys but I did not used Nix since months and cannot spend time
maintaining my previous work...


  Commit: e0bf35f0e52cea8e41544d5aab1edc6665c0c90e
  
https://github.com/NixOS/nixpkgs/commit/e0bf35f0e52cea8e41544d5aab1edc6665c0c90e
  Author: Vladimír Čunát 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
M .mention-bot
M lib/maintainers.nix
M pkgs/applications/editors/geany/default.nix
M pkgs/applications/misc/gmrun/default.nix
M pkgs/applications/misc/xfe/default.nix
M pkgs/development/libraries/fox/default.nix
M pkgs/development/libraries/fox/fox-1.6.nix
M pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
M pkgs/development/libraries/vtk/default.nix
M pkgs/development/qtcreator/default.nix
M pkgs/tools/text/numdiff/default.nix

  Log Message:
  ---
  Merge #24236: remove bbenoist from maintainers


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


[Nix-commits] [NixOS/nixpkgs] c6c92a: terraform: only run tests from 0.9.0 onwards

2017-03-23 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c6c92a1d0411de000c325a5187b5b5079556ffed
  
https://github.com/NixOS/nixpkgs/commit/c6c92a1d0411de000c325a5187b5b5079556ffed
  Author: Peter Hoeg 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  terraform: only run tests from 0.9.0 onwards


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