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
stdenv: fix documentation for stripAllFlags and stripDebugFlags (#352127)
[NixPkgs.git]
/
pkgs
/
kde
/
frameworks
/
kauth
/
default.nix
blob
4ed23d29fd1cc8229dc90440b4743356e18d0f76
1
{
2
mkKdeDerivation,
3
qttools,
4
}:
5
mkKdeDerivation {
6
pname = "kauth";
7
8
# Late resolve paths so things end up in their own prefix
9
# FIXME(later): discuss with upstream
10
patches = [ ./fix-paths.patch ];
11
12
extraNativeBuildInputs = [ qttools ];
13
}