1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libotr wanted the stack protector libs.

Missed by our gcc-wrapper, I guess.
This commit is contained in:
Lluís Batlle i Rossell 2013-04-13 17:42:36 +02:00
parent 93045e558e
commit 1664c97704

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "3f911994409898e74527730745ef35ed75c352c695a1822a677a34b2cf0293b4";
};
NIX_LDFLAGS = "-lssp";
propagatedBuildInputs = [ libgcrypt ];
meta = {