rofimoji: unbreak

This commit is contained in:
Reed 2020-12-11 01:35:07 -05:00 committed by Jonathan Ringer
parent 4f4b832986
commit c099efbffc

View file

@ -33,7 +33,10 @@ buildPythonApplication rec {
# The 'extractors' sub-module is used for development
# and has additional dependencies.
postPatch = "rm -rf extractors";
postPatch = ''
rm -rf extractors
substituteInPlace setup.py --replace 'pyxdg==0.26' 'pyxdg'
'';
meta = with lib; {
description = "A simple emoji and character picker for rofi";