8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "MaxVerevkin";
16 hash = "sha256-AXa+K+njXkrJeqABD04WHpmvAzAL1Mw11ZhCfFNJxhY=";
19 cargoHash = "sha256-tNuv+D75wox3HlUZSJJ67KEBKmGJXBkXHfvDsNHeM6A=";
21 nativeBuildInputs = [ pkg-config ];
22 buildInputs = [ pango ];
25 description = "A port of i3bar for river";
26 homepage = "https://github.com/MaxVerevkin/i3bar-river";
27 license = licenses.gpl3Only;
28 maintainers = with maintainers; [ nicegamer7 ];
29 mainProgram = "i3bar-river";
30 platforms = platforms.linux;