summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2023-02-25 18:06:01 +0100
committerAndreas Enge <andreas@enge.fr>2023-02-25 18:06:01 +0100
commit409ce1d939bc3b100e5965d2b4e17cb1f93bcac7 (patch)
tree63ec733d5b8280b87b93c81c1dee9256e39c2a6b /gnu/local.mk
parent27e6ec957a2371be8743fed51fc503ba0c6eba6c (diff)
downloadguix-409ce1d939bc3b100e5965d2b4e17cb1f93bcac7.tar.gz
gnu: Remove jrnl.
The last release of the package dates from 2019.
It depends on the cryptography library python-pycrypto, which has had
its last release in 2013 and "is unmaintained, obsolete, and contains
security vulnerabilities" according to its homepage.

* gnu/packages/jrnl.scm: Remove file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister file.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 5b0b850179..19a714c12c 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -345,7 +345,6 @@ GNU_SYSTEM_MODULES =				\
   %D%/packages/java-xml.scm			\
   %D%/packages/javascript.scm			\
   %D%/packages/jemalloc.scm			\
-  %D%/packages/jrnl.scm				\
   %D%/packages/jose.scm				\
   %D%/packages/julia.scm			\
   %D%/packages/julia-jll.scm			\