mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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…
Reference in a new issue