rubyPackages.ruby-libvirt: remove patch

This commit is contained in:
Lein Matsumaru 2021-12-22 15:23:58 +00:00
parent 4c252f40af
commit 11d686de12
No known key found for this signature in database
GPG key ID: AAA50652F0479205

View file

@ -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: {