mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
stdenv,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
libGL,
|
||||||
SDL,
|
SDL,
|
||||||
SDL_image,
|
SDL_image,
|
||||||
libjack2,
|
libjack2,
|
||||||
|
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
libGL
|
||||||
SDL
|
SDL
|
||||||
SDL_image
|
SDL_image
|
||||||
libjack2
|
libjack2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue