Merge pull request #96116 from benmezger/patch-3

i3-gaps: Set platform to BSD and Linux like
This commit is contained in:
Doron Behar
2020-12-18 10:58:55 +02:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ i3.overrideAttrs (oldAttrs : rec {
homepage = "https://github.com/Airblader/i3";
maintainers = with maintainers; [ fmthoma ];
license = licenses.bsd3;
platforms = platforms.all;
platforms = platforms.linux ++ platforms.netbsd ++ platforms.openbsd;
longDescription = ''
Fork of i3wm, a tiling window manager primarily targeted at advanced users