From 6e1aff62004ce67833e0882428142c2afbf1d8f7 Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Thu, 28 May 2026 22:10:23 +0200 Subject: [PATCH] perl dep --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c2ff428..145f544 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,7 @@ pkgs.runCommand "substrate-0.0.68-patched.jar" { nativeBuildInputs = [ + pkgs.perl pkgs.unzip pkgs.zip ];