[Nix-commits] [NixOS/nixpkgs] 5fbab5: linux: 4.12-rc4 -> 4.12-rc5

2017-06-11 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5fbab5dfb3e4ef5ca35603bbe347e3fc6bda6111
  
https://github.com/NixOS/nixpkgs/commit/5fbab5dfb3e4ef5ca35603bbe347e3fc6bda6111
  Author: Tim Steinbach 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  linux: 4.12-rc4 -> 4.12-rc5


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


[Nix-commits] [NixOS/nixpkgs] 54e060: libatomic_ops: Cleanup

2017-06-11 Thread Tuomas Tynkkynen
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 54e060763001e2f8019d54d0cf808772ab806d7d
  
https://github.com/NixOS/nixpkgs/commit/54e060763001e2f8019d54d0cf808772ab806d7d
  Author: Tuomas Tynkkynen 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  libatomic_ops: Cleanup


  Commit: 4182fc36b6dba891099c51ecc27748a975c5c373
  
https://github.com/NixOS/nixpkgs/commit/4182fc36b6dba891099c51ecc27748a975c5c373
  Author: Tuomas Tynkkynen 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  libatomic_ops: 7.4.4 -> 7.6.0


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


[Nix-commits] [NixOS/nixpkgs] 96f4ca: erlang: Move all BEAM packages into beam-packages.

2017-06-11 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 96f4cac65901256c3a3388dbe491de30f65543c7
  
https://github.com/NixOS/nixpkgs/commit/96f4cac65901256c3a3388dbe491de30f65543c7
  Author: Gleb Peregud 
  Date:   2017-06-08 (Thu, 08 Jun 2017)

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

  Log Message:
  ---
  erlang: Move all BEAM packages into beam-packages.

This applies to Erlang, Elixir and LFE packages.

beam-packages provides interpreters and packages sets separately. This
is in preparation of generalizing BEAM interpreters definitions.


  Commit: 3426c88bff6988056163f147e06dcfac2556b588
  
https://github.com/NixOS/nixpkgs/commit/3426c88bff6988056163f147e06dcfac2556b588
  Author: Gleb Peregud 
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
A pkgs/development/beam-modules/lib.nix
M pkgs/development/interpreters/erlang/R16.nix
M pkgs/development/interpreters/erlang/R16B02-8-basho.nix
M pkgs/development/interpreters/erlang/R17.nix
M pkgs/development/interpreters/erlang/R18.nix
M pkgs/development/interpreters/erlang/R19.nix
A pkgs/development/interpreters/erlang/generic-builder.nix
M pkgs/top-level/beam-packages.nix

  Log Message:
  ---
  erlang: Generalize Erlang/OTP derivations.

Switch official Erlang versions to use a common builder.


  Commit: e88a89ad330743c6be885fef415307c9ff9197cc
  
https://github.com/NixOS/nixpkgs/commit/e88a89ad330743c6be885fef415307c9ff9197cc
  Author: Daiderd Jordan 
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
M pkgs/development/beam-modules/lib.nix
M pkgs/top-level/beam-packages.nix

  Log Message:
  ---
  erlang: use makeOverridable for customizations


  Commit: c9cb6403d3c72b01aeccc537d1cbe7954aecf29b
  
https://github.com/NixOS/nixpkgs/commit/c9cb6403d3c72b01aeccc537d1cbe7954aecf29b
  Author: Gleb Peregud 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/development/interpreters/erlang/R16.nix
M pkgs/development/interpreters/erlang/R16B02-8-basho.nix
M pkgs/development/interpreters/erlang/R17.nix
M pkgs/development/interpreters/erlang/generic-builder.nix
M pkgs/top-level/beam-packages.nix

  Log Message:
  ---
  erlang: move erlang_basho_R16B02 to Erlang's general builder.


  Commit: 4010313ab901c9022f564dfdc0e9ef27b595aa53
  
