[Nix-commits] [NixOS/nixpkgs] 658c2d: emacs25pre: Add option for building with xwidgets

2016-07-16 Thread Damien Cassou
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 658c2de1b74f82995e3a08c826ca6da6d3ffc336
  
https://github.com/NixOS/nixpkgs/commit/658c2de1b74f82995e3a08c826ca6da6d3ffc336
  Author: Alexey Lebedeff 
  Date:   2016-07-15 (Fri, 15 Jul 2016)

  Changed paths:
M pkgs/applications/editors/emacs-25/default.nix

  Log Message:
  ---
  emacs25pre: Add option for building with xwidgets


  Commit: 9edcfa8908f09b86a65a1136f481d23d015db49d
  
https://github.com/NixOS/nixpkgs/commit/9edcfa8908f09b86a65a1136f481d23d015db49d
  Author: Alexey Lebedeff 
  Date:   2016-07-15 (Fri, 15 Jul 2016)

  Changed paths:
M pkgs/applications/editors/emacs-25/default.nix

  Log Message:
  ---
  emacs25pre: Fix https for xwidgets-browse-url


  Commit: c9a3cbb122a6ee28db2d218c3a971c3f13ed0353
  
https://github.com/NixOS/nixpkgs/commit/c9a3cbb122a6ee28db2d218c3a971c3f13ed0353
  Author: Damien Cassou 
  Date:   2016-07-17 (Sun, 17 Jul 2016)

  Changed paths:
M pkgs/applications/editors/emacs-25/default.nix

  Log Message:
  ---
  Merge pull request #16987 from binarin/emacs-25-with-xwidgets

emacs25pre: Add option for building with xwidgets


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


[Nix-commits] [NixOS/nixpkgs] a306cb: dxx_rebirth: Mark license as nonfree.

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a306cbf86f7bfc889b53240546b528936a5341cc
  
https://github.com/NixOS/nixpkgs/commit/a306cbf86f7bfc889b53240546b528936a5341cc
  Author: Jookia <166...@gmail.com>
  Date:   2016-07-17 (Sun, 17 Jul 2016)

  Changed paths:
M pkgs/games/d1x-rebirth/default.nix
M pkgs/games/d2x-rebirth/default.nix

  Log Message:
  ---
  dxx_rebirth: Mark license as nonfree.

The actual license prohibits commercial use.


  Commit: 62455c7db18f7d54cb5f393198b499ddd6ccae0a
  
https://github.com/NixOS/nixpkgs/commit/62455c7db18f7d54cb5f393198b499ddd6ccae0a
  Author: Joachim F 
  Date:   2016-07-17 (Sun, 17 Jul 2016)

  Changed paths:
M pkgs/games/d1x-rebirth/default.nix
M pkgs/games/d2x-rebirth/default.nix

  Log Message:
  ---
  Merge pull request #16852 from Jookia/RFC_dxx-nonfree

dxx_rebirth: Mark license as nonfree.


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


