diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-11-29 22:32:08 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-11-29 22:43:49 +0100 |
commit | 11bbf6324b9662bc765805d53701e380d27fccc4 (patch) | |
tree | b6e37b4b68781ea8eff0188ec6b08cc7a5f28f60 /gnu | |
parent | 872ea4eb69d16c6d34f31e6cbe91f59e1aa06cba (diff) | |
download | patches-11bbf6324b9662bc765805d53701e380d27fccc4.tar patches-11bbf6324b9662bc765805d53701e380d27fccc4.tar.gz |
gnu: s2tc: Remove custom bootstrap phase.
* gnu/packages/gl.scm (s2tc)[arguments]: Remove.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gl.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index c724fff5f2..b9dfd7b0f1 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -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 |