Update flake

This commit is contained in:
2022-10-15 16:25:00 +02:00
parent 62af5ec3c5
commit ff05ad7e21
4 changed files with 83 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, lib,
pkgconfig, cmake, ffmpeg, libdrm, libpulseaudio, xorg, libnotify,
pkg-config, cmake, ffmpeg, libdrm, libpulseaudio, xorg, libnotify,
fetchgit }:
stdenv.mkDerivation rec {
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
pkgconfig cmake
pkg-config cmake
];
buildInputs = [