mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Adding new required inputs for darktable
svn path=/nixpkgs/trunk/; revision=28018
This commit is contained in:
parent
1d22700866
commit
492935270b
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user