[Nix-commits] [NixOS/nixpkgs] 47f59a: nixos/compton: add user service (#16652)

2016-07-16 Thread Michele Guerini Rocco
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 47f59a51e4e1d276f78f79e5b7cd668bc10f050e
  
https://github.com/NixOS/nixpkgs/commit/47f59a51e4e1d276f78f79e5b7cd668bc10f050e
  Author: Michele Guerini Rocco 
  Date:   2016-07-17 (Sun, 17 Jul 2016)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/x11/compton.nix

  Log Message:
  ---
  nixos/compton: add user service (#16652)


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


Re: [Nix-dev] On npm2nix and the NPM package set in Nixpkgs

2016-07-16 Thread Colin Putney
On Thu, Jul 14, 2016 at 4:19 AM, Tomasz Czyż  wrote:


> Are you sure that having multiple tools/solutions is frustrating? Maybe
> it's just lack of description or documentation?
> (btw, currently there is only one, Sander is trying to introduce second
> "official" one if I understand situation correctly).
>

Actually, I think that in this case, two separate tools might be called
for. For dealing with the craziness that is npm, I see two approaches.

One is the nix-centric approach of the existing npm2nix: each package gets
its own derivation, and dependencies are symlinked into the node_modules
directory. That's simple fits most closely with the way native nix packages
work. The main problem with this is that npm does "clever" things to work
around problems with its design, and some npm packages have undeclared
dependencies that only work because of the quirks of npm. These packages
are fairly rare, but they do crop up from time to time.

The other approach is more npm-centric. The idea is to mimic the quirks of
npm as exactly as possible, so that all packages find themselves in exactly
the environment they expect. This leads to other problems, such as slower
execution and bloated derivations.

So it might actually be a good idea to have two different tools, each of
which make different engineering tradeoffs.

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


Re: [Nix-dev] Hydra out of disk space

2016-07-16 Thread Matthias Beyer
Maybe it would be a good idea to remove the old channels (13.10 up to 
14.12).

On 16-07-2016 11:50:32, Mateusz Czaplinski wrote:
> Sorry if this was already discussed, but I had a thought recently,
> that if the Hydra farm has recurring trouble with capacity, maybe
> there is a chance some third-party company or individual would be
> willing to contribute hardware, e.g. if asked for help on Hacker News,
> twitter, etc.
> 
> On Fri, Jul 15, 2016 at 10:13 PM, Bjørn Forsman  
> wrote:
> > Hi all,
> >
> > I don't know if it's needed or not (you are probably aware), but here
> > is a reminder that hydra builds are still failing due to "out of disk
> > space".
> >
> > - Bjørn
> > ___
> > 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

-- 
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer

Proudly sent with mutt.
Happily signed with gnupg.


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


[Nix-commits] [NixOS/nixpkgs] b4bae4: pythonPackages.jupyterlab: init at 0.1.1

2016-07-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b4bae44f13ba9598209ae9e6a0bb5d4194bf79aa
  
https://github.com/NixOS/nixpkgs/commit/b4bae44f13ba9598209ae9e6a0bb5d4194bf79aa
  Author: Frederik Rietdijk 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.jupyterlab: init at 0.1.1

Note that this is still a pre-alpha release.


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


[Nix-commits] [NixOS/nixpkgs] 343415: qt55.qtbase: fix setup hook and QMake hook

2016-07-16 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 343415e02e990f4c5acfe81d9d84c960ee124a52
  
https://github.com/NixOS/nixpkgs/commit/343415e02e990f4c5acfe81d9d84c960ee124a52
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/development/libraries/qt-5/5.5/make-qt-wrapper.sh
M pkgs/development/libraries/qt-5/5.5/qmake-hook.sh
M pkgs/development/libraries/qt-5/5.5/qtbase/default.nix

  Log Message:
  ---
  qt55.qtbase: fix setup hook and QMake hook


  Commit: 6057977ca4da4515345e426e0ca704bc1847af4d
  
https://github.com/NixOS/nixpkgs/commit/6057977ca4da4515345e426e0ca704bc1847af4d
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/desktops/kde-5/applications/kate.nix

  Log Message:
  ---
  kde5.kate: require makeQtWrapper


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


[Nix-commits] [NixOS/nixpkgs] 16cc4d: vtun: add debian gcc5 fix

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 16cc4dd3a3cde61c3dd66f96d27f6a699188ee01
  
https://github.com/NixOS/nixpkgs/commit/16cc4dd3a3cde61c3dd66f96d27f6a699188ee01
  Author: Kranium Gikos Mendoza 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  vtun: add debian gcc5 fix


  Commit: 5c837e952d52fc34d123349fbad2f71048fbd131
  
https://github.com/NixOS/nixpkgs/commit/5c837e952d52fc34d123349fbad2f71048fbd131
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #17001 from womfoo/fix/vtun

vtun: add debian gcc5 fix


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


[Nix-commits] [NixOS/nixpkgs] 018f4e: ethtool: 4.5 -> 4.6

2016-07-16 Thread Aristid Breitkreuz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 018f4eb164633a0912097065f6413c40575a67c0
  
https://github.com/NixOS/nixpkgs/commit/018f4eb164633a0912097065f6413c40575a67c0
  Author: mimadrid 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  ethtool: 4.5 -> 4.6


  Commit: a84d20a351794e02f51c92824606affe152a31dd
  
https://github.com/NixOS/nixpkgs/commit/a84d20a351794e02f51c92824606affe152a31dd
  Author: Aristid Breitkreuz 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #17010 from mimadrid/update/ethtool-4.6

ethtool: 4.5 -> 4.6


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


[Nix-commits] [NixOS/nixpkgs] b79518: fnotifystat: init at 0.01.14

2016-07-16 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b795186f2ee3e2ae5ca251db6d105aabeda1f554
  
https://github.com/NixOS/nixpkgs/commit/b795186f2ee3e2ae5ca251db6d105aabeda1f554
  Author: Kranium Gikos Mendoza 
  Date:   2016-07-15 (Fri, 15 Jul 2016)

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

  Log Message:
  ---
  fnotifystat: init at 0.01.14


  Commit: f88f31c4f04e71669511957d8461ed5fc82d3058
  
https://github.com/NixOS/nixpkgs/commit/f88f31c4f04e71669511957d8461ed5fc82d3058
  Author: Kranium Gikos Mendoza 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  forkstat: init at 0.01.13


  Commit: a28dda11025ce475e7b864ce139e8b87dea1f1f7
  
https://github.com/NixOS/nixpkgs/commit/a28dda11025ce475e7b864ce139e8b87dea1f1f7
  Author: Kranium Gikos Mendoza 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  powerstat: init at 0.02.10


  Commit: b68689ebb2a746b8088ed10ab4859ce64b9d3873
  
https://github.com/NixOS/nixpkgs/commit/b68689ebb2a746b8088ed10ab4859ce64b9d3873
  Author: Kranium Gikos Mendoza 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  smemstat: init at 0.01.14


  Commit: 6e0ab36de0bbbf614fa7969d0d0a4aa95faf06e6
  
https://github.com/NixOS/nixpkgs/commit/6e0ab36de0bbbf614fa7969d0d0a4aa95faf06e6
  Author: Tuomas Tynkkynen 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
A pkgs/os-specific/linux/fnotifystat/default.nix
A pkgs/os-specific/linux/forkstat/default.nix
A pkgs/os-specific/linux/powerstat/default.nix
A pkgs/os-specific/linux/smemstat/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #16963 from womfoo/init/cking-kernel-tools

Init {fnotify,fork,power,smem}stat kernel tools


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


[Nix-commits] [NixOS/nixpkgs] 3634e8: vimPlugins: update existing plugins and added 3 mo...

2016-07-16 Thread Rok Garbas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3634e8ac3eb176a3636dd56f0901115ad658858a
  
https://github.com/NixOS/nixpkgs/commit/3634e8ac3eb176a3636dd56f0901115ad658858a
  Author: Rok Garbas 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  vimPlugins: update existing plugins and added 3 more

- github:sbdchd/neoformat
- github:elmcast/elm-vim
- github:sheerun/vim-polyglot


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


[Nix-commits] [NixOS/nixpkgs] 261459: urxvt_font_size: Add missing `xlsfonts` dependency

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2614593598dc1892aaa1bd62f6b744c0d523cbc0
  
https://github.com/NixOS/nixpkgs/commit/2614593598dc1892aaa1bd62f6b744c0d523cbc0
  Author: Alexey Lebedeff 
  Date:   2016-07-15 (Fri, 15 Jul 2016)

  Changed paths:
M pkgs/applications/misc/rxvt_unicode-plugins/urxvt-font-size/default.nix

  Log Message:
  ---
  urxvt_font_size: Add missing `xlsfonts` dependency


  Commit: 5f3ca2ed82a13ee56de7c33f2503be47fed3c5b0
  
https://github.com/NixOS/nixpkgs/commit/5f3ca2ed82a13ee56de7c33f2503be47fed3c5b0
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/applications/misc/rxvt_unicode-plugins/urxvt-font-size/default.nix

  Log Message:
  ---
  Merge pull request #16986 from binarin/urxvt_font_size-xlsfonts-dep

urxvt_font_size: Add missing `xlsfonts` dependency


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


[Nix-commits] [NixOS/nixpkgs] c0656f: LiE: include forgotten file INFO.a by installation

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c0656fe0c124326ea6f014d8b49fb9b0cebdffe3
  
https://github.com/NixOS/nixpkgs/commit/c0656fe0c124326ea6f014d8b49fb9b0cebdffe3
  Author: Konstantin Heil 
  Date:   2016-07-14 (Thu, 14 Jul 2016)

  Changed paths:
M pkgs/applications/science/math/LiE/default.nix

  Log Message:
  ---
  LiE: include forgotten file INFO.a by installation


  Commit: d9701350f9cf0bc5311a3c5e5a07e8e1d954b631
  
https://github.com/NixOS/nixpkgs/commit/d9701350f9cf0bc5311a3c5e5a07e8e1d954b631
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/applications/science/math/LiE/default.nix

  Log Message:
  ---
  Merge pull request #16951 from heilkn/lie

LiE: include forgotten file INFO.a by installation


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


[Nix-commits] [NixOS/nixpkgs] d3d7f4: sysstat: Create systemd service for historical sar...

2016-07-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d3d7f43f762062c03aa083aeaa7cf868246e4e51
  
https://github.com/NixOS/nixpkgs/commit/d3d7f43f762062c03aa083aeaa7cf868246e4e51
  Author: Graham Christensen 
  Date:   2016-07-12 (Tue, 12 Jul 2016)

  Changed paths:
A nixos/modules/services/monitoring/sysstat.nix

  Log Message:
  ---
  sysstat: Create systemd service for historical sar data

Every period, sa1 collects and stores data.
Every 24 hours, sa2 aggregates the previous day's data in to a
report.

Timers and unit configurations were lifted from Fedora's default
units.


  Commit: 24fdb7ce21f1655069478e89030eb0ae472b4629
  
https://github.com/NixOS/nixpkgs/commit/24fdb7ce21f1655069478e89030eb0ae472b4629
  Author: Frederik Rietdijk 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
A nixos/modules/services/monitoring/sysstat.nix

  Log Message:
  ---
  Merge pull request #16889 from grahamc/sysstat

sysstat: Create systemd service for historical sar data


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


[Nix-commits] [NixOS/nixpkgs] 6c0cfd: libui: init at 3.1a

2016-07-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6c0cfd3be3c1e4173fe0639f1081d2c23601c7ae
  
https://github.com/NixOS/nixpkgs/commit/6c0cfd3be3c1e4173fe0639f1081d2c23601c7ae
  Author: Richard Zetterberg 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  libui: init at 3.1a


  Commit: 097d75d502a45810f79579c838a11ffbbbe59354
  
https://github.com/NixOS/nixpkgs/commit/097d75d502a45810f79579c838a11ffbbbe59354
  Author: Frederik Rietdijk 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #17005 from rzetterberg/libui

libui: init at 3.1a


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


[Nix-commits] [NixOS/nixpkgs] d19dc4: qt56.qtbase: don't use propagatedUserEnvPkgs

2016-07-16 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d19dc420d250fd115693724af543a3082175b5c0
  
https://github.com/NixOS/nixpkgs/commit/d19dc420d250fd115693724af543a3082175b5c0
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  qt56.qtbase: don't use propagatedUserEnvPkgs

Fixes #15498.


  Commit: 766ea7c4ca6dc54bd26a28f67a99257bde2ff331
  
https://github.com/NixOS/nixpkgs/commit/766ea7c4ca6dc54bd26a28f67a99257bde2ff331
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  qt55.qtbase: update setup hook


  Commit: 1cb4aacf180cf2e087f59f8810caf405f101839e
  
https://github.com/NixOS/nixpkgs/commit/1cb4aacf180cf2e087f59f8810caf405f101839e
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  nixos/kde5: fix paths to setuid programs


  Commit: 949277ed0a2d772476f83a108783c2ff1af68342
  
https://github.com/NixOS/nixpkgs/commit/949277ed0a2d772476f83a108783c2ff1af68342
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/desktops/kde-5/plasma/startkde/default.nix
M pkgs/desktops/kde-5/plasma/startkde/startkde.sh

  Log Message:
  ---
  kde5.startkde: append extra PATH elements; set Qt search paths


  Commit: 888c66f97d592ebb2579527da722843a5e99a5b8
  
https://github.com/NixOS/nixpkgs/commit/888c66f97d592ebb2579527da722843a5e99a5b8
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  nixos/kde5: disable setuid wrapper for kdeinit

We need to pass certain environment variables through the wrapper, but I
don't know how to do that yet. The setuid-root feature serves only to
hide kdeinit from the OOM killer, so this is not critical.


  Commit: 512212db36b3a3afec6ae38081028e51927ad3bc
  
https://github.com/NixOS/nixpkgs/commit/512212db36b3a3afec6ae38081028e51927ad3bc
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/desktops/kde-5/applications/ark/default.nix
M pkgs/desktops/kde-5/frameworks/baloo.nix
M pkgs/desktops/kde-5/frameworks/kconfig.nix
M pkgs/desktops/kde-5/frameworks/kconfigwidgets/default.nix
M pkgs/desktops/kde-5/frameworks/kcoreaddons.nix
M pkgs/desktops/kde-5/frameworks/kdbusaddons.nix
M pkgs/desktops/kde-5/frameworks/kdeclarative.nix
M pkgs/desktops/kde-5/frameworks/kdesignerplugin.nix
M pkgs/desktops/kde-5/frameworks/kdoctools/default.nix
M pkgs/desktops/kde-5/frameworks/kglobalaccel.nix
M pkgs/desktops/kde-5/frameworks/kiconthemes/default.nix
M pkgs/desktops/kde-5/frameworks/kio/default.nix
M pkgs/desktops/kde-5/frameworks/kjs.nix
M pkgs/desktops/kde-5/frameworks/kjsembed.nix
M pkgs/desktops/kde-5/frameworks/kpackage/default.nix
M pkgs/desktops/kde-5/frameworks/ktexteditor/default.nix
M pkgs/desktops/kde-5/frameworks/kwallet.nix
M pkgs/desktops/kde-5/frameworks/plasma-framework.nix
M pkgs/desktops/kde-5/frameworks/solid.nix
M pkgs/desktops/kde-5/plasma/plasma-workspace/default.nix

  Log Message:
  ---
  kde5.frameworks: unwrap all frameworks


  Commit: d3747a2261515c1463517cd5963e7ab73fbd7fbf
  
https://github.com/NixOS/nixpkgs/commit/d3747a2261515c1463517cd5963e7ab73fbd7fbf
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/kde5.nix
M pkgs/desktops/kde-5/frameworks/kinit/default.nix
M pkgs/desktops/kde-5/frameworks/kinit/kinit-libpath.patch
M pkgs/desktops/kde-5/frameworks/kinit/series
A pkgs/desktops/kde-5/frameworks/kinit/start_kdeinit-path.patch

  Log Message:
  ---
  kinit: use a setuid wrapper for start_kdeinit


  Commit: 32c1f05aedb978e6b9ea643e8a41f5776414272f
  
https://github.com/NixOS/nixpkgs/commit/32c1f05aedb978e6b9ea643e8a41f5776414272f
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  nixos/kde5: install missing frameworks


  Commit: 475ad4c7c3e458480bf4fa562eb4b3add5b710d7
  
https://github.com/NixOS/nixpkgs/commit/475ad4c7c3e458480bf4fa562eb4b3add5b710d7
  Author: Thomas Tuegel 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/desktops/kde-5/plasma/startkde/startkde.sh

  Log Message:
  ---
  kde5.startkde: update script based on plasma-workspace-5.7.1


  Commit: b2cf5aabb0df860e5eff4e9692e2239b9c94b2cf
  
https://github.com/NixOS/nixpkgs/commit/b2cf5aabb0df860e5eff4e9692e2239b9c94b2cf
  Auth

[Nix-commits] [NixOS/nixpkgs] 5e5165: platinum-searcher: 2.1.1 -> 2.1.3

2016-07-16 Thread Benno Fünfstück
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5e5165ec6f9171ea831b4f05c141ad74d888a5f0
  
https://github.com/NixOS/nixpkgs/commit/5e5165ec6f9171ea831b4f05c141ad74d888a5f0
  Author: Benno Fünfstück 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/tools/text/platinum-searcher/default.nix

  Log Message:
  ---
  platinum-searcher: 2.1.1 -> 2.1.3


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


[Nix-commits] [NixOS/nixpkgs] eb34cf: lightum: fix build against systemd-230

2016-07-16 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: eb34cf1b6dec5017d719e5318e3aea42a1cd9cf5
  
https://github.com/NixOS/nixpkgs/commit/eb34cf1b6dec5017d719e5318e3aea42a1cd9cf5
  Author: Kranium Gikos Mendoza 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  lightum: fix build against systemd-230


  Commit: a4dfa90139bdc1a37a99a24abd5a3410becb9102
  
https://github.com/NixOS/nixpkgs/commit/a4dfa90139bdc1a37a99a24abd5a3410becb9102
  Author: Tuomas Tynkkynen 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #17012 from womfoo/fix/lightum

lightum: fix build against systemd-230


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


Re: [Nix-dev] vmTools.runInLinuxImage with ubuntu 1204 image blocks on getrandom()

2016-07-16 Thread Martijn Vermaat
2016-07-16 15:39 GMT+02:00 Maarten Hoogendoorn :
> Could someone confirm this behavior? And maybe one of you has an idea on
how to fix this.

I can confirm the behaviour (and that adding the virtio device makes no
difference), but cannot solve it :)
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] vmTools.runInLinuxImage with ubuntu 1204 image blocks on getrandom()

