gvfs: enable debug info

It is occasionally crash prone.
This commit is contained in:
Jan Tojnar 2022-12-25 19:54:03 +01:00
parent a9f02a84d8
commit ce98c22824

View File

@ -131,6 +131,8 @@ stdenv.mkDerivation rec {
doCheck = false; # fails with "ModuleNotFoundError: No module named 'gi'"
doInstallCheck = doCheck;
separateDebugInfo = true;
passthru = {
updateScript = gnome.updateScript {
packageName = pname;