Making ccrtp propagate its build time requirement, ucommon.
This commit is contained in:
parent
34cf9baaa6
commit
3d8cd48c58
@ -8,7 +8,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "1p4zzqn02zvnyjy84khiq8v65pl422fb6ni946h9sxh4yw2lgn01";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl pkgconfig libgcrypt ucommon ];
|
||||
buildInputs = [ openssl pkgconfig libgcrypt ];
|
||||
propagatedBuildInputs = [ ucommon ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user