summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-03-19 12:01:50 -0500
committerGitHub <noreply@github.com>2022-03-19 12:01:50 -0500
commitb1bfde2d32c6c4df940e171e40b6d8b0b15ad9d1 (patch)
tree99a80bcb8b9e43456387ecf7046777a77d37d5a0 /pkgs/development/ruby-modules
parent0801abdfb6b60f33d333ac25f80897ddef7d972e (diff)
parent11d686de1202a3a1ba5e98f949db165e9740d6e1 (diff)
downloadnixpkgs-b1bfde2d32c6c4df940e171e40b6d8b0b15ad9d1.tar
nixpkgs-b1bfde2d32c6c4df940e171e40b6d8b0b15ad9d1.tar.gz
nixpkgs-b1bfde2d32c6c4df940e171e40b6d8b0b15ad9d1.tar.bz2
nixpkgs-b1bfde2d32c6c4df940e171e40b6d8b0b15ad9d1.tar.lz
nixpkgs-b1bfde2d32c6c4df940e171e40b6d8b0b15ad9d1.tar.xz
nixpkgs-b1bfde2d32c6c4df940e171e40b6d8b0b15ad9d1.tar.zst
nixpkgs-b1bfde2d32c6c4df940e171e40b6d8b0b15ad9d1.zip
Merge pull request #151773 from applePrincess/fix-ruby-libvirt
rubyPackages.ruby-libvirt: remove patch
Diffstat (limited to 'pkgs/development/ruby-modules')
-rw-r--r--pkgs/development/ruby-modules/gem-config/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/development/ruby-modules/gem-config/default.nix b/pkgs/development/ruby-modules/gem-config/default.nix
index a3d787ad8e9..485def66de3 100644
--- a/pkgs/development/ruby-modules/gem-config/default.nix
+++ b/pkgs/development/ruby-modules/gem-config/default.nix
@@ -550,14 +550,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: {