2016-07-16 Thread Maarten Hoogendoorn
Hi there,

I'm trying to run some tests on a binary program on ubuntu 1204 using
vmTools.runInLinuxImage. It just blocks on getrandom().

I've created a minimal reproducible example:

with import  {}; with pkgs;
let
 script = ''
   # /dev/urandom works fine
   dd if=/dev/urandom of=/dev/null bs=1M count=1

  # /dev/random does not work!
   ${pkgs.strace}/bin/strace \
 dd if=/dev/random of=/dev/null bs=1M count=1
 '';
  img = runCommand "nix-binary-tarball-test" {
diskImage = vmTools.diskImages.ubuntu1204x86_64;
#QEMU_OPTS = "-device virtio-rng-pci";
   } script;
in
  vmTools.runInLinuxImage img

I read somewhere that adding a virtio-rng-pci device could solve this, but
it made no difference.

Could someone confirm this behavior? And maybe one of you has an idea on
how to fix this.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] a317a1: mutt: fetch {sidebar, trash}.patch from AUR

2016-07-16 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a317a15b30d6dd2ce25f81474dfba744002ae7a8
  
https://github.com/NixOS/nixpkgs/commit/a317a15b30d6dd2ce25f81474dfba744002ae7a8
  Author: Joachim Fasting 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/applications/networking/mailreaders/mutt/default.nix
