mbedtls: Remove postInstall workarounds that were fixed upstream
Fixed by upstream commit f5203e0bb5a33b65aafdeb35fb6082ea69d700ff.
This commit is contained in:
parent
5f462f0eae
commit
05aa0c0990
@ -22,13 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
"DESTDIR=\${out}"
|
"DESTDIR=\${out}"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
rm -f $out/lib/lib{mbedtls.so.8,polarssl.{a,so}}
|
|
||||||
ln -s libmbedtls.so $out/lib/libmbedtls.so.8
|
|
||||||
ln -s libmbedtls.so $out/lib/libpolarssl.so
|
|
||||||
ln -s libmbedtls.a $out/lib/libpolarssl.a
|
|
||||||
'';
|
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user