7 rustPlatform.buildRustPackage rec {
8 pname = "river-bsp-layout";
11 src = fetchFromGitHub {
13 repo = "river-bsp-layout";
15 hash = "sha256-LRVZPAS4V5PtrqyOkKUfrZuwLqPZbLoyjn2DPxCFE2o=";
18 cargoHash = "sha256-CtVyRwfIS8R48LUecKXoak+HHB5yNZ5RgguIWOhyFA8=";
21 homepage = "https://github.com/areif-dev/river-bsp-layout";
22 description = "Binary space partition / grid layout manager for River WM";
23 license = lib.licenses.gpl3Only;
24 maintainers = with lib.maintainers; [ areif-dev ];
25 mainProgram = "river-bsp-layout";
26 platforms = lib.platforms.linux;