fllog: fix cross / strictDeps build

This commit is contained in:
FliegendeWurst 2025-01-02 11:55:38 +01:00
parent 8a5f060b32
commit 3422fb581d

View file

@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
fltk13 # fltk-config
pkg-config
];