[Nix-commits] [NixOS/nixpkgs] 378042: dpdk: add pkgconfig to buildInputs

2016-06-01 Thread Domen Kožar
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3780426629117d8fa032a200c8f062b1276684a9
  
https://github.com/NixOS/nixpkgs/commit/3780426629117d8fa032a200c8f062b1276684a9
  Author: Ruslan Babayev 
  Date:   2016-05-31 (Tue, 31 May 2016)

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

  Log Message:
  ---
  dpdk: add pkgconfig to buildInputs

This unbreaks vm_power_mgr example.


  Commit: d08fa96079cbfccd1ced546ca73a8a6d1facddfe
  
https://github.com/NixOS/nixpkgs/commit/d08fa96079cbfccd1ced546ca73a8a6d1facddfe
  Author: Ruslan Babayev 
  Date:   2016-05-31 (Tue, 31 May 2016)

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

  Log Message:
  ---
  dpdk: install examples to bin


  Commit: d1934f674145a2f0cdabebe08933737586261894
  
https://github.com/NixOS/nixpkgs/commit/d1934f674145a2f0cdabebe08933737586261894
  Author: Ruslan Babayev 
  Date:   2016-05-31 (Tue, 31 May 2016)

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

  Log Message:
  ---
  dpdk: move apps to examples output


  Commit: f0006ff2282387ebfe856959fa216e2b7b994fac
  
https://github.com/NixOS/nixpkgs/commit/f0006ff2282387ebfe856959fa216e2b7b994fac
  Author: Ruslan Babayev 
  Date:   2016-05-31 (Tue, 31 May 2016)

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

  Log Message:
  ---
  dpdk: separate kernel modules


  Commit: a0912e7093b74b930bb290252dd424c7911a1fb8
  
https://github.com/NixOS/nixpkgs/commit/a0912e7093b74b930bb290252dd424c7911a1fb8
  Author: Ruslan Babayev 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  dpdk: make primary output usable as RTE_SDK


  Commit: 179a09970457f6b4044fd0b6802ffe4e9fc47a1e
  
https://github.com/NixOS/nixpkgs/commit/179a09970457f6b4044fd0b6802ffe4e9fc47a1e
  Author: Ruslan Babayev 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/os-specific/linux/pktgen/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  add DPDK pktgen


  Commit: 63b97855f15f5327565f6272def921b3203c8696
  
https://github.com/NixOS/nixpkgs/commit/63b97855f15f5327565f6272def921b3203c8696
  Author: Domen Kožar 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M lib/maintainers.nix
M pkgs/os-specific/linux/dpdk/default.nix
A pkgs/os-specific/linux/pktgen/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #15907 from abuibrahim/release-16.03

Release 16.03


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


[Nix-commits] [NixOS/nixpkgs] f2b569: pstoedit: depend on libwebp to fix linker failure

2016-06-01 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f2b5694abcb5dc07c0dc93b822ee185d63d53f4b
  
https://github.com/NixOS/nixpkgs/commit/f2b5694abcb5dc07c0dc93b822ee185d63d53f4b
  Author: mingchuan 
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
M pkgs/tools/graphics/pstoedit/default.nix

  Log Message:
  ---
  pstoedit: depend on libwebp to fix linker failure

This fixes the linker failure saying "cannot find -lwebp"

Closes #15888


  Commit: c82b6c61161d721691c1618a843a31fea94d23fb
  
https://github.com/NixOS/nixpkgs/commit/c82b6c61161d721691c1618a843a31fea94d23fb
  Author: Joachim Fasting 
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
M pkgs/tools/graphics/pstoedit/default.nix

  Log Message:
  ---
  pstoedit: 3.62 -> 3.70

Note that kde4.calligra, the only reverse dependency, fails to build,
but I have confirmed that it fails also with the previous pstoedit
version so the failure appears unrelated (nor does the error really
indicate that pstoedit is at fault ...).

Also
- Change meta.homepage; the original domain didn't work properly for me
- Split dev output; may want to split out bin/lib as well, for some
  decent saving
- Build with imagemagick for a slight size increase


  Commit: e05dd52f3dc7c6a1c7d629ae5d68d24bfabaafa5
  
https://github.com/NixOS/nixpkgs/commit/e05dd52f3dc7c6a1c7d629ae5d68d24bfabaafa5
  Author: Joachim Fasting 
  Date:   2016-06-02 (Thu, 02 Jun 2016)

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

  Log Message:
  ---
  ming: 0.4.5 -> 0.4.7

Split outputs
- bin: 1.7mb
- dev: 127kb
- out: 472kb


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


[Nix-commits] [NixOS/nixpkgs] d82b15: haskell.cabal-install: remove override

2016-06-01 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d82b15d57bf9e40ff8f3541a1a093c48f8f7fda6
  
