meterbridge: fix build

commit 7aeac03 (PR #386495) dropped libX11 and libGLU from propagatedBuildInputs in SDL_compat, and #389106 pointed SDL to SDL_compat, which broke this build

Hydra fail: https://hydra.nixos.org/build/292743363
This commit is contained in:
Grimmauld 2025-03-18 21:33:55 +01:00
parent 2341cd6a3a
commit eb893cf2f1
No known key found for this signature in database

View file

@ -3,6 +3,7 @@
stdenv,
fetchurl,
pkg-config,
libGL,
SDL,
SDL_image,
libjack2,
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [
libGL
SDL
SDL_image
libjack2