1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
4 pname = "i3-ratiosplit";
7 src = fetchFromGitHub {
11 sha256 = "0yfmr5zk2c2il9d31yjjbr48sqgcq6hp4a99hl5mjm2ajyhy5bz3";
14 cargoSha256 = "134sgc9d0j57swknl9sgil6212rws2hhp92s3cg1yzz5ygx21c76";
16 # Currently no tests are implemented, so we avoid building the package twice
20 description = "Resize newly created windows";
21 homepage = "https://github.com/333fred/i3-ratiosplit";
22 license = licenses.mit;
23 maintainers = with maintainers; [ svrana ];
24 platforms = platforms.linux;