17 python3Packages.buildPythonApplication rec {
22 src = fetchFromGitHub {
23 owner = "fizzyizzy05";
25 rev = "refs/tags/${version}";
26 hash = "sha256-4Ep7d5grMXCCy9tL8wquJsx13jVIp+piDPeJh6mYFpI=";
33 glib # need glib-compile-schemas
41 buildInputs = [ libadwaita ];
43 dependencies = with python3Packages; [ pygobject3 ];
46 makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
49 description = "Small and simple app to convert numbers to a different base";
50 homepage = "https://github.com/fizzyizzy05/binary";
51 changelog = "https://github.com/fizzyizzy05/binary/releases/tag/${version}";
52 license = lib.licenses.gpl3Plus;
53 maintainers = with lib.maintainers; [ getchoo ];
54 mainProgram = "binary";
55 platforms = lib.platforms.linux;