1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 23:55:54 +02:00

gnu: java-hamcrest-library: Deprecate.

* gnu/packages/java.scm (java-hamcrest-library): Deprecate.

Change-Id: I0baa969199bfe4fa976d868e7e48831007961b95
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Mathieu Lirzin
2026-01-18 16:38:55 +01:00
committed by Julien Lepiller
parent 0e19ef2dbe
commit 5591700ffd
+1
View File
@@ -3662,6 +3662,7 @@ testing frameworks, mocking libraries and UI validation rules.")
(package
(inherit java-hamcrest-core)
(name "java-hamcrest-library")
(properties `((superseded . ,java-hamcrest)))
(arguments
(substitute-keyword-arguments (package-arguments java-hamcrest-core)
((#:build-target _) "library")