diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-12-20 16:24:24 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2016-01-02 16:04:55 -0600 |
commit | 209778717a214cb4d506fe9aa673a4d2c2716b6c (patch) | |
tree | 3466c2e3c51443037271a7703e642efbee792ba1 /gnu-system.am | |
parent | 51385362f76e2f823ac8d8cf720d06c386504069 (diff) | |
download | guix-209778717a214cb4d506fe9aa673a4d2c2716b6c.tar guix-209778717a214cb4d506fe9aa673a4d2c2716b6c.tar.gz |
gnu: Add Asymptote.
* gnu/packages/bdw-gc.scm (libgc-for-c++): New variable.
* gnu/packages/plotutils.scm (asymptote): New variable.
* gnu/packages/patches/asymptote-gsl2.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 24f7516fcf..c0f8fac1ab 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -405,6 +405,7 @@ dist_patch_DATA = \ gnu/packages/patches/agg-am_c_prototype.patch \ gnu/packages/patches/alsa-lib-mips-atomic-fix.patch \ gnu/packages/patches/apr-skip-getservbyname-test.patch \ + gnu/packages/patches/asymptote-gsl2.patch \ gnu/packages/patches/ath9k-htc-firmware-binutils.patch \ gnu/packages/patches/ath9k-htc-firmware-gcc.patch \ gnu/packages/patches/ath9k-htc-firmware-objcopy.patch \ |