diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-25 23:59:27 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-26 00:01:51 -0500 |
commit | cc8b02f4a51f38e2d4a7d430ebb5dafd533e89b7 (patch) | |
tree | 964aeb1d2ac0ad9d28de13f529c7a637e1fabf7a | |
parent | e933ad3dad480aae7ef8e86a79635ee9c710d388 (diff) | |
download | guix-cc8b02f4a51f38e2d4a7d430ebb5dafd533e89b7.tar guix-cc8b02f4a51f38e2d4a7d430ebb5dafd533e89b7.tar.gz |
gnu: gtkglext: Add glu to inputs.
* gnu/packages/gnome.scm (gtkglext): Add glu to inputs.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d9a22b41bb..1ff9e85957 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -484,6 +484,7 @@ the API") (build-system gnu-build-system) (inputs `(("gtk+" ,gtk+-2) ("mesa" ,mesa) + ("glu" ,glu) ("libx11" ,libx11) ("libxt" ,libxt))) (native-inputs `(("pkg-config" ,pkg-config) |