mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
mbedtls: Remove postInstall workarounds that were fixed upstream
Fixed by upstream commit f5203e0bb5a33b65aafdeb35fb6082ea69d700ff.
This commit is contained in:
parent
5f462f0eae
commit
05aa0c0990
1 changed files with 0 additions and 7 deletions
|
@ -22,13 +22,6 @@ stdenv.mkDerivation rec {
|
|||
"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;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue