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.
This commit is contained in:
Marica Odagaki
2019-01-25 20:18:33 -08:00
committed by GitHub
parent 77694f5065
commit 0b0958314a

View File

@@ -358,6 +358,10 @@ in
'';
} else {};
semian = attrs: {
buildInputs = [ openssl ];
};
sequel_pg = attrs: {
buildInputs = [ postgresql ];
};