colorchord2: update dependencies
This commit is contained in:
parent
72d323ca04
commit
8268b9a6b2
|
@ -4,9 +4,9 @@
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, alsa-lib
|
, alsa-lib
|
||||||
, freeglut
|
, freeglut
|
||||||
, libusb
|
, libusb1
|
||||||
, pulseaudio
|
, pulseaudio
|
||||||
, xlibs
|
, xorg
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -25,9 +25,9 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsa-lib
|
alsa-lib
|
||||||
freeglut
|
freeglut
|
||||||
libusb
|
libusb1
|
||||||
pulseaudio
|
pulseaudio
|
||||||
] ++ (with xlibs; [
|
] ++ (with xorg; [
|
||||||
libX11
|
libX11
|
||||||
libXext
|
libXext
|
||||||
libXinerama
|
libXinerama
|
||||||
|
|
Loading…
Reference in a new issue