4 , gobject-introspection
17 stdenv.mkDerivation rec {
21 src = fetchFromSourcehut {
25 hash = "sha256-q8WASTNbiBuKb2tPQBmUL9ji60PRAPnYOTYxnUn0MAw=";
42 (python3.withPackages (ps: with ps; [
49 patchShebangs build-aux/meson/postinstall.py
53 description = "Conferences schedule viewer";
54 homepage = "https://confy.kirgroup.net/";
55 changelog = "https://git.sr.ht/~fabrixxm/confy/refs/${version}";
56 license = licenses.gpl3;
57 maintainers = with maintainers; [ michaelgrahamevans ];