gensio: fix build on darwin

This commit is contained in:
Weijia Wang 2023-10-25 21:00:34 +02:00
parent 57788f74b9
commit 4563bbadb9
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,7 @@
, fetchFromGitHub
, lib
, nix-update-script
, openssl
, pkg-config
, stdenv
}:
@ -27,6 +28,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = lib.optionals stdenv.isDarwin [ openssl ];
meta = with lib; {
description = "General Stream I/O";
homepage = "https://sourceforge.net/projects/ser2net/";

View File

@ -21406,7 +21406,7 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) OpenCL;
};
gensio = callPackage ../development/libraries/gensio { };
gensio = darwin.apple_sdk_11_0.callPackage ../development/libraries/gensio { };
geoclue2 = callPackage ../development/libraries/geoclue { };