repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
kde-frameworks
/
attica.nix
blob
dbe4dd14b8f5b2c747758b4b528b26c054a997d5
1
{ mkDerivation, extra-cmake-modules, qtbase }:
2
3
mkDerivation {
4
pname = "attica";
5
nativeBuildInputs = [ extra-cmake-modules ];
6
buildInputs = [ qtbase ];
7
outputs = [ "out" "dev" ];
8
}