mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 13:10:33 +02:00
gnu: s2tc: Remove custom bootstrap phase.
* gnu/packages/gl.scm (s2tc)[arguments]: Remove.
This commit is contained in:
@@ -192,12 +192,6 @@ Polygon meshes, and Extruded polygon meshes.")
|
||||
("libtool" ,libtool)))
|
||||
(inputs
|
||||
`(("mesa-headers" ,mesa-headers)))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'autogen
|
||||
(lambda _
|
||||
(zero? (system* "sh" "autogen.sh")))))))
|
||||
(home-page "https://github.com/divVerent/s2tc")
|
||||
(synopsis "S3 Texture Compression implementation")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user