Skip to content

Commit 1553130

Browse files
committed
bark: nixfmt
1 parent 8611672 commit 1553130

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

pkgs/by-name/ba/bark/package.nix

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
}:
89
rustPlatform.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-

0 commit comments

Comments
 (0)