added glibc to runtimeInputs of gdu
This commit is contained in:
@@ -140,6 +140,7 @@ in
|
|||||||
packages.gdu = inputs.wrappers.lib.wrapPackage {
|
packages.gdu = inputs.wrappers.lib.wrapPackage {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
package = pkgs.gdu;
|
package = pkgs.gdu;
|
||||||
|
runtimeInputs = with pkgs; [ glibc ];
|
||||||
args = [ "-x" "--si" "--collapse-path" "--mouse" "$@" ];
|
args = [ "-x" "--si" "--collapse-path" "--mouse" "$@" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user