gnu: lpd8editor: Remove package.
This package has not built successfully in several months. * gnu/packages/music.scm (lpd8editor): Remove variable.
This commit is contained in:
		
							parent
							
								
									dfe15d9919
								
							
						
					
					
						commit
						c03fc422b9
					
				
					 1 changed files with 0 additions and 36 deletions
				
			
		| 
						 | 
				
			
			@ -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")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue