Making ccrtp propagate its build time requirement, ucommon.

This commit is contained in:
Lluís Batlle i Rossell 2013-06-26 23:46:47 +02:00
parent 34cf9baaa6
commit 3d8cd48c58

View File

@ -8,7 +8,8 @@ stdenv.mkDerivation {
sha256 = "1p4zzqn02zvnyjy84khiq8v65pl422fb6ni946h9sxh4yw2lgn01"; sha256 = "1p4zzqn02zvnyjy84khiq8v65pl422fb6ni946h9sxh4yw2lgn01";
}; };
buildInputs = [ openssl pkgconfig libgcrypt ucommon ]; buildInputs = [ openssl pkgconfig libgcrypt ];
propagatedBuildInputs = [ ucommon ];
doCheck = true; doCheck = true;