5 , gobject-introspection
20 buildPythonApplication rec {
27 url = "https://github.com/kupferlauncher/kupfer/releases/download/v${version}/kupfer-v${version}.tar.xz";
28 sha256 = "sha256-F5ScSfD/LwpSOAAqTN0WX5yFhoz23DYfeCC+KuvixYM=";
32 wrapGAppsHook3 intltool
34 gobject-introspection wafHook
35 itstool # for help pages
36 desktop-file-utils # for update-desktop-database
37 shared-mime-info # for update-mime-info
38 docutils # for rst2man
39 dbus # for detection of dbus-send during build
41 buildInputs = [ libwnck keybinder3 bash ];
42 propagatedBuildInputs = [ pygobject3 gtk3 pyxdg dbus-python pycairo ];
46 "--prefix" "PYTHONPATH" : "${makePythonPath propagatedBuildInputs}"
47 "--set" "PYTHONNOUSERSITE" "1"
51 doCheck = false; # no tests
54 description = "Smart, quick launcher";
55 homepage = "https://kupferlauncher.github.io/";
56 license = licenses.gpl3;
57 maintainers = with maintainers; [ cobbal ];
58 platforms = platforms.linux;