diff options
author | pjotrp | 2016-03-11 09:01:39 +0000 |
---|---|---|
committer | pjotrp | 2016-03-11 09:01:39 +0000 |
commit | 34ae8b6d400fcce50f9848441ddf4e302b9d1057 (patch) | |
tree | 6f12f810366b89d6f103a83ff6dbe538cf160553 /gn/packages/llvm.scm | |
parent | 0341bc89486c235bf8c9ed0de3439095d65d1a34 (diff) | |
download | guix-bioinformatics-34ae8b6d400fcce50f9848441ddf4e302b9d1057.tar.gz |
Small compile fixes for pindel
Diffstat (limited to 'gn/packages/llvm.scm')
-rw-r--r-- | gn/packages/llvm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/llvm.scm b/gn/packages/llvm.scm index 83ea5d1..607f7c2 100644 --- a/gn/packages/llvm.scm +++ b/gn/packages/llvm.scm @@ -19,7 +19,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. -(define-module (gnu packages llvm) +(define-module (gn packages llvm) #:use-module (guix packages) #:use-module (guix licenses) #:use-module (guix download) @@ -62,4 +62,4 @@ languages. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 4.0.1. A new front-end for the C family of languages is in development. The compiler infrastructure includes mirror sets of programming tools as well as libraries with equivalent functionality.") - (license license:ncsa))) + (license ncsa))) |