feat: add some more needed dependencies.
This commit is contained in:
parent
631b5cb19c
commit
98fae59837
1 changed files with 8 additions and 8 deletions
16
default.nix
16
default.nix
|
|
@ -72,13 +72,13 @@ with pkgs.python3Packages;
|
|||
xlib
|
||||
vdf
|
||||
waitress
|
||||
# xlib-hotkeys
|
||||
];
|
||||
|
||||
nativeBuildInput = with pkgs; [
|
||||
nvitop
|
||||
coreutils
|
||||
glib
|
||||
busybox
|
||||
(
|
||||
pkgs.callPackage
|
||||
./packages/xlib-hotkeys.nix
|
||||
{}
|
||||
)
|
||||
pkgs.nvitop
|
||||
pkgs.glib
|
||||
pkgs.busybox
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue