7 ocamlPackages.buildDunePackage rec {
8 pname = "spatial-shell";
11 src = fetchFromGitHub {
13 repo = "spatial-shell";
15 hash = "sha256-OeNBP/jea1ABh/WpvCP7We+L20WoTfLZH71raH7bKPI=";
22 buildInputs = with ocamlPackages; [
29 description = "Implementing a spatial model inspired by Material Shell, for i3 and sway";
30 homepage = "https://spatial-shell.app";
31 changelog = "https://github.com/lthms/spatial-shell/blob/${src.rev}/CHANGES.md";
32 license = lib.licenses.mpl20;
33 maintainers = with lib.maintainers; [ fgaz ];
34 mainProgram = "spatial";
35 platforms = lib.platforms.linux;