colorchord2: update dependencies

master
Jakob Lechner 2022-11-04 19:08:55 +00:00
parent 72d323ca04
commit 8268b9a6b2
No known key found for this signature in database
GPG Key ID: 996082EFB5906C10
1 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@
, pkg-config
, alsa-lib
, freeglut
, libusb
, libusb1
, pulseaudio
, xlibs
, xorg
}:
stdenv.mkDerivation rec {
@ -25,9 +25,9 @@ stdenv.mkDerivation rec {
buildInputs = [
alsa-lib
freeglut
libusb
libusb1
pulseaudio
] ++ (with xlibs; [
] ++ (with xorg; [
libX11
libXext
libXinerama