3
0
Fork 0
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:
Marica Odagaki 2019-01-25 20:18:33 -08:00 committed by GitHub
parent 77694f5065
commit 0b0958314a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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