R pkgs/applications/networking/mailreaders/mutt/sidebar.patch
R pkgs/applications/networking/mailreaders/mutt/trash.patch

  Log Message:
  ---
  mutt: fetch {sidebar,trash}.patch from AUR


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


[Nix-commits] [NixOS/nixpkgs] 3bfe30: haskell: update our Hackage database to the latest...

2016-07-16 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3bfe30a0426ad79ca00be6e43cef14aae9d93f1d
  
https://github.com/NixOS/nixpkgs/commit/3bfe30a0426ad79ca00be6e43cef14aae9d93f1d
  Author: Peter Simons 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  haskell: update our Hackage database to the latest version


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


Re: [Nix-dev] Hydra out of disk space

2016-07-16 Thread Teo Klestrup Röijezon
How much space does it currently take up?

On 16 July 2016 at 11:50, Mateusz Czaplinski  wrote:

> Sorry if this was already discussed, but I had a thought recently,
> that if the Hydra farm has recurring trouble with capacity, maybe
> there is a chance some third-party company or individual would be
> willing to contribute hardware, e.g. if asked for help on Hacker News,
> twitter, etc.
>
> On Fri, Jul 15, 2016 at 10:13 PM, Bjørn Forsman 
> wrote:
> > Hi all,
> >
> > I don't know if it's needed or not (you are probably aware), but here
> > is a reminder that hydra builds are still failing due to "out of disk
> > space".
> >
> > - Bjørn
> > ___
> > 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-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] dedfc0: appstream-glib: 0.3.6 -> 0.5.11

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dedfc00204ba1a35ae620ceb25709d4618bca17a
  