https://github.com/NixOS/nixpkgs/commit/4010313ab901c9022f564dfdc0e9ef27b595aa53
  Author: Daiderd Jordan 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
A pkgs/development/beam-modules/lib.nix
M pkgs/development/interpreters/erlang/R16.nix
M pkgs/development/interpreters/erlang/R16B02-8-basho.nix
M pkgs/development/interpreters/erlang/R17.nix
M pkgs/development/interpreters/erlang/R18.nix
M pkgs/development/interpreters/erlang/R19.nix
A pkgs/development/interpreters/erlang/generic-builder.nix
M pkgs/top-level/all-packages.nix
A pkgs/top-level/beam-packages.nix

  Log Message:
  ---
  Merge pull request #26381 from gleber/generalize-beam

erlang: refactor to generalize Erlang/OTP derivations


Compare: https://github.com/NixOS/nixpkgs/compare/370ace4cf03b...4010313ab901___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] fbea12: audit: 2.6.6 -> 2.7.6

2017-06-11 Thread Tuomas Tynkkynen
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fbea1265d5618b79aa79be755d896cf7c5d80007
  
https://github.com/NixOS/nixpkgs/commit/fbea1265d5618b79aa79be755d896cf7c5d80007
  Author: Tuomas Tynkkynen 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  audit: 2.6.6 -> 2.7.6


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


[Nix-commits] [NixOS/nixpkgs] f1d806: file: 5.30 -> 5.31

2017-06-11 Thread Tuomas Tynkkynen
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f1d8069ee86dd861489da7c782080d3ce1707f9c
  
https://github.com/NixOS/nixpkgs/commit/f1d8069ee86dd861489da7c782080d3ce1707f9c
  Author: Tuomas Tynkkynen 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  file: 5.30 -> 5.31


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


[Nix-commits] [NixOS/nixpkgs] 370ace: kernel: Don't build self-test modules

2017-06-11 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 370ace4cf03b31eedcf1e635ed5d52272b774526
  
https://github.com/NixOS/nixpkgs/commit/370ace4cf03b31eedcf1e635ed5d52272b774526
  Author: Tuomas Tynkkynen 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  kernel: Don't build self-test modules


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


[Nix-commits] [NixOS/nixpkgs] d3d036: harfbuzz: 1.4.5 -> 1.4.6

2017-06-11 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d3d036d8648956e1b9039d075890a221d4edaa28
  
https://github.com/NixOS/nixpkgs/commit/d3d036d8648956e1b9039d075890a221d4edaa28
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  harfbuzz: 1.4.5 -> 1.4.6


  Commit: cc67a41b4ac24bf3d992a0778207185569dfa8fa
  
https://github.com/NixOS/nixpkgs/commit/cc67a41b4ac24bf3d992a0778207185569dfa8fa
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/development/libraries/at-spi2-core/default.nix

  Log Message:
  ---
  at-spi2-core: 2.22.1 -> 2.24.1

at-spi2-* was lagging a bit behind in nixpkgs.


  Commit: c997a7feb5b4360c16d7f5417012f2ef86546c85
  
https://github.com/NixOS/nixpkgs/commit/c997a7feb5b4360c16d7f5417012f2ef86546c85
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/development/libraries/at-spi2-atk/default.nix

  Log Message:
  ---
  at-spi2-atk: 2.22.0 -> 2.24.1


  Commit: d95862bbdeac2e10b2cf684895eb8e88f9064bcc
  
https://github.com/NixOS/nixpkgs/commit/d95862bbdeac2e10b2cf684895eb8e88f9064bcc
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  pango: maintenance 1.40.5 -> 1.40.6


  Commit: 8779c108d4636367186ac6984ed88ed29bc40ad9
  
https://github.com/NixOS/nixpkgs/commit/8779c108d4636367186ac6984ed88ed29bc40ad9
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/development/libraries/gtk+/3.x.nix

  Log Message:
  ---
  gkt3: bugfix 3.22.12 -> 3.22.15


  Commit: d74d871f52512a1f827d2dc165db685f499ce5f0
  
