Skip to content

Commit

Permalink
Fix formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
poperigby committed Dec 9, 2024
1 parent 3243543 commit 53ecadc
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pkgs/by-name/ta/tacent/package.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{ cmake, fetchFromGitHub, lib, ninja, stdenv, }:
{
cmake,
fetchFromGitHub,
lib,
ninja,
stdenv,
}:

stdenv.mkDerivation rec {
pname = "tacent";
Expand All @@ -11,11 +17,13 @@ stdenv.mkDerivation rec {
hash = "sha256-z8VuJS8OaVw5CeO/udvBEmcURKIy1oWVYUv6Ai8lTI8=";
};

nativeBuildInputs = [ cmake ninja ];
nativeBuildInputs = [
cmake
ninja
];

meta = {
description =
"C++ library providing linear algebra and various utility functions";
description = "C++ library providing linear algebra and various utility functions";
longDescription = ''
A C++ library implementing linear algebra, text and file IO, UTF-N conversions,
containers, image loading/saving, image quantization/filtering, command-line parsing, etc.
Expand Down

0 comments on commit 53ecadc

Please sign in to comment.