Skip to content

Commit 52a4644

Browse files
lovesegfaultwegank
andcommitted
virglrenderer: trim dependencies on darwin
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
1 parent 2c4cfe8 commit 52a4644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/vi/virglrenderer/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ stdenv.mkDerivation rec {
2929

3030
buildInputs =
3131
[
32-
libGLU
3332
libepoxy
34-
libX11
3533
]
3634
++ lib.optionals vaapiSupport [ libva ]
3735
++ lib.optionals stdenv.hostPlatform.isLinux [
36+
libGLU
37+
libX11
3838
libdrm
3939
libgbm
4040
];

0 commit comments

Comments
 (0)