[Nix-commits] [NixOS/nixpkgs] 0eff1d: vino: use wrapGAppsHook

2017-05-17 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0eff1d9f2af05353a827a3896ebcc2bce20d2fdd
  
https://github.com/NixOS/nixpkgs/commit/0eff1d9f2af05353a827a3896ebcc2bce20d2fdd
  Author: Bjørn Forsman 
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  ---
  vino: use wrapGAppsHook

Fixes this:

  .vino-server-wr[8931]: Using the 'memory' GSettings backend. \
  Your settings will not be saved or shared with other applications.

Still, the screen sharing settings under "gnome-control-center sharing"
does not seem to be persisted (except the enabling/disabling sharing
flag itself). Making changes and then re-opening gnome-control-center
shows the default screen sharing settings. Sigh.


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


[Nix-commits] [NixOS/nixpkgs] e75297: icdiff: 1.7.3 -> 1.9.0

2017-05-17 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e75297abbad98ca3325ee0e0a5e73a165345dc82
  
https://github.com/NixOS/nixpkgs/commit/e75297abbad98ca3325ee0e0a5e73a165345dc82
  Author: Aneesh Agrawal 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/tools/text/icdiff/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  icdiff: 1.7.3 -> 1.9.0

Also move to all-packages.nix,
because it is an application and not a library.


  Commit: eda502d143f21189f87952abedd5cf00565d44dc
  
https://github.com/NixOS/nixpkgs/commit/eda502d143f21189f87952abedd5cf00565d44dc
  Author: Jörg Thalheim 
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M pkgs/tools/text/icdiff/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #25847 from aneeshusa/update-icdiff-to-1.9.0

icdiff: 1.7.3 -> 1.9.0


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


[Nix-commits] [NixOS/nixpkgs] 766670: gmp 6: Fix for cross

2017-05-17 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 76667036ecb84d299424d0cba345b83040e869ae
  
https://github.com/NixOS/nixpkgs/commit/76667036ecb84d299424d0cba345b83040e869ae
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/development/libraries/gmp/6.x.nix

  Log Message:
  ---
  gmp 6: Fix for cross


  Commit: 8ad2c6a830784bdc37a04f349ec5f13a1b16edee
  
https://github.com/NixOS/nixpkgs/commit/8ad2c6a830784bdc37a04f349ec5f13a1b16edee
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  ncurses: Fix for cross


  Commit: 2601a80639ecee27fdb83ce099c037a348ba7125
  
https://github.com/NixOS/nixpkgs/commit/2601a80639ecee27fdb83ce099c037a348ba7125
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/top-level/release-cross.nix

  Log Message:
  ---
  release-cross: Make tests more uniform

Fewer packages are only built on one platform. Eventually we should
have each package encode its own requirements on build host and target
(as we do for build already) and use that to test automatically.


  Commit: afec912d81e08339868e0e1e84234e6ed7f6b3fd
  
https://github.com/NixOS/nixpkgs/commit/afec912d81e08339868e0e1e84234e6ed7f6b3fd
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/development/libraries/gmp/6.x.nix
M pkgs/development/libraries/ncurses/default.nix
M pkgs/top-level/release-cross.nix

  Log Message:
  ---
  Merge pull request #25867 from obsidiansystems/ghc-deps-cross

Fix cross compilation of some GHC deps


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


[Nix-commits] [NixOS/nixpkgs] 6e5024: wireguard: preshared-key is now an attribute of th...

2017-05-17 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6e50243d989475bc64296370e0d4cf45cc8c
  
https://github.com/NixOS/nixpkgs/commit/6e50243d989475bc64296370e0d4cf45cc8c
  Author: Jason A. Donenfeld 
  Date:   2017-05-09 (Tue, 09 May 2017)

  Changed paths:
M nixos/modules/services/networking/wireguard.nix

  Log Message:
  ---
  wireguard: preshared-key is now an attribute of the peer

Signed-off-by: Jason A. Donenfeld 


  Commit: ef018d895563007df037a08381888f932d980f2d
  
