diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-11-16 18:34:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2015-11-20 20:23:03 +0100 |
commit | 7775a1869084d8ffdd3497b7ebfc88f9af128ccc (patch) | |
tree | d9543b0c6c4f5a538a65c8d9bd8035f531e5c20f /gnu-system.am | |
parent | c1fbc66a7701937966d1b376c2de4b5179aa05f7 (diff) | |
download | guix-7775a1869084d8ffdd3497b7ebfc88f9af128ccc.tar guix-7775a1869084d8ffdd3497b7ebfc88f9af128ccc.tar.gz |
gnu: Add Synfig.
* gnu/packages/animation.scm (synfig): New variable.
* gnu/packages/patches/synfig-build-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 186f84b8b7..2bd340a6ed 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -687,6 +687,7 @@ dist_patch_DATA = \ gnu/packages/patches/slim-sigusr1.patch \ gnu/packages/patches/soprano-find-clucene.patch \ gnu/packages/patches/superlu-dist-scotchmetis.patch \ + gnu/packages/patches/synfig-build-fix.patch \ gnu/packages/patches/tar-d_ino_in_dirent-fix.patch \ gnu/packages/patches/tar-skip-unreliable-tests.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ |