1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00
nixpkgs/pkgs/desktops/kde-4.8/kdegraphics/gwenview.nix

13 lines
263 B
Nix
Raw Normal View History

{ kde, kdelibs, exiv2, shared_desktop_ontologies, kde_baseapps, libkipi }:
kde {
buildInputs =
[ kdelibs exiv2 shared_desktop_ontologies kde_baseapps libkipi ];
meta = {
description = "Gwenview, the KDE image viewer";
license = "GPLv2";
};
}