Compare commits
1 Commits
uconsole-f
...
feat/fork-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7511fd24bb |
@@ -31,4 +31,11 @@
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
# Override pipewire to drop libcamera (fixes cross-compile: rpi-pisp subproject blocked)
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
pipewire = prev.pipewire.override { libcamera = null; };
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user