7 , gobject-introspection
15 python3.pkgs.buildPythonApplication rec {
16 pname = "fluxboxlauncher";
19 src = fetchFromGitHub {
21 repo = "fluxboxlauncher";
23 sha256 = "024h1dk0bhc5s4dldr6pqabrgcqih9p8cys5lqgkgz406y4vyzvf";
42 makeWrapperArgs = [ "--set LOCALE_ARCHIVE ${glibcLocales}/lib/locale/locale-archive"
43 "--set CHARSET en_us.UTF-8" ];
45 propagatedBuildInputs = with python3.pkgs; [
50 description = "A Gui editor (gtk) to configure applications launching on a fluxbox session";
51 homepage = "https://github.com/mothsART/fluxboxlauncher";
52 maintainers = with maintainers; [ mothsart ];
53 license = licenses.bsdOriginal;
54 platforms = platforms.linux;