summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix4
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 =
[