https://github.com/NixOS/nixpkgs/commit/dedfc00204ba1a35ae620ceb25709d4618bca17a
  Author: Matthew Bauer 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
M pkgs/development/libraries/appstream-glib/default.nix

  Log Message:
  ---
  appstream-glib: 0.3.6 -> 0.5.11

- needed for gnome-software to build


  Commit: 4e50880c828a771ab9ea72739bb70017b724358c
  
https://github.com/NixOS/nixpkgs/commit/4e50880c828a771ab9ea72739bb70017b724358c
  Author: Matthew Bauer 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/misc/packagekit.nix
M pkgs/tools/package-management/packagekit/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  packagekit: add latest from hughsie's github repo

- currently pulled in from Git until the next release of PackageKit
  has Nix support
- also: add in a service module to start packagekit properly
- nixos service can be enabled via services.packagekit.enable
- packagekit requires nixunstable to build properly


  Commit: 4d4746e43610f3a37223a66b9a48087962883266
  
https://github.com/NixOS/nixpkgs/commit/4d4746e43610f3a37223a66b9a48087962883266
  Author: Matthew Bauer 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/gnome3.nix
M pkgs/desktops/gnome-3/3.18/default.nix
A pkgs/desktops/gnome-3/3.18/misc/gnome-software/default.nix

  Log Message:
  ---
  gnome3.18: use packagekit bindings for gnome-software

- init gnome-software for gnome3 at 3.18.3
- list gnome-software as an "optional package" for gnome3
- enable packagekit service when gnome3 is enabled


  Commit: 2b1a00cf017ec0daf95644f167cea3a5723d319d
  
https://github.com/NixOS/nixpkgs/commit/2b1a00cf017ec0daf95644f167cea3a5723d319d
  Author: Matthew Bauer 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.18/default.nix
A pkgs/desktops/gnome-3/3.18/misc/gnome-packagekit/default.nix

  Log Message:
  ---
  gnome-packagekit: init at 3.18.0

- provides useful tools for searching package
- included in gnome3 as an optional package


  Commit: 10fb8469899cc2b075affa3afd0ae8e797ba9c15
  
https://github.com/NixOS/nixpkgs/commit/10fb8469899cc2b075affa3afd0ae8e797ba9c15
  Author: Matthew Bauer 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
M pkgs/tools/package-management/packagekit/default.nix

  Log Message:
  ---
  packagekit: add myself as maintainer


  Commit: e7cd45b6e6c034693bc4aac173a01dbc7c7db64c
  
https://github.com/NixOS/nixpkgs/commit/e7cd45b6e6c034693bc4aac173a01dbc7c7db64c
  Author: Matthew Bauer 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
A pkgs/desktops/gnome-3/3.20/core/gnome-software/default.nix
A pkgs/desktops/gnome-3/3.20/core/gnome-software/src.nix
M pkgs/desktops/gnome-3/3.20/default.nix
A pkgs/desktops/gnome-3/3.20/misc/gnome-packagekit/default.nix
A pkgs/desktops/gnome-3/3.20/misc/gnome-packagekit/src.nix

  Log Message:
  ---
  gnome3.20: add gnome-packagekit, gnome-software

Previously the two were just in gnome-3.18. This adds them as
optionalPackages in gnome3.20.


  Commit: ed50ef318b53a20d4030ec6a23edf9c9bea62b4a
  
https://github.com/NixOS/nixpkgs/commit/ed50ef318b53a20d4030ec6a23edf9c9bea62b4a
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/misc/packagekit.nix
M nixos/modules/services/x11/desktop-managers/gnome3.nix
M pkgs/desktops/gnome-3/3.18/default.nix
A pkgs/desktops/gnome-3/3.18/misc/gnome-packagekit/default.nix
A pkgs/desktops/gnome-3/3.18/misc/gnome-software/default.nix
A pkgs/desktops/gnome-3/3.20/core/gnome-software/default.nix
A pkgs/desktops/gnome-3/3.20/core/gnome-software/src.nix
M pkgs/desktops/gnome-3/3.20/default.nix
A pkgs/desktops/gnome-3/3.20/misc/gnome-packagekit/default.nix
A pkgs/desktops/gnome-3/3.20/misc/gnome-packagekit/src.nix
M pkgs/development/libraries/appstream-glib/default.nix
M pkgs/tools/package-management/packagekit/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #15848 from matthewbauer/packagekit

Add in PackageKit


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


[Nix-commits] [NixOS/nixpkgs] eba3f9: pulseaudio: set DISPLAY

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: eba3f92ef912b5b50ad40e20474fafa04c6e5ca7
  
https://github.com/NixOS/nixpkgs/commit/eba3f92ef912b5b50ad40e20474fafa04c6e5ca7
  Author: Anders Papitto 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
M nixos/modules/config/pulseaudio.nix

  Log Message:
  ---
  pulseaudio: set DISPLAY


  Commit: 874df3fe7006c64d494ca7c3860d6a2ce3ecf73c
  
https://github.com/NixOS/nixpkgs/commit/874df3fe7006c64d494ca7c3860d6a2ce3ecf73c
  Author: Anders Papitto 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

  Changed paths:
M nixos/modules/services/misc/cgminer.nix

  Log Message:
  ---
  cgminer: respect xserver.display variable


  Commit: 54fa0cfe4eef7e54e23380704af70ee7b65473ce
  
