openjdk*: Add gtk3 to passthru of all versions

This commit is contained in:
Doron Behar 2020-11-25 12:21:08 +02:00 committed by Dmitry Kalinkin
parent 3e48a6db49
commit 8023e3c42a
4 changed files with 4 additions and 0 deletions

View file

@ -147,6 +147,7 @@ let
passthru = {
architecture = "";
home = "${openjdk}/lib/openjdk";
inherit gtk3;
};
};
in openjdk

View file

@ -151,6 +151,7 @@ let
passthru = {
architecture = "";
home = "${openjdk}/lib/openjdk";
inherit gtk3;
};
};
in openjdk

View file

@ -151,6 +151,7 @@ let
passthru = {
architecture = "";
home = "${openjdk}/lib/openjdk";
inherit gtk3;
};
};
in openjdk

View file

@ -267,6 +267,7 @@ let
passthru = {
inherit architecture;
home = "${openjdk8}/lib/openjdk";
inherit gtk2;
};
};
in openjdk8