Update packages for hephaestus

This commit is contained in:
Dave Gallant
2022-10-17 20:35:05 -04:00
parent 2d26d1697b
commit 7237ed70b0
6 changed files with 31 additions and 40 deletions

View File

@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
chmod +x $out/bin/set-leds.sh
'';
nativeBuildInputs = with pkgs; [cmake pkgconfig];
nativeBuildInputs = with pkgs; [cmake pkg-config];
buildInputs = with pkgs; [xlibsWrapper xorg.libXi libuv systemd luajit libyaml];
}