https://github.com/NixOS/nixpkgs/commit/ef018d895563007df037a08381888f932d980f2d
  Author: Jason A. Donenfeld 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  wireguard: 0.0.20170421 - 0.0.20170517

Signed-off-by: Jason A. Donenfeld 


  Commit: 64acaa1e2dcb73d19c91c97499a23c0c2f6f19a9
  
https://github.com/NixOS/nixpkgs/commit/64acaa1e2dcb73d19c91c97499a23c0c2f6f19a9
  Author: Jörg Thalheim 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M nixos/modules/services/networking/wireguard.nix
M pkgs/os-specific/linux/wireguard/default.nix

  Log Message:
  ---
  Merge pull request #25646 from zx2c4/wg-psk-change

wireguard: 0.0.20170421 -> 0.0.20170517


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


[Nix-commits] [NixOS/nixpkgs] 86e160: rtags: link to libclang.dylib at absolute path on ...

2017-05-17 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 86e160440f25a5f3afb811d2d0660d1f275b3127
  
https://github.com/NixOS/nixpkgs/commit/86e160440f25a5f3afb811d2d0660d1f275b3127
  Author: Anthony Cowley 
  Date:   2017-04-28 (Fri, 28 Apr 2017)

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

  Log Message:
  ---
  rtags: link to libclang.dylib at absolute path on darwin


  Commit: a4f772435ddbdb91fd4a55c724b53ed659969d4c
  
https://github.com/NixOS/nixpkgs/commit/a4f772435ddbdb91fd4a55c724b53ed659969d4c
  Author: Daiderd Jordan 
  Date:   2017-05-18 (Thu, 18 May 2017)

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

  Log Message:
  ---
  Merge pull request #25309 from acowley/rtags-id

rtags: link to libclang.dylib at absolute path on darwin


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


[Nix-commits] [NixOS/nixpkgs] 99587b: rdesktop: enable IPv6 support

2017-05-17 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 99587bc9fa4a47a6d1f0d0217d5c9473fe76bbf0
  
https://github.com/NixOS/nixpkgs/commit/99587bc9fa4a47a6d1f0d0217d5c9473fe76bbf0
  Author: Orivej Desh 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/applications/networking/remote/rdesktop/default.nix

  Log Message:
  ---
  rdesktop: enable IPv6 support


  Commit: c953f8e557c69cfc449e0f4b2c27865d1bd48283
  
https://github.com/NixOS/nixpkgs/commit/c953f8e557c69cfc449e0f4b2c27865d1bd48283
  Author: Jörg Thalheim 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/applications/networking/remote/rdesktop/default.nix

  Log Message:
  ---
  Merge pull request #25865 from orivej/rdesktop-ipv6

rdesktop: enable IPv6 support


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


[Nix-commits] [NixOS/nixpkgs] f46b3a: users-groups module: add per-user packages

2017-05-17 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f46b3a038f6ab448ee65a255076d0dc181824c35
  
https://github.com/NixOS/nixpkgs/commit/f46b3a038f6ab448ee65a255076d0dc181824c35
  Author: tv 
  Date:   2017-05-12 (Fri, 12 May 2017)

  Changed paths:
M nixos/modules/config/users-groups.nix

  Log Message:
  ---
  users-groups module: add per-user packages


  Commit: 9464df56a0a449fd744384240f6953532237448e
  
https://github.com/NixOS/nixpkgs/commit/9464df56a0a449fd744384240f6953532237448e
  Author: Jörg Thalheim 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M nixos/modules/config/users-groups.nix

  Log Message:
  ---
  Merge pull request #25712 from 4z3/per-user-pkgs

users-groups module: add per-user packages


Compare: https://github.com/NixOS/nixpkgs/compare/618f9aa52c4b...9464df56a0a4___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 618f9a: docker-proxy: remove go references

2017-05-17 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 618f9aa52c4b5792c86dd8d6f2623f57d5fe930f
  
https://github.com/NixOS/nixpkgs/commit/618f9aa52c4b5792c86dd8d6f2623f57d5fe930f
  Author: Jörg Thalheim 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/applications/virtualization/docker/proxy.nix

  Log Message:
  ---
  docker-proxy: remove go references

