Skip to content

Commit

Permalink
Revert "libvirt: fix dlopen("libjansson.so.4")"
Browse files Browse the repository at this point in the history
This reverts commit d46cfd2, which
broke libvirt + some dependent packages (notably nixops) on Darwin
  • Loading branch information
pikajude committed Aug 15, 2018
1 parent 0a17d08 commit 59027e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/development/libraries/libvirt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ in stdenv.mkDerivation rec {
substituteInPlace src/lxc/lxc_conf.c \
--replace 'lxc_path,' '"/run/libvirt/nix-emulators/libvirt_lxc",'
[ -f ${jansson}/lib/libjansson.so.4 ] || exit 1
substituteInPlace src/util/virjsoncompat.c \
--replace '"libjansson.so.4"' '"${jansson}/lib/libjansson.so.4"'
patchShebangs . # fixes /usr/bin/python references
'';

Expand Down

0 comments on commit 59027e2

Please sign in to comment.