8 rustPlatform.buildRustPackage rec {
9 pname = "river-luatile";
12 src = fetchFromGitHub {
13 owner = "MaxVerevkin";
14 repo = "river-luatile";
16 hash = "sha256-ZBytoj4L72TjxJ7vFivjcSO69AcdwKNbXh4rA/bn5iU=";
19 cargoHash = "sha256-GcMSglLKuUD3nVj0/8Nbrk4qs5gl5PlCj7r1MYq/vQg=";
30 description = "Write your own river layout generator in lua";
31 homepage = "https://github.com/MaxVerevkin/river-luatile";
32 license = licenses.gpl3Only;
33 platforms = platforms.linux;
34 maintainers = with maintainers; [ pinpox ];
35 mainProgram = "river-luatile";