summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2008-04-09 07:56:52 +0000
committerLudovic Courtès <ludo@gnu.org>2008-04-09 07:56:52 +0000
commit4126f26c7e60df4711f18989cc6d06f6dfbfc425 (patch)
tree478f5aee0716bd3219649cb97c656114d382d863 /pkgs/top-level/all-packages.nix
parent48f590e95cd102a5ac981e1bce84596f35288215 (diff)
downloadnixpkgs-4126f26c7e60df4711f18989cc6d06f6dfbfc425.tar
nixpkgs-4126f26c7e60df4711f18989cc6d06f6dfbfc425.tar.gz
nixpkgs-4126f26c7e60df4711f18989cc6d06f6dfbfc425.tar.bz2
nixpkgs-4126f26c7e60df4711f18989cc6d06f6dfbfc425.tar.lz
nixpkgs-4126f26c7e60df4711f18989cc6d06f6dfbfc425.tar.xz
nixpkgs-4126f26c7e60df4711f18989cc6d06f6dfbfc425.tar.zst
nixpkgs-4126f26c7e60df4711f18989cc6d06f6dfbfc425.zip
Add G-Wrap, a binding generator for Guile.
svn path=/nixpkgs/trunk/; revision=11506
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7774384b32c..6346e259bd9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2001,6 +2001,11 @@ let pkgs = rec {
     inherit fetchurl stdenv guile;
   };
 
+  gwrap = import ../development/tools/guile/g-wrap {
+    inherit fetchurl stdenv guile libffi pkgconfig guileLib;
+    inherit (gtkLibs) glib;
+  };
+
   /*
   happy = import ../development/tools/parsing/happy {
     inherit fetchurl stdenv perl ghc;