wxwidgets: fix passthru, fixes tarball job
cc @romildo
This commit is contained in:
parent
26335f358e
commit
32a7e35d17
@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
|
|||||||
";
|
";
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit compat24 compat26 unicode;
|
inherit compat28 compat30 unicode;
|
||||||
gtk = if withGtk2 then gtk2 else gtk3;
|
gtk = if withGtk2 then gtk2 else gtk3;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user