https://github.com/NixOS/nixpkgs/commit/d74d871f52512a1f827d2dc165db685f499ce5f0
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/development/tools/build-managers/cmake/default.nix

  Log Message:
  ---
  cmake: 3.7.2 -> 3.8.2

Tested several cmake-built packages, and all seems OK;
hopefully there won't be many problems.


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


[Nix-commits] [NixOS/nixpkgs] 1e0866: rust: 1.15.0 -> 1.17.0

2017-06-11 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1e0866e06483087059af91b7f296e0c5610f8848
  
https://github.com/NixOS/nixpkgs/commit/1e0866e06483087059af91b7f296e0c5610f8848
  Author: Anders Papitto 
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
A pkgs/applications/networking/browsers/firefox/cargo-fix.patch
M pkgs/applications/networking/browsers/firefox/packages.nix
M pkgs/development/compilers/rust/beta.nix
A pkgs/development/compilers/rust/binaryBuild.nix
M pkgs/development/compilers/rust/bootstrap.nix
M pkgs/development/compilers/rust/default.nix
M pkgs/development/compilers/rust/nightly.nix
M pkgs/development/compilers/rust/nightlyBin.nix
M pkgs/development/compilers/rust/print-hashes.sh
M pkgs/development/compilers/rust/rustc.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/rust-packages.nix

  Log Message:
  ---
  rust: 1.15.0 -> 1.17.0

Also updates beta, nightly, nightlyBin, and bootstrap compilers.
Also updates the registry.
Also consolidates logic between bootstrap and nightlyBin compilers.
Also contains some miscellaneous cleanups.
Also patches firefox to build with the newer cargo


  Commit: f6072d7b6ee8b96554cba0920bc1768e4c92adba
  
https://github.com/NixOS/nixpkgs/commit/f6072d7b6ee8b96554cba0920bc1768e4c92adba
  Author: Daiderd Jordan 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/development/compilers/rust/rustc.nix

  Log Message:
  ---
  rustc: disable lldb tests on darwin


  Commit: 3d601f6a8a4bcbd686011251f2a01e9c17595be8
  
https://github.com/NixOS/nixpkgs/commit/3d601f6a8a4bcbd686011251f2a01e9c17595be8
  Author: Daiderd Jordan 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/development/compilers/rust/rustc.nix

  Log Message:
  ---
  rustc: disable another gdb test


  Commit: a3317da9f9221d986405a676599bbca4632ed7c7
  
https://github.com/NixOS/nixpkgs/commit/a3317da9f9221d986405a676599bbca4632ed7c7
  Author: Daiderd Jordan 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
A pkgs/applications/networking/browsers/firefox/cargo-fix.patch
M pkgs/applications/networking/browsers/firefox/packages.nix
M pkgs/development/compilers/rust/beta.nix
A pkgs/development/compilers/rust/binaryBuild.nix
M pkgs/development/compilers/rust/bootstrap.nix
M pkgs/development/compilers/rust/default.nix
M pkgs/development/compilers/rust/nightly.nix
M pkgs/development/compilers/rust/nightlyBin.nix
M pkgs/development/compilers/rust/print-hashes.sh
M pkgs/development/compilers/rust/rustc.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/rust-packages.nix

  Log Message:
  ---
  Merge pull request #26275 from anderspapitto/rust-updates

rust: 1.15.0 -> 1.17.0


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


Re: [Nix-dev] weird garbage output inside nix-shell

2017-06-11 Thread Linus
>> I kind of thought I shouldn't even be able to launch vim from inside
>> my shell if it's not listed as a buildDep.
>
>It looks to me that nix-shell _extends_ the environment it is run in.
>So, if you run nix-shell in an environment which contains vim, you have
>vim inside nix-shell.

Correct — unless you use the --pure option in which case the environment is 
cleared before adding the build inputs.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 86da6d: lyx: maintenance 2.2.2 -> 2.2.3

