Merge pull request #96116 from benmezger/patch-3

i3-gaps: Set platform to BSD and Linux like

authored by

Doron Behar and committed by
GitHub
8fec2111 f6f29071

+1 -1
+1 -1
pkgs/applications/window-managers/i3/gaps.nix
··· 20 20 homepage = "https://github.com/Airblader/i3"; 21 21 maintainers = with maintainers; [ fmthoma ]; 22 22 license = licenses.bsd3; 23 - platforms = platforms.all; 23 + platforms = platforms.linux ++ platforms.netbsd ++ platforms.openbsd; 24 24 25 25 longDescription = '' 26 26 Fork of i3wm, a tiling window manager primarily targeted at advanced users