chore: fix nix flake
This commit is contained in:
parent
46d8c59e90
commit
e3dde863f0
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
];
|
];
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
systemdMinimal
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
freetype
|
freetype
|
||||||
fontconfig
|
fontconfig
|
||||||
|
|
@ -50,6 +51,7 @@
|
||||||
lld
|
lld
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
stdenv.cc.cc.lib
|
stdenv.cc.cc.lib
|
||||||
|
libinput
|
||||||
];
|
];
|
||||||
runtimeDependencies = with pkgs; [
|
runtimeDependencies = with pkgs; [
|
||||||
wayland
|
wayland
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue