tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
matrix-synapse: fix build on darwin
Nick Cao
2 years ago
9101453c
4fb158ac
+3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
matrix-synapse
default.nix
+3
pkgs/servers/matrix-synapse/default.nix
···
3
, fetchFromGitHub
4
, python3
5
, openssl
0
6
, cargo
7
, rustPlatform
8
, rustc
···
57
58
buildInputs = [
59
openssl
0
0
60
];
61
62
propagatedBuildInputs = with python3.pkgs; [
···
3
, fetchFromGitHub
4
, python3
5
, openssl
6
+
, libiconv
7
, cargo
8
, rustPlatform
9
, rustc
···
58
59
buildInputs = [
60
openssl
61
+
] ++ lib.optionals stdenv.isDarwin [
62
+
libiconv
63
];
64
65
propagatedBuildInputs = with python3.pkgs; [