mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01: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 changed files with 2 additions and 2 deletions
|
@ -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 a new issue