mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: ffmpeg-nvenc: Use inherited source.
* nongnu/packages/video.scm (ffmpeg-nvenc) [version, source]: Use inherited value.
This commit is contained in:
parent
89f0dca2eb
commit
8ccfb0f009
1 changed files with 0 additions and 8 deletions
|
@ -47,14 +47,6 @@
|
||||||
(package
|
(package
|
||||||
(inherit ffmpeg)
|
(inherit ffmpeg)
|
||||||
(name "ffmpeg-nvenc")
|
(name "ffmpeg-nvenc")
|
||||||
(version "6.1.2")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
|
|
||||||
version ".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0f2fr8ywchhlkdff88lr4d4vscqzsi1ndjh3r5jwbkayf94lcqiv"))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs
|
(modify-inputs
|
||||||
(package-inputs ffmpeg)
|
(package-inputs ffmpeg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue