mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
added missing top-level attribute pinentry
svn path=/nixpkgs/trunk/; revision=11725
This commit is contained in:
parent
7d2df0d5a1
commit
1c85e0fc2b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user