2017-06-11 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 86da6d441f7a248b02d545ac1b2c90ef27f42d0b
  
https://github.com/NixOS/nixpkgs/commit/86da6d441f7a248b02d545ac1b2c90ef27f42d0b
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/applications/misc/lyx/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  lyx: maintenance 2.2.2 -> 2.2.3

In particular, they claim some fixes related to Qt-5.8,
so I switched back to using the default Qt (=5.8 ATM).

Tested just briefly.


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


[Nix-commits] [NixOS/nixpkgs] e19cdd: icu: Fix ARM patch

2017-06-11 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e19cdd3b34a81f7807a539974dd97bb091648cde
  
https://github.com/NixOS/nixpkgs/commit/e19cdd3b34a81f7807a539974dd97bb091648cde
  Author: Tuomas Tynkkynen 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
R pkgs/development/libraries/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch
M pkgs/development/libraries/icu/default.nix

  Log Message:
  ---
  icu: Fix ARM patch

Broken by fad6fc3dae16b5161895165bf275e329e20860d6.
Let's do it in a cleaner way.


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


[Nix-commits] [NixOS/nixpkgs] 46e2c1: nextcloud: 11.0.2 -> 12.0.0

2017-06-11 Thread Pascal Bach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 46e2c1398f5ae44717dd00cd5846e54d02980ae0
  
https://github.com/NixOS/nixpkgs/commit/46e2c1398f5ae44717dd00cd5846e54d02980ae0
  Author: Pascal Bach 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  nextcloud: 11.0.2 -> 12.0.0


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


[Nix-commits] [NixOS/nixpkgs] c95f3a: sdcc: 3.5.0 -> 3.6.0

2017-06-11 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c95f3a36cd2ab9c2565bfc9fd88eae57023146a5
  
https://github.com/NixOS/nixpkgs/commit/c95f3a36cd2ab9c2565bfc9fd88eae57023146a5
  Author: Bjørn Forsman 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/development/compilers/sdcc/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  sdcc: 3.5.0 -> 3.6.0

* requires texinfo
* --std=c99 unneeded, fixed upstream
* can build with nixpkgs default boost (v1.62), so let's do that


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


[Nix-commits] [NixOS/nixpkgs] 74fd4d: chromium: 58.0.3029.110 -> 59.0.3071.86

2017-06-11 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 74fd4de95679bddaae7c1c6c58432c5bc207fc41
  
https://github.com/NixOS/nixpkgs/commit/74fd4de95679bddaae7c1c6c58432c5bc207fc41
  Author: Nicolas Truessel 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/common.nix
R 
pkgs/applications/networking/browsers/chromium/patches/fix-bootstrap-gn.patch
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  chromium: 58.0.3029.110 -> 59.0.3071.86


  Commit: 4a90156912e9541cef15c556a4b4b366f02dea69
  
https://github.com/NixOS/nixpkgs/commit/4a90156912e9541cef15c556a4b4b366f02dea69
  Author: Graham Christensen 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/common.nix
R 
pkgs/applications/networking/browsers/chromium/patches/fix-bootstrap-gn.patch
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  Merge pull request #26512 from ntruessel/update-chromium

chromium: 58.0.3029.110 -> 59.0.3071.86


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


[Nix-commits] [NixOS/nixpkgs] 29049d: vim-plugins: fix evaluation

2017-06-11 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 29049d07f9fcf2755a2755dcda078891445da67b
  
https://github.com/NixOS/nixpkgs/commit/29049d07f9fcf2755a2755dcda078891445da67b
  Author: Daiderd Jordan 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/misc/vim-plugins/default.nix

  Log Message:
  ---
  vim-plugins: fix evaluation


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


[Nix-commits] [NixOS/nixpkgs] 2e6239: goffice: 0.10.32 -> 0.10.34

2017-06-11 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2e6239f6661b7f9d1f6bb8ff21ce49babecc6ced
  
