tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocaml-modules.ssl: make openssl propagatedBuildInput
Thomas Strobel
10 years ago
5f8104cd
2d1aafef
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
ssl
default.nix
+3
-1
pkgs/development/ocaml-modules/ssl/default.nix
···
13
13
sha256 = "0i0j89b10n3xmmawcq4qfwa42133pddw4x5nysmsnpd15srv5gp9";
14
14
};
15
15
16
16
-
buildInputs = [which openssl ocaml findlib];
16
16
+
buildInputs = [which ocaml findlib];
17
17
+
18
18
+
propagatedBuildInputs = [openssl];
17
19
18
20
dontAddPrefix = true;
19
21