tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
zeroc-ice: fix parallel building
Orivej Desh
7 years ago
9d338974
796080f3
+11
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
zeroc-ice
default.nix
makefile.patch
+2
pkgs/development/libraries/zeroc-ice/default.nix
···
13
13
sha256 = "05xympbns32aalgcfcpxwfd7bvg343f16xpg6jv5s335ski3cjy2";
14
14
};
15
15
16
16
+
patches = [ ./makefile.patch ];
17
17
+
16
18
buildInputs = [ mcpp bzip2 expat openssl db5 ]
17
19
++ stdenv.lib.optionals stdenv.isDarwin [ darwin.cctools libiconv Security ];
18
20
+9
pkgs/development/libraries/zeroc-ice/makefile.patch
···
1
1
+
--- a/src/Makefile
2
2
+
+++ b/src/Makefile
3
3
+
@@ -77,4 +77,6 @@ FreezeScript: Freeze
4
4
+
Glacier2 IceGridLib Glacier2CryptPermissionsVerifier: Glacier2Lib
5
5
+
6
6
+
+Glacier2: IceSSL
7
7
+
+
8
8
+
IcePatch2: IcePatch2Lib
9
9
+