Skip to content

Commit

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

stdenv.mkDerivation rec {
pname = "tacent";
Expand All @@ -13,17 +7,15 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "bluescan";
repo = "tacent";
tag = version;
tag = version;
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 3243543

Please sign in to comment.