i3: add separateDebugInfo

This commit is contained in:
Sean Haugh 2017-04-07 15:24:08 -05:00
parent a5ee494046
commit 30b6561982

View File

@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
done
'';
separateDebugInfo = true;
meta = with stdenv.lib; {
description = "A tiling window manager";
homepage = "http://i3wm.org";