nix: fix build
This commit is contained in:
parent
49bc0bdfee
commit
1464b97914
1 changed files with 2 additions and 5 deletions
|
|
@ -25,17 +25,14 @@
|
||||||
material-symbols,
|
material-symbols,
|
||||||
rubik,
|
rubik,
|
||||||
nerd-fonts,
|
nerd-fonts,
|
||||||
gcc,
|
|
||||||
qt6,
|
qt6,
|
||||||
quickshell,
|
quickshell,
|
||||||
aubio,
|
aubio,
|
||||||
pipewire,
|
pipewire,
|
||||||
wayland,
|
|
||||||
wayland-protocols,
|
|
||||||
wayland-scanner,
|
|
||||||
xkeyboard-config,
|
xkeyboard-config,
|
||||||
cmake,
|
cmake,
|
||||||
ninja,
|
ninja,
|
||||||
|
pkg-config,
|
||||||
caelestia-cli,
|
caelestia-cli,
|
||||||
withCli ? false,
|
withCli ? false,
|
||||||
extraRuntimeDeps ? [],
|
extraRuntimeDeps ? [],
|
||||||
|
|
@ -73,7 +70,7 @@ in
|
||||||
version = "${rev}";
|
version = "${rev}";
|
||||||
src = ./..;
|
src = ./..;
|
||||||
|
|
||||||
nativeBuildInputs = [cmake ninja makeWrapper qt6.wrapQtAppsHook];
|
nativeBuildInputs = [cmake ninja pkg-config aubio pipewire makeWrapper qt6.wrapQtAppsHook];
|
||||||
buildInputs = [quickshell xkeyboard-config qt6.qtbase qt6.qtdeclarative];
|
buildInputs = [quickshell xkeyboard-config qt6.qtbase qt6.qtdeclarative];
|
||||||
propagatedBuildInputs = runtimeDeps;
|
propagatedBuildInputs = runtimeDeps;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue