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
commit ec65ad7168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";