guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: libsmpeg: Remove extra build phase.


From: guix-commits
Subject: 05/15: gnu: libsmpeg: Remove extra build phase.
Date: Wed, 7 Aug 2019 13:06:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d05e607c9d8d92bdaf3dd7ce97fae0811ae1ccfb
Author: Efraim Flashner <address@hidden>
Date:   Wed Aug 7 19:21:56 2019 +0300

    gnu: libsmpeg: Remove extra build phase.
    
    * gnu/packages/video.scm (libsmpeg)[arguments]: Remove unnecessary
    'autogen phase.
---
 gnu/packages/video.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6f528af..a6e9f62 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2508,12 +2508,6 @@ Other features include a live preview and live 
streaming.")
                (base32
                 "18yfkr70lr1x1hc8snn2ldnbzdcc7b64xmkqrfk8w59gpg7sl1xn"))))
     (build-system gnu-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autogen.sh
-           (lambda _
-             (invoke "sh" "autogen.sh"))))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)))



reply via email to

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