wxwidgets: fix passthru, fixes tarball job

cc @romildo
This commit is contained in:
Frederik Rietdijk 2019-06-25 16:22:51 +02:00
parent 26335f358e
commit 32a7e35d17

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;
};