https://github.com/NixOS/nixpkgs/commit/54fa0cfe4eef7e54e23380704af70ee7b65473ce
  Author: Anders Papitto 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

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

  Log Message:
  ---
  redshift: respect xserver.display variable


  Commit: 49879fa96b91d64e3c1a77ffe9665c65df24e332
  
https://github.com/NixOS/nixpkgs/commit/49879fa96b91d64e3c1a77ffe9665c65df24e332
  Author: Anders Papitto 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

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

  Log Message:
  ---
  unclutter: respect xserver.display variable


  Commit: 8f43f111c08221ba2e46e7986a1c17a22f12a0d8
  
https://github.com/NixOS/nixpkgs/commit/8f43f111c08221ba2e46e7986a1c17a22f12a0d8
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M nixos/modules/config/pulseaudio.nix
M nixos/modules/services/misc/cgminer.nix
M nixos/modules/services/x11/redshift.nix
M nixos/modules/services/x11/unclutter.nix

  Log Message:
  ---
  Merge pull request #15840 from anderspapitto/pulse-jack

pulseaudio service: set DISPLAY


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


[Nix-commits] [NixOS/nixpkgs] 796ced: proxychains: 4.0.1-head -> 4.2.0

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 796ced26aa79dabb4a456796e4ae5c75222455d3
  
https://github.com/NixOS/nixpkgs/commit/796ced26aa79dabb4a456796e4ae5c75222455d3
  Author: Kranium Gikos Mendoza 
  Date:   2016-07-05 (Tue, 05 Jul 2016)

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

  Log Message:
  ---
  proxychains: 4.0.1-head -> 4.2.0


  Commit: 0fdd63096581c9fa6825448c53867c4b21eac893
  
https://github.com/NixOS/nixpkgs/commit/0fdd63096581c9fa6825448c53867c4b21eac893
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #16726 from womfoo/bump/proxychains-4.2.0

proxychains: 4.0.1-head -> 4.2.0


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


[Nix-commits] [NixOS/nixpkgs] 0f6c79: pekwm: init at 0.1.17

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0f6c79d561f45a58d4e278a4cf969dc5f657045a
  
https://github.com/NixOS/nixpkgs/commit/0f6c79d561f45a58d4e278a4cf969dc5f657045a
  Author: AndersonTorres 
  Date:   2016-07-09 (Sat, 09 Jul 2016)

  Changed paths:
M nixos/modules/services/x11/window-managers/default.nix
A nixos/modules/services/x11/window-managers/pekwm.nix
A pkgs/applications/window-managers/pekwm/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  pekwm: init at 0.1.17


  Commit: 86ba20b3d835e623848cf8381525dba5d6515b2f
  
https://github.com/NixOS/nixpkgs/commit/86ba20b3d835e623848cf8381525dba5d6515b2f
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M nixos/modules/services/x11/window-managers/default.nix
A nixos/modules/services/x11/window-managers/pekwm.nix
A pkgs/applications/window-managers/pekwm/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #16686 from AndersonTorres/pekwm

pekwm: init at 0.1.17


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


[Nix-commits] [NixOS/nixpkgs] 784b31: uemacs: init at 2014-12-08

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 784b31dd9339332713e24b89d2bca524bd5fe083
  
https://github.com/NixOS/nixpkgs/commit/784b31dd9339332713e24b89d2bca524bd5fe083
  Author: Ram Kromberg 
  Date:   2016-07-13 (Wed, 13 Jul 2016)

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

  Log Message:
  ---
  uemacs: init at 2014-12-08


  Commit: 0adba3dc8fa9d04d71782392db586dff4c1da2c1
  
https://github.com/NixOS/nixpkgs/commit/0adba3dc8fa9d04d71782392db586dff4c1da2c1
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #16927 from RamKromberg/init/uemacs

uemacs: init at 2014-12-08


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


[Nix-commits] [NixOS/nixpkgs] c4fa18: mirrors: add downloads.sourceforge.net

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c4fa18b7a2f64f6aa01fb83fc80069b921c45372
  
https://github.com/NixOS/nixpkgs/commit/c4fa18b7a2f64f6aa01fb83fc80069b921c45372
  Author: J Phani Mahesh 
  Date:   2016-07-15 (Fri, 15 Jul 2016)

  Changed paths:
M pkgs/build-support/fetchurl/mirrors.nix

  Log Message:
  ---
  mirrors: add downloads.sourceforge.net

downloads.sourceforge.net is the official way to download tarballs from
SourceForge.  However, it is reported as unreliable due to SF's weird
load balancing system.

This commit gives the official mirror utmost priority, and will use
other configured mirrors (which may be temporary) as a fallback only
when the official one can't be reached/download fails/hangs.

References: NixOs/nixpkgs#16900


  Commit: 2621e9b641cb7ab5ac3da63a0903b913e279a796
  
https://github.com/NixOS/nixpkgs/commit/2621e9b641cb7ab5ac3da63a0903b913e279a796
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/build-support/fetchurl/mirrors.nix

  Log Message:
  ---
  Merge pull request #16976 from phanimahesh/sourceforge-mirrors

mirrors: add downloads.sourceforge.net


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


[Nix-commits] [NixOS/nixpkgs] f7c43d: octave: use OpenBLAS with correct bit-width. Previ...

2016-07-16 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f7c43d4dc275560b300fd1e6ead86335dc916bd7
  
https://github.com/NixOS/nixpkgs/commit/f7c43d4dc275560b300fd1e6ead86335dc916bd7
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  octave: use OpenBLAS with correct bit-width. Previously this didn't work, now 
it is the only way that works.


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


[Nix-commits] [NixOS/nixpkgs] 99a02d: blackbird: 2016-04-10 -> 2016-07-04

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 99a02d7f5d433c85dbfcdf4755dddbce41693285
  
https://github.com/NixOS/nixpkgs/commit/99a02d7f5d433c85dbfcdf4755dddbce41693285
  Author: José Romildo Malaquias 
  Date:   2016-07-15 (Fri, 15 Jul 2016)

  Changed paths:
