added glibc to runtimeInputs of gdu

This commit is contained in:
John Lancaster
2026-04-19 10:32:18 -05:00
parent 904dd6e329
commit ca2f5ac7c8
+1
View File
@@ -140,6 +140,7 @@ in
packages.gdu = inputs.wrappers.lib.wrapPackage {
inherit pkgs;
package = pkgs.gdu;
runtimeInputs = with pkgs; [ glibc ];
args = [ "-x" "--si" "--collapse-path" "--mouse" "$@" ];
};
};