Skip to content

Commit

Permalink
virglrenderer: trim dependencies on darwin
Browse files Browse the repository at this point in the history
Co-authored-by: Weijia Wang <[email protected]>
  • Loading branch information
lovesegfault and wegank committed Jan 13, 2025
1 parent 2c4cfe8 commit 52a4644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/vi/virglrenderer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ stdenv.mkDerivation rec {

buildInputs =
[
libGLU
libepoxy
libX11
]
++ lib.optionals vaapiSupport [ libva ]
++ lib.optionals stdenv.hostPlatform.isLinux [
libGLU
libX11
libdrm
libgbm
];
Expand Down

0 comments on commit 52a4644

Please sign in to comment.