1 { fetchFromGitHub, lib, i3, pcre }:
3 i3.overrideAttrs (oldAttrs: rec {
5 version = "unstable-2021-10-03";
7 src = fetchFromGitHub {
10 rev = "524c9f7b50f8c540b2ae3480b242c30d8775f98e";
11 sha256 = "0y7m1s1y8f9vgkp7byi33js8n4rigiykd71s936i5d4rwlzrxiwm";
14 buildInputs = oldAttrs.buildInputs ++ [ pcre ];
16 # Some tests are failing.
20 description = "Fork of i3-gaps that adds rounding to window corners";
21 homepage = "https://github.com/LinoBigatti/i3-rounded";
22 maintainers = with maintainers; [ marsupialgutz ];
23 license = licenses.bsd3;
24 platforms = platforms.unix;