libsodium: fix build by removing -lssp

There seems no reason why it should be there anyway.
/cc maintainers: @raskin, @viric, @wkennington.
This commit is contained in:
Vladimír Čunát 2015-10-03 19:02:13 +02:00
parent 32a5deb455
commit c83b59130f

View File

@ -8,8 +8,6 @@ stdenv.mkDerivation rec {
sha256 = "120jkda2q58p0n68banh64vsfm3hgqnacagj425d218cr4ycdkyb";
};
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.cc.isGNU "-lssp";
doCheck = true;
meta = with stdenv.lib; {