me
/
guix
Archived
1
0
Fork 0

gnu: s2tc: Remove custom bootstrap phase.

* gnu/packages/gl.scm (s2tc)[arguments]: Remove.
master
Ricardo Wurmus 2018-11-29 22:32:08 +01:00
parent 872ea4eb69
commit 11bbf6324b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 6 deletions

View File

@ -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