mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: catch-framework2: Rename variable to catch2.
Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
This commit is contained in:
parent
f7a12f9224
commit
b736af1824
15 changed files with 19 additions and 19 deletions
|
@ -3218,7 +3218,7 @@ perform various useful functions such as:
|
|||
;; with all of these.
|
||||
(inputs
|
||||
`(("boost" ,boost)
|
||||
("catch2" ,catch-framework2)
|
||||
("catch2" ,catch2)
|
||||
("cgal" ,cgal)
|
||||
("eigen" ,eigen)
|
||||
("embree" ,embree)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue