Merge pull request #54613 from ento/gem-config-semian

gem-config: add semian
This commit is contained in:
Jörg Thalheim 2019-01-26 08:52:33 +00:00 committed by GitHub
commit 068b35d32f
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 ];
};