nixpkgs/pkgs/development/libraries/kde-frameworks/purpose.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
407 B
Nix
Raw Normal View History

2018-08-23 22:05:55 +00:00
{
mkDerivation, extra-cmake-modules, intltool, qtbase
, accounts-qt, qtdeclarative, kaccounts-integration, kconfig, kcoreaddons, ki18n, kio, kirigami2
, fetchpatch, signond
2018-08-23 22:05:55 +00:00
}:
mkDerivation {
2022-02-23 17:28:27 +00:00
pname = "purpose";
nativeBuildInputs = [ extra-cmake-modules intltool ];
2018-08-23 22:05:55 +00:00
buildInputs = [
qtbase accounts-qt qtdeclarative kaccounts-integration kconfig kcoreaddons
ki18n kio kirigami2 signond
2018-08-23 22:05:55 +00:00
];
}