diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/wine.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index 6eb98ec3bf..17e0b853e0 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2014, 2015 Sou Bunnbu <[email protected]> ;;; Copyright © 2016 Ricardo Wurmus <[email protected]> ;;; Copyright © 2016, 2017, 2018 Efraim Flashner <[email protected]> -;;; Copyright © 2017, 2018 Rutger Helling <[email protected]> +;;; Copyright © 2017, 2018, 2019 Rutger Helling <[email protected]> ;;; Copyright © 2017 Nicolas Goaziou <[email protected]> ;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]> ;;; @@ -283,6 +283,7 @@ integrate Windows applications into your desktop.") (base32 "0nx5ahahfnmimd2b7zh2wx36b877vad10i2kr2zib9m9b2w8wyfd")))) (inputs `(("autoconf" ,autoconf) ; for autoreconf + ("ffmpeg" ,ffmpeg) ("gtk+" ,gtk+) ("libva" ,libva) ("python" ,python) |