27
flake.nix
27
flake.nix
@@ -16,7 +16,19 @@
|
||||
system:
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
nativeBuildInputs = [ ];
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkg-config
|
||||
wayland
|
||||
wayland-protocols
|
||||
wlr-protocols
|
||||
wayland-scanner
|
||||
libGL
|
||||
libportal
|
||||
glib
|
||||
libxkbcommon
|
||||
fontconfig
|
||||
harfbuzz
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
cmake
|
||||
ninja
|
||||
@@ -31,23 +43,12 @@
|
||||
[
|
||||
llvmPackages_21.clang-tools
|
||||
lldb
|
||||
gdb
|
||||
codespell
|
||||
doxygen
|
||||
gtest
|
||||
cppcheck
|
||||
inotify-tools
|
||||
|
||||
pkg-config
|
||||
wayland
|
||||
wayland-protocols
|
||||
wlr-protocols
|
||||
wayland-scanner
|
||||
libGL
|
||||
libportal
|
||||
glib
|
||||
libxkbcommon
|
||||
fontconfig
|
||||
harfbuzz
|
||||
]
|
||||
++ buildInputs
|
||||
++ nativeBuildInputs
|
||||
|
||||
Reference in New Issue
Block a user