Merge branch 'pr-1'

master
Simon Bruder 2022-11-04 21:14:38 +01:00
commit ff4ce742bf
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
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