mirror of
https://github.com/yshui/picom.git
synced 2025-02-17 15:56:21 -05:00
flake: add python packages for running the test suite
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
336943d99c
commit
23e4c68069
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
||||||
src = git-ignore-nix.lib.gitignoreSource ./.;
|
src = git-ignore-nix.lib.gitignoreSource ./.;
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
python = pkgs.python3.withPackages (ps: with ps; [
|
||||||
|
xcffib pip
|
||||||
|
]);
|
||||||
|
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system overlays;
|
inherit system overlays;
|
||||||
|
@ -47,6 +50,7 @@
|
||||||
nativeBuildInputs = o.nativeBuildInputs ++ (with pkgs; [
|
nativeBuildInputs = o.nativeBuildInputs ++ (with pkgs; [
|
||||||
clang-tools_17
|
clang-tools_17
|
||||||
llvmPackages_17.clang-unwrapped.python
|
llvmPackages_17.clang-unwrapped.python
|
||||||
|
python
|
||||||
]);
|
]);
|
||||||
hardeningDisable = ["fortify"];
|
hardeningDisable = ["fortify"];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue