libbsd: make libmd a propagated build input

Dependencies like `eid-mw` need it to include md5.h.
main
Charlotte Van Petegem 3 years ago
parent bcfcdaabf7
commit 14acb10062
No known key found for this signature in database
GPG Key ID: 019E764B7184435A
  1. 2
      pkgs/development/libraries/libbsd/default.nix

@ -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 ];

Loading…
Cancel
Save