rofimoji: install man page

This commit is contained in:
Naïm Favier 2022-11-23 14:21:01 +01:00
parent 90e22fde4b
commit 3efbc1f9e5
No known key found for this signature in database
GPG key ID: 95AFCE8211908325

View file

@ -2,6 +2,7 @@
, fetchFromGitHub
, lib
, python3
, installShellFiles
, waylandSupport ? true
, x11Support ? true
@ -28,6 +29,7 @@ buildPythonApplication rec {
nativeBuildInputs = [
python3.pkgs.poetry-core
installShellFiles
];
# `rofi` and the `waylandSupport` and `x11Support` dependencies
@ -42,6 +44,10 @@ buildPythonApplication rec {
rm -rf extractors
'';
postInstall = ''
installManPage src/picker/docs/rofimoji.1
'';
meta = with lib; {
description = "A simple emoji and character picker for rofi";
homepage = "https://github.com/fdw/rofimoji";