guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lpd8editor: Remove package.


From: guix-commits
Subject: branch master updated: gnu: lpd8editor: Remove package.
Date: Wed, 11 Mar 2020 15:27:33 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c03fc42  gnu: lpd8editor: Remove package.
c03fc42 is described below

commit c03fc422b933c97da088bbcb76236b119f29587c
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Mar 11 15:26:48 2020 -0400

    gnu: lpd8editor: Remove package.
    
    This package has not built successfully in several months.
    
    * gnu/packages/music.scm (lpd8editor): Remove variable.
---
 gnu/packages/music.scm | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 8914db3..3690af8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4615,42 +4615,6 @@ discard bad quality ones.
 @end itemize\n")
       (license license:expat))))
 
-(define-public lpd8editor
-  (package
-    (name "lpd8editor")
-    (version "0.0.13")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                     (url "https://github.com/charlesfleche/lpd8editor.git";)
-                     (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0lsz3v493ilq2zr016m7kvymrplxd0n3pqv1pjglpq1h7sjw9764"))))
-    (build-system gnu-build-system)
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'setenv
-           (lambda _
-             (setenv "INSTALL_PREFIX"
-                     (assoc-ref %outputs "out"))))
-         (delete 'configure) ; no configure script
-         (add-before 'build 'qmake
-           (lambda _ (invoke "qmake"))))))
-    (native-inputs
-     `(("pkg-config" ,pkg-config)))
-    (inputs
-     `(("alsa" ,alsa-lib)
-       ("qtbase" ,qtbase)
-       ("qtsvg" ,qtsvg)))
-    (synopsis "Graphical editor for the Akai LPD8 MIDI controller")
-    (description "lpd8editor is a graphical patch editor for the Akai LPD8 MIDI
-controller.")
-    (home-page "https://github.com/charlesfleche/lpd8editor";)
-    (license license:expat)))
-
 (define-public fmit
   (package
     (name "fmit")



reply via email to

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