mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00: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
|
# The 'extractors' sub-module is used for development
|
||||||
# and has additional dependencies.
|
# and has additional dependencies.
|
||||||
postPatch = "rm -rf extractors";
|
postPatch = ''
|
||||||
|
rm -rf extractors
|
||||||
|
substituteInPlace setup.py --replace 'pyxdg==0.26' 'pyxdg'
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple emoji and character picker for rofi";
|
description = "A simple emoji and character picker for rofi";
|
||||||
|
Loading…
Reference in New Issue
Block a user