Merge pull request #149478 from mausch/micromamba-fix

micromamba: fix libyamlcpp dependency
This commit is contained in:
Guillaume Girol 2021-12-10 21:13:34 +00:00 committed by GitHub
commit 8af12f157a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,13 @@ let
rev = "yaml-cpp-${version}";
sha256 = "0ykkxzxcwwiv8l8r697gyqh1nl582krpvi7m7l6b40ijnk4pw30s";
};
patches = [
(fetchpatch {
url = "https://github.com/jbeder/yaml-cpp/commit/4f48727b365962e31451cd91027bd797bc7d2ee7.patch";
sha256 = "sha256-jarZAh7NgwL3xXzxijDiAQmC/EC2WYfNMkYHEIQBPhM=";
})
];
});
in
stdenv.mkDerivation rec {