mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
libbsd: make libmd a propagated build input
Dependencies like `eid-mw` need it to include md5.h.
This commit is contained in:
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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue