Merge pull request #202516 from ncfavier/rofimoji

rofimoji: 5.6.0 -> 6.0.0
This commit is contained in:
figsoda 2022-11-23 12:54:28 -05:00 committed by GitHub
commit 176d2084b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
, fetchFromGitHub
, lib
, python3
, installShellFiles
, waylandSupport ? true
, x11Support ? true
@ -16,18 +17,19 @@
buildPythonApplication rec {
pname = "rofimoji";
version = "5.6.0";
version = "6.0.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "fdw";
repo = "rofimoji";
rev = "refs/tags/${version}";
sha256 = "sha256-6W/59DjxrgejHSkNxpruDAws812Vjyf+GePDPbXzVbc=";
sha256 = "sha256-8gaoPn43uurZBCex5AQXHShgw46Fx3YM4BIVDjTN8OY=";
};
nativeBuildInputs = [
python3.pkgs.setuptools
python3.pkgs.poetry-core
installShellFiles
];
# `rofi` and the `waylandSupport` and `x11Support` dependencies
@ -42,8 +44,9 @@ buildPythonApplication rec {
rm -rf extractors
'';
# no tests executed
doCheck = false;
postInstall = ''
installManPage src/picker/docs/rofimoji.1
'';
meta = with lib; {
description = "A simple emoji and character picker for rofi";