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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
kde-frameworks
/
sonnet.nix
blob
78aa189559fc4509e1d2473ebc4e7443a6fbf024
1
{ mkDerivation
2
, extra-cmake-modules
3
, aspell, qtbase, qttools
4
}:
5
6
mkDerivation {
7
pname = "sonnet";
8
nativeBuildInputs = [ extra-cmake-modules ];
9
buildInputs = [ aspell qttools ];
10
propagatedBuildInputs = [ qtbase ];
11
}