[Nix-commits] [NixOS/nixpkgs] 2ed4b6: qt59: fix qtCompatVersion

2017-06-28 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2ed4b6fad8d4291eba056737652711375bf95bce
  
https://github.com/NixOS/nixpkgs/commit/2ed4b6fad8d4291eba056737652711375bf95bce
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  qt59: fix qtCompatVersion

Qt 5.9 was incorrectly identified as being plugin-compatible with Qt 5.8.


  Commit: 59f94b12f3dc5f0a6fa47a8f51f5fd72a3af63fd
  
https://github.com/NixOS/nixpkgs/commit/59f94b12f3dc5f0a6fa47a8f51f5fd72a3af63fd
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  dropbox: 28.4.14 -> 29.4.20


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


[Nix-commits] [NixOS/nixpkgs] 074bcc: plasma5: 5.10.2 -> 5.10.3

2017-06-27 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 074bccb43b30d4a385a8926c22ed07c617cacef6
  
https://github.com/NixOS/nixpkgs/commit/074bccb43b30d4a385a8926c22ed07c617cacef6
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/desktops/plasma-5/fetch.sh
M pkgs/desktops/plasma-5/srcs.nix

  Log Message:
  ---
  plasma5: 5.10.2 -> 5.10.3

This is a scheduled bugfix release. Several fixes are related to integrating
Plasma 5.10 and Qt 5.9, particularly a serious bug in KWin.


  Commit: dbb3037d27d8181d19a32531deedae2da00467f4
  
https://github.com/NixOS/nixpkgs/commit/dbb3037d27d8181d19a32531deedae2da00467f4
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/desktops/plasma-5/fetch.sh
M pkgs/desktops/plasma-5/srcs.nix

  Log Message:
  ---
  Merge pull request #26902 from ttuegel/plasma-5.10.3

plasma5: 5.10.2 -> 5.10.3


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


Re: [Nix-dev] Setup hook evaluation order

2017-06-25 Thread Thomas Tuegel
On Sunday, June 25, 2017 1:31:28 AM CDT Vladimír Čunát wrote:
> On 06/22/2017 01:05 PM, Thomas Tuegel wrote:
> > How can I make my setup hook be evaluated after multiple-outputs.sh is
> > loaded?
> Immediate idea, maybe there's a better way: make the envHook just extend
> prePhases by a function that does the actual work.  That should get run
> after all envHooks but before all phases.

I think for most setup hooks your suggestion would work. Unfortunately, the 
setup hook I'm working with is actually a *template* for a family of setup 
hooks, so I can't define any functions as there is no easy way to ensure they 
are uniquely named.

The solution I implemented [1] is to set a postHook which reloads the setup 
hook by filename. The setup hook checks the hookName variable, and when it is 
set to postHook, runs the true body of the setup hook.

> Still, I wonder if we should change the order to run the setup hooks
> from stdenv before those from packages.  It would seem more natural.

I tend to agree. Upon examination, I found several other definitions which I 
thought should precede loading the setup hooks. I have made a pull request [2] 
to staging.

Regards,
Tom

---

[1]. 
https://github.com/NixOS/nixpkgs/commit/0030c6610353b3706fe77d4cce06f1905a4aec43
[2]. https://github.com/NixOS/nixpkgs/pull/26844


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


[Nix-commits] [NixOS/nixpkgs] 0d1a1a: plasma-workspace: no propagatedBuildInputs

2017-06-24 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0d1a1a49547215ccc36197a53e49d14edf193faa
  
https://github.com/NixOS/nixpkgs/commit/0d1a1a49547215ccc36197a53e49d14edf193faa
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-23 (Fri, 23 Jun 2017)

  Changed paths:
M pkgs/desktops/plasma-5/plasma-workspace/default.nix

  Log Message:
  ---
  plasma-workspace: no propagatedBuildInputs

Only libraries may have propagatedBuildInputs.


  Commit: 22b10bac78eb2b27e45248015d30e5e658174ca6
  
https://github.com/NixOS/nixpkgs/commit/22b10bac78eb2b27e45248015d30e5e658174ca6
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-24 (Sat, 24 Jun 2017)

  Changed paths:
M pkgs/development/libraries/kde-frameworks/kjs.nix
R pkgs/development/libraries/qt-5/5.8/default.nix
R pkgs/development/libraries/qt-5/5.8/fetch.sh
R pkgs/development/libraries/qt-5/5.8/qtbase/cmake-paths.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/compose-search-path.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
R pkgs/development/libraries/qt-5/5.8/qtbase/dlopen-gl.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/dlopen-gtkstyle.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/dlopen-libXcursor.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/dlopen-resolv.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/library-paths.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/libressl.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/qgtk-env.patch
R 
pkgs/development/libraries/qt-5/5.8/qtbase/qnativesocketengine-type-pun.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/series
R pkgs/development/libraries/qt-5/5.8/qtbase/tzdir.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/xdg-config-dirs.patch
R pkgs/development/libraries/qt-5/5.8/qtconnectivity.nix
R pkgs/development/libraries/qt-5/5.8/qtdeclarative/default.nix
R pkgs/development/libraries/qt-5/5.8/qtdeclarative/import-paths.patch
R pkgs/development/libraries/qt-5/5.8/qtdeclarative/series
R pkgs/development/libraries/qt-5/5.8/qtdoc.nix
R pkgs/development/libraries/qt-5/5.8/qtgraphicaleffects.nix
R pkgs/development/libraries/qt-5/5.8/qtimageformats.nix
R pkgs/development/libraries/qt-5/5.8/qtlocation.nix
R pkgs/development/libraries/qt-5/5.8/qtmacextras.nix
R pkgs/development/libraries/qt-5/5.8/qtmultimedia.nix
R pkgs/development/libraries/qt-5/5.8/qtquickcontrols.nix
R pkgs/development/libraries/qt-5/5.8/qtquickcontrols2.nix
R pkgs/development/libraries/qt-5/5.8/qtscript/0001-glib-2.32.patch
R pkgs/development/libraries/qt-5/5.8/qtscript/default.nix
R pkgs/development/libraries/qt-5/5.8/qtsensors.nix
R pkgs/development/libraries/qt-5/5.8/qtserialport/default.nix
R 
pkgs/development/libraries/qt-5/5.8/qtserialport/qtserialport-dlopen-udev.patch
R pkgs/development/libraries/qt-5/5.8/qtserialport/series
R pkgs/development/libraries/qt-5/5.8/qtsvg.nix
R pkgs/development/libraries/qt-5/5.8/qttools/cmake-paths.patch
R pkgs/development/libraries/qt-5/5.8/qttools/default.nix
R pkgs/development/libraries/qt-5/5.8/qttools/series
R pkgs/development/libraries/qt-5/5.8/qttranslations.nix
R pkgs/development/libraries/qt-5/5.8/qtwayland.nix
R pkgs/development/libraries/qt-5/5.8/qtwebchannel.nix
R pkgs/development/libraries/qt-5/5.8/qtwebengine/default.nix
R 
pkgs/development/libraries/qt-5/5.8/qtwebengine/qtwebengine-paxmark-mksnapshot.patch
R pkgs/development/libraries/qt-5/5.8/qtwebkit/default.nix
R pkgs/development/libraries/qt-5/5.8/qtwebkit/qtwebkit-dlopen-gtk.patch
R pkgs/development/libraries/qt-5/5.8/qtwebkit/qtwebkit-dlopen-udev.patch
R pkgs/development/libraries/qt-5/5.8/qtwebkit/qtwebkit-icucore-darwin.patch
R pkgs/development/libraries/qt-5/5.8/qtwebkit/series
R pkgs/development/libraries/qt-5/5.8/qtwebsockets.nix
R pkgs/development/libraries/qt-5/5.8/qtx11extras.nix
R pkgs/development/libraries/qt-5/5.8/qtxmlpatterns.nix
R pkgs/development/libraries/qt-5/5.8/srcs.nix
A pkgs/development/libraries/qt-5/5.9/default.nix
A pkgs/development/libraries/qt-5/5.9/fetch.sh
A pkgs/development/libraries/qt-5/5.9/qtbase/cmake-paths.patch
A pkgs/development/libraries/qt-5/5.9/qtbase/compose-search-path.patch
A pkgs/development/libraries/qt-5/5.9/qtbase/default.nix
A pkgs/development/libraries/qt-5/5.9/qtbase/dlopen-gl.patch
A pkgs/development/libraries/qt-5/5.9/qtbase/dlopen-gtkstyle.patch
A pkgs/development/libraries/qt-5/5.9/qtbase/dlopen-libXcursor.patch
A pkgs/development/libraries/qt-5/5.9/qtbase/dlopen-resolv.patch
A pkgs/development/libraries/qt-5/5.9/qtbase/library-paths.patch
A pkgs/development/libraries/qt-5/5.9/qtbase/libressl.patch
A pkgs/development/libraries/qt-5/5.9/qtbase/qgtk-env.patch
A 
pkgs/development/libraries/qt-

[Nix-commits] [NixOS/nixpkgs] 0030c6: kdeFrameworks, plasma5: fix setup hooks

2017-06-22 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0030c6610353b3706fe77d4cce06f1905a4aec43
  
https://github.com/NixOS/nixpkgs/commit/0030c6610353b3706fe77d4cce06f1905a4aec43
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-22 (Thu, 22 Jun 2017)

  Changed paths:
M pkgs/desktops/plasma-5/default.nix
M pkgs/development/libraries/kde-frameworks/default.nix

  Log Message:
  ---
  kdeFrameworks, plasma5: fix setup hooks

The setup hooks for many kdeFrameworks and plasma5 packages were erroneously
running before $outputDev was set. This lead to .dev outputs being propagated
into the user environment.


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


[Nix-dev] Setup hook evaluation order

2017-06-22 Thread Thomas Tuegel
Hi nix-dev,

My package has a setup hook which needs $outputDev, $outputLib, etc. to be 
set. In other words, I need the multiple-outputs.sh setup hook to be loaded 
before my setup hook is evaluated. However, multiple-outputs.sh is part of 
defaultNativeBuildInputs and is always loaded *after* any packages in 
buildInputs or nativeBuildInputs.

How can I make my setup hook be evaluated after multiple-outputs.sh is loaded?

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


[Nix-commits] [NixOS/nixpkgs] 3f3d33: qt5: use distinct `lib/qt-5.x` prefix for each min...

2017-06-18 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3f3d33a07867116446ec9b5e2675ef1c8de8127d
  
