diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-04 19:13:01 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-04 19:25:44 -0600 |
| commit | c08af15960a7c313948b8b511297d75c09f50b85 (patch) | |
| tree | e55eecb22a3437443000a5dbf45b579e38aa0e48 /flake.nix | |
| parent | f3d40b34df954eb533cf3d1e9bce2ad3a7eaea21 (diff) | |
sim: implement fst traces
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -121,6 +121,7 @@ ncurses openssl SDL2 + zlib ]; nativeBuildInputs = [ @@ -143,8 +144,8 @@ shellHook = '' export CROSS_COMPILE=arm-unknown-linux-gnueabi- export MAKEFLAGS="AR=gcc-ar" - export CXXFLAGS="$(pkg-config --cflags sdl2 ncursesw)" - export LDFLAGS="$(pkg-config --libs sdl2 ncursesw)" + export CXXFLAGS="$(pkg-config --cflags ncursesw sdl2 zlib)" + export LDFLAGS="$(pkg-config --libs ncursesw sdl2 zlib)" # <https://discourse.nixos.org/t/fonts-in-nix-installed-packages-on-a-non-nixos-system/5871/7> export LOCALE_ARCHIVE="${glibcLocales}/lib/locale/locale-archive" |
