From 9512dfb8df1c7f418146d8c9361386f13dfa2fcd Mon Sep 17 00:00:00 2001 From: VictorGamerLOL Date: Tue, 30 Apr 2024 20:12:33 +0100 Subject: [PATCH] this is apparently needed --- suyu/suyu.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/suyu/suyu.nix b/suyu/suyu.nix index 82e5674..d5de443 100644 --- a/suyu/suyu.nix +++ b/suyu/suyu.nix @@ -43,6 +43,7 @@ stdenv.mkDerivation(finalAttrs: { url = "https://git.suyu.dev/suyu/suyu"; rev = "v${finalAttrs.version}"; sha256 = "wLUPNRDR22m34OcUSB1xHd+pT7/wx0pHYAZj6LnEN4g="; + fetchSubmodules = true; }; nativeBuildInputs = [