exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 6fe1cb65437a2c4945731e9b696291d15d84ce0e
parent 8502bcff29d4698ef071aea5344debc416bfbc31
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun, 12 Apr 2026 20:58:35 +0200

nix: update build to fix ftbfs

Diffstat:
Mflake.nix | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -26,16 +26,21 @@ src = ./.; nativeBuildInputs = [ pkgs.gnumake - pkgs.automake + pkgs.meson + pkgs.ninja pkgs.autoconf pkgs.pkg-config pkgs.python3 pkgs.texinfo + pkgs.typst # optional + pkgs.pdftk # optional + pkgs.doxygen + pkgs.libfaketime + pkgs.git ]; buildInputs = [ pkgs.libtool pkgs.jansson - pkgs.git pkgs.gettext pkgs.postgresql (pkgs.python3.withPackages (python-pkgs: [