defaultGemConfig.openssl: build with openssl

wip/yesman
Justin Humm 3 years ago committed by Alyssa Ross
parent df9bf1a2d3
commit 8d27886e08
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
  1. 4
      pkgs/development/ruby-modules/gem-config/default.nix

@ -403,6 +403,10 @@ in
] ++ lib.optional stdenv.isDarwin "--with-iconv-dir=${libiconv}";
};
openssl = attrs: {
buildInputs = [ openssl ];
};
opus-ruby = attrs: {
dontBuild = false;
postPatch = ''

Loading…
Cancel
Save