mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: inspekt3d: Simplify snippet.
* gnu/packages/engineering.scm (inspekt3d)[source]: Simplify snippet.
This commit is contained in:
parent
9b381235e0
commit
2d4888b791
1 changed files with 3 additions and 5 deletions
|
@ -969,12 +969,10 @@ language.")
|
||||||
(base32
|
(base32
|
||||||
"0lan6930g5a9z4ack9jj0zdd0mb2s6q2xzpiwcjdc3pvl9b1nbw4"))
|
"0lan6930g5a9z4ack9jj0zdd0mb2s6q2xzpiwcjdc3pvl9b1nbw4"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
;; Allow builds with Guile 3.0.
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(substitute* "configure.ac"
|
||||||
;; Allow builds with Guile 3.0.
|
(("2\\.2") "3.0 2.2")))))
|
||||||
(substitute* "configure.ac"
|
|
||||||
(("2\\.2") "3.0 2.2"))
|
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue