1
0
Fork 0

tg-archive: fix build
All checks were successful
Build / build-amd64-linux (push) Successful in 59s
Build / build-arm64-linux (push) Successful in 1m0s

This commit is contained in:
Daniel Kempkens 2024-02-04 22:45:24 +01:00
parent c260c7b5d3
commit e2395cf307
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -28,4 +28,6 @@ pkgs.python3.pkgs.buildPythonApplication rec {
pytz
pyyaml
];
dontCheckRuntimeDeps = true;
}