Unverified Commit 8a432a45 authored by wxt's avatar wxt
Browse files

flent,http-getter: nixfmt

parent 1984e1ca
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, cmake, curl, pkg-config }:
{
  lib,
  stdenv,
  fetchFromGitHub,
  cmake,
  curl,
  pkg-config,
}:

stdenv.mkDerivation {
  pname = "http-getter";
@@ -11,7 +18,10 @@ stdenv.mkDerivation {
    sha256 = "0plyqqwfm9bysichda0w3akbdxf6279wd4mx8mda0c4mxd4xy9nl";
  };

  nativeBuildInputs = [ cmake pkg-config ];
  nativeBuildInputs = [
    cmake
    pkg-config
  ];
  buildInputs = [ curl ];

  meta = with lib; {
+3 −3

File changed.

Contains only whitespace changes.