File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1- { lib
2- , rustPlatform
3- , fetchFromGitHub
4- , pkg-config
5- , alsa-lib
6- , speexdsp
1+ {
2+ lib ,
3+ rustPlatform ,
4+ fetchFromGitHub ,
5+ pkg-config ,
6+ alsa-lib ,
7+ speexdsp ,
78} :
89rustPlatform . buildRustPackage {
910 pname = "bark" ;
@@ -15,8 +16,11 @@ rustPlatform.buildRustPackage {
1516 hash = "sha256-sGroae6uJhB9UIpFmvt520Zs9k0ir7H8pGkhKJmVWek=" ;
1617 } ;
1718 useFetchCargoVendor = true ;
18- cargoHash = "sha256-WqJZoYpOQQGJGvND2R1o2nvK5P24z7YeJ9i26mai45M=" ;
19- buildInputs = [ alsa-lib speexdsp ] ;
19+ cargoHash = "sha256-OjlVn4fvKPm3UfqhKkv7cDuvK4mcLcQXPNPK+WScrMc=" ;
20+ buildInputs = [
21+ alsa-lib
22+ speexdsp
23+ ] ;
2024 nativeBuildInputs = [ pkg-config ] ;
2125
2226 meta = {
@@ -28,4 +32,3 @@ rustPlatform.buildRustPackage {
2832 mainProgram = "bark" ;
2933 } ;
3034}
31-
You can’t perform that action at this time.
0 commit comments