Unverified Commit fe782233 authored by Nick Cao's avatar Nick Cao
Browse files

opencc: format with nixfmt-rfc-style

parent b8097902
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, cmake, python3 }:
{
  lib,
  stdenv,
  fetchFromGitHub,
  cmake,
  python3,
}:

stdenv.mkDerivation rec {
  pname = "opencc";
@@ -11,7 +17,10 @@ stdenv.mkDerivation rec {
    sha256 = "sha256-N7nazA0xoQ2ewOGDiJg1vBBYMdF1/qiCfNjG5CFFbuk=";
  };

  nativeBuildInputs = [ cmake python3 ];
  nativeBuildInputs = [
    cmake
    python3
  ];

  meta = with lib; {
    homepage = "https://github.com/BYVoid/OpenCC";