openssl: Split header files from the libraries
This commit is contained in:
parent
39dc112bc1
commit
2c9fa33521
@ -46,8 +46,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
patches = patchesCross false;
|
patches = patchesCross false;
|
||||||
|
|
||||||
# TODO: separate lib.
|
outputs = [ "dev" "out" "man" "bin" ];
|
||||||
outputs = [ "out" "man" "bin" ];
|
|
||||||
|
setOutputConfigureFlags = false;
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional withCryptodev cryptodevHeaders;
|
buildInputs = stdenv.lib.optional withCryptodev cryptodevHeaders;
|
||||||
|
|
||||||
@ -78,6 +79,9 @@ stdenv.mkDerivation {
|
|||||||
mv $out/bin $bin/
|
mv $out/bin $bin/
|
||||||
|
|
||||||
rm -rf $out/etc/ssl/misc
|
rm -rf $out/etc/ssl/misc
|
||||||
|
|
||||||
|
mkdir $dev
|
||||||
|
mv $out/include $dev/
|
||||||
''; # */
|
''; # */
|
||||||
|
|
||||||
crossAttrs = {
|
crossAttrs = {
|
||||||
|
@ -4941,6 +4941,7 @@ let
|
|||||||
openscenegraph = callPackage ../development/libraries/openscenegraph {};
|
openscenegraph = callPackage ../development/libraries/openscenegraph {};
|
||||||
|
|
||||||
openssl = callPackage ../development/libraries/openssl {
|
openssl = callPackage ../development/libraries/openssl {
|
||||||
|
stdenv = stdenvMulti;
|
||||||
fetchurl = fetchurlBoot;
|
fetchurl = fetchurlBoot;
|
||||||
cryptodevHeaders = linuxPackages.cryptodev.override {
|
cryptodevHeaders = linuxPackages.cryptodev.override {
|
||||||
fetchurl = fetchurlBoot;
|
fetchurl = fetchurlBoot;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user