Merge branch 'master' into closure-size

This commit is contained in:
Luca Bruno
2015-11-29 16:50:26 +01:00
241 changed files with 13028 additions and 1473 deletions
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A stand-alone panel";
maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
passthru = {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Stand alone tray";
maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux;
platforms = platforms.linux;
};
passthru = {