Merge pull request #72097 from jtojnar/glib-debug

glib: enable separate debug info
This commit is contained in:
worldofpeace
2019-10-27 20:31:20 +00:00
committed by GitHub

View File

@@ -188,6 +188,8 @@ stdenv.mkDerivation rec {
inherit doCheck;
separateDebugInfo = stdenv.isLinux;
passthru = rec {
gioModuleDir = "lib/gio/modules";
makeSchemaPath = dir: name: "${dir}/share/gsettings-schemas/${name}/glib-2.0/schemas";