related to #25861


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


[Nix-commits] [NixOS/nixpkgs] bfa8f3: linux cross stdenv: Use the cross stdenv and `nati...

2017-05-17 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bfa8f3049989739223687324aec986d4da3b5dae
  
https://github.com/NixOS/nixpkgs/commit/bfa8f3049989739223687324aec986d4da3b5dae
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

  Log Message:
  ---
  linux cross stdenv: Use the cross stdenv and `nativeBuildInputs`

This is a cross derivation---it's built on one platform to run on
another---so let's structure it like all the other cross derivations.


  Commit: 88ea6463a342c2084266395b210d57b1218bad62
  
https://github.com/NixOS/nixpkgs/commit/88ea6463a342c2084266395b210d57b1218bad62
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/development/tools/misc/binutils/default.nix
M pkgs/os-specific/darwin/binutils/default.nix
M pkgs/os-specific/darwin/cctools/port.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  binutils on darwin: Clean up the rats nest

 - No more *Cross duplication for binutils on darwin either.
   `cctools_cross` is merged into plain `cctools`, so `buildPackages`
   chains alone are used to disambiguate.

 - Always use a mashup of cctools and actual GNU Binutils as `binutils`.
   Previously, this was only done in the native case as nobody had
   bothered to implement the masher in the cross case. Implemented it
   basically consisted of extending the wrapper to deal with prefixed
   binaries.


  Commit: 7018dfb9f4d1457d77495014a2e22febe2b9181a
  
https://github.com/NixOS/nixpkgs/commit/7018dfb9f4d1457d77495014a2e22febe2b9181a
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/development/tools/misc/binutils/default.nix
M pkgs/os-specific/darwin/binutils/default.nix
M pkgs/os-specific/darwin/cctools/port.nix

  Log Message:
  ---
  binutils and cctools: Prefix derivation names with target for cross

We want platform triple prefixes and suffixes on derivation names to
be used consistently. The ideom this commit strives for is

 - suffix means build != host, i.e. cross *built* packages. This is
   already done.

 - prefix means build != target, i.e. cross tools. This matches the
   tradition of such binaries themselves being prefixed to disambiguate.]
   Binutils and cctools, as build tools, now use the latter


  Commit: 20fa6fd87146a55ca5b66b88bf3d30012acbdac0
  
https://github.com/NixOS/nixpkgs/commit/20fa6fd87146a55ca5b66b88bf3d30012acbdac0
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/development/compilers/gcc/4.5/default.nix
M pkgs/development/compilers/gcc/4.8/default.nix
M pkgs/development/compilers/gcc/4.9/default.nix
M pkgs/development/compilers/gcc/5/default.nix
M pkgs/development/compilers/gcc/6/default.nix
M pkgs/development/compilers/gcc/snapshot/default.nix

  Log Message:
  ---
  gcc: When cross compiling, always expect prefixed binutils

Previously this was just done on Darwin.


  Commit: d34079c2d9d22e3d13778e7a948b16247610ec7c
  
https://github.com/NixOS/nixpkgs/commit/d34079c2d9d22e3d13778e7a948b16247610ec7c
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/top-level/release-cross.nix

  Log Message:
  ---
  release-cross: Add arms test from Darwin for binutils

This does a decent job of testing everything in this PR up to here.


  Commit: 80ed251f176aefa4c31a93ebb550df009d9bb49e
  
https://github.com/NixOS/nixpkgs/commit/80ed251f176aefa4c31a93ebb550df009d9bb49e
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M lib/systems/parse.nix

  Log Message:
  ---
  lib platform parsing: Whitelist `darwin10` and `darwin14` as stopgap

Something better should be done longer term to support such version
suffixes.


  Commit: bec5ffee155fd8dc9481d8eea45d788baee9bd46
  
https://github.com/NixOS/nixpkgs/commit/bec5ffee155fd8dc9481d8eea45d788baee9bd46
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M lib/systems/parse.nix
M pkgs/development/compilers/gcc/4.5/default.nix
M pkgs/development/compilers/gcc/4.8/default.nix
M pkgs/development/compilers/gcc/4.9/default.nix
M pkgs/development/compilers/gcc/5/default.nix
M pkgs/development/compilers/gcc/6/default.nix
M pkgs/development/compilers/gcc/snapshot/default.nix
M pkgs/development/tools/misc/binutils/default.nix
M pkgs/os-specific/darwin/binutils/default.nix
M pkgs/os-specific/darwin/cctools/port.nix
M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/release-cross.nix

  Log Message:
  ---
  Merge pull request #25232 from obsidiansystems/cross-binutils

Cross binutils


Compare: https://github.com/NixOS/nixpkgs/compare/2099f0afccd3...bec5ffee155f

[Nix-commits] [NixOS/nixpkgs] 2099f0: dropbox: 25.4.28 -> 26.4.24

2017-05-17 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2099f0afccd3653981225c287f729cb20e9c4a97
  
https://github.com/NixOS/nixpkgs/commit/2099f0afccd3653981225c287f729cb20e9c4a97
  Author: Thomas Tuegel 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  dropbox: 25.4.28 -> 26.4.24


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


[Nix-commits] [NixOS/nixpkgs] 3de663: v8: fixes build on darwin

2017-05-17 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3de66330cd7e37822cbc033ea0e4de25bd044fb9
  
https://github.com/NixOS/nixpkgs/commit/3de66330cd7e37822cbc033ea0e4de25bd044fb9
  Author: Lukasz Czyzykowski 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/development/libraries/v8/default.nix
A pkgs/development/libraries/v8/no-xcode.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  v8: fixes build on darwin

v8 compilation on macOS was failing because of missing dependency and
wrong linker. The approach to make it work is similar to the nodejs
package.


  Commit: fcbb9b3243173d460407a7aa8a619bf1a8f3613e
  
https://github.com/NixOS/nixpkgs/commit/fcbb9b3243173d460407a7aa8a619bf1a8f3613e
  Author: Daiderd Jordan 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/development/libraries/v8/default.nix
A pkgs/development/libraries/v8/no-xcode.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #25837 from czyzykowski/v8-on-osx

v8: fixes darwin build


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


[Nix-commits] [NixOS/nixpkgs] f0e190: linuxHeadersCross: Remove and just use `linuxHeade...

