i3-gaps: Set platform to BSD and Linux like

This commit is contained in:
Ben Mezger (seds) 2020-08-23 16:49:25 -03:00 committed by GitHub
parent 7e545bd7f3
commit bf3f39789d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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