me
/
guix
Archived
1
0
Fork 0

gnu: python-graphviz: Add native input.

* gnu/packages/graphviz.scm (python-graphviz)[native-inputs]: Add
python-mock.

This partially reverts commit 3d388fe3d0
master
Andreas Enge 2023-02-21 17:55:35 +01:00
parent 35db2444b9
commit 78a1eee089
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ interfaces for other technical domains.")
(list unzip
;; For tests.
graphviz
python-mock
python-pytest
python-pytest-cov
python-pytest-mock))