monoid: do not use python39, as fontforge is not available for it
This commit is contained in:
parent
cfa5366588
commit
7f657319c4
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, python39 }:
|
||||
{ lib, stdenv, fetchFromGitHub, python3 }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "monoid";
|
||||
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
(python39.withPackages (pp: with pp; [
|
||||
(python3.withPackages (pp: with pp; [
|
||||
fontforge
|
||||
]))
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user