[NixOS] Fix missing propagatedBuildInputs

This commit is contained in:
2025-02-06 12:12:18 -07:00
parent 30d50d72ec
commit a744a8fc2d
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ final: prev:
};
});
wyoming-satellite = prev.wyoming-satellite.overridePythonAttrs (_: {
wyoming-satellite = prev.wyoming-satellite.overridePythonAttrs (oldAttrs: {
src = prev.fetchFromGitHub {
owner = "colonelpanic8";
repo = "wyoming-satellite";
@@ -83,6 +83,7 @@ final: prev:
pythonImportsCheck = [
"wyoming_satellite"
];
propagatedBuildInputs = [];
});
git-sync = prev.git-sync.overrideAttrs (_: {

View File

@@ -7,7 +7,6 @@ makeEnable config "myModules.wyoming" false {
services.wyoming = {
satellite = {
enable = true;
package = pkgs.wyoming-satellite;
user = "imalison";
microphone = {
command = "pw-record --channels 1 -";