https://github.com/NixOS/nixpkgs/commit/2e6239f6661b7f9d1f6bb8ff21ce49babecc6ced
  Author: Vincent Laporte 
  Date:   2017-06-04 (Sun, 04 Jun 2017)

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

  Log Message:
  ---
  goffice: 0.10.32 -> 0.10.34


  Commit: 0de9ed92e8a14823684c99e6488678ebba4afe26
  
https://github.com/NixOS/nixpkgs/commit/0de9ed92e8a14823684c99e6488678ebba4afe26
  Author: Vincent Laporte 
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
M pkgs/applications/office/gnumeric/default.nix

  Log Message:
  ---
  gnumeric: 1.12.32 -> 1.12.34


  Commit: c4dbc30213423753f7e12558ab0b1077e0983884
  
https://github.com/NixOS/nixpkgs/commit/c4dbc30213423753f7e12558ab0b1077e0983884
  Author: Jörg Thalheim 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/applications/office/gnumeric/default.nix
M pkgs/development/libraries/goffice/default.nix

  Log Message:
  ---
  Merge pull request #26374 from vbgl/gnumeric-34

gnumeric: 1.12.32 → 1.12.34


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


[Nix-commits] [NixOS/nixpkgs] 6bdebf: musl: 1.1.15 -> 1.1.16

2017-06-11 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6bdebf252c48cd60694c8f8c786d6d54ee5e1712
  
https://github.com/NixOS/nixpkgs/commit/6bdebf252c48cd60694c8f8c786d6d54ee5e1712
  Author: Cray Elliott 
  Date:   2017-06-10 (Sat, 10 Jun 2017)

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

  Log Message:
  ---
  musl: 1.1.15 -> 1.1.16


  Commit: fe208a1cc86c8e8137ebeb18b46022236587b784
  
https://github.com/NixOS/nixpkgs/commit/fe208a1cc86c8e8137ebeb18b46022236587b784
  Author: Jörg Thalheim 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26509 from MP2E/musl_update

musl: 1.1.15 -> 1.1.16


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


[Nix-commits] [NixOS/nixpkgs] caec2f: vimPlugins.ensime-vim: make additional nix code pe...

2017-06-11 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: caec2fcdd07b10fbdc4111aa3ffb11a646393f0f
  
https://github.com/NixOS/nixpkgs/commit/caec2fcdd07b10fbdc4111aa3ffb11a646393f0f
  Author: Jörg Thalheim 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
A pkgs/misc/vim-plugins/vim2nix/additional-nix-code/ensime-vim

  Log Message:
  ---
  vimPlugins.ensime-vim: make additional nix code persistent


  Commit: 425bc07d435face36888b2f4d244e93370081156
  
https://github.com/NixOS/nixpkgs/commit/425bc07d435face36888b2f4d244e93370081156
  Author: Jörg Thalheim 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/misc/vim-plugins/default.nix

  Log Message:
  ---
  vimPlugins: update source


Compare: https://github.com/NixOS/nixpkgs/compare/32916ab1de83...425bc07d435f___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 32916a: Merge older staging

2017-06-11 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 32916ab1de83642611ea900bdeb951ffb1859343
  
https://github.com/NixOS/nixpkgs/commit/32916ab1de83642611ea900bdeb951ffb1859343
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/misc/fstrim.nix
M pkgs/development/compilers/llvm/4/clang/default.nix
M pkgs/development/compilers/llvm/4/llvm.nix
M pkgs/development/libraries/gnutls/3.5.nix
M pkgs/development/libraries/icu/default.nix
M pkgs/development/libraries/libgcrypt/default.nix
M pkgs/development/libraries/libtiff/default.nix
M pkgs/development/libraries/openssl/default.nix
M pkgs/development/python-modules/bootstrapped-pip/default.nix
M pkgs/development/tools/build-managers/cmake/default.nix
M pkgs/os-specific/linux/nfs-utils/default.nix
M pkgs/os-specific/linux/shadow/default.nix
M pkgs/os-specific/linux/util-linux/default.nix
M pkgs/stdenv/darwin/default.nix
M pkgs/tools/networking/openssh/default.nix
M pkgs/tools/system/vboot_reference/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge older staging

