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

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