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
sha256 = "05xympbns32aalgcfcpxwfd7bvg343f16xpg6jv5s335ski3cjy2";
14
};
15
0
0
16
buildInputs = [ mcpp bzip2 expat openssl db5 ]
17
++ stdenv.lib.optionals stdenv.isDarwin [ darwin.cctools libiconv Security ];
18
···
13
sha256 = "05xympbns32aalgcfcpxwfd7bvg343f16xpg6jv5s335ski3cjy2";
14
};
15
16
+
patches = [ ./makefile.patch ];
17
+
18
buildInputs = [ mcpp bzip2 expat openssl db5 ]
19
++ stdenv.lib.optionals stdenv.isDarwin [ darwin.cctools libiconv Security ];
20
+9
pkgs/development/libraries/zeroc-ice/makefile.patch
···
0
0
0
0
0
0
0
0
0
···
1
+
--- a/src/Makefile
2
+
+++ b/src/Makefile
3
+
@@ -77,4 +77,6 @@ FreezeScript: Freeze
4
+
Glacier2 IceGridLib Glacier2CryptPermissionsVerifier: Glacier2Lib
5
+
6
+
+Glacier2: IceSSL
7
+
+
8
+
IcePatch2: IcePatch2Lib
9
+