M pkgs/misc/themes/blackbird/default.nix

  Log Message:
  ---
  blackbird: 2016-04-10 -> 2016-07-04


  Commit: 35bbe646d6600a55fe350559a059890ba0873baa
  
https://github.com/NixOS/nixpkgs/commit/35bbe646d6600a55fe350559a059890ba0873baa
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/misc/themes/blackbird/default.nix

  Log Message:
  ---
  Merge pull request #16984 from romildo/upd.blackbird

blackbird: 2016-04-10 -> 2016-07-04


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


[Nix-commits] [NixOS/nixpkgs] f4d845: adapta-gtk-theme: 3.21.2 -> 3.21.3.68

2016-07-16 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f4d845b47991d411a2cd102ed73c51743b1495e1
  
https://github.com/NixOS/nixpkgs/commit/f4d845b47991d411a2cd102ed73c51743b1495e1
  Author: José Romildo Malaquias 
  Date:   2016-07-15 (Fri, 15 Jul 2016)

  Changed paths:
M pkgs/misc/themes/adapta/default.nix

  Log Message:
  ---
  adapta-gtk-theme: 3.21.2 -> 3.21.3.68


  Commit: 820812f128f585f43fde93e5629afa1e24bf00aa
  
https://github.com/NixOS/nixpkgs/commit/820812f128f585f43fde93e5629afa1e24bf00aa
  Author: Joachim F 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/misc/themes/adapta/default.nix

  Log Message:
  ---
  Merge pull request #16988 from romildo/upd.adapta

adapta-gtk-theme: 3.21.2 -> 3.21.3.68


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


[Nix-commits] [NixOS/nixpkgs] a377c7: firefox-bin: 48.0b1 -> 48.0b7

2016-07-16 Thread Rok Garbas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a377c71280e9ad7cb085faff85b3ca1ee198a6bb
  
https://github.com/NixOS/nixpkgs/commit/a377c71280e9ad7cb085faff85b3ca1ee198a6bb
  Author: Rok Garbas 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/applications/networking/browsers/firefox-bin/beta_sources.nix
M pkgs/applications/networking/browsers/firefox-bin/default.nix
R pkgs/applications/networking/browsers/firefox-bin/dev_sources.nix
M pkgs/applications/networking/browsers/firefox-bin/generate_sources.rb
R pkgs/applications/networking/browsers/firefox-bin/generate_sources_dev.rb
M pkgs/applications/networking/browsers/firefox-bin/sources.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  firefox-bin: 48.0b1 -> 48.0b7

* removed firefox-developer-bin
* extend firefox-bin expression to accept sources as input so
  firefox-developer-bin can be packaged outside nixpkgs
* generate_sources.rb now includes full urls in the output


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


[Nix-commits] [NixOS/nixpkgs] 031b32: {lib}mediainfo{-gui}: 0.7.86 -> 0.7.87

2016-07-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 031b32104c84cac9fc168be5eeb8fd60a34e253d
  
https://github.com/NixOS/nixpkgs/commit/031b32104c84cac9fc168be5eeb8fd60a34e253d
  Author: devhell <^@regexmail.net>
  Date:   2016-07-01 (Fri, 01 Jul 2016)

  Changed paths:
M pkgs/applications/misc/mediainfo-gui/default.nix
M pkgs/applications/misc/mediainfo/default.nix
M pkgs/development/libraries/libmediainfo/default.nix

  Log Message:
  ---
  {lib}mediainfo{-gui}: 0.7.86 -> 0.7.87

>From the changelog:
```
Version 0.7.87, 2016-06-30
+ Spanish and catalan languages updated, thanks to Sergi Medina
+ Refactoring of the trace feature, for better performance and some bug fixes
- Visual C++ 2012 project files removed
x Review of symbols display, now using standard display (e.g. "k" instead of 
"K", " min" instead of "mn"...)
x XML output: revert to old versioning method (version is MediaInfo software 
version)
x I63, EBUCore/FIMS outputs: typo correction about WritingLibrary and 
WritingApplication
x Matroska: files with CodecPrivate element before CodecID element where not 
always correctly parsed
x OGG: crash/incoherent behavior with some buggy OGG streams having invalid 
chunk sizes
```


  Commit: fe17c7a00213dae76cb607dfd063b9e9d7aeb5df
  
https://github.com/NixOS/nixpkgs/commit/fe17c7a00213dae76cb607dfd063b9e9d7aeb5df
  Author: Frederik Rietdijk 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/applications/misc/mediainfo-gui/default.nix
M pkgs/applications/misc/mediainfo/default.nix
M pkgs/development/libraries/libmediainfo/default.nix

  Log Message:
  ---
  Merge pull request #16643 from devhell/mediainfo

{lib}mediainfo{-gui}: 0.7.86 -> 0.7.87


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


[Nix-commits] [NixOS/nixpkgs] 1c7cb2: guile-sdl: fix after multiple-outputs change

2016-07-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1c7cb20fb1e29acd95cd43728985ca7efe97b2fe
  
https://github.com/NixOS/nixpkgs/commit/1c7cb20fb1e29acd95cd43728985ca7efe97b2fe
  Author: Kranium Gikos Mendoza 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/development/guile-modules/guile-sdl/default.nix

  Log Message:
  ---
  guile-sdl: fix after multiple-outputs change


  Commit: e60d5a72e36325c7c8bf5e12bf7f4cc4da8e75a6
  
https://github.com/NixOS/nixpkgs/commit/e60d5a72e36325c7c8bf5e12bf7f4cc4da8e75a6
  Author: Frederik Rietdijk 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/development/guile-modules/guile-sdl/default.nix

  Log Message:
  ---
  Merge pull request #17000 from womfoo/fix/guile-sdl

guile-sdl: fix after multiple-outputs change


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


[Nix-commits] [NixOS/nixpkgs] d75c43: libgcrypt: 1.7.1 -> 1.7.2

2016-07-16 Thread Lancelot SIX
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d75c43e15c00de060cc0910d30789da195f2ec43
  
https://github.com/NixOS/nixpkgs/commit/d75c43e15c00de060cc0910d30789da195f2ec43
  Author: Lancelot SIX 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  libgcrypt: 1.7.1 -> 1.7.2

