Merge pull request #24725 from sphaugh/master

i3: add separateDebugInfo
This commit is contained in:
Jörg Thalheim 2017-04-08 11:15:31 +02:00 committed by GitHub
commit 6444321633

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";