Merge pull request #71426 from artemist/gtk-debuginfo
gtk3: Enable separated debug info on Linux
This commit is contained in:
commit
edb5c34f39
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ stdenv.mkDerivation rec {
|
|||
./patches/3.0-darwin-x11.patch
|
||||
];
|
||||
|
||||
separateDebugInfo = stdenv.isLinux;
|
||||
|
||||
mesonFlags = [
|
||||
"-Dtests=false"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue