3
0
Fork 0
forked from mirrors/nixpkgs

Adding new required inputs for darktable

svn path=/nixpkgs/trunk/; revision=28018
This commit is contained in:
Cillian de Roiste 2011-07-31 11:11:52 +00:00
parent 1d22700866
commit 492935270b

View file

@ -6109,7 +6109,8 @@ let
darcs = haskellPackages.darcs;
darktable = callPackage ../applications/graphics/darktable {
inherit (gnome) GConf gnome_keyring libglade;
inherit (gnome) GConf gnome_keyring libglade atk;
inherit (xlibs) libxcb pixman libpthreadstubs libXau;
};
dia = callPackage ../applications/graphics/dia { };