This commit is contained in:
陈浩南 2023-10-14 22:56:12 +08:00
parent 4bb77b3351
commit a56011bf6d
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@
src = fetchFromGitHub
{
owner = "CHN-beta";
repo = "libbiu";
rev = "b048dd269e44a62c5220742ce697664088348e51";
sha256 = "SxxLGj1Kqj4oUvWQvkpNAA6YnWt4sF5Gzclox9wl0uU=";
repo = "biu";
rev = "8ed2e52968f98d3a6ddbd01e86e57604ba3a7f54";
sha256 = "OqQ+QkjjIbpve/xn/DJA7ONw/bBg5zGNr+VJjc3o+K8=";
};
nativeBuildInputs = [ cmake pkg-config ninja ];
buildInputs = [ fmt boost magic-enum libbacktrace concurrencpp tgbot-cpp nameof eigen range-v3 ];

View File

@ -37,5 +37,5 @@
chromiumos-touch-keyboard = callPackage ./chromiumos-touch-keyboard {};
yoga-support = callPackage ./yoga-support {};
tgbot-cpp = callPackage ./tgbot-cpp {};
libbiu = callPackage ./libbiu { inherit concurrencpp tgbot-cpp nameof; stdenv = gcc13Stdenv; };
biu = callPackage ./biu { inherit concurrencpp tgbot-cpp nameof; stdenv = gcc13Stdenv; };
}