diff options
Diffstat (limited to 'gnu/packages/rdesktop.scm')
| -rw-r--r-- | gnu/packages/rdesktop.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/rdesktop.scm b/gnu/packages/rdesktop.scm index d341c59e62..13df55cfe1 100644 --- a/gnu/packages/rdesktop.scm +++ b/gnu/packages/rdesktop.scm @@ -192,7 +192,8 @@ of parts of the Windows API.") (search-patches "freerdp-3.16.0-rpath.patch")))) (inputs (modify-inputs (package-inputs freerdp) - (prepend fuse icu4c mit-krb5 sdl3 sdl3-gfx sdl3-ttf))) + (replace "ffmpeg" ffmpeg) + (prepend fuse icu4c mit-krb5 sdl3 sdl3-gfx sdl3-ttf))) (arguments (list #:build-type "Release" #:configure-flags @@ -252,8 +253,7 @@ of parts of the Windows API.") linux-pam openssl pixman - python - python-libxml2)) + python)) (native-inputs (append (list bison |
