aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/llvm.scm
diff options
context:
space:
mode:
authorpjotrp2016-03-18 21:25:57 -0500
committerpjotrp2016-03-18 21:25:57 -0500
commite9a4fd0b609d4d1ff6b3a622d4f590d092e6def8 (patch)
treec24b0a2dd7a78919b6ab3a417c3ecfbd5850b5bc /gn/packages/llvm.scm
parent364d11268ecea6bf31a48a7942b4c599dc386212 (diff)
parent97f4e53b34e818c06f394e5272a51fbce6589d2f (diff)
downloadguix-bioinformatics-e9a4fd0b609d4d1ff6b3a622d4f590d092e6def8.tar.gz
Merge branch 'master' into dennis
Diffstat (limited to 'gn/packages/llvm.scm')
-rw-r--r--gn/packages/llvm.scm4
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)))