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

View file

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