https://github.com/NixOS/nixpkgs/commit/d82b15d57bf9e40ff8f3541a1a093c48f8f7fda6
  Author: Nikolay Amiantov 
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  ---
  haskell.cabal-install: remove override


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


[Nix-commits] [NixOS/nixpkgs] adfe65: haskell.cabal-install: use new Cabal

2016-06-01 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: adfe65edf2f07031fba6380eacc085582c74bb14
  
https://github.com/NixOS/nixpkgs/commit/adfe65edf2f07031fba6380eacc085582c74bb14
  Author: Nikolay Amiantov 
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  ---
  haskell.cabal-install: use new Cabal


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


[Nix-commits] [NixOS/nixpkgs] 3e6318: Add hydra package and its NixOS module.

2016-06-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3e631800d1ddc93523be4a3a6880a33dc80efb2e
  
https://github.com/NixOS/nixpkgs/commit/3e631800d1ddc93523be4a3a6880a33dc80efb2e
  Author: Domen Kožar 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/continuous-integration/hydra/default.nix
A pkgs/development/tools/misc/hydra/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/perl-packages.nix

  Log Message:
  ---
  Add hydra package and its NixOS module.

This was originally removed in d4d0e449d7b96704eeaa2570255fb41c85c49613.
The intent was not to maintain hydra expression at two places.

Nowadays we have enough devs to maintain this despite copy/pasta.

This should encourage more people to use Hydra, which is a really
great piece of software together with Nix.

Tested a deploy using https://github.com/peti/hydra-tutorial


  Commit: 81cdd0bf96f7a8932e079175366b8d679d615445
  
https://github.com/NixOS/nixpkgs/commit/81cdd0bf96f7a8932e079175366b8d679d615445
  Author: Domen Kožar 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M nixos/doc/manual/manual.xml

  Log Message:
  ---
  fix manual


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


[Nix-commits] [NixOS/nixpkgs] 7afc94: pythonPackages.pytest_29: init at 2.9.2

2016-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7afc940da13917a95da2af2aeacd3142a21dd0d9
  
https://github.com/NixOS/nixpkgs/commit/7afc940da13917a95da2af2aeacd3142a21dd0d9
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.pytest_29: init at 2.9.2


  Commit: 3e8e6695a026fd54b37cda842b3610c349c02b6c
  
https://github.com/NixOS/nixpkgs/commit/3e8e6695a026fd54b37cda842b3610c349c02b6c
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.pytest: 2.7.3 -> 2.9.2


  Commit: 344225ce680181f1f272559345c22d3bcbe4152e
  
https://github.com/NixOS/nixpkgs/commit/344225ce680181f1f272559345c22d3bcbe4152e
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.pip: disable tests


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


[Nix-commits] [NixOS/nixpkgs] 8a63f7: sway: 2016-02-08 -> 0.7

2016-06-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8a63f7e067a6dfa4e5c34a691aca89d1674c5b95
  
https://github.com/NixOS/nixpkgs/commit/8a63f7e067a6dfa4e5c34a691aca89d1674c5b95
  Author: Domen Kožar 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M pkgs/applications/window-managers/sway/default.nix
M pkgs/development/libraries/wlc/default.nix

  Log Message:
  ---
  sway: 2016-02-08 -> 0.7


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


[Nix-commits] [NixOS/nixpkgs] bc9be9: pythonPackages.llvmlite: 0.8.0 -> 0.11.0

2016-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bc9be9425a841b8f5d128d68d607f1177e8e58b1
  
https://github.com/NixOS/nixpkgs/commit/bc9be9425a841b8f5d128d68d607f1177e8e58b1
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.llvmlite: 0.8.0 -> 0.11.0


  Commit: 5d4e360086497385d676704e2b64a3903b637d53
  
https://github.com/NixOS/nixpkgs/commit/5d4e360086497385d676704e2b64a3903b637d53
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.numba: 0.23.1 -> 0.26.0


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


[Nix-commits] [NixOS/nixpkgs] 473782: travis-ci: use --show-trace

2016-06-01 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 473782b514693cc94630088dc6d05e8043c9ee5a
  
https://github.com/NixOS/nixpkgs/commit/473782b514693cc94630088dc6d05e8043c9ee5a
  Author: Domen Kožar 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M maintainers/scripts/travis-nox-review-pr.sh

  Log Message:
  ---
  travis-ci: use --show-trace


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


[Nix-commits] [NixOS/nixpkgs] 20826c: nixos kde5: improve test

2016-06-01 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 20826c2a5df80c3f90c8a6adc9b813fb4c32376e
  
https://github.com/NixOS/nixpkgs/commit/20826c2a5df80c3f90c8a6adc9b813fb4c32376e
  Author: Joel Moberg 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M nixos/tests/sddm-kde5.nix

  Log Message:
  ---
  nixos kde5: improve test

