Skip to content

Commit

Permalink
rubyPackages.ruby-libvirt: remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
applePrincess committed Dec 22, 2021
1 parent 4c252f4 commit 11d686d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkgs/development/ruby-modules/gem-config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -539,14 +539,6 @@ in
"--with-libvirt-include=${libvirt}/include"
"--with-libvirt-lib=${libvirt}/lib"
];
dontBuild = false;
postPatch = ''
# https://gitlab.com/libvirt/libvirt-ruby/-/commit/43543991832c9623c00395092bcfb9e178243ba4
substituteInPlace ext/libvirt/common.c \
--replace 'st.h' 'ruby/st.h'
substituteInPlace ext/libvirt/domain.c \
--replace 'st.h' 'ruby/st.h'
'';
};

ruby-lxc = attrs: {
Expand Down

0 comments on commit 11d686d

Please sign in to comment.