added missing library

This commit is contained in:
kity 2025-08-07 19:18:15 +02:00
parent 3c2662e5fc
commit f5fa3790a8

View file

@ -70,7 +70,12 @@ in
package =
pkgs.runCommand "akkoma-fe"
{
config = {
nativeBuildInputs = with pkgs; [
xorg.lndir
];
};
}
''
mkdir $out