diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-10-01 19:47:55 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-10-01 21:03:14 +0800 |
| commit | 8ccfb0f00995c1809d846a42ebed95ee4f5593eb (patch) | |
| tree | f53129788e5866843be07c2c2e4bd1f943d34c76 /nongnu/packages | |
| parent | 89f0dca2eb8472359deab18f10f7ba0aed3b31bb (diff) | |
nongnu: ffmpeg-nvenc: Use inherited source.
* nongnu/packages/video.scm (ffmpeg-nvenc) [version, source]: Use inherited
value.
Diffstat (limited to 'nongnu/packages')
| -rw-r--r-- | nongnu/packages/video.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nongnu/packages/video.scm b/nongnu/packages/video.scm index 5d4eaa4..7705bd1 100644 --- a/nongnu/packages/video.scm +++ b/nongnu/packages/video.scm @@ -47,14 +47,6 @@ (package (inherit ffmpeg) (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 (modify-inputs (package-inputs ffmpeg) |