2017-05-17 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f0e1907beed52608e1ff65eb6b30cbbcd7170132
  
https://github.com/NixOS/nixpkgs/commit/f0e1907beed52608e1ff65eb6b30cbbcd7170132
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  linuxHeadersCross: Remove and just use `linuxHeaders`


  Commit: f2e2463367818f287bcb948e9eb7dec416cc57af
  
https://github.com/NixOS/nixpkgs/commit/f2e2463367818f287bcb948e9eb7dec416cc57af
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  Merge pull request #25866 from obsidiansystems/linux-headers-cross

linuxHeadersCross: Remove and just use `linuxHeaders`


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


[Nix-commits] [NixOS/nixpkgs] dfad5d: sift: fix build for darwin

2017-05-17 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dfad5d3fedb5755a96b628abb8603eab70fe7604
  
https://github.com/NixOS/nixpkgs/commit/dfad5d3fedb5755a96b628abb8603eab70fe7604
  Author: Ruben Maher 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  sift: fix build for darwin


  Commit: b8e80d9389d96e556dd5fb6faf207e4d82a8d263
  
https://github.com/NixOS/nixpkgs/commit/b8e80d9389d96e556dd5fb6faf207e4d82a8d263
  Author: Daiderd Jordan 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  Merge pull request #25844 from eqyiel/master

sift: fix build for darwin


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


[Nix-commits] [NixOS/nixpkgs] 23f633: perl-PPI: 1.220 -> 1.224

2017-05-17 Thread Robert Helgesson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 23f6332634e2e9f7ace12c67a8ab7a92c8cf13f7
  
https://github.com/NixOS/nixpkgs/commit/23f6332634e2e9f7ace12c67a8ab7a92c8cf13f7
  Author: Robert Helgesson 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  perl-PPI: 1.220 -> 1.224


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


