[NixOS] Fix missing propagatedBuildInputs
This commit is contained in:
@@ -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 (_: {
|
||||
|
||||
@@ -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 -";
|
||||
|
||||
Reference in New Issue
Block a user