diff --git a/flake.nix b/flake.nix index db5843c..0f1eb6c 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,10 @@ pkgs.autoPatchelfHook ]; + buildInputs = commonArgs.buildInputs ++ [ + pkgs.libgcc + ]; + runtimeDependencies = dlDeps; doCheck = false;