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
/
java-modules
/
sisu
/
guice.nix
blob
e4d0e1f98d4a1c57ee96a2113c90df012647fcc0
1
{ fetchMaven }:
2
3
{
4
sisuGuice_2_9_4 = map (obj: fetchMaven {
5
version = "2.9.4";
6
artifactId = "sisu-guice";
7
groupId = "org.sonatype.sisu";
8
suffix = "-no_aop";
9
sha512 = obj.sha512;
10
type = obj.type;
11
}) [
12
{ type = "jar"; sha512 = "1529vg4r0gy3ss68lprkdf13r79r0lng4iyx68gj94cf806li9kayi9p2byl6axbx174cvam9w3l90qcdsdz14vrvm163b2r8sq927m"; }
13
];
14
}