aboutsummaryrefslogtreecommitdiff
path: root/src/org
diff options
context:
space:
mode:
Diffstat (limited to 'src/org')
-rw-r--r--src/org/euandre/queue.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm
index 55dcdec..b7d53f9 100644
--- a/src/org/euandre/queue.scm
+++ b/src/org/euandre/queue.scm
@@ -571,16 +571,16 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(define-public ffmpegx
(package
- (inherit ffmpeg-7)
+ (inherit ffmpeg)
(name "ffmpegx")
(arguments
- (substitute-keyword-arguments (package-arguments ffmpeg-7)
+ (substitute-keyword-arguments (package-arguments ffmpeg)
((#:configure-flags flags)
#~(append
#$flags
'("--enable-libxml2")))))
(inputs
- (modify-inputs (package-inputs ffmpeg-7)
+ (modify-inputs (package-inputs ffmpeg)
(append libxml2)))))
(define-public mpvx