me
/
guix
Archived
1
0
Fork 0

gnu: tao: Remove trailing #T.

* gnu/packages/audio.scm (tao)[arguments]: Remove trailing #T from build
phases...
[source]: ...and from the snippet.
master
Ricardo Wurmus 2022-01-01 00:06:29 +01:00
parent a73021038d
commit d348439bb8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 8 deletions

View File

@ -1250,10 +1250,8 @@ formats used to store information about DJ record libraries.")
"tao-fix-parser-types.patch"))
(modules '((guix build utils)))
(snippet
'(begin
(substitute* "configure"
(("SHELL=/bin/sh") ""))
#t))))
'(substitute* "configure"
(("SHELL=/bin/sh") "")))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("TAO_RELEASE=-beta")
@ -1269,8 +1267,7 @@ formats used to store information about DJ record libraries.")
(string-append (which "sed") " -f $distdir/"))
(("distdir=.*")
(string-append "distdir="
(assoc-ref outputs "out") "/share/tao")))
#t))
(assoc-ref outputs "out") "/share/tao")))))
(add-after 'install 'install-extra-files
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@ -1281,8 +1278,7 @@ formats used to store information about DJ record libraries.")
(install-file "user-scripts/error.parse" share)
(copy-recursively "examples" (string-append share "examples"))
(for-each (lambda (file) (install-file file inc))
(find-files "include" "\\.h"))
#t))))))
(find-files "include" "\\.h"))))))))
(inputs
(list audiofile
libxi