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
/
kjumpingcube
/
default.nix
blob
65ae1386cf27bae5a2ccc83ea25afc7239dfa98a
1
{
2
mkKdeDerivation,
3
qtsvg,
4
_7zz,
5
}:
6
mkKdeDerivation {
7
pname = "kjumpingcube";
8
9
extraNativeBuildInputs = [ _7zz ];
10
extraBuildInputs = [ qtsvg ];
11
12
meta.mainProgram = "kjumpingcube";
13
}