From 74e2d2009b6e3e8aa9d1dd8dbe5eb7553a84f46e Mon Sep 17 00:00:00 2001 From: Rodion Goritskov Date: Thu, 15 Aug 2024 01:25:07 +0400 Subject: miniflux: Add system tests --- rodion/packages/audio.scm | 8 ++++---- rodion/packages/games.scm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'rodion/packages') diff --git a/rodion/packages/audio.scm b/rodion/packages/audio.scm index 3121a14..0c7618b 100644 --- a/rodion/packages/audio.scm +++ b/rodion/packages/audio.scm @@ -110,15 +110,15 @@ (native-inputs (list pkg-config)) (inputs (list alsa-lib - sdl2 - pipewire + ffmpeg + icu4c kdsingleapplication + pipewire qtbase qttools qtsvg - icu4c + sdl2 taglib - ffmpeg zlib)) (arguments `(#:tests? #f)) (source diff --git a/rodion/packages/games.scm b/rodion/packages/games.scm index 8da53f8..aba0515 100644 --- a/rodion/packages/games.scm +++ b/rodion/packages/games.scm @@ -37,7 +37,7 @@ (description "Filename pattern matching library functions") (synopsis "Filename pattern matching library functions for DOS, Windows, and Unix. -Functions for matching filename patterns to filenames. Written in C. Provided as an object file (fpattern.obj) and a header include source file (fpattern.h). +Functions for matching filename patterns to filenames. Written in C. Provided as an object file (fpattern.so) and a header include source file (fpattern.h). Filename patterns are composed of regular (printable) characters which may comprise a filename, as well as special pattern matching characters. A filename patterns is a special kind of regular expression, except that it is not as general and is designed to match only file and directory names instead of arbitrary text strings. The syntax is borrowed from Unix, and is a superset of the MS-DOS and Windows syntax."))) -- cgit v1.2.3