[Nix-commits] [NixOS/nixpkgs] 587079: linux cross stdenv: Fix eval errors

2017-05-17 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5870795cc68b29681ca644a8802fa11b469f2095
  
https://github.com/NixOS/nixpkgs/commit/5870795cc68b29681ca644a8802fa11b469f2095
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

  Log Message:
  ---
  linux cross stdenv: Fix eval errors

`pkgsNoParams` was removed by me, but then #25035 was merged using it,
leading to an unbound identifier.

It would be nice to get travis to do build release-cross.nix or
something to catch these things.


  Commit: 3e0b6b51416951a5327f313ec5d0e17d1a91a150
  
https://github.com/NixOS/nixpkgs/commit/3e0b6b51416951a5327f313ec5d0e17d1a91a150
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

  Log Message:
  ---
  Merge pull request #25862 from obsidiansystems/linux-stdenv-cross

linux cross stdenv: Fix eval errors


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


[Nix-commits] [NixOS/nixpkgs] 371ebc: lib platform parsing: Fix windows support to confo...

2017-05-17 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 371ebc89ca8cfb48f9624981aab72563afb892b9
  
https://github.com/NixOS/nixpkgs/commit/371ebc89ca8cfb48f9624981aab72563afb892b9
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M lib/systems/doubles.nix
M lib/systems/parse.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/release-cross.nix

  Log Message:
  ---
  lib platform parsing: Fix windows support to conform to LLVM, take 2

Second attempt at pull request #25275

This reverts commit b70924bd80918d153a5e2023afd7647ae7b24a12,
reapplying 2282a5774cd80567644a44d31585bf965a55f9ec


  Commit: 6d599b791ec5d04504b90743447c23d3d23e10fc
  
https://github.com/NixOS/nixpkgs/commit/6d599b791ec5d04504b90743447c23d3d23e10fc
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M lib/systems/doubles.nix
M lib/systems/parse.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/release-cross.nix

  Log Message:
  ---
  Merge pull request #25859 from Ericson2314/platform-normalize

lib platform parsing: Fix windows support to conform to LLVM, take 2


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


[Nix-commits] [NixOS/nixpkgs] 296753: lib: Consolidate tests into one meta job

2017-05-17 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 296753f0947427d5753be68ae10363ac1b8b4cdc
  
https://github.com/NixOS/nixpkgs/commit/296753f0947427d5753be68ae10363ac1b8b4cdc
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
R lib/tests.nix
A lib/tests/misc.nix
M lib/tests/release.nix
M lib/tests/systems.nix
M pkgs/top-level/make-tarball.nix
M pkgs/top-level/release.nix

  Log Message:
  ---
  lib: Consolidate tests into one meta job


  Commit: f3c989babdcadb296b8e98b8b7572d229a3838fb
  
https://github.com/NixOS/nixpkgs/commit/f3c989babdcadb296b8e98b8b7572d229a3838fb
  Author: John Ericson 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
R lib/tests.nix
A lib/tests/misc.nix
M lib/tests/release.nix
M lib/tests/systems.nix
M pkgs/top-level/make-tarball.nix
M pkgs/top-level/release.nix

  Log Message:
  ---
  Merge pull request #25196 from Ericson2314/recursive-platform-tests

lib: Consolidate tests into one meta job


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


[Nix-commits] [NixOS/nixpkgs] 6ba53a: monero: 0.10.2.1 -> 0.10.3.1

2017-05-17 Thread Clemens Fruhwirth
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6ba53a7c812958b4103a568be42f227977d66217
  
https://github.com/NixOS/nixpkgs/commit/6ba53a7c812958b4103a568be42f227977d66217
  Author: Clemens Fruhwirth 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  monero: 0.10.2.1 -> 0.10.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] a4eb0d: varnish: 5.0.0 -> 5.1.2

2017-05-17 Thread Eric Sagnes
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a4eb0dc8159f882154639c986d4ffabc61b64900
  
