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
ieda: init at 0-unstable-2024-10-11 (#338769)
[NixPkgs.git]
/
pkgs
/
development
/
compilers
/
mono
/
6.nix
blob
9cabf7ba4441a0add65bcd9550e8018ee5df5e37
1
{
2
callPackage,
3
Foundation,
4
libobjc,
5
}:
6
7
callPackage ./generic.nix ({
8
inherit Foundation libobjc;
9
version = "6.12.0.182";
10
srcArchiveSuffix = "tar.xz";
11
sha256 = "sha256-VzZqarTztezxEdSFSAMWFbOhANuHxnn8AG6Mik79lCQ=";
12
enableParallelBuilding = true;
13
})