diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-04 22:40:22 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-04 22:40:22 +1000 |
| commit | e7398920468efa212e0c800767b7b2c41baca4f4 (patch) | |
| tree | f7637f8ba70a9c14905d26ac08f975fe1f5407b3 /nix | |
| parent | plugin: add BeatTracker (diff) | |
| download | caelestia-shell-e7398920468efa212e0c800767b7b2c41baca4f4.tar.gz caelestia-shell-e7398920468efa212e0c800767b7b2c41baca4f4.tar.bz2 caelestia-shell-e7398920468efa212e0c800767b7b2c41baca4f4.zip | |
internal: remove beat-detector.cpp
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nix/default.nix b/nix/default.nix index bc9f018..dfe2731 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -22,7 +22,6 @@ qt6, quickshell, aubio, - pipewire, xkeyboard-config, cmake, ninja, @@ -69,8 +68,7 @@ fileset = lib.fileset.union ./../CMakeLists.txt ./../assets/cpp; }; - nativeBuildInputs = [cmake ninja pkg-config]; - buildInputs = [aubio pipewire]; + nativeBuildInputs = [cmake ninja]; cmakeFlags = [ |