libbsd: make libmd a propagated build input

Dependencies like `eid-mw` need it to include md5.h.
This commit is contained in:
Charlotte Van Petegem
2021-11-11 11:40:20 +01:00
parent bcfcdaabf7
commit 14acb10062
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
# darwin changes configure.ac which means we need to regenerate
# the configure scripts
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ libmd ];
propagatedBuildInputs = [ libmd ];
patches = [ ./darwin.patch ];