Merge pull request #71426 from artemist/gtk-debuginfo

gtk3: Enable separated debug info on Linux
This commit is contained in:
Michael Raskin
2019-10-21 05:48:58 +00:00
committed by GitHub

View File

@@ -75,6 +75,8 @@ stdenv.mkDerivation rec {
./patches/3.0-darwin-x11.patch
];
separateDebugInfo = stdenv.isLinux;
mesonFlags = [
"-Dtests=false"
];