diff options
author | Kaelyn Takata <kaelyn.alexi@protonmail.com> | 2024-05-28 17:33:44 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-05-31 13:55:42 +0200 |
commit | 0e5e032d1288923c67406036df975674d8487e9e (patch) | |
tree | d70b62c7f6c6e1f3333791c1eeecfd7535135d6b /gnu/packages/audio.scm | |
parent | 422ffb690ee0169b83ad3564d628f8cc054b5ff1 (diff) |
gnu: audacity: Re-add fallback to locate ffmpeg via pkg-config.
This reintroduces the patch that was deleted by
cf5f7a8bf9ca2288700fcf351bbca0fc341ec969, adjusting file names.
* gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it here.
* gnu/packages/audio.scm (audacity)[patches]: Use it here.
Change-Id: I848df8a9762216eb2b02afc3843e0e9806db14be
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index d30d561d2f..f5c8dbd151 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -934,6 +934,7 @@ engineers, musicians, soundtrack editors and composers.") (file-name (git-file-name name version)) (sha256 (base32 "11sjyz6hxsr5dnndkkkiq7arjxvjl1sycl151xq3a3ggakgql3y1")) + (patches (search-patches "audacity-ffmpeg-fallback.patch")) (modules '((guix build utils))) (snippet ;; Remove bundled libraries. |