14 python3Packages.buildPythonApplication rec {
17 pyproject = false; # Built with meson
19 src = fetchFromGitHub {
23 hash = "sha256-yNS6q7XbWda2+so9QRS/c4uYaVPo7b4JCite5nzc3Eo=";
35 buildInputs = [ libadwaita ];
37 dependencies = with python3Packages; [
45 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
49 description = "3D model viewer for the GNOME desktop powered by f3d";
50 homepage = "https://github.com/Nokse22/Exhibit";
51 license = with lib.licenses; [
55 mainProgram = "exhibit";
56 maintainers = with lib.maintainers; [ aleksana ];
57 platforms = lib.platforms.linux;