IceWM is not part of KDE 5 and is now no longer part of the test. KDE 5
applications: Dolphin, System Monitor, and System Settings are started
in this test.


  Commit: 4ac191d773ae7e1c226b4a89b27083a4c673c74a
  
https://github.com/NixOS/nixpkgs/commit/4ac191d773ae7e1c226b4a89b27083a4c673c74a
  Author: Thomas Tuegel 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M nixos/tests/sddm-kde5.nix

  Log Message:
  ---
  Merge pull request #15899 from joelmo/kde5

nixos kde5: improve test


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


[Nix-commits] [NixOS/nixpkgs] d423a3: Revert "qt56.qtbase: apply CMake setup-hook fix lo...

2016-06-01 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d423a36aa53c3ba261b0e1c9583706b8598cd774
  
https://github.com/NixOS/nixpkgs/commit/d423a36aa53c3ba261b0e1c9583706b8598cd774
  Author: Thomas Tuegel 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M pkgs/development/libraries/qt-5/5.6/qtbase/setup-hook.sh

  Log Message:
  ---
  Revert "qt56.qtbase: apply CMake setup-hook fix locally"

This reverts commit 6b6f067397db8b9a3a051ad6616206871acf098c.


  Commit: ddaebefb1215d93c081d13edb50b261c22ba880c
  
https://github.com/NixOS/nixpkgs/commit/ddaebefb1215d93c081d13edb50b261c22ba880c
  Author: Thomas Tuegel 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M pkgs/desktops/kde-5/frameworks-5.22/extra-cmake-modules/setup-hook.sh

  Log Message:
  ---
  Revert "extra-cmake-modules: don't change the RPATH settings"

This reverts commit 94fcfc9c419251046efebd477f5f6efa123ae581.


  Commit: b2df0a10d97ef0a3ea2f1e2858df971d41f683cb
  
https://github.com/NixOS/nixpkgs/commit/b2df0a10d97ef0a3ea2f1e2858df971d41f683cb
  Author: Thomas Tuegel 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
A pkgs/development/libraries/qt-5/5.6/qtbase/cmake-paths.patch
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.6/qtbase/series
M pkgs/development/libraries/qt-5/5.6/qtbase/setup-hook.sh

  Log Message:
  ---
  qt56.qtbase: patch CMake module paths


  Commit: b108614ef3ae6b0cf971133c906007492ea9f87d
  
https://github.com/NixOS/nixpkgs/commit/b108614ef3ae6b0cf971133c906007492ea9f87d
  Author: Thomas Tuegel 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M pkgs/desktops/kde-5/frameworks-5.22/extra-cmake-modules/setup-hook.sh
A pkgs/development/libraries/qt-5/5.6/qtbase/cmake-paths.patch
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.6/qtbase/series
M pkgs/development/libraries/qt-5/5.6/qtbase/setup-hook.sh

  Log Message:
  ---
  Merge branch 'qt-cmake-paths'


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


[Nix-commits] [NixOS/nix] 7850d3: Make the store directory a member variable of Stor...

2016-06-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 7850d3d27910c30232dd09dd86ee8afdaad26b90
  
https://github.com/NixOS/nix/commit/7850d3d27910c30232dd09dd86ee8afdaad26b90
  Author: Eelco Dolstra 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M Makefile
M perl/lib/Nix/Store.xs
M src/libexpr/eval.cc
M src/libexpr/primops.cc
M src/libstore/binary-cache-store.cc
M src/libstore/binary-cache-store.hh
M src/libstore/build.cc
M src/libstore/builtins.cc
M src/libstore/derivations.cc
M src/libstore/derivations.hh
M src/libstore/export-import.cc
M src/libstore/gc.cc
M src/libstore/http-binary-cache-store.cc
M src/libstore/local-binary-cache-store.cc
M src/libstore/local-fs-store.cc
M src/libstore/local-store.cc
M src/libstore/local-store.hh
M src/libstore/nar-info-disk-cache.cc
M src/libstore/nar-info-disk-cache.hh
M src/libstore/nar-info.cc
M src/libstore/nar-info.hh
M src/libstore/optimise-store.cc
M src/libstore/remote-store.cc
M src/libstore/remote-store.hh
M src/libstore/s3-binary-cache-store.cc
M src/libstore/s3-binary-cache-store.hh
M src/libstore/store-api.cc
M src/libstore/store-api.hh
M src/libstore/worker-protocol.hh
M src/nix-daemon/nix-daemon.cc
M src/nix-env/nix-env.cc
M src/nix-prefetch-url/nix-prefetch-url.cc
M src/nix-store/nix-store.cc
M src/nix/command.cc
M src/nix/installables.cc

  Log Message:
  ---
  Make the store directory a member variable of Store


  Commit: cf198952d02aae5585e9bb895577b5b4e7b25707
  
