Add MLIR dependencies for building

This commit is contained in:
Felix Suchert 2023-05-08 16:37:19 +02:00
parent 0b21a10afe
commit fd963d2b99
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -58,6 +58,8 @@
# ------------ kernel ------------------------------------------------------- # ------------ kernel -------------------------------------------------------
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2; boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2;
services.fwupd.enable = true;
# ------------ time, location & input --------------------------------------- # ------------ time, location & input ---------------------------------------
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";
@ -224,6 +226,7 @@
binutils-unwrapped binutils-unwrapped
gnumake gnumake
cmake cmake
ninja
gdb gdb
ccls ccls
# valgrind # valgrind
@ -238,6 +241,9 @@
# provided by my own overlay # provided by my own overlay
mlir mlir
#circt #circt
llvmPackages_15.clang
llvmPackages_15.bintools
lit
## I heard you like man pages? ## I heard you like man pages?
man-pages man-pages