mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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 = {
|
||||
inherit compat24 compat26 unicode;
|
||||
inherit compat28 compat30 unicode;
|
||||
gtk = if withGtk2 then gtk2 else gtk3;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user