diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 9dc8297..4af7d06 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1296,6 +1296,7 @@ sorted order.") ((#:tests? _ #f) #f))) (native-inputs `(("python-argcomplete" ,python-argcomplete) + ("python-atomicwrites" ,python-atomicwrites) ("python-requests" ,python-requests) ,@(package-native-inputs python-pytest))))) |