https://github.com/NixOS/nixpkgs/commit/3f3d33a07867116446ec9b5e2675ef1c8de8127d
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-18 (Sun, 18 Jun 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/plasma5.nix
M pkgs/applications/display-managers/sddm/default.nix
M pkgs/applications/science/programming/fdr/default.nix
M pkgs/applications/science/robotics/qgroundcontrol/default.nix
M pkgs/desktops/lxqt/default.nix
M pkgs/desktops/plasma-5/libkscreen/default.nix
M pkgs/desktops/plasma-5/startkde/default.nix
M pkgs/desktops/plasma-5/startkde/startkde.sh
M 
pkgs/development/libraries/kde-frameworks/extra-cmake-modules/setup-hook.sh
M pkgs/development/libraries/kde-frameworks/kwindowsystem/default.nix
M pkgs/development/libraries/qmltermwidget/default.nix
M pkgs/development/libraries/qt-5/5.6/default.nix
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
M 
pkgs/development/libraries/qt-5/5.6/qtbase/nix-profiles-library-paths.patch
M pkgs/development/libraries/qt-5/5.6/qtdeclarative/default.nix
M 
pkgs/development/libraries/qt-5/5.6/qtdeclarative/nix-profiles-import-paths.patch
M pkgs/development/libraries/qt-5/5.6/qtwebengine/default.nix
M pkgs/development/libraries/qt-5/5.8/default.nix
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
M 
pkgs/development/libraries/qt-5/5.8/qtbase/nix-profiles-library-paths.patch
M pkgs/development/libraries/qt-5/5.8/qtdeclarative/default.nix
M 
pkgs/development/libraries/qt-5/5.8/qtdeclarative/nix-profiles-import-paths.patch
M pkgs/development/libraries/qt-5/make-qt-wrapper-darwin.sh
M pkgs/development/libraries/qt-5/make-qt-wrapper.sh
M pkgs/development/libraries/qt-5/qt-env.nix
M pkgs/development/libraries/qt-5/qtbase-setup-hook-darwin.sh
M pkgs/development/libraries/qt-5/qtbase-setup-hook.sh
M pkgs/development/libraries/qtwebkit-plugins/default.nix
M pkgs/development/qtcreator/default.nix
M pkgs/tools/misc/qt5ct/default.nix

  Log Message:
  ---
  qt5: use distinct `lib/qt-5.x` prefix for each minor version

Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor
versions to coexist in the same environment.


  Commit: 210f6888023c1df8aff2d053a5e41f5e1effdfe7
  
https://github.com/NixOS/nixpkgs/commit/210f6888023c1df8aff2d053a5e41f5e1effdfe7
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-18 (Sun, 18 Jun 2017)

  Changed paths:
M pkgs/applications/audio/dfasma/default.nix
M pkgs/applications/audio/fmit/default.nix
M pkgs/applications/audio/iannix/default.nix
M pkgs/applications/audio/keyfinder/default.nix
M pkgs/applications/audio/sonic-visualiser/default.nix
M pkgs/applications/editors/rstudio/default.nix
M pkgs/applications/editors/tiled/default.nix
M pkgs/applications/graphics/awesomebump/default.nix
M pkgs/applications/graphics/phototonic/default.nix
M pkgs/applications/graphics/rapcad/default.nix
M pkgs/applications/misc/calibre/default.nix
M pkgs/applications/misc/cool-retro-term/default.nix
M pkgs/applications/misc/golden-cheetah/default.nix
M pkgs/applications/misc/goldendict/default.nix
M pkgs/applications/misc/gpxsee/default.nix
M pkgs/applications/misc/openbrf/default.nix
M pkgs/applications/misc/qtpass/default.nix
M pkgs/applications/misc/redis-desktop-manager/default.nix
M pkgs/applications/misc/twmn/default.nix
M pkgs/applications/networking/instant-messengers/ricochet/default.nix
M 
pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix
M 
pkgs/applications/networking/instant-messengers/telegram/libqtelegram-aseman-edition/default.nix
M 
pkgs/applications/networking/instant-messengers/telegram/telegram-qml/default.nix
M pkgs/applications/networking/instant-messengers/tensor/default.nix
M pkgs/applications/networking/irc/communi/default.nix
M pkgs/applications/networking/linssid/default.nix
M pkgs/applications/networking/mumble/default.nix
M pkgs/applications/networking/newsreaders/quiterss/default.nix
M pkgs/applications/networking/p2p/qbittorrent/default.nix
M pkgs/applications/office/cb2bib/default.nix
M pkgs/applications/office/mytetra/default.nix
M pkgs/applications/science/electronics/fritzing/default.nix
M pkgs/applications/science/robotics/qgroundcontrol/default.nix
M pkgs/applications/video/bomi/default.nix
M pkgs/applications/video/shotcut/default.nix
M pkgs/applications/video/smplayer/default.nix
M pkgs/applications/video/smtube/default.nix
M pkgs/applications/video/vokoscreen/default.nix
M pkgs/data/documentation/zeal/default.nix
M pkgs/desktops/lumina/default.nix
M pkgs/development/libraries/accounts-qt/defau

[Nix-commits] [NixOS/nixpkgs] 2343b5: dropbox: 27.4.22 -> 28.4.14

2017-06-14 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2343b552d2732a5658953630b90a276e86762a93
  
https://github.com/NixOS/nixpkgs/commit/2343b552d2732a5658953630b90a276e86762a93
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

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

  Log Message:
  ---
  dropbox: 27.4.22 -> 28.4.14

(cherry picked from commit 98c38d51b944e984805a6b150e2a80e7401c0e72)


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


[Nix-commits] [NixOS/nixpkgs] 98c38d: dropbox: 27.4.22 -> 28.4.14

2017-06-14 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 98c38d51b944e984805a6b150e2a80e7401c0e72
  
https://github.com/NixOS/nixpkgs/commit/98c38d51b944e984805a6b150e2a80e7401c0e72
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

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

  Log Message:
  ---
  dropbox: 27.4.22 -> 28.4.14


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


[Nix-commits] [NixOS/nixpkgs] 27aaea: qt5ct: 0.30 -> 0.32

2017-06-02 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 27aaea0cd265b6b9fe5679a902fe7aa0b6b758f1
  
https://github.com/NixOS/nixpkgs/commit/27aaea0cd265b6b9fe5679a902fe7aa0b6b758f1
  Author: romildo <malaqu...@gmail.com>
  Date:   2017-05-27 (Sat, 27 May 2017)

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

  Log Message:
  ---
  qt5ct: 0.30 -> 0.32


  Commit: b0da92ddf2b9f30ddeb4e518e6b77a6628b6b458
  
https://github.com/NixOS/nixpkgs/commit/b0da92ddf2b9f30ddeb4e518e6b77a6628b6b458
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26120 from romildo/upd.qt5ct

qt5ct: 0.30 -> 0.32


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


[Nix-commits] [NixOS/nixpkgs] 0fdd1b: dropbox: 25.4.28 -> 26.4.24

2017-06-01 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0fdd1b432f72a9974e0c2efd9eb5a9b24bffa471
  
https://github.com/NixOS/nixpkgs/commit/0fdd1b432f72a9974e0c2efd9eb5a9b24bffa471
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

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

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

(cherry picked from commit 2099f0afccd3653981225c287f729cb20e9c4a97)


  Commit: ecaef55b05543305e43e412d74830f4efd76f36b
  
https://github.com/NixOS/nixpkgs/commit/ecaef55b05543305e43e412d74830f4efd76f36b
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

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

  Log Message:
  ---
  dropbox: 26.4.24 -> 27.4.22

(cherry picked from commit fa1952908ede8ea3e51fb496f5809de9677d152a)


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


[Nix-commits] [NixOS/nixpkgs] fa1952: dropbox: 26.4.24 -> 27.4.22

2017-06-01 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fa1952908ede8ea3e51fb496f5809de9677d152a
  
https://github.com/NixOS/nixpkgs/commit/fa1952908ede8ea3e51fb496f5809de9677d152a
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-06-01 (Thu, 01 Jun 2017)

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

  Log Message:
  ---
  dropbox: 26.4.24 -> 27.4.22


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


[Nix-commits] [NixOS/nixpkgs] 2412ce: Revert "plasma5: 5.8.6 -> 5.8.7"

2017-05-28 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2412cec456e48d97462c1046484cb3140f9046a2
  
https://github.com/NixOS/nixpkgs/commit/2412cec456e48d97462c1046484cb3140f9046a2
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-28 (Sun, 28 May 2017)

  Changed paths:
M pkgs/desktops/plasma-5/fetch.sh
M pkgs/desktops/plasma-5/srcs.nix

  Log Message:
  ---
  Revert "plasma5: 5.8.6 -> 5.8.7"

This reverts commit b1f8bd12d38fcf25533bb3765f8bea15ad2d0672.

Fixes #26080.

In this bugfix release, upstream has changed the Qt dependency requirement from
Qt 5.6 to Qt 5.7; such an update is not acceptable for an LTS release, so
updates to the Plasma desktop environment in NixOS are discontinued.


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


[Nix-commits] [NixOS/nixpkgs] 560089: geolite-legacy: 2016-07-08 -> 2017-05-26

2017-05-26 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5600895fd4dacb56ad5e943710b5d09597b24e18
  
https://github.com/NixOS/nixpkgs/commit/5600895fd4dacb56ad5e943710b5d09597b24e18
  Author: Franz Pletz <fpl...@fnordicwalking.de>
  Date:   2017-05-26 (Fri, 26 May 2017)

  Changed paths:
M pkgs/data/misc/geolite-legacy/default.nix

  Log Message:
  ---
  geolite-legacy: 2016-07-08 -> 2017-05-26

(cherry picked from commit 45372b1cdc5dadafa5e27a5078b49ad620d1ed37)


  Commit: 9f4a10220c5e1ad636440415131c92264ed3bc24
  
https://github.com/NixOS/nixpkgs/commit/9f4a10220c5e1ad636440415131c92264ed3bc24
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
M pkgs/applications/audio/spotify/default.nix

  Log Message:
  ---
  spotify: 1.0.53.758 -> 1.0.55.487

(cherry picked from commit b7290d3af5f9ea27ed4e60635bae469899e5e83e)

Fixes #26141.


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


[Nix-commits] [NixOS/nixpkgs] b7290d: spotify: 1.0.53.758 -> 1.0.55.487

2017-05-23 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b7290d3af5f9ea27ed4e60635bae469899e5e83e
  
https://github.com/NixOS/nixpkgs/commit/b7290d3af5f9ea27ed4e60635bae469899e5e83e
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
M pkgs/applications/audio/spotify/default.nix

  Log Message:
  ---
  spotify: 1.0.53.758 -> 1.0.55.487


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


[Nix-commits] [NixOS/nixpkgs] b1f8bd: plasma5: 5.8.6 -> 5.8.7

2017-05-23 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b1f8bd12d38fcf25533bb3765f8bea15ad2d0672
  
https://github.com/NixOS/nixpkgs/commit/b1f8bd12d38fcf25533bb3765f8bea15ad2d0672
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
M pkgs/desktops/plasma-5/fetch.sh
M pkgs/desktops/plasma-5/srcs.nix

  Log Message:
  ---
  plasma5: 5.8.6 -> 5.8.7


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


[Nix-commits] [NixOS/nixpkgs] 2c0006: emacsWithPackages: wrap MacOS app

2017-05-21 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2c0006521bbab23626f71a11bc9828930648a6d7
  
https://github.com/NixOS/nixpkgs/commit/2c0006521bbab23626f71a11bc9828930648a6d7
  Author: Matthew Bauer <mjbaue...@gmail.com>
  Date:   2017-05-20 (Sat, 20 May 2017)

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

  Log Message:
  ---
  emacsWithPackages: wrap MacOS app

fixes #22893


  Commit: 0633856c77fc220c67f6f0a3e37f02e7bc9869bd
  
https://github.com/NixOS/nixpkgs/commit/0633856c77fc220c67f6f0a3e37f02e7bc9869bd
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-05-21 (Sun, 21 May 2017)

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

  Log Message:
  ---
  Merge pull request #25952 from matthewbauer/emacs-with-packages-darwin

emacsWithPackages: wrap MacOS app


Compare: https://github.com/NixOS/nixpkgs/compare/07ceaa2ec8db...0633856c77fc___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d7e924: kdeApplications: 17.04.0 -> 17.04.1

2017-05-18 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d7e9248debe66225bae1788c347bfe6c62e38a6e
  
https://github.com/NixOS/nixpkgs/commit/d7e9248debe66225bae1788c347bfe6c62e38a6e
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
M pkgs/applications/kde/fetch.sh
M pkgs/applications/kde/l10n.nix
M pkgs/applications/kde/srcs.nix

  Log Message:
  ---
  kdeApplications: 17.04.0 -> 17.04.1


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


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

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

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

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


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


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

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

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

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

The NixOS option `useEmbeddedBitmaps` is now correctly respected.


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


[Nix-commits] [NixOS/nixpkgs] 88a508: Revert "qt58: ignore NIX_PROFILES environment vari...

2017-05-14 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 88a5082edf54a5ec3ae70aedfdfb143f245393bb
  
https://github.com/NixOS/nixpkgs/commit/88a5082edf54a5ec3ae70aedfdfb143f245393bb
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-14 (Sun, 14 May 2017)

  Changed paths:
A 
pkgs/development/libraries/qt-5/5.6/qtbase/nix-profiles-library-paths.patch
M pkgs/development/libraries/qt-5/5.6/qtbase/series
A 
pkgs/development/libraries/qt-5/5.8/qtbase/nix-profiles-library-paths.patch
M pkgs/development/libraries/qt-5/5.8/qtbase/series

  Log Message:
  ---
  Revert "qt58: ignore NIX_PROFILES environment variable"

This reverts commit 6169bd98f51429d7da4f2fc296357d8e6d828751.


  Commit: 7c338b7df8e35fab4c08a494bff6018f8fb1be72
  
https://github.com/NixOS/nixpkgs/commit/7c338b7df8e35fab4c08a494bff6018f8fb1be72
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-14 (Sun, 14 May 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
A pkgs/development/libraries/qt-5/5.6/qtbase/qpa-platform-plugin-path.patch
M pkgs/development/libraries/qt-5/5.6/qtbase/series
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
M 
pkgs/development/libraries/qt-5/5.8/qtbase/nix-profiles-library-paths.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/qpa-platform-plugin-path.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/qpa-plugin-path.patch
M pkgs/development/libraries/qt-5/5.8/qtbase/series

  Log Message:
  ---
  qtbase: search platform plugin paths before other plugin paths


  Commit: fabd48272faa45e07a6bae085903f98ff013b66e
  
https://github.com/NixOS/nixpkgs/commit/fabd48272faa45e07a6bae085903f98ff013b66e
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-14 (Sun, 14 May 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
A 
pkgs/development/libraries/qt-5/5.6/qtbase/nix-profiles-library-paths.patch
A pkgs/development/libraries/qt-5/5.6/qtbase/qpa-platform-plugin-path.patch
M pkgs/development/libraries/qt-5/5.6/qtbase/series
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
A 
pkgs/development/libraries/qt-5/5.8/qtbase/nix-profiles-library-paths.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/qpa-platform-plugin-path.patch
R pkgs/development/libraries/qt-5/5.8/qtbase/qpa-plugin-path.patch
M pkgs/development/libraries/qt-5/5.8/qtbase/series

  Log Message:
  ---
  Merge branch 'qt--qpa-plugin-path'


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


[Nix-commits] [NixOS/nixpkgs] 5b1b69: kdevelop: 5.0.3 -> 5.0.4 (#23788)

2017-05-13 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5b1b690d3defc92bd26946e573c2bd22f2fd1645
  
https://github.com/NixOS/nixpkgs/commit/5b1b690d3defc92bd26946e573c2bd22f2fd1645
  Author: Ambroz Bizjak <ambr...@gmail.com>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M pkgs/applications/editors/kdevelop5/kdevelop.nix
R 
pkgs/applications/editors/kdevelop5/kdevplatform-projectconfigskeleton.patch
M pkgs/applications/editors/kdevelop5/kdevplatform.nix

  Log Message:
  ---
  kdevelop: 5.0.3 -> 5.0.4 (#23788)


  Commit: d77a2cf7723e598ec807030f9233503b6697f488
  
https://github.com/NixOS/nixpkgs/commit/d77a2cf7723e598ec807030f9233503b6697f488
  Author: Ambroz Bizjak <ambr...@gmail.com>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M pkgs/applications/editors/kdevelop5/kdevelop.nix

  Log Message:
  ---
  kdevelop: Fix shell integration (issue 25559)


  Commit: 22da5d02466ffe465735986d705675982f3646a0
  
https://github.com/NixOS/nixpkgs/commit/22da5d02466ffe465735986d705675982f3646a0
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
M pkgs/applications/editors/kdevelop5/kdevelop.nix
R 
pkgs/applications/editors/kdevelop5/kdevplatform-projectconfigskeleton.patch
M pkgs/applications/editors/kdevelop5/kdevplatform.nix

  Log Message:
  ---
  Merge pull request #25692 from ambrop72/kdevelop-shell-1703

kdevelop: Fix shell integration, version bump


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


[Nix-commits] [NixOS/nixpkgs] 549a9d: kdevelop: Fix shell integration (issue 25559)

2017-05-13 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 549a9df9aa3e124da112a3f1fb54f357a5cf0eed
  
https://github.com/NixOS/nixpkgs/commit/549a9df9aa3e124da112a3f1fb54f357a5cf0eed
  Author: Ambroz Bizjak <ambr...@gmail.com>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M pkgs/applications/editors/kdevelop5/kdevelop.nix

  Log Message:
  ---
  kdevelop: Fix shell integration (issue 25559)


  Commit: 0442676fd689548c97b9a6eda816a862ad75d2f7
  
https://github.com/NixOS/nixpkgs/commit/0442676fd689548c97b9a6eda816a862ad75d2f7
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
M pkgs/applications/editors/kdevelop5/kdevelop.nix

  Log Message:
  ---
  Merge pull request #25691 from ambrop72/kdevelop-shell

kdevelop: Fix shell integration (issue 25559)


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


[Nix-commits] [NixOS/nixpkgs] c9f8fb: fontconfig-penultimate: 0.3.3 -> 0.3.4

2017-05-12 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c9f8fb4d127aa50cbe8905a1686b1ed88754a9b7
  
https://github.com/NixOS/nixpkgs/commit/c9f8fb4d127aa50cbe8905a1686b1ed88754a9b7
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-12 (Fri, 12 May 2017)

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

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


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


[Nix-commits] [NixOS/nixpkgs] f8ff43: org-packages: 2017-05-10

2017-05-11 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f8ff43190b0e8a6caaa8fece0257a9f8fd102875
  
https://github.com/NixOS/nixpkgs/commit/f8ff43190b0e8a6caaa8fece0257a9f8fd102875
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/org-generated.nix

  Log Message:
  ---
  org-packages: 2017-05-10


  Commit: ab663fee1523cbc99a44bde6997314e2c59664aa
  
https://github.com/NixOS/nixpkgs/commit/ab663fee1523cbc99a44bde6997314e2c59664aa
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix

  Log Message:
  ---
  elpa-packages: 2017-05-10


  Commit: 580a4e60031e2a7000e44c70ad802c1092cf204f
  
https://github.com/NixOS/nixpkgs/commit/580a4e60031e2a7000e44c70ad802c1092cf204f
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix

  Log Message:
  ---
  melpa-stable-packages: 2017-05-10


  Commit: 291a00a5021271d152ae9e4b5c6221a33fe780d3
  
https://github.com/NixOS/nixpkgs/commit/291a00a5021271d152ae9e4b5c6221a33fe780d3
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-generated.nix

  Log Message:
  ---
  melpa-packages: 2017-05-10


  Commit: 8b17444047eef7c01821dbb5a822d81708c2638a
  
https://github.com/NixOS/nixpkgs/commit/8b17444047eef7c01821dbb5a822d81708c2638a
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
M pkgs/applications/editors/emacs-modes/org-generated.nix

  Log Message:
  ---
  Merge pull request #25693 from mdorman/emacs-updates

Automated emacs package updates


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


[Nix-commits] [NixOS/nixpkgs] c8b4b4: Revert "Merge pull request #25628 from mdorman/ema...

2017-05-10 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c8b4b44ec35ed5cbee926a434873273f20f6707b
  
https://github.com/NixOS/nixpkgs/commit/c8b4b44ec35ed5cbee926a434873273f20f6707b
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
M pkgs/applications/editors/emacs-modes/org-generated.nix

  Log Message:
  ---
  Revert "Merge pull request #25628 from mdorman/emacs-updates"

This reverts commit 80fc0a6f99da6ed20d23f5f5ba0167de9145c918, reversing
changes made to 50711091f83e0ab60ce86698b4bfad952beb4184.

The updates were not properly generated.


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


[Nix-commits] [NixOS/nixpkgs] 4e69e4: org-packages: 2017-05-08

2017-05-09 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4e69e4caebf3669b02eebbb318064e2f6239f204
  
https://github.com/NixOS/nixpkgs/commit/4e69e4caebf3669b02eebbb318064e2f6239f204
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-05-08 (Mon, 08 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/org-generated.nix

  Log Message:
  ---
  org-packages: 2017-05-08


  Commit: 82a9e75a7100a62f3c3f3ab4e5cc2dfd92b7bfbf
  
https://github.com/NixOS/nixpkgs/commit/82a9e75a7100a62f3c3f3ab4e5cc2dfd92b7bfbf
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-05-08 (Mon, 08 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix

  Log Message:
  ---
  elpa-packages: 2017-05-08


  Commit: 15cdbff2898a6405c3fe0d036d04d148964a54f2
  
https://github.com/NixOS/nixpkgs/commit/15cdbff2898a6405c3fe0d036d04d148964a54f2
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-05-08 (Mon, 08 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix

  Log Message:
  ---
  melpa-stable-packages: 2017-05-08


  Commit: b701e2523588992e786f4995ec4198b262311ced
  
https://github.com/NixOS/nixpkgs/commit/b701e2523588992e786f4995ec4198b262311ced
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-05-08 (Mon, 08 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-generated.nix

  Log Message:
  ---
  melpa-packages: 2017-05-08


  Commit: 80fc0a6f99da6ed20d23f5f5ba0167de9145c918
  
https://github.com/NixOS/nixpkgs/commit/80fc0a6f99da6ed20d23f5f5ba0167de9145c918
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-05-09 (Tue, 09 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
M pkgs/applications/editors/emacs-modes/org-generated.nix

  Log Message:
  ---
  Merge pull request #25628 from mdorman/emacs-updates

Automated Emacs package updates


Compare: https://github.com/NixOS/nixpkgs/compare/50711091f83e...80fc0a6f99da___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d42aa8: elpa-packages: 2017-05-03

2017-05-03 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d42aa83347c5ee8c26ea7471549feea8de4342ff
  
https://github.com/NixOS/nixpkgs/commit/d42aa83347c5ee8c26ea7471549feea8de4342ff
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix

  Log Message:
  ---
  elpa-packages: 2017-05-03


  Commit: 53f896eb4178aced0ca6e66568ea0bac052071c0
  
https://github.com/NixOS/nixpkgs/commit/53f896eb4178aced0ca6e66568ea0bac052071c0
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-generated.nix

  Log Message:
  ---
  melpa-packages: 2017-05-03

Adds explicit names for source files fetched from EmacsWiki, correcting an
outstanding bug.


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


[Nix-commits] [NixOS/nixpkgs] 69d910: dropbox: 24.4.17 -> 25.4.28

2017-05-02 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 69d910cfefc461cf58880e1d6e015a68ff8e8af6
  
https://github.com/NixOS/nixpkgs/commit/69d910cfefc461cf58880e1d6e015a68ff8e8af6
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  dropbox: 24.4.17 -> 25.4.28

(cherry picked from commit 572fd3de58f39b17029de857b7023d50be0cc6fb)


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


[Nix-commits] [NixOS/nixpkgs] 572fd3: dropbox: 24.4.17 -> 25.4.28

2017-05-02 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 572fd3de58f39b17029de857b7023d50be0cc6fb
  
https://github.com/NixOS/nixpkgs/commit/572fd3de58f39b17029de857b7023d50be0cc6fb
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  dropbox: 24.4.17 -> 25.4.28


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


[Nix-commits] [NixOS/nixpkgs] 5a78be: Fix documentation of emacsWithPackages

2017-05-02 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5a78bed2bb5b3499d7d160cda2f1413ede0809f7
  
https://github.com/NixOS/nixpkgs/commit/5a78bed2bb5b3499d7d160cda2f1413ede0809f7
  Author: Utku Demir <m...@utdemir.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Fix documentation of emacsWithPackages

After [this 
change](https://github.com/NixOS/nixpkgs/commit/901a778c7744b25013168dde1a2a548ad531fd78),
 it should be `overrideScope` instead of `override`.


  Commit: e9b1522dd3a8ce404914794d09a96119ec40cc90
  
https://github.com/NixOS/nixpkgs/commit/e9b1522dd3a8ce404914794d09a96119ec40cc90
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Merge pull request #25413 from utdemir/patch-1

Fix documentation of emacsWithPackages


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


[Nix-commits] [NixOS/nixpkgs] 951b6b: plasma-workspace: 5.9.5 -> 5.9.5.1

2017-04-28 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 951b6b8a7f7657339a832db5cca86892b7a1a958
  
https://github.com/NixOS/nixpkgs/commit/951b6b8a7f7657339a832db5cca86892b7a1a958
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M pkgs/desktops/plasma-5/srcs.nix

  Log Message:
  ---
  plasma-workspace: 5.9.5 -> 5.9.5.1


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


[Nix-commits] [NixOS/nixpkgs] e6c76a: plasma5: 5.9.4 -> 5.9.5

2017-04-27 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e6c76af4803f4fb86b0c9543d70f8b64e02581a7
  
https://github.com/NixOS/nixpkgs/commit/e6c76af4803f4fb86b0c9543d70f8b64e02581a7
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M pkgs/desktops/plasma-5/fetch.sh
M pkgs/desktops/plasma-5/srcs.nix

  Log Message:
  ---
  plasma5: 5.9.4 -> 5.9.5


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


[Nix-commits] [NixOS/nixpkgs] 41e04f: dropbox: 24.4.16 -> 24.4.17

2017-04-27 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 41e04f43dcb556d8c6abb350e3b0761ae4202635
  
https://github.com/NixOS/nixpkgs/commit/41e04f43dcb556d8c6abb350e3b0761ae4202635
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

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

  Log Message:
  ---
  dropbox: 24.4.16 -> 24.4.17


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


[Nix-commits] [NixOS/nixpkgs] cc6986: dropbox: 23.4.19 -> 24.4.16

2017-04-27 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cc69860a1781059c4de15da83a66237254c3
  
https://github.com/NixOS/nixpkgs/commit/cc69860a1781059c4de15da83a66237254c3
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

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

  Log Message:
  ---
  dropbox: 23.4.19 -> 24.4.16

(cherry picked from commit f8189e69bc9f2a5aa92298d62b48de8712e160fd)


  Commit: e915ead52e4c689ad082f07c8f9871d1f977851e
  
https://github.com/NixOS/nixpkgs/commit/e915ead52e4c689ad082f07c8f9871d1f977851e
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

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

  Log Message:
  ---
  dropbox: 24.4.16 -> 24.4.17

(cherry picked from commit 41e04f43dcb556d8c6abb350e3b0761ae4202635)


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


[Nix-commits] [NixOS/nixpkgs] 34f492: kdeFrameworks: 5.32.0 -> 5.33.0

2017-04-25 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 34f492d7d83504453e64656d6f3d30bd6c263d1a
  
https://github.com/NixOS/nixpkgs/commit/34f492d7d83504453e64656d6f3d30bd6c263d1a
  Author: Jos van den Oever <j...@vandenoever.info>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
M pkgs/development/libraries/kde-frameworks/fetch.sh
M pkgs/development/libraries/kde-frameworks/srcs.nix

  Log Message:
  ---
  kdeFrameworks: 5.32.0 -> 5.33.0


  Commit: 10d329a6d2edef8428d06b48cd299a8eb9bca624
  
https://github.com/NixOS/nixpkgs/commit/10d329a6d2edef8428d06b48cd299a8eb9bca624
  Author: Jos van den Oever <j...@vandenoever.info>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M pkgs/applications/kde/ark/default.nix
M pkgs/applications/kde/fetch.sh
M pkgs/applications/kde/kcachegrind.nix
M pkgs/applications/kde/marble.nix
M pkgs/applications/kde/srcs.nix

  Log Message:
  ---
  kdeApplications: 16.12.3 -> 17.04.0


  Commit: de260d8b77c5b900d088361d5f417c03a92e5ad6
  
https://github.com/NixOS/nixpkgs/commit/de260d8b77c5b900d088361d5f417c03a92e5ad6
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/applications/kde/ark/default.nix
M pkgs/applications/kde/fetch.sh
M pkgs/applications/kde/kcachegrind.nix
M pkgs/applications/kde/marble.nix
M pkgs/applications/kde/srcs.nix
M pkgs/development/libraries/kde-frameworks/fetch.sh
M pkgs/development/libraries/kde-frameworks/srcs.nix

  Log Message:
  ---
  Merge pull request #25094 from vandenoever/kdeapps-17.04

Kdeapps 17.04


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


[Nix-commits] [NixOS/nixpkgs] a66789: kile: build with okular for embedded viewer

2017-04-25 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a667897e0436b7ed25587885e04f754e56e32865
  
https://github.com/NixOS/nixpkgs/commit/a667897e0436b7ed25587885e04f754e56e32865
  Author: zraexy <zra...@gmail.com>
  Date:   2017-04-23 (Sun, 23 Apr 2017)

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

  Log Message:
  ---
  kile: build with okular for embedded viewer


kile: build with okular for embedded viewer


  Commit: 346fd9e8445f8ac84175b1481d523c78ba87a44b
  
https://github.com/NixOS/nixpkgs/commit/346fd9e8445f8ac84175b1481d523c78ba87a44b
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25151 from zraexy/zraexy-kile

kile: build with okular for embedded viewer


Compare: https://github.com/NixOS/nixpkgs/compare/9046e54f6da7...346fd9e8445f___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 4204c4: qtstyleplugins: 2016-12-01 -> 2017-03-11

2017-04-23 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4204c47b5c601a9cfec9712305a355d1a87d9aad
  
https://github.com/NixOS/nixpkgs/commit/4204c47b5c601a9cfec9712305a355d1a87d9aad
  Author: gnidorah <gnido...@users.noreply.github.com>
  Date:   2017-04-23 (Sun, 23 Apr 2017)

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

  Log Message:
  ---
  qtstyleplugins: 2016-12-01 -> 2017-03-11


  Commit: 6565ef0ab94bfcdfbab76086d1383920b0a18fab
  
https://github.com/NixOS/nixpkgs/commit/6565ef0ab94bfcdfbab76086d1383920b0a18fab
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-23 (Sun, 23 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25147 from gnidorah/master

qtstyleplugins: 2016-12-01 -> 2017-03-11


Compare: https://github.com/NixOS/nixpkgs/compare/13162b9ddb3d...6565ef0ab94b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 136ad2: mytetra: init at 1.42.2

2017-04-22 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 136ad2a0561f79ab8f1f2007debcd246984eddf7
  
https://github.com/NixOS/nixpkgs/commit/136ad2a0561f79ab8f1f2007debcd246984eddf7
  Author: gnidorah <gnido...@users.noreply.github.com>
  Date:   2017-03-18 (Sat, 18 Mar 2017)

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

  Log Message:
  ---
  mytetra: init at 1.42.2


  Commit: e019978d027b60440119a5906041991866325621
  
https://github.com/NixOS/nixpkgs/commit/e019978d027b60440119a5906041991866325621
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #23922 from gnidorah/master

mytetra: init at 1.42.2


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


[Nix-commits] [NixOS/nixpkgs] f8189e: dropbox: 23.4.19 -> 24.4.16

2017-04-20 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f8189e69bc9f2a5aa92298d62b48de8712e160fd
  
https://github.com/NixOS/nixpkgs/commit/f8189e69bc9f2a5aa92298d62b48de8712e160fd
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  dropbox: 23.4.19 -> 24.4.16


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


Re: [Nix-dev] How to downgrade or patch freetype-2.7 ?

2017-04-20 Thread Thomas Tuegel
Volth  writes:

> The second (http://imgur.com/MDiydzS) is what we get with these
> fontconfig rules on NixOS-17.09 (freetype-2.7.1) with default v40.
> Antialias is off, but hinting is not in action.

Did you intentionally turn off hinting in that sample, or is it just not
working? Even with v40, it should be possible to achieve good results
with full hinting and no antialiasing.

> PS. v38 works similar to v40. It easy to turn in off by
> "config.fonts.fontconfig.ultimate.enable = false;".
> What I was looking for is a similar easy way to turn off v40 appeared
> in NixOS-unstable.

That setting doesn't actually turn off v38! It turns off the
fontconfig-ultimate settings, but FreeType 2.6 is still patched to use
v38 instead of v35. So, if you could get acceptable rendering with
FreeType 2.6 on NixOS (which used v38), we should also be able to fix it
with FreeType 2.7 (v40) too.


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


[Nix-commits] [NixOS/nixpkgs] c4c33e: dropbox: use wmctrl from nixpkgs

2017-04-19 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c4c33eaca1c0b74c4f2d218c713bb9879d55b1b5
  
https://github.com/NixOS/nixpkgs/commit/c4c33eaca1c0b74c4f2d218c713bb9879d55b1b5
  Author: Peter Hoeg <pe...@hoeg.com>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  ---
  dropbox: use wmctrl from nixpkgs


  Commit: 12a3590cc7771bb8f5a48ae4aec16e056d17aa56
  
https://github.com/NixOS/nixpkgs/commit/12a3590cc7771bb8f5a48ae4aec16e056d17aa56
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25019 from peterhoeg/f/db

dropbox: use wmctrl from nixpkgs


Compare: https://github.com/NixOS/nixpkgs/compare/553bf09ba9d0...12a3590cc777___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ad5f65: fdr: mark broken

2017-04-19 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ad5f65a41bfaabd64455f4c2dc82cb3a0959a413
  
https://github.com/NixOS/nixpkgs/commit/ad5f65a41bfaabd64455f4c2dc82cb3a0959a413
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M pkgs/applications/science/programming/fdr/default.nix

  Log Message:
  ---
  fdr: mark broken

fdr requires Qt >= 5.7, which is not available in this release.


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


Re: [Nix-dev] How to downgrade or patch freetype-2.7 ?

2017-04-19 Thread Thomas Tuegel
Volth  writes:

> Freetype changed defaults in 2.7, the truetype interpreter became v40
> instead of v35.
> The new defaults are incomatible in a weird way with some old fonts
> (notably PragmataPro).

> But on NixOS this - flipping one bit in libfreetype.so - means either
> to recompile all NixOS (too many packages depends on freetype, not
> only GUI apps, also devtools) or to live with corrupt nixstore.
>
> Is there a more elegant solution?

There is a more elegant work-around, and possibly an actual solution.

First, the workaround: add a modified FreeType library to
LD_LIBRARY_PATH. This environment variable should be passed through to
every program on NixOS because that is how we handle the impurity of
OpenGL drivers.

Second, I can probably fix the way PragmataPro renders by applying
selective Fontconfig rules. Could you please tell me, what settings are
you using in `fonts.fontconfig'? If you have changed any
Fontconfig settings like DPI or hinting through your desktop
environment, please share that also. Unfortunately, it is not possible
to simply change the interpreter from v40 to v35 through Fontconfig
rules. However, changing the hinting level for that font only can
essentially achieve the same thing.

Regards,
Tom

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


[Nix-commits] [NixOS/nixpkgs] 24ce0d: dropbox: 23.4.18 -> 23.4.19

2017-04-17 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24ce0db06a7261fa735ae6a77021501bd5fd30a6
  
https://github.com/NixOS/nixpkgs/commit/24ce0db06a7261fa735ae6a77021501bd5fd30a6
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

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

  Log Message:
  ---
  dropbox: 23.4.18 -> 23.4.19

Dropbox is again updated without a release announcement. I noticed on Friday
that the client was malfunctioning. I was waiting for a release announcement
with the new version number, but as one was not forthcoming, I simply guessed 
at it.

(cherry picked from commit 4f5391e8c4c063ca5bb3df7ad0c4dd28cb393001)


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


[Nix-commits] [NixOS/nixpkgs] 4f5391: dropbox: 23.4.18 -> 23.4.19

2017-04-17 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4f5391e8c4c063ca5bb3df7ad0c4dd28cb393001
  
https://github.com/NixOS/nixpkgs/commit/4f5391e8c4c063ca5bb3df7ad0c4dd28cb393001
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-17 (Mon, 17 Apr 2017)

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

  Log Message:
  ---
  dropbox: 23.4.18 -> 23.4.19

Dropbox is again updated without a release announcement. I noticed on Friday
that the client was malfunctioning. I was waiting for a release announcement
with the new version number, but as one was not forthcoming, I simply guessed 
at it.


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


[Nix-commits] [NixOS/nixpkgs] 47a5f9: nixos: Add nm-openvpn to the networkmanager group

2017-04-14 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 47a5f9acee9d75c7549802a2526013631510403d
  
https://github.com/NixOS/nixpkgs/commit/47a5f9acee9d75c7549802a2526013631510403d
  Author: Benjamin Staffin <ben...@gmail.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

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

  Log Message:
  ---
  nixos: Add nm-openvpn to the networkmanager group

This is to satisfy the polkit restriction limiting
org.freedesktop.NetworkManager.* dbus messages to members of that
group.

Should help with #24806


  Commit: 48b5b77bb7a74d631a6ac699564f85de532bdb33
  
https://github.com/NixOS/nixpkgs/commit/48b5b77bb7a74d631a6ac699564f85de532bdb33
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24813 from benley/nm-openvpn

nixos: Add nm-openvpn to the networkmanager group


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


[Nix-commits] [NixOS/nixpkgs] ba91f6: plasma-nm: patch in the correct path to openvpn ex...

2017-04-14 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ba91f694ec092e1dea2374cdc3af189f1b15385a
  
https://github.com/NixOS/nixpkgs/commit/ba91f694ec092e1dea2374cdc3af189f1b15385a
  Author: Benjamin Staffin <ben...@gmail.com>
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
A pkgs/desktops/plasma-5/plasma-nm/0002-openvpn-binary-path.patch
M pkgs/desktops/plasma-5/plasma-nm/default.nix

  Log Message:
  ---
  plasma-nm: patch in the correct path to openvpn executable

Fixes #24808

(cherry picked from commit 5db1fe64c0a30e8a10cfb524018a471df2bbc3fa)


  Commit: f662c7fd61983fc1366ed4c69126324c6b9f1eb9
  
https://github.com/NixOS/nixpkgs/commit/f662c7fd61983fc1366ed4c69126324c6b9f1eb9
  Author: Benjamin Staffin <ben...@gmail.com>
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
M pkgs/desktops/plasma-5/plasma-nm/default.nix

  Log Message:
  ---
  plasma-nm: enable parallel building

This thing takes a long time to build.

(cherry picked from commit 7c75940c5e63161fbb6e75c1f8b204fca60e7dcd)


  Commit: 464c237acb28d9671b6cf0ee6cb9f03e883072da
  
https://github.com/NixOS/nixpkgs/commit/464c237acb28d9671b6cf0ee6cb9f03e883072da
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-14 (Fri, 14 Apr 2017)

  Changed paths:
A pkgs/desktops/plasma-5/plasma-nm/0002-openvpn-binary-path.patch
M pkgs/desktops/plasma-5/plasma-nm/default.nix

  Log Message:
  ---
  Merge pull request #24882 from benley/nm-openvpn-cherrypick

Backport nm-openvpn fix to 17.03


Compare: https://github.com/NixOS/nixpkgs/compare/07129b49ef2b...464c237acb28___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 5db1fe: plasma-nm: patch in the correct path to openvpn ex...

2017-04-13 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5db1fe64c0a30e8a10cfb524018a471df2bbc3fa
  
https://github.com/NixOS/nixpkgs/commit/5db1fe64c0a30e8a10cfb524018a471df2bbc3fa
  Author: Benjamin Staffin <ben...@gmail.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
A pkgs/desktops/plasma-5/plasma-nm/0002-openvpn-binary-path.patch
M pkgs/desktops/plasma-5/plasma-nm/default.nix

  Log Message:
  ---
  plasma-nm: patch in the correct path to openvpn executable

Fixes #24808


  Commit: 7c75940c5e63161fbb6e75c1f8b204fca60e7dcd
  
https://github.com/NixOS/nixpkgs/commit/7c75940c5e63161fbb6e75c1f8b204fca60e7dcd
  Author: Benjamin Staffin <ben...@gmail.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M pkgs/desktops/plasma-5/plasma-nm/default.nix

  Log Message:
  ---
  plasma-nm: enable parallel building

This thing takes a long time to build.


  Commit: c9ba39116c6e85f06cfba9c435fc437591bbca1c
  
https://github.com/NixOS/nixpkgs/commit/c9ba39116c6e85f06cfba9c435fc437591bbca1c
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
A pkgs/desktops/plasma-5/plasma-nm/0002-openvpn-binary-path.patch
M pkgs/desktops/plasma-5/plasma-nm/default.nix

  Log Message:
  ---
  Merge pull request #24816 from benley/plasma-nm

plasma-nm: Fix cipher discovery by setting path to openvpn


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


[Nix-commits] [NixOS/nixpkgs] 95c148: melpa-packages: update font-lock+ expression

2017-04-11 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 95c1487d3d9b6a1398c756a93c386fa9f6bb37fa
  
https://github.com/NixOS/nixpkgs/commit/95c1487d3d9b6a1398c756a93c386fa9f6bb37fa
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-generated.nix

  Log Message:
  ---
  melpa-packages: update font-lock+ expression

Because this is pulled from emacswiki, there's no way to continue to
retrieve the prior version after it's updated; since we've had a
couple of reports of it rendering _other_ packages
uninstallable (#24540), it seems worth updating.


  Commit: 32491fc8b62f6dbe560a6c2a1632eb883188a041
  
https://github.com/NixOS/nixpkgs/commit/32491fc8b62f6dbe560a6c2a1632eb883188a041
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-generated.nix

  Log Message:
  ---
  Merge pull request #24824 from mdorman/font-lock-plus-update

melpa-packages: update font-lock+ expression for 17.03


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


[Nix-commits] [NixOS/nixpkgs] 842417: elpa-packages: 2017-04-10

2017-04-11 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 842417b4bc798a2e73ec13abad625b6a1ce7cece
  
https://github.com/NixOS/nixpkgs/commit/842417b4bc798a2e73ec13abad625b6a1ce7cece
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix

  Log Message:
  ---
  elpa-packages: 2017-04-10


  Commit: f087fd3c70f22b92f473c8556fcfd1cba88c6644
  
https://github.com/NixOS/nixpkgs/commit/f087fd3c70f22b92f473c8556fcfd1cba88c6644
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix

  Log Message:
  ---
  melpa-stable-packages: 2017-04-10


  Commit: 5a5eea34ccb69562b90252791800d0c6a87d2717
  
https://github.com/NixOS/nixpkgs/commit/5a5eea34ccb69562b90252791800d0c6a87d2717
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-generated.nix

  Log Message:
  ---
  melpa-packages: 2017-04-10

Removals:
 - dos: package removed from melpa


  Commit: 149ba2e9dc8ccd6084f60594e286d5a5b39fd577
  
https://github.com/NixOS/nixpkgs/commit/149ba2e9dc8ccd6084f60594e286d5a5b39fd577
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix

  Log Message:
  ---
  Merge pull request #24811 from mdorman/emacs-updates

Automated emacs package updates


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


[Nix-commits] [NixOS/nixpkgs] c7dd8a: golden-cheetah: fix build

2017-04-10 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c7dd8a707be6c5192593cd249d8018ac9f87b9cb
  
https://github.com/NixOS/nixpkgs/commit/c7dd8a707be6c5192593cd249d8018ac9f87b9cb
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

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

  Log Message:
  ---
  golden-cheetah: fix build

- Use Qt 5.6 to fix compile error.
- Run preInstall and postInstall hooks to fix linking error.


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


[Nix-commits] [NixOS/nixpkgs] a6ad5c: dropbox: 22.4.24 -> 23.4.17

2017-04-10 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a6ad5cf378ce833573134259221ad416b20893b1
  
https://github.com/NixOS/nixpkgs/commit/a6ad5cf378ce833573134259221ad416b20893b1
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

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

  Log Message:
  ---
  dropbox: 22.4.24 -> 23.4.17

(cherry picked from commit 333923c88bb22f039a6da52bb55b8a14d7b7e4d2)


  Commit: 69d9061908162bd973fcf34d0fc6dc9d9f8cf9ed
  
https://github.com/NixOS/nixpkgs/commit/69d9061908162bd973fcf34d0fc6dc9d9f8cf9ed
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

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

  Log Message:
  ---
  dropbox: 23.4.17 -> 23.4.18

This update has not been officially announced upstream, but version 23.4.17 no
longer works.

(cherry picked from commit 33194ec64924472b79b1c923d62592c3e5a462a0)


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


[Nix-commits] [NixOS/nixpkgs] 33194e: dropbox: 23.4.17 -> 23.4.18

2017-04-10 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 33194ec64924472b79b1c923d62592c3e5a462a0
  
https://github.com/NixOS/nixpkgs/commit/33194ec64924472b79b1c923d62592c3e5a462a0
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

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

  Log Message:
  ---
  dropbox: 23.4.17 -> 23.4.18

This update has not been officially announced upstream, but version 23.4.17 no
longer works.


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


[Nix-commits] [NixOS/nixpkgs] 333923: dropbox: 22.4.24 -> 23.4.17

2017-04-08 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 333923c88bb22f039a6da52bb55b8a14d7b7e4d2
  
https://github.com/NixOS/nixpkgs/commit/333923c88bb22f039a6da52bb55b8a14d7b7e4d2
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

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

  Log Message:
  ---
  dropbox: 22.4.24 -> 23.4.17


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


[Nix-commits] [NixOS/nixpkgs] 2214b6: nixos/fonts: install gyre-fonts by default

2017-04-08 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2214b638a7ddc7845eacfdc74fedd786c7d6e344
  
https://github.com/NixOS/nixpkgs/commit/2214b638a7ddc7845eacfdc74fedd786c7d6e344
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

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

  Log Message:
  ---
  nixos/fonts: install gyre-fonts by default

gyre-fonts provides high-quality TrueType substitutes for standard PostScript
fonts. Unlike most other distributions, NixOS does not install Ghostscript and
its Type 1 fonts by default, so we must get the standard fonts elsewhere.


  Commit: a40600bc58aa3f6ba87b8cc7d1e101dc5b4eb164
  
https://github.com/NixOS/nixpkgs/commit/a40600bc58aa3f6ba87b8cc7d1e101dc5b4eb164
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

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

  Log Message:
  ---
  fontconfig-penultimate: 0.3.2 -> 0.3.3


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


[Nix-commits] [NixOS/nixpkgs] d0954b: nixos/fontconfig-ultimate: Restore presets

2017-04-08 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d0954b549410cc98cbc8fe65610487b19e08bfa4
  
https://github.com/NixOS/nixpkgs/commit/d0954b549410cc98cbc8fe65610487b19e08bfa4
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

  Changed paths:
M nixos/modules/config/fonts/fontconfig-ultimate.nix

  Log Message:
  ---
  nixos/fontconfig-ultimate: Restore presets

The `preset` option was accidentally removed.


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


[Nix-commits] [NixOS/nixpkgs] 775531: qt58: extend darwin compatibility

2017-04-08 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 775531c1e3d996db5705aee3f2e2f6a583912c9d
  
https://github.com/NixOS/nixpkgs/commit/775531c1e3d996db5705aee3f2e2f6a583912c9d
  Author: Periklis Tsirakidis <periklis.tsiraki...@mayflower.de>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.8/default.nix
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.8/qtdeclarative/default.nix
A pkgs/development/libraries/qt-5/5.8/qtmacextras.nix
M pkgs/development/libraries/qt-5/5.8/qtmultimedia.nix
M pkgs/development/libraries/qt-5/5.8/qtsensors.nix
M pkgs/development/libraries/qt-5/5.8/qtserialport/default.nix
M pkgs/development/libraries/qt-5/5.8/qttools/default.nix
M pkgs/development/libraries/qt-5/5.8/qtwebengine/default.nix
A pkgs/development/libraries/qt-5/5.8/qtwebkit/0004-icucore-darwin.patch
M pkgs/development/libraries/qt-5/5.8/qtwebkit/default.nix

  Log Message:
  ---
  qt58: extend darwin compatibility


  Commit: e0b1288ebd2c8e7264ab27581b33c790fb9f30b9
  
https://github.com/NixOS/nixpkgs/commit/e0b1288ebd2c8e7264ab27581b33c790fb9f30b9
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-04-08 (Sat, 08 Apr 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.8/default.nix
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.8/qtdeclarative/default.nix
A pkgs/development/libraries/qt-5/5.8/qtmacextras.nix
M pkgs/development/libraries/qt-5/5.8/qtmultimedia.nix
M pkgs/development/libraries/qt-5/5.8/qtsensors.nix
M pkgs/development/libraries/qt-5/5.8/qtserialport/default.nix
M pkgs/development/libraries/qt-5/5.8/qttools/default.nix
M pkgs/development/libraries/qt-5/5.8/qtwebengine/default.nix
A pkgs/development/libraries/qt-5/5.8/qtwebkit/0004-icucore-darwin.patch
M pkgs/development/libraries/qt-5/5.8/qtwebkit/default.nix

  Log Message:
  ---
  Merge pull request #24340 from periklis/topic_qt58_modules

qt58: extend darwin compatibility


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


[Nix-commits] [NixOS/nixpkgs] 7a7889: nixos/fontconfig: disable autohint by default

2017-04-03 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7a78892c478be77fd53a9fdec25a4dac043e9560
  
https://github.com/NixOS/nixpkgs/commit/7a78892c478be77fd53a9fdec25a4dac043e9560
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M nixos/modules/config/fonts/fontconfig.nix

  Log Message:
  ---
  nixos/fontconfig: disable autohint by default


  Commit: 21c9190a5fd8387c90feff08198c47894c0a541d
  
https://github.com/NixOS/nixpkgs/commit/21c9190a5fd8387c90feff08198c47894c0a541d
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M nixos/modules/config/fonts/fontconfig.nix
M nixos/modules/rename.nix

  Log Message:
  ---
  nixos/fontconfig: remove forceAutohint option


  Commit: 03942659ca1189ba50f9f1b86bbe6d925eba237b
  
https://github.com/NixOS/nixpkgs/commit/03942659ca1189ba50f9f1b86bbe6d925eba237b
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M nixos/modules/config/fonts/fontconfig.nix
M nixos/modules/rename.nix

  Log Message:
  ---
  nixos/fontconfig: remove renderMonoTTFAsBitmap


  Commit: 89bfa112cfd8a8b3da642169d33f1dfe3ea1e839
  
https://github.com/NixOS/nixpkgs/commit/89bfa112cfd8a8b3da642169d33f1dfe3ea1e839
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

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

  Log Message:
  ---
  fontconfig-penultimate: 0.2.1 -> 0.3.2


  Commit: bd0163fc3428e0a0373432565a997a14f558418e
  
https://github.com/NixOS/nixpkgs/commit/bd0163fc3428e0a0373432565a997a14f558418e
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M nixos/modules/config/fonts/fontconfig-penultimate.nix
M nixos/modules/config/fonts/fontconfig.nix
M nixos/modules/rename.nix
M pkgs/data/fonts/fontconfig-penultimate/default.nix

  Log Message:
  ---
  Merge branch 'fontconfig-penultimate'


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


[Nix-commits] [NixOS/nixpkgs] 5cf9cb: isyncUnstable: 20161218 -> 20170329

2017-04-03 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5cf9cbdc1798d189e3b269f2f40d08ecc82650e8
  
https://github.com/NixOS/nixpkgs/commit/5cf9cbdc1798d189e3b269f2f40d08ecc82650e8
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
M pkgs/tools/networking/isync/unstable.nix

  Log Message:
  ---
  isyncUnstable: 20161218 -> 20170329


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


[Nix-commits] [NixOS/nixpkgs] 5f8d6a: ua: init at 2017-02-24

2017-04-03 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5f8d6a56a880871724790704c8c9ce8100b60526
  
https://github.com/NixOS/nixpkgs/commit/5f8d6a56a880871724790704c8c9ce8100b60526
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
A pkgs/tools/networking/ua/default.nix
A pkgs/tools/networking/ua/deps.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  ua: init at 2017-02-24


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


[Nix-commits] [NixOS/nixpkgs] 9a75c6: elpa-packages: 2017-03-29

2017-03-30 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9a75c6234a4ee50a9534113c0720573d180e6bfc
  
https://github.com/NixOS/nixpkgs/commit/9a75c6234a4ee50a9534113c0720573d180e6bfc
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix

  Log Message:
  ---
  elpa-packages: 2017-03-29


  Commit: f58c753ff333c739d280b7cef2a5469c798954d4
  
https://github.com/NixOS/nixpkgs/commit/f58c753ff333c739d280b7cef2a5469c798954d4
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix

  Log Message:
  ---
  melpa-stable-packages: 2017-03-29

Removals:
 - vimgolf - new repo lacks tags


  Commit: b49e3db19b34766866cb712bc4babbd63e1a506a
  
https://github.com/NixOS/nixpkgs/commit/b49e3db19b34766866cb712bc4babbd63e1a506a
  Author: Michael Alan Dorman <mdor...@ironicdesign.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-generated.nix

  Log Message:
  ---
  melpa-packages: 2017-03-29


  Commit: a6b391791eea2df435c7e8f680d8af1f3a043bdc
  
https://github.com/NixOS/nixpkgs/commit/a6b391791eea2df435c7e8f680d8af1f3a043bdc
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix

  Log Message:
  ---
  Merge pull request #24470 from mdorman/emacs-updates

Automated Emacs package updates


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


[Nix-commits] [NixOS/nixpkgs] 6f721c: suitesparse: add CUDA support

2017-03-29 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6f721ce534d18730a29e3b632274ed11e20b42fd
  
https://github.com/NixOS/nixpkgs/commit/6f721ce534d18730a29e3b632274ed11e20b42fd
  Author: Matthew Daiter <matthew@nomoko.camera>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
M pkgs/development/libraries/science/math/suitesparse/default.nix

  Log Message:
  ---
  suitesparse: add CUDA support


  Commit: 079ee6425ca9e7f93443103547af5f6228dabb71
  
https://github.com/NixOS/nixpkgs/commit/079ee6425ca9e7f93443103547af5f6228dabb71
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
M pkgs/development/libraries/science/math/suitesparse/default.nix

  Log Message:
  ---
  Merge pull request #24443 from mdaiter/sparsesuiteCUDA

suitesparse: add CUDA support


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


[Nix-commits] [NixOS/nixpkgs] 2afbc4: Revert "dropbox: use vendored Qt 5 libraries"

2017-03-29 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2afbc4e014135a6c73685ae5fc3e1542d55ad2fb
  
https://github.com/NixOS/nixpkgs/commit/2afbc4e014135a6c73685ae5fc3e1542d55ad2fb
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
M pkgs/applications/networking/dropbox/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Revert "dropbox: use vendored Qt 5 libraries"

This reverts commit 9125bab708fcacbfbf7b77e44935c8ce254de3b9.

The vendored libraries have a problem with xkbcommon.

(cherry picked from commit 1d8d6d564d18f0d7b4ac659c0c2a6a2084ff546e)


  Commit: 65d994fd06b9c10d6269f812bebeb9bbcab1aa5c
  
https://github.com/NixOS/nixpkgs/commit/65d994fd06b9c10d6269f812bebeb9bbcab1aa5c
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  dropbox: wrap as any other Qt application

(cherry picked from commit 3c96a536086ad4af2291eee1f1f7fb866eca39d0)


  Commit: a2dc26262c64f463eba6f064628a788031d1306c
  
https://github.com/NixOS/nixpkgs/commit/a2dc26262c64f463eba6f064628a788031d1306c
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  dropbox: remove more useless vendored libraries

(cherry picked from commit c076b9326ffa66ef125d64cefe3ba68dac3d8399)


  Commit: 152c9ed87f6e74886600a98b82472e4fc8b6629b
  
https://github.com/NixOS/nixpkgs/commit/152c9ed87f6e74886600a98b82472e4fc8b6629b
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  dropbox: set INTERP for some DYN objects

(cherry picked from commit 096c72e255d30cffaf4f62eec94a7c29f72db6dc)


  Commit: bf66a181fe3d98000166079f770bee8ad1bf2489
  
https://github.com/NixOS/nixpkgs/commit/bf66a181fe3d98000166079f770bee8ad1bf2489
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  dropbox: leave RPATH-shrinking to patchelf setup hook

(cherry picked from commit 2e591bac0d24def29e0b1091758a5f2c35d777fd)


  Commit: d4771930294b09dac946566b9f4d8e79c8e2ba28
  
https://github.com/NixOS/nixpkgs/commit/d4771930294b09dac946566b9f4d8e79c8e2ba28
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  dropbox: patch all files in output

(cherry picked from commit 97518649fbd567a12a4cd54a10380fc45f3359be)


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


[Nix-commits] [NixOS/nixpkgs] 1d8d6d: Revert "dropbox: use vendored Qt 5 libraries"

2017-03-29 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1d8d6d564d18f0d7b4ac659c0c2a6a2084ff546e
  
https://github.com/NixOS/nixpkgs/commit/1d8d6d564d18f0d7b4ac659c0c2a6a2084ff546e
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
M pkgs/applications/networking/dropbox/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Revert "dropbox: use vendored Qt 5 libraries"

This reverts commit 9125bab708fcacbfbf7b77e44935c8ce254de3b9.

The vendored libraries have a problem with xkbcommon.


  Commit: 3c96a536086ad4af2291eee1f1f7fb866eca39d0
  
https://github.com/NixOS/nixpkgs/commit/3c96a536086ad4af2291eee1f1f7fb866eca39d0
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  dropbox: wrap as any other Qt application


  Commit: c076b9326ffa66ef125d64cefe3ba68dac3d8399
  
https://github.com/NixOS/nixpkgs/commit/c076b9326ffa66ef125d64cefe3ba68dac3d8399
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  dropbox: remove more useless vendored libraries


  Commit: 096c72e255d30cffaf4f62eec94a7c29f72db6dc
  
https://github.com/NixOS/nixpkgs/commit/096c72e255d30cffaf4f62eec94a7c29f72db6dc
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  dropbox: set INTERP for some DYN objects


  Commit: 2e591bac0d24def29e0b1091758a5f2c35d777fd
  
https://github.com/NixOS/nixpkgs/commit/2e591bac0d24def29e0b1091758a5f2c35d777fd
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  dropbox: leave RPATH-shrinking to patchelf setup hook


  Commit: 97518649fbd567a12a4cd54a10380fc45f3359be
  
https://github.com/NixOS/nixpkgs/commit/97518649fbd567a12a4cd54a10380fc45f3359be
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

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

  Log Message:
  ---
  dropbox: patch all files in output


  Commit: 8ff4c7957a7624283884d6633715b78fea9cf8a0
  
https://github.com/NixOS/nixpkgs/commit/8ff4c7957a7624283884d6633715b78fea9cf8a0
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
M pkgs/applications/networking/dropbox/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge branch 'dropbox--xkbcommon'


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


[Nix-commits] [NixOS/nixpkgs] 9b0498: freetype: disable PCF long family names

2017-03-28 Thread Thomas Tuegel
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9b049849bfc385604f240157e129f7a8e3530d7f
  
https://github.com/NixOS/nixpkgs/commit/9b049849bfc385604f240157e129f7a8e3530d7f
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
M pkgs/development/libraries/fontconfig/default.nix
R 
pkgs/development/libraries/fontconfig/test-pcf-family-names-freetype-2.7.patch
M pkgs/development/libraries/freetype/default.nix
A pkgs/development/libraries/freetype/disable-pcf-long-family-names.patch
A pkgs/development/libraries/freetype/pcf-config-long-family-names.patch
A pkgs/development/libraries/freetype/pcf-introduce-driver.patch

  Log Message:
  ---
  freetype: disable PCF long family names

Backported several patches from upstream. The test suite patch for Fontconfig is
no longer necessary.


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


[Nix-commits] [NixOS/nixpkgs] 1d3e21: dropbox: 21.4.25 -> 22.4.24

2017-03-26 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1d3e218c5c49232b596427fa5ef12621f09a55ba
  
https://github.com/NixOS/nixpkgs/commit/1d3e218c5c49232b596427fa5ef12621f09a55ba
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-26 (Sun, 26 Mar 2017)

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

  Log Message:
  ---
  dropbox: 21.4.25 -> 22.4.24

(cherry picked from commit 84b768456a66b3532ee1142d1338bafdf0579c1e)


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


[Nix-commits] [NixOS/nixpkgs] 416992: vogl: pin to Qt 5.6

2017-03-26 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 41699287b676297a78ca886d83c4edb138d9cf0e
  
https://github.com/NixOS/nixpkgs/commit/41699287b676297a78ca886d83c4edb138d9cf0e
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-26 (Sun, 26 Mar 2017)

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

  Log Message:
  ---
  vogl: pin to Qt 5.6


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


[Nix-commits] [NixOS/nixpkgs] bd97dd: fdr: pin to Qt 5.6

2017-03-26 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bd97dd48deecfd9c016bbe9c7420bc98a21a8435
  
https://github.com/NixOS/nixpkgs/commit/bd97dd48deecfd9c016bbe9c7420bc98a21a8435
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-26 (Sun, 26 Mar 2017)

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

  Log Message:
  ---
  fdr: pin to Qt 5.6


  Commit: 4ddd8910d40cd95b2c7136320da26ee97ed28d0a
  
https://github.com/NixOS/nixpkgs/commit/4ddd8910d40cd95b2c7136320da26ee97ed28d0a
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-26 (Sun, 26 Mar 2017)

  Changed paths:
R pkgs/development/libraries/qt-5/5.7/default.nix
R pkgs/development/libraries/qt-5/5.7/fetch.sh
R pkgs/development/libraries/qt-5/5.7/qtbase/cmake-paths.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/compose-search-path.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/decrypt-ssl-traffic.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
R pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-dbus.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-gl.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-gtkstyle.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-libXcursor.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-openssl.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-resolv.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/libressl.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/mkspecs-libgl.patch
R 
pkgs/development/libraries/qt-5/5.7/qtbase/nix-profiles-library-paths.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/series
R pkgs/development/libraries/qt-5/5.7/qtbase/tzdir.patch
R pkgs/development/libraries/qt-5/5.7/qtbase/xdg-config-dirs.patch
R pkgs/development/libraries/qt-5/5.7/qtconnectivity.nix
R pkgs/development/libraries/qt-5/5.7/qtdeclarative/default.nix
R 
pkgs/development/libraries/qt-5/5.7/qtdeclarative/nix-profiles-import-paths.patch
R pkgs/development/libraries/qt-5/5.7/qtdeclarative/series
R pkgs/development/libraries/qt-5/5.7/qtdoc.nix
R pkgs/development/libraries/qt-5/5.7/qtgraphicaleffects.nix
R pkgs/development/libraries/qt-5/5.7/qtimageformats.nix
R pkgs/development/libraries/qt-5/5.7/qtlocation.nix
R pkgs/development/libraries/qt-5/5.7/qtmultimedia.nix
R pkgs/development/libraries/qt-5/5.7/qtquickcontrols.nix
R pkgs/development/libraries/qt-5/5.7/qtquickcontrols2.nix
R pkgs/development/libraries/qt-5/5.7/qtscript/0001-glib-2.32.patch
R pkgs/development/libraries/qt-5/5.7/qtscript/default.nix
R pkgs/development/libraries/qt-5/5.7/qtsensors.nix
R 
pkgs/development/libraries/qt-5/5.7/qtserialport/0001-dlopen-serialport-udev.patch
R pkgs/development/libraries/qt-5/5.7/qtserialport/default.nix
R pkgs/development/libraries/qt-5/5.7/qtsvg.nix
R pkgs/development/libraries/qt-5/5.7/qttools/cmake-paths.patch
R pkgs/development/libraries/qt-5/5.7/qttools/default.nix
R pkgs/development/libraries/qt-5/5.7/qttools/series
R pkgs/development/libraries/qt-5/5.7/qttranslations.nix
R pkgs/development/libraries/qt-5/5.7/qtwayland.nix
R pkgs/development/libraries/qt-5/5.7/qtwebchannel.nix
R pkgs/development/libraries/qt-5/5.7/qtwebengine/default.nix
R 
pkgs/development/libraries/qt-5/5.7/qtwebengine/qtwebengine-paxmark-mksnapshot.patch
R 
pkgs/development/libraries/qt-5/5.7/qtwebkit/0001-dlopen-webkit-nsplugin.patch
R pkgs/development/libraries/qt-5/5.7/qtwebkit/0002-dlopen-webkit-gtk.patch
R pkgs/development/libraries/qt-5/5.7/qtwebkit/0003-dlopen-webkit-udev.patch
R pkgs/development/libraries/qt-5/5.7/qtwebkit/default.nix
R pkgs/development/libraries/qt-5/5.7/qtwebsockets.nix
R pkgs/development/libraries/qt-5/5.7/qtx11extras.nix
R pkgs/development/libraries/qt-5/5.7/qtxmlpatterns.nix
R pkgs/development/libraries/qt-5/5.7/srcs.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Remove Qt 5.7

The community support window for Qt 5.7 has ended. All packages should

- update to Qt 5.8, or
- pin to Qt 5.6 (the 3-year long-term support release), or
- for proprietary software, use the vendored libraries.


  Commit: 49c63cbb9840be07bcc7a1ab9d34976cf49bb5f3
  
https://github.com/NixOS/nixpkgs/commit/49c63cbb9840be07bcc7a1ab9d34976cf49bb5f3
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-26 (Sun, 26 Mar 2017)

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

  Log Message:
  ---
  apitrace: pin to Qt 5.6


  Commit: 21cbf20ad27eba5ab0de1c6ee14e9cdedc83b155
  
https://github.com/NixOS/nixpkgs/commit/21cbf20ad27eba5ab0de1c6ee14e9cdedc83b155
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-26 (Sun, 26 Mar 2017)

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

  Log Message:
  ---
  cool-r

[Nix-commits] [NixOS/nixpkgs] b97dd5: qt58: enable darwin compatibility

2017-03-25 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b97dd5f560cee49ede14c9b7129b6e1bca3a3707
  
https://github.com/NixOS/nixpkgs/commit/b97dd5f560cee49ede14c9b7129b6e1bca3a3707
  Author: Periklis Tsirakidis <periklis.tsiraki...@mayflower.de>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.8/default.nix
A pkgs/development/libraries/qt-5/5.8/qtbase/cmake-paths-darwin.patch
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.8/qtbase/series

  Log Message:
  ---
  qt58: enable darwin compatibility


  Commit: a9172891d964c03a9d833cf0c5cf861ebaad9d35
  
https://github.com/NixOS/nixpkgs/commit/a9172891d964c03a9d833cf0c5cf861ebaad9d35
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-25 (Sat, 25 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.8/default.nix
A pkgs/development/libraries/qt-5/5.8/qtbase/cmake-paths-darwin.patch
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.8/qtbase/series

  Log Message:
  ---
  Merge pull request #24139 from periklis/topic_qt58_darwin_compatibility

qt58: enable darwin compatibility


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


[Nix-commits] [NixOS/nixpkgs] ba554d: Revert "qt5: 5.6.2 -> 5.7.1"

2017-03-24 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ba554d838210902b1bfd097716bb73b715410957
  
https://github.com/NixOS/nixpkgs/commit/ba554d838210902b1bfd097716bb73b715410957
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

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

  Log Message:
  ---
  Revert "qt5: 5.6.2 -> 5.7.1"

This reverts commit 6542ea7f3102dcde476b102cb5cb7fb99f75e852.

I included this commit from master by accident. The stable release should use
the Qt 5.6 long-term support release by default because Qt 5.7 is already out of
its support window.


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


[Nix-commits] [NixOS/nixpkgs] 27ba56: nixos/plasma5: also test SDDM theme

2017-03-24 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 27ba56f1e01e5015897be087fe25d5bbcfe13d70
  
https://github.com/NixOS/nixpkgs/commit/27ba56f1e01e5015897be087fe25d5bbcfe13d70
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/tests/plasma5.nix

  Log Message:
  ---
  nixos/plasma5: also test SDDM theme


  Commit: e44cd00c2aae5d5e419e3207a571d402f95ec87a
  
https://github.com/NixOS/nixpkgs/commit/e44cd00c2aae5d5e419e3207a571d402f95ec87a
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

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

  Log Message:
  ---
  sddm: fix wrapper

When I reduced the closure size, I broke the built-in theme. When I reverted
that fix, the built-in theme worked but the Plasma theme was broken. Now the
wrapper is fixed so that both themes work.


  Commit: 5dbbb60d4f11406467d2c3655c4fb35c951ee656
  
https://github.com/NixOS/nixpkgs/commit/5dbbb60d4f11406467d2c3655c4fb35c951ee656
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/release-combined.nix

  Log Message:
  ---
  nixos/plasma5: re-enable test

Fixes #24240.

I do not know the cause of the test failures, but the tests pass now.


  Commit: 352e335f3d643b84f34d5c102a4828712924a267
  
https://github.com/NixOS/nixpkgs/commit/352e335f3d643b84f34d5c102a4828712924a267
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/release-combined.nix
M nixos/release.nix
M nixos/tests/sddm.nix

  Log Message:
  ---
  nixos/sddm: test automatic and manual login


  Commit: 39fdbbb71e7ffbb7bea328530dbede9e092b35e2
  
https://github.com/NixOS/nixpkgs/commit/39fdbbb71e7ffbb7bea328530dbede9e092b35e2
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/release-combined.nix
M nixos/release.nix
M nixos/tests/plasma5.nix
M nixos/tests/sddm.nix
M pkgs/applications/display-managers/sddm/default.nix

  Log Message:
  ---
  Merge branch 'master--plasma-5'


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


[Nix-commits] [NixOS/nixpkgs] ccc104: nixos/plasma5: also test SDDM theme

2017-03-24 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ccc1042f7698e0d7fda07d6f11c6245acc7bfb5d
  
https://github.com/NixOS/nixpkgs/commit/ccc1042f7698e0d7fda07d6f11c6245acc7bfb5d
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/tests/plasma5.nix

  Log Message:
  ---
  nixos/plasma5: also test SDDM theme


  Commit: 60c9bf91e1130188eb5c87d673ff970482781938
  
https://github.com/NixOS/nixpkgs/commit/60c9bf91e1130188eb5c87d673ff970482781938
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

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

  Log Message:
  ---
  sddm: fix wrapper

When I reduced the closure size, I broke the built-in theme. When I reverted
that fix, the built-in theme worked but the Plasma theme was broken. Now the
wrapper is fixed so that both themes work.


  Commit: c6195b6b280ed25a55f2cbf0f6edda0bb19e96cb
  
https://github.com/NixOS/nixpkgs/commit/c6195b6b280ed25a55f2cbf0f6edda0bb19e96cb
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M pkgs/desktops/plasma-5/plasma-workspace/default.nix

  Log Message:
  ---
  plasma-workspace: propagate Qt-based inputs


  Commit: 1dbb9628c807c2b137a99204fe3c03b0f543a606
  
https://github.com/NixOS/nixpkgs/commit/1dbb9628c807c2b137a99204fe3c03b0f543a606
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-24 (Fri, 24 Mar 2017)

  Changed paths:
M nixos/tests/plasma5.nix
M pkgs/applications/display-managers/sddm/default.nix
M pkgs/desktops/plasma-5/plasma-workspace/default.nix

  Log Message:
  ---
  Merge branch 'release-17.03--plasma-5' into release-17.03


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


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

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

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

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

This reverts commit 3de6ccd5b21e391c4fa324c94dd150e331a8474e.


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

  Changed paths:
M nixos/tests/sddm.nix

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

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


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


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

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

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

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

This reverts commit 40db6380f6b817e559c19abe0580b0931ce29841.

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


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


[Nix-commits] [NixOS/nixpkgs] edf32f: plasma5: 5.9.3 -> 5.9.4

2017-03-22 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: edf32f90e6ab4af0e6a53466654dae4a4447aced
  
https://github.com/NixOS/nixpkgs/commit/edf32f90e6ab4af0e6a53466654dae4a4447aced
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pkgs/desktops/plasma-5/fetch.sh
M pkgs/desktops/plasma-5/srcs.nix
M pkgs/development/libraries/kde-frameworks/kio/default.nix

  Log Message:
  ---
  plasma5: 5.9.3 -> 5.9.4


  Commit: 6a1e5cc2fa1c607197778b0574237f74f6180bec
  
https://github.com/NixOS/nixpkgs/commit/6a1e5cc2fa1c607197778b0574237f74f6180bec
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pkgs/development/libraries/kde-frameworks/fetch.sh
M pkgs/development/libraries/kde-frameworks/srcs.nix

  Log Message:
  ---
  kdeFrameworks: 5.31 -> 5.32


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


[Nix-commits] [NixOS/nixpkgs] df60c4: makeQtWrapper: wrap with runtime XDG dirs

2017-03-22 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: df60c426d2dfd55f86cee98c8f72c22693ece734
  
https://github.com/NixOS/nixpkgs/commit/df60c426d2dfd55f86cee98c8f72c22693ece734
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/make-qt-wrapper-darwin.sh
M pkgs/development/libraries/qt-5/make-qt-wrapper.sh

  Log Message:
  ---
  makeQtWrapper: wrap with runtime XDG dirs

(cherry picked from commit 7aee677a1093aa5869a6a1bf5ecd6121f87534c8)


  Commit: 40db6380f6b817e559c19abe0580b0931ce29841
  
https://github.com/NixOS/nixpkgs/commit/40db6380f6b817e559c19abe0580b0931ce29841
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  sddm: propagate qtbase input

(cherry picked from commit 3de6ccd5b21e391c4fa324c94dd150e331a8474e)


  Commit: 4e3a21a2878d98288fa0294dc85b65916d251685
  
https://github.com/NixOS/nixpkgs/commit/4e3a21a2878d98288fa0294dc85b65916d251685
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  nixos/plasma5: do not include extra-cmake-modules in sddm

Fixes #24126.

(cherry picked from commit 7ca62935bb7d8a1617a1c12e6735ecf45441aced)


  Commit: e94a1d922b9140931cb6bb9c9a70671b89842332
  
https://github.com/NixOS/nixpkgs/commit/e94a1d922b9140931cb6bb9c9a70671b89842332
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  sddmPlasma5: provide top-level package for theme

(cherry picked from commit 203c4926e3251c91299eb122d48d250e5232ba9a)


  Commit: 9fe20dd70a1b907250e7fcc97ad2f559a5cfc4aa
  
https://github.com/NixOS/nixpkgs/commit/9fe20dd70a1b907250e7fcc97ad2f559a5cfc4aa
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M nixos/modules/rename.nix
M nixos/modules/services/x11/desktop-managers/plasma5.nix
M nixos/modules/services/x11/display-managers/sddm.nix

  Log Message:
  ---
  nixos/sddm: replace `themes` option with `package` option

(cherry picked from commit a96e047b31ca1f64cd80301f520471f4fd8de854)


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


[Nix-commits] [NixOS/nixpkgs] 7aee67: makeQtWrapper: wrap with runtime XDG dirs

2017-03-22 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7aee677a1093aa5869a6a1bf5ecd6121f87534c8
  
https://github.com/NixOS/nixpkgs/commit/7aee677a1093aa5869a6a1bf5ecd6121f87534c8
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/make-qt-wrapper-darwin.sh
M pkgs/development/libraries/qt-5/make-qt-wrapper.sh

  Log Message:
  ---
  makeQtWrapper: wrap with runtime XDG dirs


  Commit: 3de6ccd5b21e391c4fa324c94dd150e331a8474e
  
https://github.com/NixOS/nixpkgs/commit/3de6ccd5b21e391c4fa324c94dd150e331a8474e
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  sddm: propagate qtbase input


  Commit: 7ca62935bb7d8a1617a1c12e6735ecf45441aced
  
https://github.com/NixOS/nixpkgs/commit/7ca62935bb7d8a1617a1c12e6735ecf45441aced
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  nixos/plasma5: do not include extra-cmake-modules in sddm

Fixes #24126.


  Commit: 203c4926e3251c91299eb122d48d250e5232ba9a
  
https://github.com/NixOS/nixpkgs/commit/203c4926e3251c91299eb122d48d250e5232ba9a
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

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

  Log Message:
  ---
  sddmPlasma5: provide top-level package for theme


  Commit: a96e047b31ca1f64cd80301f520471f4fd8de854
  
https://github.com/NixOS/nixpkgs/commit/a96e047b31ca1f64cd80301f520471f4fd8de854
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M nixos/modules/rename.nix
M nixos/modules/services/x11/desktop-managers/plasma5.nix
M nixos/modules/services/x11/display-managers/sddm.nix

  Log Message:
  ---
  nixos/sddm: replace `themes` option with `package` option


  Commit: 403b87f0d58f3dd17b5bcf4f378bb4894b50d987
  
https://github.com/NixOS/nixpkgs/commit/403b87f0d58f3dd17b5bcf4f378bb4894b50d987
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M pkgs/desktops/plasma-5/plasma-workspace/default.nix

  Log Message:
  ---
  plasma-workspace: do not propagate non-KDE inputs


  Commit: acd9c5ace32608e3fcd836410f5b4fe6e3856c08
  
https://github.com/NixOS/nixpkgs/commit/acd9c5ace32608e3fcd836410f5b4fe6e3856c08
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-22 (Wed, 22 Mar 2017)

  Changed paths:
M nixos/modules/rename.nix
M nixos/modules/services/x11/desktop-managers/plasma5.nix
M nixos/modules/services/x11/display-managers/sddm.nix
M pkgs/applications/display-managers/sddm/default.nix
M pkgs/desktops/plasma-5/plasma-workspace/default.nix
M pkgs/development/libraries/qt-5/make-qt-wrapper-darwin.sh
M pkgs/development/libraries/qt-5/make-qt-wrapper.sh
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #24205 from ttuegel/sddm-closure-size

SDDM closure size


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


[Nix-commits] [NixOS/nixpkgs] 7299db: fontconfig-penultimate: 0.2 -> 0.2.1

2017-03-21 Thread Thomas Tuegel
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7299db431a700768d0b5a6c80ae6e82b748ad0db
  
https://github.com/NixOS/nixpkgs/commit/7299db431a700768d0b5a6c80ae6e82b748ad0db
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-21 (Tue, 21 Mar 2017)

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

  Log Message:
  ---
  fontconfig-penultimate: 0.2 -> 0.2.1

Added package metadata, including license.


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


[Nix-commits] [NixOS/nixpkgs] 655928: freetype: 2.6.5 -> 2.7.1

2017-03-20 Thread Thomas Tuegel
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 65592837b6e62fb555d6e8c891f347428886c4f2
  
https://github.com/NixOS/nixpkgs/commit/65592837b6e62fb555d6e8c891f347428886c4f2
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
M nixos/modules/config/fonts/fontconfig-ultimate.nix
M nixos/modules/config/fonts/fontconfig.nix
M nixos/modules/rename.nix
M nixos/modules/services/x11/display-managers/default.nix
M pkgs/development/libraries/cairo/default.nix
M pkgs/development/libraries/fontconfig/2.10.nix
M pkgs/development/libraries/fontconfig/default.nix
A 
pkgs/development/libraries/fontconfig/test-pcf-family-names-freetype-2.7.patch
M pkgs/development/libraries/freetype/default.nix
A pkgs/development/libraries/freetype/enable-subpixel-rendering.patch
A pkgs/development/libraries/freetype/enable-table-validation.patch

  Log Message:
  ---
  freetype: 2.6.5 -> 2.7.1

The Infinality bytecode interpreter is removed in favor of the new v40 TrueType
interpreter. In the past, the Infinality interpreter provided support for
ClearType-style hinting instructions while the default interpreter (then v35)
provided support only for original TrueType-style instructions. The v40
interpreter corrects this deficiency, so the Infinality interpreter is no longer
necessary.

To understand why the Infinality interpreter is no longer necessary, we should
understand how ClearType differs from TrueType and how the v40 interpreter
works. The following is a summary of information available on the FreeType
website [1] mixed with my own editorializing.

TrueType instructions use horizontal and vertical hints to improve glyph
rendering. Before TrueType, fonts were only vertically hinted; horizontal hints
improved rendering by snapping stems to pixel boundaries. Horizontal hinting is
a risk because it can significantly distort glyph shapes and kerning. Extensive
testing at different resolutions is needed to perfect the TrueType
hints. Microsoft invested significant effort to do this with its "Core fonts for
the Web" project, but few other typefaces have seen this level of attention.

With the advent of subpixel rendering, the effective horizontal resolution of
most displays increased significantly. ClearType eschews horizontal hinting in
favor of horizontal supersampling. Most fonts are designed for the Microsoft
bytecode interpreter, which implements a compatibility mode with
TrueType-style (horizontal and vertical) instructions. However, applying the
full horizontal hints to subpixel-rendered fonts leads to color fringes and
inconsistent stem widths. The Infinality interpreter implements several
techniques to mitigate these problems, going so far as to embed font- and
glyph-specific hacks in the interpreter. On the other hand, the v40 interpreter
ignores the horizontal hinting instructions so that glyphs render as they are
intended to on the Microsoft interpreter. Without the horizontal hints, the
problems of glyph and kerning distortion, color fringes, and inconsistent stem
widths--the problems the Infinality interpreter was created to solve--simply
don't occur in the first place.

There are also security concerns which motivate removing the Infinality patches.
Although there is an updated version of the Infinality interpreter for FreeType
2.7, the lack of a consistent upstream maintainer is a security concern. The
interpreter is a Turing-complete virtual machine which has had security
vulnerabilities in the past. While the default interpreter is used in billions
of devices and is maintained by an active developer, the Infinality interpreter
is neither scrutinized nor maintained. We will probably never know if there are
defects in the Infinality interpreter, and if they were discovered they would
likely never be fixed. I do not think that is an acceptable situtation for a
core library like FreeType.

Dropping the Infinality patches means that font rendering will be less
customizable. I think this is an acceptable trade-off. The Infinality
interpreter made many compromises to mitigate the problems with horizontal
hinting; the main purpose of customization is to tailor these compromises to the
user's preferences. The new interpreter does not have to make these compromises
because it renders fonts as their designers intended, so this level of
customization is not necessary.

The Infinality-associated patches are also removed from cairo. These patches
only set the default rendering options in case they aren't set though
Fontconfig. On NixOS, the rendering options are always set in Fontconfig, so
these patches never actually did anything for us!

The Fontconfig test suite is patched to account for a quirk in the way PCF fonts
are named.

The fontconfig option `hintstyle` is no longer configurable in NixOS. This
option selects the TrueType interpreter; the v40 interpreter is `hintsl

[Nix-commits] [NixOS/nixpkgs] 9f4e6c: nixos/plasma5: do not set kimpanel as default IBus...

2017-03-20 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9f4e6cda6778dce3c05b9dc6b2e4f1bc6a965501
  
https://github.com/NixOS/nixpkgs/commit/9f4e6cda6778dce3c05b9dc6b2e4f1bc6a965501
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  nixos/plasma5: do not set kimpanel as default IBus panel

kimpanel does not show installed IBus engines or allow switching input
methods. kimpanel does show configured keyboard layouts through kxkb, so I
believe there is some problem communicating with IBus. No error messages are
produced in the log and I have been unable to discover the cause. I have no
intention of continuing to work on kimpanel at this time, so it should be
disabled. The GTK+ 3-based panel provided by IBus is perfectly serviceable in
the interim.

(cherry picked from commit d709cdd8291cdab2e3fbfc979025e1de2005d332)


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


[Nix-commits] [NixOS/nixpkgs] d709cd: nixos/plasma5: do not set kimpanel as default IBus...

2017-03-20 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d709cdd8291cdab2e3fbfc979025e1de2005d332
  
https://github.com/NixOS/nixpkgs/commit/d709cdd8291cdab2e3fbfc979025e1de2005d332
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  nixos/plasma5: do not set kimpanel as default IBus panel

kimpanel does not show installed IBus engines or allow switching input
methods. kimpanel does show configured keyboard layouts through kxkb, so I
believe there is some problem communicating with IBus. No error messages are
produced in the log and I have been unable to discover the cause. I have no
intention of continuing to work on kimpanel at this time, so it should be
disabled. The GTK+ 3-based panel provided by IBus is perfectly serviceable in
the interim.


  Commit: 020791f7e10533dcd702121b047c5b74e88512f7
  
https://github.com/NixOS/nixpkgs/commit/020791f7e10533dcd702121b047c5b74e88512f7
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #24125 from ttuegel/disable-kimpanel

nixos/plasma5: do not set kimpanel as default IBus panel


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


[Nix-commits] [NixOS/nixpkgs] 501d9c: lumina: fix kwindowsystem and oxygen-icons5 attrib...

2017-03-20 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 501d9c71861b3797b96000a9ab83e32a6bd8d9e0
  
https://github.com/NixOS/nixpkgs/commit/501d9c71861b3797b96000a9ab83e32a6bd8d9e0
  Author: romildo <malaqu...@gmail.com>
  Date:   2017-03-19 (Sun, 19 Mar 2017)

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

  Log Message:
  ---
  lumina: fix kwindowsystem and oxygen-icons5 attributes


  Commit: 4837aba1eed30835e7b111c779c34f1bf2bf69b7
  
https://github.com/NixOS/nixpkgs/commit/4837aba1eed30835e7b111c779c34f1bf2bf69b7
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #24101 from romildo/fix.lumina

lumina: fix kwindowsystem and oxygen-icons5 attributes


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


[Nix-commits] [NixOS/nixpkgs] 25d450: KDE Applications: 16.12.2 -> 16.12.3

2017-03-17 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 25d450c0674e388bad60f25ceca4817deb601c50
  
https://github.com/NixOS/nixpkgs/commit/25d450c0674e388bad60f25ceca4817deb601c50
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M pkgs/applications/kde/fetch.sh
M pkgs/applications/kde/srcs.nix

  Log Message:
  ---
  KDE Applications: 16.12.2 -> 16.12.3

(cherry picked from commit 06ece41778ff3c06dbb4fad0f87e888ca6c9889d)


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


[Nix-commits] [NixOS/nixpkgs] 06ece4: KDE Applications: 16.12.2 -> 16.12.3

2017-03-17 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 06ece41778ff3c06dbb4fad0f87e888ca6c9889d
  
https://github.com/NixOS/nixpkgs/commit/06ece41778ff3c06dbb4fad0f87e888ca6c9889d
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
M pkgs/applications/kde/fetch.sh
M pkgs/applications/kde/srcs.nix

  Log Message:
  ---
  KDE Applications: 16.12.2 -> 16.12.3


  Commit: 73ccc49448447174a198dd6feeb339eb6740844c
  
https://github.com/NixOS/nixpkgs/commit/73ccc49448447174a198dd6feeb339eb6740844c
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
M pkgs/applications/kde/fetch.sh
M pkgs/applications/kde/srcs.nix

  Log Message:
  ---
  Merge pull request #23992 from ttuegel/kde-applications-16.12.3

KDE Applications: 16.12.2 -> 16.12.3


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


[Nix-commits] [NixOS/nixpkgs] b45aee: Merge pull request #23766 from orivej/kcachegrind-...

2017-03-12 Thread Thomas Tuegel
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b45aee491fbd2a9493d4726c955360e60c2a5754
  
https://github.com/NixOS/nixpkgs/commit/b45aee491fbd2a9493d4726c955360e60c2a5754
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
M pkgs/applications/kde/default.nix
A pkgs/applications/kde/kcachegrind.nix

  Log Message:
  ---
  Merge pull request #23766 from orivej/kcachegrind-kdelibs

kcachegrind: init at 16.2.2

(cherry picked from commit 28e78fd3dcf330ff9293b9acc9a45cdb1c4df257)
It's just adding a new package (back).


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


[Nix-commits] [NixOS/nixpkgs] 2a9208: krfb: init at 16.12.2

2017-03-12 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2a9208cd2421674f04df6c283b4356dfbffb2b1a
  
https://github.com/NixOS/nixpkgs/commit/2a9208cd2421674f04df6c283b4356dfbffb2b1a
  Author: Matt McHenry <git...@matt.mchenryfamily.org>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

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

  Log Message:
  ---
  krfb: init at 16.12.2


  Commit: ce180eb109563c1287a200db7920531ab3d2e507
  
https://github.com/NixOS/nixpkgs/commit/ce180eb109563c1287a200db7920531ab3d2e507
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23755 from jerith666/krfb

krfb: expose kde 5 version


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


[Nix-commits] [NixOS/nixpkgs] 8cc103: kcachegrind: init at 16.2.2

2017-03-12 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8cc10357ce3cef5e7dc18bb53cc4f02a16bb131e
  
https://github.com/NixOS/nixpkgs/commit/8cc10357ce3cef5e7dc18bb53cc4f02a16bb131e
  Author: Orivej Desh <ori...@gmx.fr>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
M pkgs/applications/kde/default.nix
A pkgs/applications/kde/kcachegrind.nix

  Log Message:
  ---
  kcachegrind: init at 16.2.2


  Commit: 28e78fd3dcf330ff9293b9acc9a45cdb1c4df257
  
https://github.com/NixOS/nixpkgs/commit/28e78fd3dcf330ff9293b9acc9a45cdb1c4df257
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
M pkgs/applications/kde/default.nix
A pkgs/applications/kde/kcachegrind.nix

  Log Message:
  ---
  Merge pull request #23766 from orivej/kcachegrind-kdelibs

kcachegrind: init at 16.2.2


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


[Nix-commits] [NixOS/nixpkgs] e24261: qtbase: fix sed syntax in .pc file fixup

2017-03-11 Thread Thomas Tuegel
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e24261ed16e5ffbbb5737947180b3830ae368476
  
https://github.com/NixOS/nixpkgs/commit/e24261ed16e5ffbbb5737947180b3830ae368476
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.5/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.8/qtbase/default.nix

  Log Message:
  ---
  qtbase: fix sed syntax in .pc file fixup


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


[Nix-commits] [NixOS/nixpkgs] d12635: lxqt: fix qtsvg attribute

2017-03-10 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d12635370b4f4b35bedf1938975706b0ec7836f8
  
https://github.com/NixOS/nixpkgs/commit/d12635370b4f4b35bedf1938975706b0ec7836f8
  Author: romildo <malaqu...@gmail.com>
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
M pkgs/desktops/lxqt/default.nix

  Log Message:
  ---
  lxqt: fix qtsvg attribute


  Commit: 985f54f5fc5bfedd3848215f167a17a7d02769f7
  
https://github.com/NixOS/nixpkgs/commit/985f54f5fc5bfedd3848215f167a17a7d02769f7
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
M pkgs/desktops/lxqt/default.nix

  Log Message:
  ---
  Merge pull request #23588 from romildo/fix.lxqt

lxqt: fix qtsvg attribute


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


[Nix-commits] [NixOS/nixpkgs] c663f6: qt57: darwin compatibility

2017-03-10 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c663f6aba91ad7a5ff778618a0d7a83f225e0955
  
https://github.com/NixOS/nixpkgs/commit/c663f6aba91ad7a5ff778618a0d7a83f225e0955
  Author: Periklis Tsirakidis <periklis.tsiraki...@mayflower.de>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.7/default.nix
A pkgs/development/libraries/qt-5/5.7/qtbase/cmake-paths-darwin.patch
M pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.7/qtbase/series

  Log Message:
  ---
  qt57: darwin compatibility

Port of the qt56 compatibility patch 7a9400d by @acowley


  Commit: 4c0737eb80af8a1e0c0bab4c51454807837dfdde
  
https://github.com/NixOS/nixpkgs/commit/4c0737eb80af8a1e0c0bab4c51454807837dfdde
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.7/default.nix
A pkgs/development/libraries/qt-5/5.7/qtbase/cmake-paths-darwin.patch
M pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
M pkgs/development/libraries/qt-5/5.7/qtbase/series

  Log Message:
  ---
  Merge pull request #23602 from periklis/topic_qt57_darwin

qt57: darwin compatibility


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


[Nix-commits] [NixOS/nixpkgs] 66bc21: qtbase: don't patch non-existent .pc files on Darw...

2017-03-10 Thread Thomas Tuegel
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 66bc2135f6c374ffba8e351a51a2d836a8da5d62
  
https://github.com/NixOS/nixpkgs/commit/66bc2135f6c374ffba8e351a51a2d836a8da5d62
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

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

  Log Message:
  ---
  qtbase: don't patch non-existent .pc files on Darwin


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


[Nix-commits] [NixOS/nixpkgs] cc7c3c: nixos/plasma5: set GST_PLUGIN_SYSTEM_PATH_1_0 to l...

2017-03-10 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cc7c3c6bb84f0f235bf8c136995074cdf4ae89b5
  
https://github.com/NixOS/nixpkgs/commit/cc7c3c6bb84f0f235bf8c136995074cdf4ae89b5
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

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

  Log Message:
  ---
  nixos/plasma5: set GST_PLUGIN_SYSTEM_PATH_1_0 to list of paths


  Commit: 5a05f6f48316f04904eabc9fdb411b093d59dc1c
  
https://github.com/NixOS/nixpkgs/commit/5a05f6f48316f04904eabc9fdb411b093d59dc1c
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
A pkgs/development/libraries/phonon/backends/gst-plugin-paths.patch
M pkgs/development/libraries/phonon/backends/gstreamer.nix

  Log Message:
  ---
  phonon-backend-gstreamer: hardcode gstreamer plugin paths


  Commit: edd43351cfa861a5e641a4c25666bbd3bc181f67
  
https://github.com/NixOS/nixpkgs/commit/edd43351cfa861a5e641a4c25666bbd3bc181f67
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

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

  Log Message:
  ---
  nixos/plasma5: no need to set gstreamer plugin path


  Commit: 64b88c3017089c55bbf7fb272696f62a4369a187
  
https://github.com/NixOS/nixpkgs/commit/64b88c3017089c55bbf7fb272696f62a4369a187
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
M doc/languages-frameworks/python.md
M lib/maintainers.nix
M nixos/default.nix
M nixos/doc/manual/configuration/xfce.xml
M nixos/doc/manual/release-notes/rl-1703.xml
M nixos/doc/manual/release-notes/rl-1709.xml
M nixos/modules/config/fonts/fontconfig-ultimate.nix
M nixos/modules/config/fonts/fontconfig.nix
M nixos/modules/config/pulseaudio.nix
M nixos/modules/installer/cd-dvd/iso-image.nix
M nixos/modules/installer/tools/nixos-rebuild.sh
M nixos/modules/misc/ids.nix
M nixos/modules/module-list.nix
M nixos/modules/rename.nix
M nixos/modules/security/grsecurity.xml
M nixos/modules/services/cluster/kubernetes.nix
M nixos/modules/services/continuous-integration/buildbot/master.nix
M nixos/modules/services/continuous-integration/buildbot/worker.nix
M nixos/modules/services/continuous-integration/jenkins/job-builder.nix
M nixos/modules/services/logging/fluentd.nix
M nixos/modules/services/misc/nix-daemon.nix
M nixos/modules/services/misc/ssm-agent.nix
M nixos/modules/services/monitoring/das_watchdog.nix
M nixos/modules/services/networking/btsync.nix
M nixos/modules/services/networking/ddclient.nix
M nixos/modules/services/networking/dnscrypt-proxy.nix
M nixos/modules/services/networking/networkmanager.nix
M nixos/modules/services/networking/searx.nix
M nixos/modules/services/scheduling/fcron.nix
M nixos/modules/services/web-servers/phpfpm/default.nix
M nixos/modules/services/x11/desktop-managers/plasma5.nix
M nixos/modules/services/x11/desktop-managers/xfce.nix
A nixos/modules/services/x11/display-managers/xpra.nix
M nixos/modules/services/x11/xserver.nix
M nixos/modules/tasks/filesystems/zfs.nix
M nixos/modules/tasks/network-interfaces-scripted.nix
M nixos/modules/tasks/network-interfaces.nix
M nixos/modules/virtualisation/ecs-agent.nix
M nixos/modules/virtualisation/openstack/glance.nix
M nixos/modules/virtualisation/virtualbox-guest.nix
M nixos/modules/virtualisation/xen-dom0.nix
A nixos/tests/buildbot.nix
M nixos/tests/leaps.nix
M nixos/tests/networking.nix
M pkgs/applications/altcoins/dogecoin.nix
M pkgs/applications/audio/bs1770gain/default.nix
M pkgs/applications/audio/chuck/default.nix
M pkgs/applications/audio/easytag/default.nix
M pkgs/applications/audio/flacon/default.nix
M pkgs/applications/audio/fmit/default.nix
M pkgs/applications/audio/guitarix/default.nix
M pkgs/applications/audio/hydrogen/default.nix
M pkgs/applications/editors/eclipse/default.nix
M pkgs/applications/editors/emacs-modes/elpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix
M pkgs/applications/editors/geany/default.nix
M pkgs/applications/editors/hexcurse/default.nix
M pkgs/applications/editors/neovim/qt.nix
M pkgs/applications/gis/qgis/default.nix
M pkgs/applications/graphics/inkscape/default.nix
M pkgs/applications/graphics/photivo/default.nix
M pkgs/applications/graphics/shotwell/default.nix
M pkgs/applications/kde/kdenlive.nix
M pkgs/applications/misc/albert/default.nix
M pkgs/applications/misc/cheat/default.nix
M pkgs/applications/misc/emem/default.nix
M pkgs/applications/misc/kiwi

[Nix-commits] [NixOS/nixpkgs] 42cf52: nixos/plasma5: set default fonts for Plasma deskto...

2017-03-09 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 42cf524f2d15a9eacf683be4076e8451d0492f83
  
https://github.com/NixOS/nixpkgs/commit/42cf524f2d15a9eacf683be4076e8451d0492f83
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

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

  Log Message:
  ---
  nixos/plasma5: set default fonts for Plasma desktop


  Commit: 164cdd38a62e435bf83943cacc66d4f14d09f77d
  
https://github.com/NixOS/nixpkgs/commit/164cdd38a62e435bf83943cacc66d4f14d09f77d
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

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

  Log Message:
  ---
  startkde: inherit NixOS system font settings


  Commit: 286b007bd327a1e8d6d1fe66702b951f2fd6e29a
  
https://github.com/NixOS/nixpkgs/commit/286b007bd327a1e8d6d1fe66702b951f2fd6e29a
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

  Changed paths:
M nixos/modules/config/fonts/fontconfig-ultimate.nix
M nixos/modules/config/fonts/fontconfig.nix
M nixos/modules/rename.nix

  Log Message:
  ---
  nixos/fontconfig: lift some settings out of fontconfig.ultimate


  Commit: e3cb24d1e0a83a09684cb3298cc222cad63d283c
  
https://github.com/NixOS/nixpkgs/commit/e3cb24d1e0a83a09684cb3298cc222cad63d283c
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M nixos/modules/config/fonts/fontconfig-ultimate.nix
M nixos/modules/config/fonts/fontconfig.nix
M nixos/modules/rename.nix
M nixos/modules/services/x11/desktop-managers/plasma5.nix
M pkgs/desktops/plasma-5/startkde/startkde.sh

  Log Message:
  ---
  Merge pull request #23503 from ttuegel/fontconfig

Generalize Fontconfig options


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


[Nix-commits] [NixOS/nixpkgs] 869037: qttools: update cmake paths for Qt 5.8

2017-03-05 Thread Thomas Tuegel
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 869037812c14cf96d49aa46d0d723eba50199367
  
https://github.com/NixOS/nixpkgs/commit/869037812c14cf96d49aa46d0d723eba50199367
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-05 (Sun, 05 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.8/qttools/cmake-paths.patch

  Log Message:
  ---
  qttools: update cmake paths for Qt 5.8


  Commit: 923224ab2e6ad7131763f3ea6aee2453b0dd3e35
  
https://github.com/NixOS/nixpkgs/commit/923224ab2e6ad7131763f3ea6aee2453b0dd3e35
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-05 (Sun, 05 Mar 2017)

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

  Log Message:
  ---
  qtstyleplugins: mark broken with Qt 5.8


  Commit: 2a385516516c5d1762e1d33c96e3fd25c457ca96
  
https://github.com/NixOS/nixpkgs/commit/2a385516516c5d1762e1d33c96e3fd25c457ca96
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-05 (Sun, 05 Mar 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.8/qtwebengine/default.nix
M 
pkgs/development/libraries/qt-5/5.8/qtwebengine/qtwebengine-paxmark-mksnapshot.patch

  Log Message:
  ---
  qtwebengine: update build system paths for Qt 5.8


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


[Nix-commits] [NixOS/nixpkgs] a90932: libxkbcommon: 0.6.1 -> 0.7.1

2017-03-04 Thread Thomas Tuegel
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a909329bed59e03d184e4ebc96c8b04ce2018503
  
https://github.com/NixOS/nixpkgs/commit/a909329bed59e03d184e4ebc96c8b04ce2018503
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

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

  Log Message:
  ---
  libxkbcommon: 0.6.1 -> 0.7.1


  Commit: a368a80c90f1a0ccffb59017e1900e87b9c66824
  
https://github.com/NixOS/nixpkgs/commit/a368a80c90f1a0ccffb59017e1900e87b9c66824
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

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

  Log Message:
  ---
  libxkbcommon: add ttuegel to maintainers


  Commit: cd7d8a60b44a80bab95b1cfceb58b27443bce502
  
https://github.com/NixOS/nixpkgs/commit/cd7d8a60b44a80bab95b1cfceb58b27443bce502
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

  Changed paths:
A pkgs/development/libraries/qt-5/5.8/default.nix
A pkgs/development/libraries/qt-5/5.8/fetch.sh
A pkgs/development/libraries/qt-5/5.8/qtbase/cmake-paths.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/compose-search-path.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/decrypt-ssl-traffic.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/default.nix
A pkgs/development/libraries/qt-5/5.8/qtbase/dlopen-dbus.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/dlopen-gl.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/dlopen-gtkstyle.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/dlopen-libXcursor.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/dlopen-openssl.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/dlopen-resolv.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/libressl.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/mkspecs-libgl.patch
A 
pkgs/development/libraries/qt-5/5.8/qtbase/nix-profiles-library-paths.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/series
A pkgs/development/libraries/qt-5/5.8/qtbase/tzdir.patch
A pkgs/development/libraries/qt-5/5.8/qtbase/xdg-config-dirs.patch
A pkgs/development/libraries/qt-5/5.8/qtconnectivity.nix
A pkgs/development/libraries/qt-5/5.8/qtdeclarative/default.nix
A 
pkgs/development/libraries/qt-5/5.8/qtdeclarative/nix-profiles-import-paths.patch
A pkgs/development/libraries/qt-5/5.8/qtdeclarative/series
A pkgs/development/libraries/qt-5/5.8/qtdoc.nix
A pkgs/development/libraries/qt-5/5.8/qtgraphicaleffects.nix
A pkgs/development/libraries/qt-5/5.8/qtimageformats.nix
A pkgs/development/libraries/qt-5/5.8/qtlocation.nix
A pkgs/development/libraries/qt-5/5.8/qtmultimedia.nix
A pkgs/development/libraries/qt-5/5.8/qtquickcontrols.nix
A pkgs/development/libraries/qt-5/5.8/qtquickcontrols2.nix
A pkgs/development/libraries/qt-5/5.8/qtscript/0001-glib-2.32.patch
A pkgs/development/libraries/qt-5/5.8/qtscript/default.nix
A pkgs/development/libraries/qt-5/5.8/qtsensors.nix
A 
pkgs/development/libraries/qt-5/5.8/qtserialport/0001-dlopen-serialport-udev.patch
A pkgs/development/libraries/qt-5/5.8/qtserialport/default.nix
A pkgs/development/libraries/qt-5/5.8/qtsvg.nix
A pkgs/development/libraries/qt-5/5.8/qttools/cmake-paths.patch
A pkgs/development/libraries/qt-5/5.8/qttools/default.nix
A pkgs/development/libraries/qt-5/5.8/qttools/series
A pkgs/development/libraries/qt-5/5.8/qttranslations.nix
A pkgs/development/libraries/qt-5/5.8/qtwayland.nix
A pkgs/development/libraries/qt-5/5.8/qtwebchannel.nix
A pkgs/development/libraries/qt-5/5.8/qtwebengine/default.nix
A 
pkgs/development/libraries/qt-5/5.8/qtwebengine/qtwebengine-paxmark-mksnapshot.patch
A 
pkgs/development/libraries/qt-5/5.8/qtwebkit/0001-dlopen-webkit-nsplugin.patch
A pkgs/development/libraries/qt-5/5.8/qtwebkit/0002-dlopen-webkit-gtk.patch
A pkgs/development/libraries/qt-5/5.8/qtwebkit/0003-dlopen-webkit-udev.patch
A pkgs/development/libraries/qt-5/5.8/qtwebkit/default.nix
A pkgs/development/libraries/qt-5/5.8/qtwebsockets.nix
A pkgs/development/libraries/qt-5/5.8/qtx11extras.nix
A pkgs/development/libraries/qt-5/5.8/qtxmlpatterns.nix
A pkgs/development/libraries/qt-5/5.8/srcs.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  qt58: init at 5.8.0

Qt 5.8 is now the default version.


  Commit: 8ec7f51167b2c23b951509a6ab6b077a9c2778cf
  
https://github.com/NixOS/nixpkgs/commit/8ec7f51167b2c23b951509a6ab6b077a9c2778cf
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

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

  Log Message:
  ---
  phonon: 4.9.0 -> 4.9.1

Fix build failure with Qt 5.8.0


  Commit: c93c57b8acb59b0904bee2a

[Nix-commits] [NixOS/nixpkgs] eccc1f: mesa: allow overriding driver compilation

2017-03-04 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: eccc1fa9bb2fd5baea960d55f81708637cfd8ff0
  
https://github.com/NixOS/nixpkgs/commit/eccc1fa9bb2fd5baea960d55f81708637cfd8ff0
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  ---
  mesa: allow overriding driver compilation


  Commit: ff8f2b87e8d15fe2ddc000b115c0d7f632999b61
  
https://github.com/NixOS/nixpkgs/commit/ff8f2b87e8d15fe2ddc000b115c0d7f632999b61
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23451 from ttuegel/mesa-drivers

mesa: allow overriding driver compilation


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


[Nix-commits] [NixOS/nixpkgs] acb103: fcitx: fix fcitx-qt5 attribute path

2017-03-04 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: acb1032968927c5e78e5d05c1bafc6378d82c44b
  
https://github.com/NixOS/nixpkgs/commit/acb1032968927c5e78e5d05c1bafc6378d82c44b
  Author: Eric Sagnes <eric.sag...@gmail.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M pkgs/tools/inputmethods/fcitx/wrapper.nix

  Log Message:
  ---
  fcitx: fix fcitx-qt5 attribute path


  Commit: ca8edb791e063c7c295adb542d90306d0b8f9835
  
https://github.com/NixOS/nixpkgs/commit/ca8edb791e063c7c295adb542d90306d0b8f9835
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-04 (Sat, 04 Mar 2017)

  Changed paths:
M pkgs/tools/inputmethods/fcitx/wrapper.nix

  Log Message:
  ---
  Merge pull request #23411 from ericsagnes/pkg-fix/fcitx

fcitx: fix fcitx-qt5 attribute path


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


[Nix-commits] [NixOS/nixpkgs] 28cb06: fricas: 1.2.2 -> 1.3.1

2017-03-03 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 28cb067600e8800caf090843583fd39e8301073e
  
https://github.com/NixOS/nixpkgs/commit/28cb067600e8800caf090843583fd39e8301073e
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

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

  Log Message:
  ---
  fricas: 1.2.2 -> 1.3.1


  Commit: 494dc2af2ea1565f72b7aac2d4c17707cc09f0c7
  
https://github.com/NixOS/nixpkgs/commit/494dc2af2ea1565f72b7aac2d4c17707cc09f0c7
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

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

  Log Message:
  ---
  Merge pull request #23423 from ttuegel/fricas

fricas: 1.2.2 -> 1.3.1


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


[Nix-commits] [NixOS/nixpkgs] 80e883: iso_graphical: fix warning about Plasma 5 desktop ...

2017-03-03 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 80e883a7c31b78124c48fa3f60111f1b60c64671
  
https://github.com/NixOS/nixpkgs/commit/80e883a7c31b78124c48fa3f60111f1b60c64671
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix

  Log Message:
  ---
  iso_graphical: fix warning about Plasma 5 desktop module name


  Commit: 0da421ce17a0226e4880c596702adcc58cb19d6c
  
https://github.com/NixOS/nixpkgs/commit/0da421ce17a0226e4880c596702adcc58cb19d6c
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-02 (Thu, 02 Mar 2017)

  Changed paths:
M nixos/release-combined.nix
M nixos/release.nix
R nixos/tests/kde5.nix
A nixos/tests/plasma5.nix

  Log Message:
  ---
  nixos/tests: fix Plasma 5 test


  Commit: 7755fcd5439093e37d028a44ef809fb0421dc3c5
  
https://github.com/NixOS/nixpkgs/commit/7755fcd5439093e37d028a44ef809fb0421dc3c5
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M nixos/release.nix

  Log Message:
  ---
  nixos: fix renaming warning in KDE closure


  Commit: dcee54c935f893566085471e786aaeecbde75d11
  
https://github.com/NixOS/nixpkgs/commit/dcee54c935f893566085471e786aaeecbde75d11
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M nixos/tests/plasma5.nix

  Log Message:
  ---
  nixos/tests/plasma5: fix test name


  Commit: e7b0b2bb66fb0047ccd6288bd4faaf91ebad00a0
  
https://github.com/NixOS/nixpkgs/commit/e7b0b2bb66fb0047ccd6288bd4faaf91ebad00a0
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M nixos/tests/phabricator.nix

  Log Message:
  ---
  nixos/tests/phabricator: fix renaming warning


  Commit: 60817e4715a2fd42390a44b189b1c1cd1b888529
  
https://github.com/NixOS/nixpkgs/commit/60817e4715a2fd42390a44b189b1c1cd1b888529
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M nixos/tests/trac.nix

  Log Message:
  ---
  nixos/tests/trac: fix renaming warning


  Commit: 8e6bdcc7317179fbc906d725e2b1c0f6b1c72199
  
https://github.com/NixOS/nixpkgs/commit/8e6bdcc7317179fbc906d725e2b1c0f6b1c72199
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M nixos/modules/profiles/graphical.nix

  Log Message:
  ---
  nixos: fix renaming warning in graphical profile


  Commit: d91637c54632761b8a918da28d047d96c4cdfd68
  
https://github.com/NixOS/nixpkgs/commit/d91637c54632761b8a918da28d047d96c4cdfd68
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M nixos/modules/installer/tools/nixos-generate-config.pl

  Log Message:
  ---
  nixos-generate-config: rename plasma5 desktop


  Commit: ecb65eceaa746c7d9bc6b5c1330268e959912d4e
  
https://github.com/NixOS/nixpkgs/commit/ecb65eceaa746c7d9bc6b5c1330268e959912d4e
  Author: Thomas Tuegel <ttue...@mailbox.org>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M nixos/doc/manual/configuration/modularity.xml
M nixos/doc/manual/configuration/x-windows.xml

  Log Message:
  ---
  nixos/doc/manual: rename plasma5 desktop


  Commit: 044c7d091b980aba40521cd67e70022cdae60568
  
https://github.com/NixOS/nixpkgs/commit/044c7d091b980aba40521cd67e70022cdae60568
  Author: Thomas Tuegel <ttue...@secure.mailbox.org>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
M nixos/doc/manual/configuration/modularity.xml
M nixos/doc/manual/configuration/x-windows.xml
M nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix
M nixos/modules/installer/tools/nixos-generate-config.pl
M nixos/modules/profiles/graphical.nix
M nixos/release-combined.nix
M nixos/release.nix
R nixos/tests/kde5.nix
M nixos/tests/phabricator.nix
A nixos/tests/plasma5.nix
M nixos/tests/trac.nix

  Log Message:
  ---
  Merge pull request #23388 from ttuegel/nixos-plasma5

NixOS: Plasma 5 tests and warnings


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


  1   2   3   4   >