mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #24725 from sphaugh/master
i3: add separateDebugInfo
This commit is contained in:
commit
6444321633
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
|
|||
done
|
||||
'';
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tiling window manager";
|
||||
homepage = "http://i3wm.org";
|
||||
|
|
Loading…
Reference in a new issue