mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
2341cd6a3a
commit
eb893cf2f1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue