19 stdenv.mkDerivation (finalAttrs: {
23 src = fetchFromGitHub {
26 rev = "v${finalAttrs.version}";
27 hash = "sha256-nZMbVXeWEgfBsVgX2iESRzDgu0tjiqC1dTCaTlW0iWA=";
39 (python3.withPackages (ps: [
64 description = "GUI frontend for Apx in GTK 4 and Libadwaita";
65 homepage = "https://github.com/Vanilla-OS/apx-gui";
66 license = lib.licenses.gpl3Only;
67 platforms = lib.platforms.linux;
68 maintainers = with lib.maintainers; [ chewblacka ];
69 mainProgram = "apx-gui";