Merge pull request #54993 from yorickvP/patch-2

wayland: separateDebugInfo = true
This commit is contained in:
Matthew Bauer 2019-02-19 23:21:18 -05:00 committed by GitHub
commit c9b14043f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
sha256 = "1xajhxad43izq9f7sbww1hlg42nayijy8xnp21kgpk09c6sw4wjf";
};
separateDebugInfo = true;
configureFlags = [
"--disable-documentation"
] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [