Merge pull request #194439 from hercules-ci/fix-python3Packages.libvirt-build-on-darwin
This commit is contained in:
commit
5236fdc433
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./0001-meson-patch-in-an-install-prefix-for-building-on-nix.patch
|
./0001-meson-patch-in-an-install-prefix-for-building-on-nix.patch
|
||||||
|
] ++ lib.optionals enableZfs [
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
src = ./0002-substitute-zfs-and-zpool-commands.patch;
|
src = ./0002-substitute-zfs-and-zpool-commands.patch;
|
||||||
zfs = "${zfs}/bin/zfs";
|
zfs = "${zfs}/bin/zfs";
|
||||||
|
|
Loading…
Reference in a new issue