From 0a8ac3b6bea6aae97c34aec64431b3a5e18db8a7 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sun, 20 Oct 2019 05:51:45 +0000 Subject: gtk3: Enable separated debug info on Linux When debugging gtk3 errors or errors in applications that use gtk, it can be useful to have full debuginfo. This adds debug information in a separate output so it will not bloat normal systems. --- pkgs/development/libraries/gtk/3.x.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/libraries/gtk') diff --git a/pkgs/development/libraries/gtk/3.x.nix b/pkgs/development/libraries/gtk/3.x.nix index 0e4fddaa010..e0810766ee5 100644 --- a/pkgs/development/libraries/gtk/3.x.nix +++ b/pkgs/development/libraries/gtk/3.x.nix @@ -75,6 +75,8 @@ stdenv.mkDerivation rec { ./patches/3.0-darwin-x11.patch ]; + separateDebugInfo = stdenv.isLinux; + mesonFlags = [ "-Dtests=false" ]; -- cgit 1.4.1