cardimpose: add pythonImportsCheck

Co-authored-by: seth <getchoo@tuta.io>
This commit is contained in:
Adam Dinwoodie 2024-12-10 13:24:13 +00:00 committed by GitHub
parent bd336fa0a6
commit 247078a22e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,8 @@ buildPythonPackage rec {
dependencies = [ pymupdf ];
pythonImportsCheck = [ "cardimpose" ];
meta = {
mainProgram = "cardimpose";
description = "Library for imposing PDF files";