5 , gobject-introspection
17 stdenv.mkDerivation (finalAttrs: {
21 src = fetchFromSourcehut {
24 rev = finalAttrs.version;
25 hash = "sha256-BXQDnRRt2Kuqc1Gwx6Ba6BoEWhICTCsWWkGlBsStyT8=";
42 (python3.withPackages (ps: with ps; [
49 substituteInPlace build-aux/meson/postinstall.py \
50 --replace-fail 'gtk-update-icon-cache' 'gtk4-update-icon-cache'
51 patchShebangs build-aux/meson/postinstall.py
55 changelog = "https://git.sr.ht/~fabrixxm/confy/refs/${finalAttrs.version}";
56 description = "Conferences schedule viewer";
57 homepage = "https://confy.kirgroup.net/";
58 license = licenses.gpl3Plus;
59 mainProgram = "confy";
60 maintainers = with maintainers; [ michaelgrahamevans ];