Skip to content

Commit ee7a915

Browse files
committed
shaka-packager: nixfmt
1 parent cf15c2b commit ee7a915

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pkgs/applications/video/shaka-packager/default.nix

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
{ lib
2-
, stdenv
3-
, fetchurl
4-
, runCommand
5-
, shaka-packager
1+
{
2+
lib,
3+
stdenv,
4+
fetchurl,
5+
runCommand,
6+
shaka-packager,
67
}:
78

89
let
@@ -21,8 +22,9 @@ let
2122
};
2223
};
2324

24-
source = sources."${stdenv.hostPlatform.system}"
25-
or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
25+
source =
26+
sources."${stdenv.hostPlatform.system}"
27+
or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
2628
in
2729
stdenv.mkDerivation (finalAttrs: {
2830
pname = "shaka-packager";

0 commit comments

Comments
 (0)