summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-08-27 14:54:06 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-08-27 14:54:06 +1000
commit1464b97914fa213172a6a0f7f0464650915a40ea (patch)
tree7c7b8bdd04e5dbffb8705aff3b053236a6420182
parentnix: fix quote (diff)
downloadcaelestia-shell-1464b97914fa213172a6a0f7f0464650915a40ea.tar.gz
caelestia-shell-1464b97914fa213172a6a0f7f0464650915a40ea.tar.bz2
caelestia-shell-1464b97914fa213172a6a0f7f0464650915a40ea.zip
nix: fix build
-rw-r--r--nix/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 60579bf..51d6809 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -25,17 +25,14 @@
material-symbols,
rubik,
nerd-fonts,
- gcc,
qt6,
quickshell,
aubio,
pipewire,
- wayland,
- wayland-protocols,
- wayland-scanner,
xkeyboard-config,
cmake,
ninja,
+ pkg-config,
caelestia-cli,
withCli ? false,
extraRuntimeDeps ? [],
@@ -73,7 +70,7 @@ in
version = "${rev}";
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];
propagatedBuildInputs = runtimeDeps;