From 70a6efa86d41ae78fd836fa3c90f96c41cc8167a Mon Sep 17 00:00:00 2001 From: Sean Link Date: Thu, 8 Feb 2024 12:33:07 -0700 Subject: [PATCH] libtheora: ran nixpkgs-fmt --- pkgs/development/libraries/libtheora/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libtheora/default.nix b/pkgs/development/libraries/libtheora/default.nix index c61a4dc96162..8eab4256fd1c 100644 --- a/pkgs/development/libraries/libtheora/default.nix +++ b/pkgs/development/libraries/libtheora/default.nix @@ -1,4 +1,4 @@ -{lib, stdenv, fetchurl, libogg, libvorbis, pkg-config, autoreconfHook, fetchpatch }: +{ lib, stdenv, fetchurl, libogg, libvorbis, pkg-config, autoreconfHook, fetchpatch }: stdenv.mkDerivation rec { pname = "libtheora";