mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
rofimoji: unbreak
This commit is contained in:
parent
4f4b832986
commit
c099efbffc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user