diff options
author | Vinicius Monego <monego@posteo.net> | 2020-11-25 14:18:56 -0300 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-11-28 15:56:08 +0000 |
commit | c76d0201f7cc639f51dbf259779d86dad62417cd (patch) | |
tree | 29c64f4cccb022f282ef942b60a06dddbb7064bf /gnu/local.mk | |
parent | e2b4450d188320783a35086d52c14ac9d47cf7f0 (diff) | |
download | guix-c76d0201f7cc639f51dbf259779d86dad62417cd.tar.gz |
gnu: Add gnash.
* gnu/packages/animation.scm (gnash): New variable. * gnu/packages/patches/gnash-fix-giflib-version: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index fe94bcfc2e..773234980d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -38,6 +38,7 @@ # Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org> # Copyright © 2020 Martin Becze <mjbecze@riseup.net> # Copyright © 2020 Malte Frank Gerdes <mate.f.gerdes@gmail.com> +# Copyright © 2020 Vinicius Monego <monego@posteo.net> # # This file is part of GNU Guix. # @@ -1090,6 +1091,7 @@ dist_patch_DATA = \ %D%/packages/patches/glibc-supported-locales.patch \ %D%/packages/patches/gmp-arm-asm-nothumb.patch \ %D%/packages/patches/gmp-faulty-test.patch \ + %D%/packages/patches/gnash-fix-giflib-version.patch \ %D%/packages/patches/gnome-shell-theme.patch \ %D%/packages/patches/gnome-shell-disable-test.patch \ %D%/packages/patches/gnome-settings-daemon-gc.patch \ |