Merge pull request #194439 from hercules-ci/fix-python3Packages.libvirt-build-on-darwin

This commit is contained in:
Bernardo Meurer
2022-10-04 13:25:56 -03:00
committed by GitHub
@@ -125,6 +125,7 @@ stdenv.mkDerivation rec {
patches = [
./0001-meson-patch-in-an-install-prefix-for-building-on-nix.patch
] ++ lib.optionals enableZfs [
(substituteAll {
src = ./0002-substitute-zfs-and-zpool-commands.patch;
zfs = "${zfs}/bin/zfs";