2015-09-29 22:54:51 +01:00
|
|
|
{ kdeApp
|
2015-09-27 16:03:46 +01:00
|
|
|
, lib
|
|
|
|
, automoc4
|
|
|
|
, cmake
|
|
|
|
, perl
|
|
|
|
, pkgconfig
|
|
|
|
, kdelibs
|
|
|
|
, libkipi
|
|
|
|
, libXfixes
|
|
|
|
}:
|
|
|
|
|
2015-09-29 22:54:51 +01:00
|
|
|
kdeApp {
|
2015-09-27 16:03:46 +01:00
|
|
|
name = "ksnapshot";
|
|
|
|
nativeBuildInputs = [
|
|
|
|
automoc4
|
|
|
|
cmake
|
|
|
|
perl
|
|
|
|
pkgconfig
|
|
|
|
];
|
|
|
|
buildInputs = [
|
|
|
|
kdelibs
|
|
|
|
libkipi
|
|
|
|
libXfixes
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
|
|
|
maintainers = [ lib.maintainers.ttuegel ];
|
|
|
|
};
|
|
|
|
}
|