See http://lists.gnu.org/archive/html/info-gnu/2016-07/msg6.html
for release announcement


  Commit: 02949b48809f169a0abbb129fadab989052788c0
  
https://github.com/NixOS/nixpkgs/commit/02949b48809f169a0abbb129fadab989052788c0
  Author: Lancelot SIX 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  libassuan: 2.4.2 -> 2.4.3


  Commit: b360982b507f715e71961e44129bc9a60f4b09e1
  
https://github.com/NixOS/nixpkgs/commit/b360982b507f715e71961e44129bc9a60f4b09e1
  Author: Lancelot SIX 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/development/libraries/libgpg-error/default.nix

  Log Message:
  ---
  libgpg-error: 1.23 -> 1.24


  Commit: 00e8e4c2ed98ed915e54ee2ee8c402573588adee
  
https://github.com/NixOS/nixpkgs/commit/00e8e4c2ed98ed915e54ee2ee8c402573588adee
  Author: Lancelot SIX 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/tools/security/gnupg/21.nix

  Log Message:
  ---
  gnupg21: 2.1.13 -> 2.1.14

See announcement at
http://lists.gnu.org/archive/html/info-gnu/2016-07/msg5.html


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


Re: [Nix-dev] Hydra out of disk space

2016-07-16 Thread Mateusz Czaplinski
Sorry if this was already discussed, but I had a thought recently,
that if the Hydra farm has recurring trouble with capacity, maybe
there is a chance some third-party company or individual would be
willing to contribute hardware, e.g. if asked for help on Hacker News,
twitter, etc.

On Fri, Jul 15, 2016 at 10:13 PM, Bjørn Forsman  wrote:
> Hi all,
>
> I don't know if it's needed or not (you are probably aware), but here
> is a reminder that hydra builds are still failing due to "out of disk
> space".
>
> - Bjørn
> ___
> 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] 61a361: tptp: 6.3.0 -> 6.4.0

2016-07-16 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 61a3610853428afb03d89d159569229a557a1cb6
  
https://github.com/NixOS/nixpkgs/commit/61a3610853428afb03d89d159569229a557a1cb6
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/applications/science/logic/tptp/default.nix

  Log Message:
  ---
  tptp: 6.3.0 -> 6.4.0


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


[Nix-commits] [NixOS/nixpkgs] c606b9: grsecurity module: enforce size overflows by defau...

2016-07-16 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c606b9876fbcbfa2aa8360a5a2d808c80d3a2759
  
https://github.com/NixOS/nixpkgs/commit/c606b9876fbcbfa2aa8360a5a2d808c80d3a2759
  Author: Joachim Fasting 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M nixos/modules/security/grsecurity.nix

  Log Message:
  ---
  grsecurity module: enforce size overflows by default

It is better to make this conditional on whether the configuration contains a
known size overflow that could prevent the system from booting.


  Commit: 94824303be3093fa105b6e50ba5497cbc7318f6e
  
https://github.com/NixOS/nixpkgs/commit/94824303be3093fa105b6e50ba5497cbc7318f6e
  Author: Joachim Fasting 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M nixos/modules/security/grsecurity.nix

  Log Message:
  ---
  grsecurity module: smarter container support

Only set tunables required for container support if there are any containers.


  Commit: cef7150bc761d8ccd012f5cc6fb20e439293f3f0
  
https://github.com/NixOS/nixpkgs/commit/cef7150bc761d8ccd012f5cc6fb20e439293f3f0
  Author: Joachim Fasting 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M nixos/modules/security/grsecurity.nix

  Log Message:
  ---
  grsecurity module: grsecurity is not capitalized mid-sentence


  Commit: 59c9a88a6b690a5e577c71b95494e99cfe6fa816
  
https://github.com/NixOS/nixpkgs/commit/59c9a88a6b690a5e577c71b95494e99cfe6fa816
  Author: Joachim Fasting 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M nixos/modules/security/grsecurity.nix

  Log Message:
  ---
  grsecurity module: tweak lockTunables option description


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


[Nix-commits] [NixOS/nixpkgs] 8d4fc3: shotwell: 0.22.0 -> 0.23.2

2016-07-16 Thread Luca Bruno
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8d4fc3c375081d523a47709f5fd09f275b6b973a
  
https://github.com/NixOS/nixpkgs/commit/8d4fc3c375081d523a47709f5fd09f275b6b973a
  Author: mimadrid 
  Date:   2016-07-15 (Fri, 15 Jul 2016)

  Changed paths:
M pkgs/applications/graphics/shotwell/default.nix

  Log Message:
  ---
  shotwell: 0.22.0 -> 0.23.2


  Commit: e04019d690e896a6b7f4ccd5d7836947b98dbcd2
  
https://github.com/NixOS/nixpkgs/commit/e04019d690e896a6b7f4ccd5d7836947b98dbcd2
  Author: Luca Bruno 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
M pkgs/applications/graphics/shotwell/default.nix

  Log Message:
  ---
  Merge pull request #16989 from mimadrid/update/shotwell-0.23.2

shotwell: 0.22.0 -> 0.23.2


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


[Nix-commits] [NixOS/nixpkgs] f51f6a: lxc: 2.0.1 -> 2.0.3

2016-07-16 Thread Rickard Nilsson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f51f6a36e8d52a24b93163903757ae1d12f7e887
  
https://github.com/NixOS/nixpkgs/commit/f51f6a36e8d52a24b93163903757ae1d12f7e887
  Author: Louis Taylor 
  Date:   2016-07-13 (Wed, 13 Jul 2016)

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

  Log Message:
  ---
  lxc: 2.0.1 -> 2.0.3


  Commit: 8fa4dc174f82e35106549c49b357f2332a722f55
  
https://github.com/NixOS/nixpkgs/commit/8fa4dc174f82e35106549c49b357f2332a722f55
  Author: Rickard Nilsson 
  Date:   2016-07-16 (Sat, 16 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #16899 from kragniz/lxc-2.0.3

lxc: 2.0.1 -> 2.0.3


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