1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 00:22:13 +00:00
nixpkgs/pkgs/desktops/kde-4.11/kdeutils/kgpg.nix

13 lines
191 B
Nix
Raw Normal View History

2013-08-21 18:38:48 +01:00
{ kde, kdelibs, kdepimlibs, libuuid }:
kde {
# TODO: uuid/uuid.h - not found
buildInputs = [ kdelibs kdepimlibs libuuid ];
meta = {
description = "Simple KDE GUI for GPG";
};
}