gjs: add separateDebugInfo

This commit is contained in:
Jan Tojnar 2019-11-05 00:51:07 +01:00
parent a2f6928257
commit 51de90ef44
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -64,6 +64,8 @@ stdenv.mkDerivation rec {
--prefix GI_TYPELIB_PATH : "${stdenv.lib.makeSearchPath "lib/girepository-1.0" [ gtk3 atk pango.out gdk-pixbuf ]}:$installedTests/libexec/gjs/installed-tests"
'';
separateDebugInfo = stdenv.isLinux;
passthru = {
updateScript = gnome3.updateScript {
packageName = "gjs";