clan-app: Change tkinter file dialogue to gtk4 file dialogue

This commit is contained in:
Qubasa
2025-01-12 14:39:41 +07:00
parent 35ae1f2286
commit d6dd1e4652
5 changed files with 216 additions and 102 deletions

View File

@@ -12,6 +12,8 @@ mkShell {
inputsFrom = [ self'.devShells.default ];
inherit (clan-app) nativeBuildInputs propagatedBuildInputs;
buildInputs = [
(clan-app.pythonRuntime.withPackages (
ps:
@@ -22,7 +24,7 @@ mkShell {
]
++ (clan-app.devshellPyDeps ps)
))
];
] ++ clan-app.runtimeDeps;
shellHook = ''
export GIT_ROOT=$(git rev-parse --show-toplevel)