Skip to content

Commit

Permalink
[WIP] xppen_3: add some qt and wayland build inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Nov 4, 2024
1 parent 1bcff45 commit a982cff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkgs/by-name/xp/xppen_3/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
autoPatchelfHook,
qt5,
libusb1,
libGL,
wayland,
libglvnd,
}:

stdenv.mkDerivation {
Expand All @@ -24,8 +27,12 @@ stdenv.mkDerivation {
];

buildInputs = [
qt5.qtbase
qt5.full
qt5.qtwayland
wayland
libusb1
libGL
libglvnd
];

dontConfigure = true;
Expand Down

0 comments on commit a982cff

Please sign in to comment.