mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
Compare commits
2 commits
2cfae15618
...
77ca0514ef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77ca0514ef | ||
|
|
8da29f8d95 |
1 changed files with 8 additions and 0 deletions
|
|
@ -2217,6 +2217,14 @@ Chip toolkit.")
|
||||||
(base32 "0q07g7h613yqszgs49vbnran3pz6yayc0hyisdnp4fi60cyzsz1l"))
|
(base32 "0q07g7h613yqszgs49vbnran3pz6yayc0hyisdnp4fi60cyzsz1l"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-before 'check 'build-examples
|
||||||
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
|
(when tests?
|
||||||
|
(invoke "make" "examples")))))))
|
||||||
(inputs (list zlib qhull))
|
(inputs (list zlib qhull))
|
||||||
(home-page "https://heitzmann.github.io/gdstk/")
|
(home-page "https://heitzmann.github.io/gdstk/")
|
||||||
(synopsis "Library for creation and manipulation of GDSII files")
|
(synopsis "Library for creation and manipulation of GDSII files")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue