1 { lib, fetchFromGitHub, rustPlatform, glib, gtk3, wrapGAppsHook }:
3 rustPlatform.buildRustPackage rec {
4 pname = "nix-query-tree-viewer";
7 src = fetchFromGitHub {
8 owner = "cdepillabout";
11 sha256 = "sha256-Lc9hfjybnRrkd7PZMa2ojxOM04bP4GJyagkZUX2nVwY=";
23 cargoSha256 = "sha256-NSLBIvgo5EdCvZq52d+UbAa7K4uOST++2zbhO9DW38E=";
26 description = "GTK viewer for the output of `nix store --query --tree`";
27 homepage = "https://github.com/cdepillabout/nix-query-tree-viewer";
28 license = with licenses; [ mit ];
29 maintainers = with maintainers; [ cdepillabout ];
30 platforms = platforms.unix;