added missing top-level attribute pinentry

svn path=/nixpkgs/trunk/; revision=11725
This commit is contained in:
Marc Weber 2008-04-25 23:43:14 +00:00
parent 7d2df0d5a1
commit 1c85e0fc2b

View File

@ -882,6 +882,11 @@ let pkgs = rec {
inherit fetchurl stdenv;
};
pinentry = import ../tools/misc/pinentry {
inherit fetchurl stdenv pkgconfig x11;
inherit (gnome) glib gtk;
};
ploticus = import ../tools/graphics/ploticus {
inherit fetchurl stdenv zlib libpng;
inherit (xlibs) libX11;