packages: audio: Fix module name
This commit is contained in:
parent
5e107cbf62
commit
f5c364819f
|
@ -1,4 +1,4 @@
|
||||||
(define-module (ajatt packages video)
|
(define-module (ajatt packages audio)
|
||||||
#:use-module (gnu packages video)
|
#:use-module (gnu packages video)
|
||||||
#:use-module (guix build-system copy)
|
#:use-module (guix build-system copy)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
|
@ -21,11 +21,10 @@
|
||||||
(base32 "1wxmc628jh3prxrwbca4cdhfa58birdxr2nh76k11j1cjw939hzg"))))
|
(base32 "1wxmc628jh3prxrwbca4cdhfa58birdxr2nh76k11j1cjw939hzg"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan #~'(("impd" "bin/"))))
|
(list #:install-plan
|
||||||
|
#~'(("impd" "bin/"))))
|
||||||
(inputs (list ffmpeg))
|
(inputs (list ffmpeg))
|
||||||
(home-page "https://github.com/Ajatt-Tools/impd")
|
(home-page "https://github.com/Ajatt-Tools/impd")
|
||||||
(synopsis "AJATT-style passive listening and condensed audio without bloat.")
|
(synopsis "AJATT-style passive listening and condensed audio without bloat.")
|
||||||
(description "AJATT-style passive listening and condensed audio without bloat.")
|
(description "AJATT-style passive listening and condensed audio without bloat.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
impd
|
|
||||||
|
|
Loading…
Reference in a new issue