Merge pull request #145471 from chvp/eid-mw-fix-build

This commit is contained in:
Sandro 2021-11-11 13:03:17 +01:00 committed by GitHub
commit be1a733467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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