Commit Graph

6 Commits

Author SHA1 Message Date
R. Ryantm
de0c00190b python310Packages.furo: 2022.1.2 -> 2022.2.14.1 2022-02-15 02:04:23 +00:00
Luflosi
1670125d5d python3Packages.furo: fix build
furo requires webpack since version 2021.11.12 and was recently updated in 7b890d5933. Without this dependency, the built package is broken as it is missing some important files. This can be seen when trying to build kitty on Linux. webpack doesn't work correctly in nixpkgs, see https://github.com/NixOS/nixpkgs/issues/42275. I wasn't able to fix this.
To make furo build correctly again despite the broken webpack, I switched to fetching the wheel instead of the source from PyPI, which has the necessary files already generated.
I also added a small test to make sure that this directory won't be empty again in the future.
2022-02-12 03:21:15 +00:00
Jonathan Ringer
7b890d5933 python3Packages.furo: 2021.10.9 -> 2022.1.2 2022-01-23 01:09:08 +01:00
Luflosi
5608c26f72
python3Packages.furo: 2021.9.22 -> 2021.10.9
https://github.com/pradyunsg/furo/releases/tag/2021.10.09
2021-10-10 00:52:39 +02:00
Luflosi
aabeb43868
python3Packages.furo: 2021.8.11b42 -> 2021.9.22
https://github.com/pradyunsg/furo/releases/tag/2021.09.22
2021-09-23 12:36:42 +02:00
Luflosi
2b98af6e38
python3Packages.furo: init at 2021.8.11b42 2021-08-16 13:52:54 +02:00