forked from mirrors/nixpkgs
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:
parent
77694f5065
commit
0b0958314a
|
@ -358,6 +358,10 @@ in
|
|||
'';
|
||||
} else {};
|
||||
|
||||
semian = attrs: {
|
||||
buildInputs = [ openssl ];
|
||||
};
|
||||
|
||||
sequel_pg = attrs: {
|
||||
buildInputs = [ postgresql ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue