mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
rictydiminished-with-firacode: fonttools requires python3 (#72762)
* rictydiminished-with-firacode: fonttools requires python3 * rictydiminished-with-firacode: python3 is sufficient, purge python3Full
This commit is contained in:
parent
c97ca709c1
commit
faf06da0df
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, fontforge, pythonFull }:
|
||||
{ stdenv, fetchgit, fontforge, python3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rictydiminished-with-firacode";
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
fontforge
|
||||
(pythonFull.withPackages (ps: [
|
||||
(python3.withPackages (ps: [
|
||||
ps.jinja2
|
||||
ps.py3to2
|
||||
ps.fonttools
|
||||
|
Loading…
Reference in New Issue
Block a user