summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/attica.nix
blob: 8c71afd5dcf793f3c4b9c4c29c18f91d2bbee19b (plain) (blame)
1
2
3
4
5
6
7
8
{ mkDerivation, extra-cmake-modules, qtbase }:

mkDerivation {
  name = "attica";
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ qtbase ];
  outputs = [ "out" "dev" ];
}