Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / kde-frameworks / attica.nix
blobdbe4dd14b8f5b2c747758b4b528b26c054a997d5
1 { mkDerivation, extra-cmake-modules, qtbase }:
3 mkDerivation {
4   pname = "attica";
5   nativeBuildInputs = [ extra-cmake-modules ];
6   buildInputs = [ qtbase ];
7   outputs = [ "out" "dev" ];