guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

35/41: gnu: s2tc: Remove custom bootstrap phase.


From: guix-commits
Subject: 35/41: gnu: s2tc: Remove custom bootstrap phase.
Date: Thu, 29 Nov 2018 16:44:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 11bbf6324b9662bc765805d53701e380d27fccc4
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 29 22:32:08 2018 +0100

    gnu: s2tc: Remove custom bootstrap phase.
    
    * gnu/packages/gl.scm (s2tc)[arguments]: Remove.
---
 gnu/packages/gl.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index c724fff..b9dfd7b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]