Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2019-06-25 16:26:29 +02:00
14 changed files with 122 additions and 30 deletions

View File

@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
";
passthru = {
inherit compat24 compat26 unicode;
inherit compat28 compat30 unicode;
gtk = if withGtk2 then gtk2 else gtk3;
};