Unverified Commit 5071f2af authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #310425 from kiike/zhf/emilua

emilua: 0.7.2 -> 0.7.3, reformat
parents 6abe9cc9 54ed3f76
Loading
Loading
Loading
Loading
+34 −34
Original line number Diff line number Diff line
{ lib
, stdenv
, meson
, ninja
, fetchFromGitHub
, fetchFromGitLab
, re2c
, gperf
, gawk
, pkg-config
, boost182
, fmt
, luajit_openresty
, ncurses
, serd
, sord
, libcap
, liburing
, openssl
, cereal
, cmake
, asciidoctor
, makeWrapper
{
  lib,
  stdenv,
  meson,
  ninja,
  fetchFromGitHub,
  fetchFromGitLab,
  re2c,
  gperf,
  gawk,
  pkg-config,
  boost182,
  fmt,
  luajit_openresty,
  ncurses,
  serd,
  sord,
  libcap,
  liburing,
  openssl,
  cereal,
  cmake,
  asciidoctor,
  makeWrapper,
}:

let
@@ -34,13 +35,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "emilua";
  version = "0.7.2";
  version = "0.7.3";

  src = fetchFromGitLab {
    owner = "emilua";
    repo = "emilua";
    rev = "v${version}";
      hash = "sha256-gt+THEr3nilweDEDmEMwIsU4i9own4ICJlZD+z8XWRQ=";
    hash = "sha256-j8ohhqHjSBgc4Xk9PcQNrbADmsz4VH2zCv+UNqiCv4I=";
  };

  buildInputs = [
@@ -83,7 +84,6 @@ stdenv.mkDerivation rec {
    (lib.mesonBool "enable_tests" true)
    (lib.mesonBool "enable_manpages" true)
    (lib.mesonOption "version_suffix" "-nixpkgs1")
    (lib.mesonOption "ipc_actor_msg_max_members_number" "40")
  ];

  postPatch = ''