https://github.com/NixOS/nixpkgs/commit/a4eb0dc8159f882154639c986d4ffabc61b64900
  Author: Eric Sagnes 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  varnish: 5.0.0 -> 5.1.2


  Commit: 5b30f246cb6f0fa772734bceb4363595040fe55e
  
https://github.com/NixOS/nixpkgs/commit/5b30f246cb6f0fa772734bceb4363595040fe55e
  Author: Eric Sagnes 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  varnish module: remove unneeded gcc runtime dependency


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


[Nix-commits] [NixOS/nixpkgs] d745dc: thunderbird-bin: 52.1.0 -> 52.1.1

2017-05-17 Thread taku0
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d745dc21771c171361189a8a7e2364aecf1f5cd7
  
https://github.com/NixOS/nixpkgs/commit/d745dc21771c171361189a8a7e2364aecf1f5cd7
  Author: taku0 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/applications/networking/mailreaders/thunderbird-bin/sources.nix

  Log Message:
  ---
  thunderbird-bin: 52.1.0 -> 52.1.1


  Commit: 4b9c0892950050c07fb48d8f98bd223b75e77b4d
  
https://github.com/NixOS/nixpkgs/commit/4b9c0892950050c07fb48d8f98bd223b75e77b4d
  Author: taku0 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/applications/networking/mailreaders/thunderbird/default.nix

  Log Message:
  ---
  thunderbird: 52.1.0 -> 52.1.1


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


Re: [Nix-dev] Nixos wiki project

2017-05-17 Thread Profpatsch
On 17-05-16 09:52pm, Jos van den Oever wrote:
> On Friday 12 May 2017 20:36:59 Matthias Beyer wrote:
> > On 10-05-2017 10:52:16, Arseniy Seroka wrote:
> > > I think that disabling wiki is one of the the worst
> > > decisions in nixos community.
> > 
> > +1
> 
> I think it's unfortunate that a free software project chooses a closed 
> platform to do development. GitHub is not even open core like GitLab.

Didn’t we have a FAQ somewhere
where these decisions are explained?

If not, it should probably go into the Wiki. :D

-- 
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
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] why has each revision / generation not a own configuration.nix

2017-05-17 Thread Profpatsch
On 17-05-16 04:43pm, zimbatm wrote:
> How do you find back which git revision was used to produce a given NixOS
> profile?

In my case it’s built by a hydra and the system name contains a hash.

> 
> Maybe nixos-rebuild should be extended to include that in the revision
> name, and if the git repo is dirty.

You need to include all used paths.
So it’s probably best to write out a file like:

- : 
source: /home/philip/vuizvui
type: git
git:
  dirty: yes
  rev: 32847298abc
hash:
  type: sha256
  hash: deadbeef

- :
source: https://cache.nixos.org/…/nixpkgs.tar.gz
type: tgz
tgz:
  …
hash:
  …

- system:
source: user@machine
type: arg
arg:
  type: string
  val: "x86_64-linux"


Something like that.
YAML because I had to write it by hand.

-- 
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
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 94c47b: vino: add missing gsettings schema

2017-05-17 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 94c47b08841043ca2a8aa4341fd53bf5260a2d68
  
https://github.com/NixOS/nixpkgs/commit/94c47b08841043ca2a8aa4341fd53bf5260a2d68
  Author: Bjørn Forsman 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  vino: add missing gsettings schema

Fixes this:

  $ ./result/libexec/vino-server
  ...
  (vino-server:13915): GLib-GIO-ERROR **: Settings schema 'org.gnome.Vino' is 
not installed


  Commit: f9633c779153f58f231bf65c0e87fade3ebc3f3a
  
https://github.com/NixOS/nixpkgs/commit/f9633c779153f58f231bf65c0e87fade3ebc3f3a
  Author: Bjørn Forsman 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  nixos/gnome3: fix screen sharing

Without this change there will be silent errors when enabling screen
sharing. The GUI thinks it enables the service when it in fact does not
(errors are seen in the system journal).

vino is already in the closure of gnome-control-center, so this is
basically free.

Configuration of screen sharing is done in GNOME control center.


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


[Nix-commits] [NixOS/nixpkgs] 8037c5: ammonite: 0.8.4 -> 0.8.5