https://github.com/NixOS/nix/commit/cf198952d02aae5585e9bb895577b5b4e7b25707
  Author: Eelco Dolstra 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M src/libstore/http-binary-cache-store.cc
M src/libstore/local-binary-cache-store.cc
M src/libstore/nar-info-disk-cache.cc
M src/libstore/nar-info-disk-cache.hh
M src/libstore/s3-binary-cache-store.cc
M tests/binary-cache.sh

  Log Message:
  ---
  HttpBinaryCacheStore: Fix caching of WantMassQuery

Also, test HttpBinaryCacheStore in addition to LocalBinaryCacheStore.


  Commit: e24e2caaaf2dfd97bfa483800402f21049a42907
  
https://github.com/NixOS/nix/commit/e24e2caaaf2dfd97bfa483800402f21049a42907
  Author: Eelco Dolstra 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M src/libstore/build.cc
M src/libstore/local-store.cc

  Log Message:
  ---
  Skip substituters with an incompatible store directory


  Commit: dead8189acaa81b09f254278fa90f95153bdc51f
  
https://github.com/NixOS/nix/commit/dead8189acaa81b09f254278fa90f95153bdc51f
  Author: Eelco Dolstra 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M src/libstore/builtins.cc

  Log Message:
  ---
  Typo


  Commit: f2682e6e18a76ecbfb8a12c17e3a0ca15c084197
  
https://github.com/NixOS/nix/commit/f2682e6e18a76ecbfb8a12c17e3a0ca15c084197
  Author: Eelco Dolstra 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M src/libstore/builtins.cc

  Log Message:
  ---
  : Use tarballs.nixos.org

