summary refs log tree commit diff
path: root/pkgs/development/ruby-modules/gem-config
diff options
context:
space:
mode:
authorMarica Odagaki <ento.entotto@gmail.com>2019-01-25 20:18:33 -0800
committerGitHub <noreply@github.com>2019-01-25 20:18:33 -0800
commit0b0958314a5c0897b8ae54397a6b3ed19a3d6a63 (patch)
tree0302ba3efe88780fff4b25855cdd64b2290ecddb /pkgs/development/ruby-modules/gem-config
parent77694f5065ff153d1b3602ddb691982ae914c4cd (diff)
downloadnixpkgs-0b0958314a5c0897b8ae54397a6b3ed19a3d6a63.tar
nixpkgs-0b0958314a5c0897b8ae54397a6b3ed19a3d6a63.tar.gz
nixpkgs-0b0958314a5c0897b8ae54397a6b3ed19a3d6a63.tar.bz2
nixpkgs-0b0958314a5c0897b8ae54397a6b3ed19a3d6a63.tar.lz
nixpkgs-0b0958314a5c0897b8ae54397a6b3ed19a3d6a63.tar.xz
nixpkgs-0b0958314a5c0897b8ae54397a6b3ed19a3d6a63.tar.zst
nixpkgs-0b0958314a5c0897b8ae54397a6b3ed19a3d6a63.zip
gem-config: add semian
Note: on macOS, it works without this config. Testing on Ubuntu/Debian with the parent sha will produce an error about extconf.rb failing to find openssl/sha.h.
Diffstat (limited to 'pkgs/development/ruby-modules/gem-config')
-rw-r--r--pkgs/development/ruby-modules/gem-config/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/ruby-modules/gem-config/default.nix b/pkgs/development/ruby-modules/gem-config/default.nix
index cde0b90d6fe..724435c01ca 100644
--- a/pkgs/development/ruby-modules/gem-config/default.nix
+++ b/pkgs/development/ruby-modules/gem-config/default.nix
@@ -358,6 +358,10 @@ in
       '';
     } else {};
 
+  semian = attrs: {
+    buildInputs = [ openssl ];
+  };
+
   sequel_pg = attrs: {
     buildInputs = [ postgresql ];
   };