fixes for work setup

This commit is contained in:
2024-10-08 06:20:39 +02:00
parent ec1513fbf3
commit e96f3340c4
10 changed files with 497 additions and 340 deletions

View File

@ -22,8 +22,8 @@ pkgs.stdenv.mkDerivation rec {
};
nativeBuildInputs = with pkgs; [
python39
python39Packages.fontforge
python311
python311Packages.fontforge
pkgs.unzip
];