Enough rebuilds have finished on Hydra now.


  Commit: a38b0d000c9001f6b9bc791c06ab8f5dc8595b44
  
https://github.com/NixOS/nixpkgs/commit/a38b0d000c9001f6b9bc791c06ab8f5dc8595b44
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

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

  Log Message:
  ---
  mesa: maintenance 17.1.1 -> 17.1.2


  Commit: 403b3c2dddceefac7d34af6cc69d63b759f2ed1a
  
https://github.com/NixOS/nixpkgs/commit/403b3c2dddceefac7d34af6cc69d63b759f2ed1a
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Changed paths:
M pkgs/servers/x11/xorg/default.nix
M pkgs/servers/x11/xorg/tarballs-7.7.list

  Log Message:
  ---
  xkeyboard-config: 2.20 -> 2.21


  Commit: 8df1ed7d59d399639a5339da330ace2a738ac260
  
https://github.com/NixOS/nixpkgs/commit/8df1ed7d59d399639a5339da330ace2a738ac260
  Author: Vladimír Čunát 
  Date:   2017-06-11 (Sun, 11 Jun 2017)

  Log Message:
  ---
  Merge branch 'master' into staging


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


Re: [Nix-dev] weird garbage output inside nix-shell

2017-06-11 Thread Sergiu Ivanov
Hi Roni,

Thus quoth  Roni Choudhury  at 17:38 on Sat, Jun 10 2017:
>
> Linus, Sam, and Sergiu - thank you for the suggestions. I did poke
> around in the output from `env` and discovered IN_NIX_SHELL, and
> arranged my .zshrc to show `${name}` when `$IN_NIX_SHELL` is
> true. Fantastic!

Great job!  I didn't know about that environment variable.

