aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 a57b5f6..e9f5d1d 100644
--- a/src/org/euandre/queue.scm
+++ b/src/org/euandre/queue.scm
@@ -554,7 +554,7 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(description "We have made you a wrapper you can't refuse")
(license #f)))
-(define gm2
+(define-public gm2
(package
(inherit gcc-14)
(name "gm2")
@@ -573,7 +573,7 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(modify-inputs (package-native-inputs gcc-14)
(append flex)))))
-(define ffmpegx
+(define-public ffmpegx
(package
(inherit ffmpeg-7)
(name "ffmpegx")
@@ -587,7 +587,7 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(modify-inputs (package-inputs ffmpeg-7)
(append libxml2)))))
-(define mpvx
+(define-public mpvx
(package
(inherit mpv)
(name "mpvx")