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
nautilus: fix cross compilation (#373662)
[NixPkgs.git]
/
pkgs
/
kde
/
gear
/
libkomparediff2
/
default.nix
blob
c7b15720d8370b4cc7d628ca518a3c53497a811b
1
{
2
mkKdeDerivation,
3
qt5compat,
4
}:
5
mkKdeDerivation {
6
pname = "libkomparediff2";
7
8
extraBuildInputs = [ qt5compat ];
9
}