This ensures that the disappearance of upstream bootstrap tarballs
(e.g. https://github.com/NixOS/nixpkgs-channels/pull/1) doesn't break
stdenv rebuilds.


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


[Nix-commits] [NixOS/nixpkgs] 5f8d14: Manual: Explicitly mark commands that require to b...

2016-06-01 Thread Wilhelm Schuster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5f8d14546b6a5a5df8a4768833497a674083dd8e
  
https://github.com/NixOS/nixpkgs/commit/5f8d14546b6a5a5df8a4768833497a674083dd8e
  Author: Wilhelm Schuster 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M nixos/doc/manual/administration/cleaning-store.xml
M nixos/doc/manual/administration/container-networking.xml
M nixos/doc/manual/administration/imperative-containers.xml
M nixos/doc/manual/administration/maintenance-mode.xml
M nixos/doc/manual/administration/network-problems.xml
M nixos/doc/manual/administration/rebooting.xml
M nixos/doc/manual/administration/rollback.xml
M nixos/doc/manual/administration/service-mgmt.xml
M nixos/doc/manual/administration/store-corruption.xml
M nixos/doc/manual/administration/user-sessions.xml
M nixos/doc/manual/configuration/adding-custom-packages.xml
M nixos/doc/manual/configuration/linux-kernel.xml
M nixos/doc/manual/configuration/luks-file-systems.xml
M nixos/doc/manual/configuration/user-mgmt.xml
M nixos/doc/manual/configuration/wireless.xml
M nixos/doc/manual/configuration/x-windows.xml
M nixos/doc/manual/development/building-nixos.xml
M nixos/doc/manual/development/building-parts.xml
M nixos/doc/manual/development/sources.xml
M nixos/doc/manual/development/testing-installer.xml
M nixos/doc/manual/installation/changing-config.xml
M nixos/doc/manual/installation/installing-uefi.xml
M nixos/doc/manual/installation/installing.xml
M nixos/doc/manual/installation/upgrading.xml
M nixos/doc/manual/man-configuration.xml
M nixos/doc/manual/man-nixos-build-vms.xml
M nixos/doc/manual/man-nixos-option.xml
M nixos/doc/manual/manual.xml

  Log Message:
  ---
  Manual: Explicitly mark commands that require to be run as root (#15589)

* manual: Mark commands that require root

Mark every command that requires to be run as root by prefixing them
with '#' instead of '$'.

* manual: Add note about commands that require root


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


Re: [Nix-dev] GCC 5, Matplotlib, and tcmalloc don't work together

2016-06-01 Thread Vladimír Čunát
On 06/01/2016 11:30 AM, Andreas Herrmann wrote:
> Maybe it's just a bad idea to mix allocators and I was lucky before.

Deallocating memory that was allocated by a different allocator
certainly means trouble, and immediate crash is the better option IMO.

BTW, tcmalloc compares itself to glibc-2.3; IIRC since then the default
allocator has improved significantly, in particular in multi-threaded usage.

--Vladimir




smime.p7s
Description: S/MIME Cryptographic Signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] bfdb58: pythonPackages.pip: disable tests

2016-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bfdb586602da53b459b3b6e6198c9fede0366fae
  
https://github.com/NixOS/nixpkgs/commit/bfdb586602da53b459b3b6e6198c9fede0366fae
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.pip: disable tests


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


[Nix-commits] [NixOS/nixpkgs]

2016-06-01 Thread FRidh
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] f54713: webkitgtk: 2.12.0 -> 2.12.3 (#15847)

2016-06-01 Thread Herwig Hochleitner
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f5471374250ccc2d0f94dd130fd113beb593725e
  
https://github.com/NixOS/nixpkgs/commit/f5471374250ccc2d0f94dd130fd113beb593725e
  Author: Herwig Hochleitner 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M pkgs/development/libraries/webkitgtk/2.12.nix

  Log Message:
  ---
  webkitgtk: 2.12.0 -> 2.12.3 (#15847)


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


[Nix-commits] [NixOS/nixpkgs] 587473: Fix display of deprecated option definition warnin...

2016-06-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 587473c574079a72e0c0c57c2ccd106511e5d2f3
  
https://github.com/NixOS/nixpkgs/commit/587473c574079a72e0c0c57c2ccd106511e5d2f3
  Author: Eelco Dolstra 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M lib/modules.nix

  Log Message:
  ---
  Fix display of deprecated option definition warnings

Looks like this was accidentally left commented out by
5f077e229625583072ebf63ea48b11170771b0ed.


  Commit: 9f0e137338a0c8186a104b4af5c6d49d09552784
  
https://github.com/NixOS/nixpkgs/commit/9f0e137338a0c8186a104b4af5c6d49d09552784
  Author: Eelco Dolstra 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M nixos/doc/manual/installation/installing-uefi.xml
M nixos/modules/installer/tools/nixos-generate-config.pl
M nixos/modules/system/boot/loader/gummiboot/gummiboot.nix
M nixos/tests/installer.nix

  Log Message:
  ---
  Rename boot.loader.gummiboot.enable -> boot.loader.systemd-boot.enable


  Commit: e8ad22be127b3d4b548c2138221b0e446ed298b2
  
https://github.com/NixOS/nixpkgs/commit/e8ad22be127b3d4b548c2138221b0e446ed298b2
  Author: Eelco Dolstra 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M nixos/modules/module-list.nix
R nixos/modules/system/boot/loader/gummiboot/gummiboot-builder.py
R nixos/modules/system/boot/loader/gummiboot/gummiboot.nix
A nixos/modules/system/boot/loader/systemd-boot/systemd-boot-builder.py
A nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix

  Log Message:
  ---
  Rename gummiboot module


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


[Nix-commits] [NixOS/nixpkgs] 4e6697: acme: added option `security.acme.preliminarySelfs...

2016-06-01 Thread Bob van der Linden
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4e6697dcb6baba9a96de5d60451bcd025833a1e8
  
https://github.com/NixOS/nixpkgs/commit/4e6697dcb6baba9a96de5d60451bcd025833a1e8
  Author: Bob van der Linden 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M nixos/modules/security/acme.nix
M nixos/modules/security/acme.xml

  Log Message:
  ---
  acme: added option `security.acme.preliminarySelfsigned` (#15562)


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


Re: [Nix-dev] Latex package to handle unicode characters?

2016-06-01 Thread Guillaume Maudoux (Layus)
Hi,

`xelatex` comes with the texlive package `xetex`, which is included in
scheme-small.
I just checked that adding xetex to my texlive.combine function, and I
have access to xelatex.

You can try it yourself with
$ ls -l $(nix-build -E "with import  {}; pkgs.texlive.combine {
foo = pkgs.texlive.scheme-small; }")/bin/xelatex  
lrwxrwxrwx 7 root root 5  1 jan  1970
/nix/store/85ix8d6wy1f9lsy97cqyp0z7hp5iaapw-texlive-combined-2015/bin/xelatex
-> xetex

If you do not have xelatex in your env, there must be an issue somewhere.

Best regrads,

-- Layus.


Le 30/05/16 à 01:56, Jeffrey David Johnson a écrit :
> I get the following error when exporting some markdown to PDF with pandoc:
>
> An error occured: PDF creation failed:
> ! Package inputenc Error: Unicode char \u8:  not set up for use with 
> LaTeX.
>
> See the inputenc package documentation for explanation.
> Type  H   for immediate help.
>  ...  
>   
> l.150   Evolutionary Analysis}
>
> Try running pandoc with --latex-engine=xelatex.
>
> I could hunt this one character down, but is there a package I could add to 
> my texlive environment that might help handle this type of problem in 
> general? So far I just use the standard one:
>
> myTexLive = texlive.combine {
>   inherit (texlive) scheme-small;
> };
>
> Don't see any mention of xelatex in nixpkgs. Ideally I'd like to handle all 
> of unicode, but just skipping any unrenderable characters would be OK too, 
> since I gather latex doesn't do that yet?
>
> Thanks
> Jeff
> ___
> 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] 788ee3: unity3d: wip at 5.1.0f3

2016-06-01 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 788ee3bcc1a1b648645a52a54b1b4b08685e054f
  
https://github.com/NixOS/nixpkgs/commit/788ee3bcc1a1b648645a52a54b1b4b08685e054f
  Author: William Casarin 
  Date:   2016-05-29 (Sun, 29 May 2016)

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

  Log Message:
  ---
  unity3d: wip at 5.1.0f3


  Commit: 846893aabb414de12f301250b21859ddd3318d25
  
https://github.com/NixOS/nixpkgs/commit/846893aabb414de12f301250b21859ddd3318d25
  Author: Nikolay Amiantov 
  Date:   2016-05-29 (Sun, 29 May 2016)

  Changed paths:
M pkgs/development/tools/unity3d/default.nix
A pkgs/development/tools/unity3d/unity-nosuid.c
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  unity3d: 5.1.0f3 -> 5.3.5f1


  Commit: 281db6bbc34d1d150beed792a34487523dd0a125
  
https://github.com/NixOS/nixpkgs/commit/281db6bbc34d1d150beed792a34487523dd0a125
  Author: Nikolay Amiantov 
  Date:   2016-05-29 (Sun, 29 May 2016)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/programs/unity3d.nix

  Log Message:
  ---
  unity3d service: init


  Commit: 164ead312e6c1c7eb455cbcd251cb7b603eef298
  
https://github.com/NixOS/nixpkgs/commit/164ead312e6c1c7eb455cbcd251cb7b603eef298
  Author: Nikolay Amiantov 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/programs/unity3d.nix
A pkgs/development/tools/unity3d/default.nix
A pkgs/development/tools/unity3d/unity-nosuid.c
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #15793 from abbradar/unity3d-pkg

Unity3D package


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


Re: [Nix-dev] Latex package to handle unicode characters?

2016-06-01 Thread Peter Simons
Hi Jeffrey,

 > An error occured: PDF creation failed:
 > ! Package inputenc Error: Unicode char \u8:  not set up for use with LaTeX.
 >
 > See the inputenc package documentation for explanation.

Maybe this helps?

  
http://tex.stackexchange.com/questions/83440/inputenc-error-unicode-char-u8-not-set-up-for-use-with-latex

Best regards,
Peter

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


Re: [Nix-dev] Latex package to handle unicode characters?

2016-06-01 Thread Linus Arver
On Sun, May 29, 2016 at 04:56:12PM -0700, Jeffrey David Johnson wrote:
> I get the following error when exporting some markdown to PDF with pandoc:
> 
> An error occured: PDF creation failed:
> ! Package inputenc Error: Unicode char \u8:  not set up for use with 
> LaTeX.
> 
> See the inputenc package documentation for explanation.
> Type  H   for immediate help.
>  ...  
>   
> l.150   Evolutionary Analysis}
> 
> Try running pandoc with --latex-engine=xelatex.
> 
> I could hunt this one character down, but is there a package I could add to 
> my texlive environment that might help handle this type of problem in general?

I used to use the texliveFull package, which included xelatex.

FWIW, I no longer use texliveFull; instead I use a Docker container for
all TeX-related things as it is much simpler to use along with
negligible maintenence costs, if at all.

> So far I just use the standard one:
> 
> myTexLive = texlive.combine {
>   inherit (texlive) scheme-small;
> };
> 
> Don't see any mention of xelatex in nixpkgs.

That's probably because it still comes with texliveFull, which is what
most people use I imagine.

> Ideally I'd like to handle all of unicode, but just skipping any unrenderable 
> characters would be OK too, since I gather latex doesn't do that yet?

AFAIK, Latex never dealt with Unicode natively. Xelatex has much simpler
font support (fontspec) so I've always opted for Xelatex from the beginning.

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


[Nix-commits] [NixOS/nixpkgs] b835f3: thunderbird-bin: 45.1.0 -> 45.1.1 (#15860)

2016-06-01 Thread taku0
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b835f3e26202c0670103a1d622edbb438bae5fe1
  
https://github.com/NixOS/nixpkgs/commit/b835f3e26202c0670103a1d622edbb438bae5fe1
  Author: taku0 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  thunderbird-bin: 45.1.0 -> 45.1.1 (#15860)


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


[Nix-dev] GCC 5, Matplotlib, and tcmalloc don't work together

2016-06-01 Thread Andreas Herrmann
Hi,

I'm writing this in case anyone else encounters a similar issue.

I have a C++ library that is primarily used by C++ executables, but is also 
used by a Python package. I noticed that ever since the update of nixpkgs to 
GCC 5 (determined by git bisect) Python would crash if I first imported 
matplotlib.pylab (with any of the Qt backends) and then my own C++ module. If I 
imported them in the opposite order then no error would occur.
(The error message was: `src/tcmalloc.cc:278] Attempt to free invalid pointer 
0x154b870`)

The C++ module was using tcmalloc from gperftools [1]. Today I found out, that 
the Python issue goes away if I do not use tcmalloc but instead just standard 
glibc malloc for the C++ module.

Previously I was explicitly using GCC 5 for the C++ module, but was using the 
Python 2.7 stack that came with nixpkgs, presumably compiled with GCC 4.9. In 
that configuration tcmalloc was not causing any issues.

I'm not opening an issue on github about this because I don't have any short 
example code that I can share to reproduce the issue. Also, I don't know if 
there is anything to fix about this. Maybe it's just a bad idea to mix 
allocators and I was lucky before. Let me know if you think it deserves an 
issue anyway.

The C++ library is made available to Python using pybind11 v1.7 [2]. All this 
was happening on 64 bit Linux.

Best, Andreas

[1]: http://goog-perftools.sourceforge.net/doc/tcmalloc.html
[2]: https://github.com/pybind/pybind11
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 022969: iso-image.nix: Fix path to EFI blob after systemd-...

2016-06-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0229693354803ecb0b0f9dbec055211c4dc25bd4
  
https://github.com/NixOS/nixpkgs/commit/0229693354803ecb0b0f9dbec055211c4dc25bd4
  Author: Tuomas Tynkkynen 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M nixos/modules/installer/cd-dvd/iso-image.nix

  Log Message:
  ---
  iso-image.nix: Fix path to EFI blob after systemd-boot switch

This evaluates, but I can't verify if it works.

@edolstra


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


[Nix-commits] [NixOS/nixpkgs] a6593a: virtualbox: give full url for downloading the ext ...

2016-06-01 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a6593a16f7aa1de03ed0d4f36e8bfb68c0459df5
  
https://github.com/NixOS/nixpkgs/commit/a6593a16f7aa1de03ed0d4f36e8bfb68c0459df5
  Author: zimbatm 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M pkgs/applications/virtualization/virtualbox/default.nix

  Log Message:
  ---
  virtualbox: give full url for downloading the ext (#15869)

The user only has to agree on the terms and conditions before
downloading the file. We might as well give him access to the full URL
by default.


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


[Nix-commits] [NixOS/nixpkgs] fb1b05: pythonPackages.blaze: 0.9.1 -> 0.10.1

2016-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fb1b05f8c98c2ffc6eb4b51a40d9324608292742
  
https://github.com/NixOS/nixpkgs/commit/fb1b05f8c98c2ffc6eb4b51a40d9324608292742
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.blaze: 0.9.1 -> 0.10.1


  Commit: 0c9b00559e487609147bd3f5e130119b573d220c
  
https://github.com/NixOS/nixpkgs/commit/0c9b00559e487609147bd3f5e130119b573d220c
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.numexpr: 2.5 -> 2.5.2


  Commit: bfbf37edec069d905f28075e42df13bb3978e0d1
  
https://github.com/NixOS/nixpkgs/commit/bfbf37edec069d905f28075e42df13bb3978e0d1
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.odo: 0.4.2 -> 0.5.0


  Commit: c280d9cb15ad02c40a8996d5a4360cfc11b267f0
  
https://github.com/NixOS/nixpkgs/commit/c280d9cb15ad02c40a8996d5a4360cfc11b267f0
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.openpyxl: 2.3.3 -> 2.3.5


  Commit: 4db1351bc123ed746108b8a25a6b4fbcc771fff2
  
https://github.com/NixOS/nixpkgs/commit/4db1351bc123ed746108b8a25a6b4fbcc771fff2
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.pandas: 0.18.0 -> 0.18.1


  Commit: 5b076ae048e2f9129b6bd20d10b5d93798b19c13
  
https://github.com/NixOS/nixpkgs/commit/5b076ae048e2f9129b6bd20d10b5d93798b19c13
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.pyfftw: 0.9.2 -> 0.10.1


  Commit: 98c26bf7e8d9ef29f7cc603b8d7ee6baaa9f2fc3
  
https://github.com/NixOS/nixpkgs/commit/98c26bf7e8d9ef29f7cc603b8d7ee6baaa9f2fc3
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.qtconsole: 4.1.1 -> 4.2.1


  Commit: 7c22a9b3e3c49743f4516c66a944a41b6280c217
  
https://github.com/NixOS/nixpkgs/commit/7c22a9b3e3c49743f4516c66a944a41b6280c217
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.scipy: 0.17.0 -> 0.17.1


  Commit: 489be0ad3987dc6e1c2160074001e1362d9e4478
  
https://github.com/NixOS/nixpkgs/commit/489be0ad3987dc6e1c2160074001e1362d9e4478
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.seaborn: 0.6.0 -> 0.7.0


  Commit: d450f046b67a3ee7bafd3eb1a1c6150d25b1d072
  
https://github.com/NixOS/nixpkgs/commit/d450f046b67a3ee7bafd3eb1a1c6150d25b1d072
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.xarray: 0.7.1 -> 0.7.2


  Commit: 9a71348039c4381226d6d24eafe8d6fa51bd13c9
  
https://github.com/NixOS/nixpkgs/commit/9a71348039c4381226d6d24eafe8d6fa51bd13c9
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.networkx: 1.10 -> 1.11


  Commit: 0127ac877d22ecd8de828e768bbde79cc3640bd8
  
https://github.com/NixOS/nixpkgs/commit/0127ac877d22ecd8de828e768bbde79cc3640bd8
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.contextlib2: 0.4.0 -> 0.5.3


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


[Nix-commits] [NixOS/nixpkgs] 2577f4: gnu-efi: Fix build on ARM

2016-06-01 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2577f4af0e695fdf2e3b8c0f01a96ca10fb26c25
  
https://github.com/NixOS/nixpkgs/commit/2577f4af0e695fdf2e3b8c0f01a96ca10fb26c25
  Author: Tuomas Tynkkynen 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

  Changed paths:
M pkgs/development/libraries/gnu-efi/default.nix

  Log Message:
  ---
  gnu-efi: Fix build on ARM

For some reason it detects e.g. armv7l and then can't find
'inc/arm/efibind.h'.


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


[Nix-commits] [NixOS/nixpkgs] 3d20d1: pythonPackages.blaze: 0.9.1 -> 0.10.1

2016-06-01 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3d20d1fed18424fdbb5866c3c556440adb65a073
  
https://github.com/NixOS/nixpkgs/commit/3d20d1fed18424fdbb5866c3c556440adb65a073
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.blaze: 0.9.1 -> 0.10.1


  Commit: 9887e5034b111bfcc8bf5809079d810bd7a57f7b
  
https://github.com/NixOS/nixpkgs/commit/9887e5034b111bfcc8bf5809079d810bd7a57f7b
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.numexpr: 2.5 -> 2.5.2


  Commit: ebf149d5f2b6272ccb8150762001e748f24e312e
  
https://github.com/NixOS/nixpkgs/commit/ebf149d5f2b6272ccb8150762001e748f24e312e
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.odo: 0.4.2 -> 0.5.0


  Commit: 71668a463bf8a1d7af11f1cfbc8f13af5a240072
  
https://github.com/NixOS/nixpkgs/commit/71668a463bf8a1d7af11f1cfbc8f13af5a240072
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.openpyxl: 2.3.3 -> 2.3.5


  Commit: bcc29c0e3fce236253f906d29bc551f346d9fb17
  
https://github.com/NixOS/nixpkgs/commit/bcc29c0e3fce236253f906d29bc551f346d9fb17
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.pandas: 0.18.0 -> 0.18.1


  Commit: 070641665acb2f334851c5cb5b0c8512b5f0de95
  
https://github.com/NixOS/nixpkgs/commit/070641665acb2f334851c5cb5b0c8512b5f0de95
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.pyfftw: 0.9.2 -> 0.10.1


  Commit: caeddf9ce9011a5cf55d0001490b915d4008f82b
  
https://github.com/NixOS/nixpkgs/commit/caeddf9ce9011a5cf55d0001490b915d4008f82b
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.qtconsole: 4.1.1 -> 4.2.1


  Commit: f7acab15d634f4b1a36686189c5e72b563b9f367
  
https://github.com/NixOS/nixpkgs/commit/f7acab15d634f4b1a36686189c5e72b563b9f367
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.scipy: 0.17.0 -> 0.17.1


  Commit: 37278f6fb2b09ed866e475a8b2da3a34b65c8d71
  
https://github.com/NixOS/nixpkgs/commit/37278f6fb2b09ed866e475a8b2da3a34b65c8d71
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.seaborn: 0.6.0 -> 0.7.0


  Commit: 86e9371b0ba6fdb72224f3ae0c4b1c9baaab8715
  
https://github.com/NixOS/nixpkgs/commit/86e9371b0ba6fdb72224f3ae0c4b1c9baaab8715
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.xarray: 0.7.1 -> 0.7.2


  Commit: 67d4b1f116d700ea2d0e1181cab7f270e2d9a5f9
  
https://github.com/NixOS/nixpkgs/commit/67d4b1f116d700ea2d0e1181cab7f270e2d9a5f9
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.networkx: 1.10 -> 1.11


  Commit: 3346e94ae8dafba2113b40f6a07398bd767e4bc6
  
https://github.com/NixOS/nixpkgs/commit/3346e94ae8dafba2113b40f6a07398bd767e4bc6
  Author: Frederik Rietdijk 
  Date:   2016-06-01 (Wed, 01 Jun 2016)

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

  Log Message:
  ---
  pythonPackages.contextlib2: 0.4.0 -> 0.5.3


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