diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-11-14 13:56:40 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-11-16 08:47:23 -0500 |
commit | 3aab2c839fe04f503668029204e21358f901e62f (patch) | |
tree | 09bb372b2f3e2d500dc61e4ebcdd280cbef3476d /gnu-system.am | |
parent | 333c376c4586d16b215b994240ad4a5ddaa74d03 (diff) | |
download | patches-3aab2c839fe04f503668029204e21358f901e62f.tar patches-3aab2c839fe04f503668029204e21358f901e62f.tar.gz |
gnu: Add devil.
* gnu/packages/image.scm (devil): New variable.
* gnu/packages/patches/devil-fix-libpng.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 75914b7153..ccc1255c5b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -433,6 +433,7 @@ dist_patch_DATA = \ gnu/packages/patches/cursynth-wave-rand.patch \ gnu/packages/patches/dbus-helper-search-path.patch \ gnu/packages/patches/dealii-p4est-interface.patch \ + gnu/packages/patches/devil-fix-libpng.patch \ gnu/packages/patches/diffutils-gets-undeclared.patch \ gnu/packages/patches/dfu-programmer-fix-libusb.patch \ gnu/packages/patches/doxygen-test.patch \ |