2017-05-17 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8037c5e0cfb7b052ce31240952212397baf2
  
https://github.com/NixOS/nixpkgs/commit/8037c5e0cfb7b052ce31240952212397baf2
  Author: Tim Steinbach 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  ammonite: 0.8.4 -> 0.8.5


  Commit: 93790456642bc0ddf4eadc1f607b90f1243f6380
  
https://github.com/NixOS/nixpkgs/commit/93790456642bc0ddf4eadc1f607b90f1243f6380
  Author: Tim Steinbach 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  Merge pull request #25842 from NeQuissimus/ammonite_0_8_5

ammonite: 0.8.4 -> 0.8.5


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


[Nix-commits] [NixOS/nixpkgs] ca3442: atom: 1.16.0 -> 1.17.0

2017-05-17 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ca34420a4c5fd5fb16926f413f33c4f91a5991ee
  
https://github.com/NixOS/nixpkgs/commit/ca34420a4c5fd5fb16926f413f33c4f91a5991ee
  Author: Tim Steinbach 
  Date:   2017-05-16 (Tue, 16 May 2017)

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

  Log Message:
  ---
  atom: 1.16.0 -> 1.17.0


  Commit: 1ef622096af7c7801aca228742800b562c2c386d
  
https://github.com/NixOS/nixpkgs/commit/1ef622096af7c7801aca228742800b562c2c386d
  Author: Tim Steinbach 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  Merge pull request #25841 from NeQuissimus/atom_1_17_0

atom: 1.16.0 -> 1.17.0


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


[Nix-commits] [NixOS/nixpkgs] 336b04: linux-testing: 4.11-rc7 -> 4.12-rc1

2017-05-17 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 336b044dcb4c867430f5296eb483457769437aec
  
https://github.com/NixOS/nixpkgs/commit/336b044dcb4c867430f5296eb483457769437aec
  Author: Tim Steinbach 
  Date:   2017-05-14 (Sun, 14 May 2017)

  Changed paths:
M pkgs/os-specific/linux/kernel/common-config.nix
M pkgs/os-specific/linux/kernel/linux-testing.nix

  Log Message:
  ---
  linux-testing: 4.11-rc7 -> 4.12-rc1


  Commit: 8eb302d6d70ca017a1c64cb32edb9b472dff951f
  
https://github.com/NixOS/nixpkgs/commit/8eb302d6d70ca017a1c64cb32edb9b472dff951f
  Author: Tim Steinbach 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/os-specific/linux/kernel/common-config.nix
M pkgs/os-specific/linux/kernel/linux-testing.nix

  Log Message:
  ---
  Merge pull request #25792 from NeQuissimus/linux_4_12_rc1

linux-testing: 4.11-rc7 -> 4.12-rc1


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


[Nix-commits] [NixOS/nixpkgs] 4bca42: oh-my-zsh: 2017-03-30 -> 2017-05-03

2017-05-17 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4bca428d87cf55bbc60962a844ba3ecffb08ce27
  
https://github.com/NixOS/nixpkgs/commit/4bca428d87cf55bbc60962a844ba3ecffb08ce27
  Author: Tim Steinbach 
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
M pkgs/shells/oh-my-zsh/default.nix

  Log Message:
  ---
  oh-my-zsh: 2017-03-30 -> 2017-05-03


  Commit: 6960bc776a5cd3d69e7d465d271f4112900ffe3e
  
https://github.com/NixOS/nixpkgs/commit/6960bc776a5cd3d69e7d465d271f4112900ffe3e
  Author: Tim Steinbach 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/shells/oh-my-zsh/default.nix

  Log Message:
  ---
  Merge pull request #25843 from NeQuissimus/oh-my-zsh_2017_05_03

oh-my-zsh: 2017-03-30 -> 2017-05-03


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


[Nix-commits] [NixOS/nixpkgs] 4fd23d: fontconfig-penultimate: 0.3.4 -> 0.3.5

2017-05-17 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4fd23d73464a93981b6ae89979ccfbd4001a37e5
  
