diff options
author | Dennis E. Mungai | 2016-02-23 17:15:25 +0300 |
---|---|---|
committer | Dennis E. Mungai | 2016-02-23 17:15:25 +0300 |
commit | 003dc6dfd82f61bfadf595058dfd6f1213b6ca4a (patch) | |
tree | f8b800295873443ea49b57604e316e0ddfbed02d | |
parent | 20fab34390b8d8716cf2ca21e650eefbc86eb4de (diff) | |
download | guix-bioinformatics-003dc6dfd82f61bfadf595058dfd6f1213b6ca4a.tar.gz |
Add glfw as an input to arrayfire's build.
See the inputs section entry at ("glfw" ,glfw)
-rw-r--r-- | gn/packages/arrayfire.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/arrayfire.scm b/gn/packages/arrayfire.scm index 128d79b..6f326c9 100644 --- a/gn/packages/arrayfire.scm +++ b/gn/packages/arrayfire.scm @@ -65,6 +65,7 @@ (inputs `(("boost" ,boost) ("bzip2" ,bzip2) + ("glfw" ,glfw) ("curl" ,curl) ("dbus" ,dbus) ("enca" ,enca) |