mirror of
https://github.com/yshui/picom.git
synced 2025-02-24 16:06:42 -05:00
flake: add llvmPackage.libllvm
For tools like llvm-profdata and llvm-cov. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
4d6758a4ca
commit
793bb0cf7b
1 changed files with 1 additions and 1 deletions
|
@ -61,6 +61,7 @@
|
|||
nativeBuildInputs = o.nativeBuildInputs ++ (with pkgs; [
|
||||
clang-tools_18
|
||||
llvmPackages_18.clang-unwrapped.python
|
||||
llvmPackages_18.libllvm
|
||||
python
|
||||
]);
|
||||
hardeningDisable = ["fortify"];
|
||||
|
@ -79,7 +80,6 @@
|
|||
;
|
||||
packages = {
|
||||
default = pkgs.picom;
|
||||
llvm = profilePkgs.llvm_18;
|
||||
};
|
||||
devShells.default = mkDevShell packages.default;
|
||||
devShells.useClang = devShells.default.override {
|
||||
|
|
Loading…
Add table
Reference in a new issue