> I'm not sure the other problem has to do with character encodings
> (though I don't know too much about how that works).

Ooh, sorry, I messed up in my previous E-mail by saying "ASCII terminal
codes" :-( What I really meant was this:

  https://en.wikipedia.org/wiki/ANSI_escape_code

> I did notice that `ldd $(which vim)` shows me different results when I
> am inside my nix-shell vs. when I'm not.

This is weird.  I get exactly the same results (modulo the differences
in the memory map addresses listed in parentheses at the end of each
line).  (I don't have vim mentioned in this particular shell.nix.)

> I kind of thought I shouldn't even be able to launch vim from inside
> my shell if it's not listed as a buildDep.

It looks to me that nix-shell _extends_ the environment it is run in.
So, if you run nix-shell in an environment which contains vim, you have
vim inside nix-shell.

> If I send my shell.nix, would someone else mind trying to use it to see if
> you can reproduce my strange results?

Go ahead.  (Remember to scrub all sensitive information.)

--
Sergiu


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


[Nix-commits] [NixOS/nixpkgs] a996fe: fstrim: Add service

2017-06-11 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a996fe849f669e5d1cafed18f299ed6ed4abec84
  
https://github.com/NixOS/nixpkgs/commit/a996fe849f669e5d1cafed18f299ed6ed4abec84
  Author: gnidorah 
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/misc/fstrim.nix
M pkgs/os-specific/linux/util-linux/default.nix

  Log Message:
  ---
  fstrim: Add service


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

  Changed paths:
M pkgs/development/compilers/llvm/4/clang/default.nix
M pkgs/development/compilers/llvm/4/llvm.nix

  Log Message:
  ---
  llvm-packages: add option to enable manpages


  Commit: 9e2aba35728de7012a0692f75a3f24685f0fc28b
  
https://github.com/NixOS/nixpkgs/commit/9e2aba35728de7012a0692f75a3f24685f0fc28b
  Author: Daiderd Jordan 
  Date:   2017-06-01 (Thu, 01 Jun 2017)

  Changed paths:
M pkgs/development/compilers/llvm/4/clang/default.nix
M pkgs/development/compilers/llvm/4/llvm.nix
M pkgs/development/tools/build-managers/cmake/default.nix
M pkgs/stdenv/darwin/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  darwin-stdenv: remove python-sphinx and a bunch of other dependencies from 
the stdenv


  Commit: e2b0896cf6214a43613ba921b04148e7d8e86bac
  
https://github.com/NixOS/nixpkgs/commit/e2b0896cf6214a43613ba921b04148e7d8e86bac
  Author: Frederik Rietdijk 
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
M nixos/modules/services/network-filesystems/glusterfs.nix
M nixos/modules/services/networking/i2pd.nix
M pkgs/applications/altcoins/seth.nix
M pkgs/development/go-modules/generic/default.nix
A pkgs/development/python-modules/fonttools/default.nix
A pkgs/development/python-modules/future/default.nix
M pkgs/development/python-modules/hypothesis.nix
M pkgs/development/tools/misc/cgdb/default.nix
M pkgs/tools/filesystems/glusterfs/default.nix
A 
pkgs/tools/filesystems/glusterfs/glusterfs-fix-unsubstituted-autoconf-macros.patch
A 
pkgs/tools/filesystems/glusterfs/glusterfs-python-remove-find_library.patch
A 
pkgs/tools/filesystems/glusterfs/glusterfs-use-PATH-instead-of-hardcodes.patch
M pkgs/tools/networking/i2pd/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge remote-tracking branch 'upstream/master' into HEAD


  Commit: b96ba3a17a3b589f0124a27e64446cee7702680c
  
https://github.com/NixOS/nixpkgs/commit/b96ba3a17a3b589f0124a27e64446cee7702680c
  Author: Lancelot SIX 
  Date:   2017-06-03 (Sat, 03 Jun 2017)

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

  Log Message:
  ---
  libgcrypt: 1.7.6 -> 1.7.7

See https://lists.gnu.org/archive/html/info-gnu/2017-06/msg1.html
for release announcement.


  Commit: 30f329e74b73644e16d49746cc4bbae93f42ae4b
  
https://github.com/NixOS/nixpkgs/commit/30f329e74b73644e16d49746cc4bbae93f42ae4b
  Author: Daiderd Jordan 
  Date:   2017-06-05 (Mon, 05 Jun 2017)

  Changed paths:
M pkgs/development/compilers/llvm/4/clang/default.nix
M pkgs/development/compilers/llvm/4/llvm.nix
M pkgs/development/tools/build-managers/cmake/default.nix
M pkgs/stdenv/darwin/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #26310 from LnL7/darwin-stdenv-no-sphinx

darwin-stdenv: remove python dependencies


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

  Changed paths:
M .travis.yml
M lib/maintainers.nix
M lib/meta.nix
M nixos/doc/manual/development/building-nixos.xml
M nixos/modules/misc/ids.nix
M nixos/modules/module-list.nix
M nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
A nixos/modules/services/monitoring/dd-agent/dd-agent-defaults.nix
M nixos/modules/services/monitoring/dd-agent/dd-agent.nix
A nixos/modules/services/monitoring/dd-agent/update-dd-agent-defaults
M nixos/modules/services/networking/dnschain.nix
M nixos/modules/services/networking/networkmanager.nix
A nixos/modules/services/networking/resilio.nix
M pkgs/applications/audio/airwave/default.nix
M pkgs/applications/audio/csound/default.nix
M pkgs/applications/editors/vscode/default.nix
M pkgs/applications/graphics/gimp/2.8.nix
M pkgs/applications/misc/albert/default.nix
M pkgs/applications/misc/apvlv/default.nix
M pkgs/applications/misc/calibre/default.nix
M