mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
bctoolbox: fix cross-compilation
This commit is contained in:
parent
cded9b18c0
commit
8037d235e2
@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
|
||||
pname = "bctoolbox";
|
||||
version = "5.1.17";
|
||||
|
||||
nativeBuildInputs = [ cmake bcunit ];
|
||||
buildInputs = [ mbedtls ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ mbedtls bcunit ];
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.linphone.org";
|
||||
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=stringop-truncation" ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Utilities library for Linphone";
|
||||
homepage = "https://gitlab.linphone.org/BC/public/bctoolbox";
|
||||
|
Loading…
Reference in New Issue
Block a user