https://github.com/NixOS/nixpkgs/commit/4fd23d73464a93981b6ae89979ccfbd4001a37e5
  Author: Thomas Tuegel 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/data/fonts/fontconfig-penultimate/default.nix

  Log Message:
  ---
  fontconfig-penultimate: 0.3.4 -> 0.3.5

The NixOS option `useEmbeddedBitmaps` is now correctly respected.


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


[Nix-commits] [NixOS/nixpkgs] e95cb5: pythonPackages.cram: mark i686 broken

2017-05-17 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e95cb5d58a605ccee7c80aa72b4f509f7a25e543
  
https://github.com/NixOS/nixpkgs/commit/e95cb5d58a605ccee7c80aa72b4f509f7a25e543
  Author: Jaakko Luttinen 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  pythonPackages.cram: mark i686 broken


  Commit: fc2caec7565bb536b6208d1e9eaba6b674c1f69a
  
https://github.com/NixOS/nixpkgs/commit/fc2caec7565bb536b6208d1e9eaba6b674c1f69a
  Author: Frederik Rietdijk 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  Merge pull request #25850 from jluttine/cram-broken-on-i686

pythonPackages.cram: mark i686 broken


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


[Nix-commits] [NixOS/nixpkgs] 4a9acb: nbstripout: fix build on darwin

2017-05-17 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4a9acbb79a6035333cc069b6ef1643c92c6518eb
  
https://github.com/NixOS/nixpkgs/commit/4a9acbb79a6035333cc069b6ef1643c92c6518eb
  Author: Jaakko Luttinen 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/applications/version-management/nbstripout/default.nix

  Log Message:
  ---
  nbstripout: fix build on darwin


  Commit: 4d9ebd3c23773aa6130440fa78be682cdc15c4c1
  
https://github.com/NixOS/nixpkgs/commit/4d9ebd3c23773aa6130440fa78be682cdc15c4c1
  Author: Frederik Rietdijk 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/applications/version-management/nbstripout/default.nix

  Log Message:
  ---
  Merge pull request #25851 from jluttine/fix-nbstripout-on-darwin

nbstripout: fix build on darwin


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


[Nix-commits] [NixOS/nix] e46090: builtins.match: Improve error message for bad regu...

2017-05-17 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: e46090edb101acac20ab1e6260a0ba98c177206a
  
https://github.com/NixOS/nix/commit/e46090edb101acac20ab1e6260a0ba98c177206a
  Author: Eelco Dolstra 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M src/libexpr/primops.cc

  Log Message:
  ---
  builtins.match: Improve error message for bad regular expression

Issue #1331.


  Commit: f134fc4cbecc258771272c2418af3b92ade88f80
  
https://github.com/NixOS/nix/commit/f134fc4cbecc258771272c2418af3b92ade88f80
  Author: Eelco Dolstra 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M doc/manual/expressions/builtins.xml
M tests/lang/eval-okay-regex-match.nix

  Log Message:
  ---
  Document that builtins.match takes a POSIX extended RE


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


[Nix-commits] [NixOS/nixpkgs] d4b3c8: editorconfig-core-c: minor cleanups

2017-05-17 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d4b3c86a08e9090e2c700db7af23ac3c5821babe
  
https://github.com/NixOS/nixpkgs/commit/d4b3c86a08e9090e2c700db7af23ac3c5821babe
  Author: Peter Hoeg 
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
M pkgs/development/tools/misc/editorconfig-core-c/default.nix

  Log Message:
  ---
  editorconfig-core-c: minor cleanups


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


[Nix-commits] [NixOS/nixpkgs] 24d4f1: syncthing: 0.14.27 -> 0.14.28

2017-05-17 Thread Peter Hoeg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24d4f1a6ae115b8e1e137d2ddc6a078631651341
  
https://github.com/NixOS/nixpkgs/commit/24d4f1a6ae115b8e1e137d2ddc6a078631651341
  Author: Peter Hoeg 
  Date:   2017-05-17 (Wed, 17 May 2017)

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

  Log Message:
  ---
  syncthing: 0.14.27 -> 0.14.28


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