diff options
author | Andreas Enge <andreas@enge.fr> | 2013-01-26 00:43:03 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-01-26 00:43:03 +0100 |
commit | e5c0701f9c77afdce0e4c8ae502ad93177a81b88 (patch) | |
tree | ab1e01e15b7072a0f568552c14947221e55d960b /Makefile.am | |
parent | cc957c3c7461fbad38978b7c8b4d76e3c0aca80a (diff) | |
download | guix-e5c0701f9c77afdce0e4c8ae502ad93177a81b88.tar guix-e5c0701f9c77afdce0e4c8ae502ad93177a81b88.tar.gz |
gnu: Add TECkit.
* gnu/packages/freetype.scm (teckit): New variable.
* gnu/packages/patches/teckit-cstdio.patch: New file.
* Makefile.am (dist_patch_DATA): Add patch.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b9ef018ed0..4cfe205d71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -174,7 +174,8 @@ dist_patch_DATA = \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/shishi-gets-undeclared.patch \ - gnu/packages/patches/tar-gets-undeclared.patch + gnu/packages/patches/tar-gets-undeclared.patch \ + gnu/packages/patches/teckit-cstdio.patch bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap bootstrap_x86_64_linuxdir = $(bootstrapdir)/x86_64-linux |