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
forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git]
/
pkgs
/
kde
/
gear
/
ark
/
default.nix
blob
6127e723dd40ac02e4b7014d014ea4a9cbfe1f58
1
{
2
mkKdeDerivation,
3
libarchive,
4
libzip,
5
}:
6
mkKdeDerivation {
7
pname = "ark";
8
9
extraBuildInputs = [
10
libarchive
11
libzip
12
];
13
meta.mainProgram = "ark";
14
}